pinkerton%netscape.com
7fae5675a4
Fix for bug 7956, don't change cursor when app is in background. added knowledge of if we're in the bg to the nsToolkit and nsWindow now checks it. r=sfraser.
2000-05-25 03:35:13 +00:00
pinkerton%netscape.com
55d7734c0a
export nsIChangeManager.idl (mac-only) [Not part of build]
2000-05-25 03:30:36 +00:00
pinkerton%netscape.com
446aa455ed
First Checked In.
2000-05-25 03:30:02 +00:00
pavlov%netscape.com
c165e6c65b
fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
...
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters. this code now uses nsIFilePicker. fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
blizzard%redhat.com
ec7eb2de95
automatically add text/plain where text/unicode is present. r=pavlov, a=waterson part of #37003
2000-05-24 23:17:43 +00:00
pavlov%netscape.com
2192dad82f
make defaultString a wstring instead of a string bug 39946
2000-05-22 22:19:00 +00:00
mkaply%us.ibm.com
70c48c4864
# 37239
...
r = mkaply@us.ibm.com , a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
cls%seawood.org
29367c81f1
More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov
2000-05-21 13:32:11 +00:00
jim_nance%yahoo.com
b0a1c84c57
Fix bug 39688, build bustage under Tru64 Unix.
...
r=pavlov.
2000-05-19 02:41:27 +00:00
pavlov%netscape.com
29add603e8
fix for save as not working on linux bug #39387 r=pinkerton
2000-05-18 23:22:00 +00:00
cls%seawood.org
90c026607b
Make --without-dbgrinfo-modules work properly.
...
Fixes for platforms without REPEATING_TIMERS (BeOS). r=pavlov a=leaf
2000-05-18 20:10:59 +00:00
sfraser%netscape.com
d6da31853a
Check in the one file to make all the timer magic work (d'oh!). r=leaf
2000-05-17 19:47:18 +00:00
sfraser%netscape.com
1b460603f3
NS_NewTimer is dead, man.
2000-05-17 08:44:43 +00:00
sfraser%netscape.com
a2cf0232e5
Remove linkage with NetworkModular.shlb, and add timer files.
2000-05-17 07:21:26 +00:00
joki%netscape.com
35d5e0f553
More support for onresize and onscroll, bug 960
2000-05-17 06:53:58 +00:00
cls%seawood.org
1165ad3a33
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
joki%netscape.com
93950c7879
fix for resize event support, bug 960, and additional support for DOM 2 events.
2000-05-17 05:27:22 +00:00
jdunn%netscape.com
8c69a4b22b
fix for hp (MOZ_MONOLITHIC_TOOLIT) make sure we include rules.mk so
...
that realclean is defined
2000-05-17 05:06:50 +00:00
cls%seawood.org
c17e60e72d
New string api fix for beos
2000-05-17 04:52:45 +00:00
cls%seawood.org
2096a0e589
Oops. Forgot a couple of files for the beos fix in bug #38372 .
2000-05-17 04:35:10 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
pavlov%netscape.com
395836657a
remove unix toolkit service completly
2000-05-16 23:51:19 +00:00
pavlov%netscape.com
ec5e703948
libtimer_s.a begone!
2000-05-16 22:04:58 +00:00
pinkerton%netscape.com
006dd64e0c
fix for 39347, translucent dragging picking up wrong bits in mail thread window. needed to add correct view offsets.
2000-05-16 21:36:28 +00:00
joki%netscape.com
b2e873d830
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
cls%seawood.org
c7d78537e6
Added new configure option --with-dbgrinfo-modules to allow us to independently toggle the use of the developer's -DDEBUG flag and the compiler's -g debug flag.
...
Thanks to Justin Morey <justin@68k.org> for the patch. Bug 39187
2000-05-16 09:31:58 +00:00
blizzard%redhat.com
8e70210cfc
back out the expose-a-page-at-a-time checkin since it was causing refresh problems.
2000-05-16 05:33:21 +00:00
pavlov%netscape.com
c098e9812b
decrement sWidgetCount since i removed it in my last checkin
2000-05-16 02:03:47 +00:00
pinkerton%netscape.com
5488ce5f95
make translucent dragging better for items inside child views not at (0,0), but still not totally right. needs more work.
2000-05-15 23:04:06 +00:00
pavlov%netscape.com
5db689d498
make unix widget code a component as well
2000-05-15 22:32:01 +00:00
pavlov%netscape.com
6f3dd697c7
remove some unused member variables
2000-05-15 21:18:57 +00:00
blizzard%redhat.com
580cbc33d5
Fixes for bug #28003 and bug #28023 from Marko Macek <Marko.Macek@gmx.net> with some touchups from me. If we are scrolling a full page, invalidate the entire screen space immediately instead of scrolling. It's faster and looks better. Make sure to unset the background color after creating windows since gtk hardcodes BlackPixel for the background color when creating windows. r=blizzard,Marko.Macek@gmx.net
2000-05-15 21:16:44 +00:00
pavlov%netscape.com
2a4d5266d2
we no longer need to set the background of the widget from nslookandfeel
2000-05-15 21:13:20 +00:00
jdunn%netscape.com
08b3f85d54
adding -lXt to LDOPTS for platforms that define MOZ_MONOLITHIC_TOOLKIT
2000-05-15 20:36:05 +00:00
jdunn%netscape.com
583f2d4666
adding -lXt to the LDOPTS since we need to resolve Xt calls
...
AIX requires this!
2000-05-15 20:29:22 +00:00
dbaron%fas.harvard.edu
a231ba93e2
Fixing bustage.
2000-05-15 03:19:53 +00:00
hyatt%netscape.com
c98b4c3f87
Fumbling fumbling.
2000-05-15 03:09:19 +00:00
hyatt%netscape.com
70ed1633e2
FLying blind. Woo hoo.
2000-05-15 02:50:42 +00:00
ftang%netscape.com
64ccafff00
fix 38767 by
1. add Unicode Mac utility functions. We should move this function into a utility class later so it can be shared by context manu and menu
2. use this function when we create the Apple menu item.
2000-05-13 13:09:33 +00:00
rods%netscape.com
5de9ce63da
really fixed it this time.
...
the mapping to the vk is done outside the KeyDispatch and this now works
b 5716 r=kmcclusk
2000-05-12 21:54:25 +00:00
rods%netscape.com
e51aafde85
part of fix for Bug 33733
...
added ShouldRollupOnMouseWheelEvent methos to ask if the rollup want to rollup on MouseWheel events
2000-05-12 20:23:04 +00:00
kmcclusk%netscape.com
e474cb4fef
rods@netscape.com fix for navigation keys not working b=38939 r=rods@netscape.com
2000-05-12 20:03:46 +00:00
mkaply%us.ibm.com
2ee345195e
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:39:20 +00:00
mkaply%us.ibm.com
c3b039c794
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
rods%netscape.com
35f4d7c6e0
assertion for OleInitialization
...
should have continued to used FAILED instead of checking against S_OK
2000-05-12 14:01:17 +00:00
saari%netscape.com
88e8060973
fix for 38619
2000-05-12 03:57:11 +00:00
saari%netscape.com
ec216b4970
Fix for bug 38619, cannot use "hidden" attribute to hide top level menus on MacOS.
2000-05-12 03:53:54 +00:00
pavlov%netscape.com
f170113fd3
fix for 38723
2000-05-12 02:46:41 +00:00
kmcclusk%netscape.com
d5e3d48a3f
Cache the last size of the nsWindow on WIN32 to determine how much to invalidate when widget is resized. Also added checks to see if width or height actually changed before invalidating b=33799 r=buster@netscape.com
2000-05-11 22:59:20 +00:00
rods%netscape.com
fbedd3c149
make sure the charCode also gets mapped
...
bug 5716 r=brade (sort of)
2000-05-11 19:24:54 +00:00
rods%netscape.com
8c8537e4d3
added native event debug, will print out event names when turned (NS_DEBUG ifdef'ed)
...
add an OleRegister Manager for properly initializing and uninitializing Ole b=38776
fixed up the key handling to properly set the char code when it is <ctrl>- <ctrl>= etc. b=5716
2000-05-11 13:39:17 +00:00
saari%netscape.com
1800bad808
Slight modification to my fix for bug 38725 to make it more robust in the case of a popup bringing up a popup. Just in case.
2000-05-10 07:32:14 +00:00
saari%netscape.com
c2757bd095
Fix for bug 38725, popups cause blurs to fire on MacOS only.
2000-05-10 05:42:22 +00:00
pinkerton%netscape.com
c7a9cfa62b
added PR_CALLBACK for os/2, per bug 37239.
2000-05-09 22:21:59 +00:00
saari%netscape.com
129cfe6764
fix for bug 38619, make MacOS menus respect the "hidden" attribute.
2000-05-09 06:15:33 +00:00
rjc%netscape.com
f9e4f90e64
Part of fix for bug # 36037: drag&drop change.
2000-05-08 23:43:01 +00:00
rjc%netscape.com
644b374850
Fix bug # 36037: drag&drop changes to support translucency on Mac.
2000-05-08 23:29:32 +00:00
pinkerton%netscape.com
79ba9f0666
fix for crasher 38595, patch by sean@beatnik.com
2000-05-08 23:26:06 +00:00
pavlov%netscape.com
19aaf1aa22
fix for 36711 and random other event dropping bugs on linux
2000-05-08 21:01:14 +00:00
michael.lowe%bigfoot.com
73b7310c91
Implement CSS3 cursors on Windows
2000-05-07 05:14:43 +00:00
michael.lowe%bigfoot.com
04542142e8
Adding Windows cursor files
2000-05-06 19:15:23 +00:00
alecf%netscape.com
9d4297f612
fix xlib bustage
2000-05-06 08:36:07 +00:00
ftang%netscape.com
031b6eae97
fix 38182 and 31509. Make menu bar and help menu work for non English on JLK
2000-05-05 21:18:03 +00:00
michael.lowe%bigfoot.com
d5f69b55f8
Adding Windows cursor files
2000-05-04 13:02:02 +00:00
cls%seawood.org
772286e0af
More OS/2 Makefile changes. Bug #34106 Batch 12
2000-05-04 11:00:47 +00:00
Jerry.Kirk%Nexwarecorp.com
0865ffc9fe
Fixing some compile errors due to changes in nsString
...
PHOTON ONLY
r=michael.kedl
2000-05-04 00:59:14 +00:00
pavlov%netscape.com
63848ed8ac
try to speed up SetTitle a tad
2000-05-03 21:46:08 +00:00
jdunn%netscape.com
520c79c0d9
remove incorrect/outdated pthread references
...
# 37394
r= rusty.lynch@intel.com blizzard@mozilla.org
2000-05-03 21:34:29 +00:00
rods%netscape.com
35251a5846
now mapping minus '-' key virtual code to correct DOM key virtual code
...
now correctly creating ket press events for <ctrl>= <ctrl>- <ctrl>;
bug 5716
2000-05-03 21:34:09 +00:00
nhotta%netscape.com
7b8689180d
Added the encoder function to substitute not converted characters with question mark instead of abort the conversion, bug 31797.
2000-05-03 21:27:25 +00:00
mjudge%netscape.com
5cf733e15a
fixing vc5.0 does not know what CFSTR_SHELLURL is
2000-05-03 09:16:39 +00:00
sfraser%netscape.com
b5dd3ed4ad
Fix the build for pink.
2000-05-02 23:58:49 +00:00
mkaply%us.ibm.com
5264e1eb9a
# 34082
...
r= mkaply
OS/2 bring up continues - checking in changes for the OS/2 team
2000-05-02 23:13:43 +00:00
mkaply%us.ibm.com
edf1d7fb7c
# 34082
...
r= pinkerton
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:13:01 +00:00
mkaply%us.ibm.com
bd671dd397
# 34082
...
r= mkaply
OS/2 bring up continues - Timer changes for OS/2 team
2000-05-02 23:02:55 +00:00
pinkerton%netscape.com
1c0f2e98fd
fix one case, the opposite breaks. helps to check all the function results correctly, not just some.
2000-05-02 22:50:28 +00:00
alecf%netscape.com
2792b3b859
fix xlib bustage from nsString landing
2000-05-02 22:39:56 +00:00
pinkerton%netscape.com
e5dc3b9053
First stab at creating an internet shortcut when dragging a link to desktop.
2000-05-02 22:39:08 +00:00
pinkerton%netscape.com
308074e6c2
updating drag mime types. adding one for URLs
2000-05-02 22:37:52 +00:00
pinkerton%netscape.com
eac4831b39
Fix for non-file drags. Incorrectly checking result code when looking for a file drop.
2000-05-02 22:36:21 +00:00
blizzard%redhat.com
2717953529
Change the way that focus is handled for toplevel windows and the GtkMozArea. This will allow us to track whether or not any Mozilla window has the focus.
...
Add code to properly propagate key press/key release events to the toplevel window if a Mozilla window doesn't have focus. This fixes focus in the embedding case and will allow other gtk windows that have focus to get key events.
Add code to allow a Mozilla child window to be created as the child of any ol' GtkContainer class. This means that parent's don't have to worry about creating a superwin or any of that garbage. This makes embedding much, much easier. r=pavlov@netscape.com ,hidetoshi.tajima@eng.sun.com
2000-05-02 03:33:43 +00:00
sfraser%netscape.com
b24dab4d39
Fix bug 36112 -- check for QuickTime being installed before using it.
2000-05-02 00:30:35 +00:00
mkaply%us.ibm.com
aab38ad60d
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - checking in files for the OS/2 team
2000-05-01 22:21:43 +00:00
bryner%uiuc.edu
fd27b6776c
Stop building the unused native widgets (these were removed from the win32
...
build awhile back). Also remove unused code relating to these
widgets. r=blizzard.
2000-05-01 04:35:30 +00:00
michael.lowe%bigfoot.com
32ad1a7b11
Implement CSS2 resize cursors on Windows (bug 1916)
2000-04-30 15:29:32 +00:00
cls%seawood.org
4355c8e1e5
nsString fixes for BeOS
2000-04-28 20:50:47 +00:00
danm%netscape.com
7addd5c290
guard against extra release of timer object when one-shot timers are cleared out during execution of a timer. bug 35074.
2000-04-28 20:28:13 +00:00
rods%netscape.com
2f8a86ad81
now calculates 1, 2 & 3 click counts correctly.
...
b=15095
2000-04-28 20:27:18 +00:00
pinkerton%netscape.com
018282fcd5
removing nsTextAreaWidget because it was only in the opt target.
2000-04-27 23:56:04 +00:00
pavlov%netscape.com
7069f3aa9e
fix shrike
2000-04-27 22:52:00 +00:00
pinkerton%netscape.com
e560c650f4
small fix for sting conversion. no need to convert from char* to nsCString
2000-04-27 22:14:08 +00:00
pavlov%netscape.com
2a3c6b55b2
string changes
2000-04-27 21:46:26 +00:00
mjudge%netscape.com
f039f11d74
fix to get vc5.0 building again
2000-04-27 10:50:29 +00:00
danm%netscape.com
35b481f220
synch with nsWindow.cpp rev 3.272. code by roc+moz@cs.cmu.edu
2000-04-27 00:25:01 +00:00
danm%netscape.com
8b89c548af
use a dialog windproc for dialog windows. code by roc+moz@cs.cmu.edu
2000-04-27 00:23:18 +00:00
pinkerton%netscape.com
182ce55542
Stupid mistake that broke text-only clipboard/drags.
2000-04-26 20:50:17 +00:00
slamm%netscape.com
ac531da1a2
Ignore generated Makefile
2000-04-26 14:24:16 +00:00
sfraser%netscape.com
db9049917f
Fix bug 36134 -- avoid extra release when cancelling a fired timer.
2000-04-26 08:37:06 +00:00
ftang%netscape.com
adba1764a0
fix bug 34963. check patch from m_kato@ga2.so-net.ne.jp r=ftang
2000-04-26 06:22:24 +00:00
ftang%netscape.com
c9bf9143d6
fix unicode conversion problem . Check in patch proposed by m_kato@ga2.so-net.ne.jp r=ftang
2000-04-26 04:01:23 +00:00