Граф коммитов

3764 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 03325131f0 make defaultString a wstring instead of a string bug 39946 2000-05-22 22:19:00 +00:00
mkaply%us.ibm.com 677613d5be # 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 cb31f6e62d More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
jim_nance%yahoo.com 96e4ed959a Fix bug 39688, build bustage under Tru64 Unix.
r=pavlov.
2000-05-19 02:41:27 +00:00
pavlov%netscape.com 2c27dd9b7c fix for save as not working on linux bug #39387 r=pinkerton 2000-05-18 23:22:00 +00:00
cls%seawood.org 04af6e67ca 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 52898499a5 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 8f7f2df4d4 NS_NewTimer is dead, man. 2000-05-17 08:44:43 +00:00
sfraser%netscape.com 6ecb8fa69e Remove linkage with NetworkModular.shlb, and add timer files. 2000-05-17 07:21:26 +00:00
joki%netscape.com c22fd60f54 More support for onresize and onscroll, bug 960 2000-05-17 06:53:58 +00:00
cls%seawood.org a8000b8bb5 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 08d1d06617 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 8830cd3900 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 16afa3c502 New string api fix for beos 2000-05-17 04:52:45 +00:00
cls%seawood.org 87d19933d5 Oops. Forgot a couple of files for the beos fix in bug #38372. 2000-05-17 04:35:10 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
pavlov%netscape.com 79fd76981e remove unix toolkit service completly 2000-05-16 23:51:19 +00:00
pavlov%netscape.com 62a1e94a53 libtimer_s.a begone! 2000-05-16 22:04:58 +00:00
pinkerton%netscape.com 8e41595038 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 a743e2b38b 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 5963c08799 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 15dfbb1bdb 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 39b93d2eb3 decrement sWidgetCount since i removed it in my last checkin 2000-05-16 02:03:47 +00:00
pinkerton%netscape.com b76a414bb8 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 a79e1873ce make unix widget code a component as well 2000-05-15 22:32:01 +00:00
pavlov%netscape.com 13e9078f83 remove some unused member variables 2000-05-15 21:18:57 +00:00
blizzard%redhat.com 1844edcc87 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 485c81a36c we no longer need to set the background of the widget from nslookandfeel 2000-05-15 21:13:20 +00:00
jdunn%netscape.com cc72a88921 adding -lXt to LDOPTS for platforms that define MOZ_MONOLITHIC_TOOLKIT 2000-05-15 20:36:05 +00:00
jdunn%netscape.com ba72108270 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 4b2fc554ec Fixing bustage. 2000-05-15 03:19:53 +00:00
hyatt%netscape.com 30b6d7fef1 Fumbling fumbling. 2000-05-15 03:09:19 +00:00
hyatt%netscape.com 6deb073e77 FLying blind. Woo hoo. 2000-05-15 02:50:42 +00:00
ftang%netscape.com e0ad9c9d7e 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 0a29fce5e8 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 f2f98584c5 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 7fec4d118e 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 57a52b38a2 # 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 b21a2a4d57 # 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 410d3f4d10 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 2c16166ab0 fix for 38619 2000-05-12 03:57:11 +00:00
saari%netscape.com 900e7e25eb 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 8e6d5c066f fix for 38723 2000-05-12 02:46:41 +00:00
kmcclusk%netscape.com 8cdb172384 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 d0fe58046f make sure the charCode also gets mapped
bug 5716 r=brade (sort of)
2000-05-11 19:24:54 +00:00
rods%netscape.com f1a199d92f 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 b51ef71829 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 1537d7e814 Fix for bug 38725, popups cause blurs to fire on MacOS only. 2000-05-10 05:42:22 +00:00
pinkerton%netscape.com 4ee2d67acb added PR_CALLBACK for os/2, per bug 37239. 2000-05-09 22:21:59 +00:00
saari%netscape.com ada77060c4 fix for bug 38619, make MacOS menus respect the "hidden" attribute. 2000-05-09 06:15:33 +00:00