Commit Graph

5325 Commits

Author SHA1 Message Date
pinkerton%netscape.com
44c4fa8fd1 turn on quartz rendering if 10.1.5 is present. bug 149427, r=sdagley/sr=hyatt 2002-06-06 19:48:15 +00:00
sdagley%netscape.com
0c103987d8 Fix #149133 - crash when scrolling a tab created by 'Open Link in New Tab' due to not having a valid focused widget when the page finishes loading. r=pinkerton, sr=beard 2002-06-06 04:08:19 +00:00
kmcclusk%netscape.com
0a88931ae5 Dispatch (WIN32 only) and handle a new cross platform message NS_SYSCOLORCHANGE. bug 143174. r=rods sr=roc 2002-06-04 17:47:54 +00:00
jay.yan%sun.com
39c26b3ee0 bug 121266 gtk2 needs window raising. patch=jeff, r=jay, sr=blizzard 2002-06-04 11:02:26 +00:00
bryner%netscape.com
c922258229 Make this symbol static to avoid clashes in a static build. Not part of the build. 2002-06-03 09:34:50 +00:00
bryner%netscape.com
3043591417 More static build fixing (from sfraser's rev 1.19 of widget/src/mac/Makefile.in). 2002-06-03 09:17:13 +00:00
bryner%netscape.com
dc8bd80127 Make the module name agree with the Makefile so that static builds work. Not part of the build. 2002-06-03 09:02:31 +00:00
mkaply%us.ibm.com
cc80659802 #146252
r=mkaply, sr=blizzard
OS/2 only - Print Preview cleanup
2002-05-31 18:48:25 +00:00
mkaply%us.ibm.com
ca26b30da3 #148123
r=pedemont, sr=blizzard
OS/2 only - don't write an extra NULL char to URL objects
2002-05-30 21:34:33 +00:00
pinkerton%netscape.com
8767b764ad fix problem where resizing window would cause jiggling. the workaround we put in for os9 seems to no longer be needed and gives osx fits. patch from lws@mac.com. r=pink/rs=blake. bug#86740 2002-05-29 14:46:23 +00:00
bryner%netscape.com
e123863a98 Ignore generated makefiles. 2002-05-27 02:07:35 +00:00
yokoyama%netscape.com
7e84eecff9 bug 141513
IME candidate window is displayed in wrong position
Patch is to impact only in Windows XP
with MS PinYing IME and NeiMa IME
/r=shanjian, /sr=brendan
2002-05-23 22:03:49 +00:00
blizzard%redhat.com
f1c52feb95 Bug #121248. Clipboard support for gtk2. Not part of the default build. 2002-05-21 22:47:56 +00:00
rjc%netscape.com
8332819ea7 Fix bug # 144337: According to TechNote 2051, on Mac OS X we should be able to short-circuit QuickDraw's implicit LockPortBits() on every QD call by stratetic usage of ::LockPortBits() and ::UnlockPortBits(). Gives a few % points improvement on window drawing/updates. r=sdagley sr=ben 2002-05-21 01:25:57 +00:00
aaronl%netscape.com
fa3df635f3 Bug 130969. Active accessibility: fix MSAA focus events. r=bryner, saari. sr=jst 2002-05-17 04:04:24 +00:00
blizzard%redhat.com
a9086d6444 Fix gtk2 build bustage. Not part of the build. 2002-05-16 16:21:00 +00:00
brade%netscape.com
7b168d7966 fix build bustage 2002-05-16 14:06:58 +00:00
mkaply%us.ibm.com
792541522f OS/2 bustage 2002-05-15 23:14:20 +00:00
dougt%netscape.com
57cbbc438d fixing bustage 2002-05-15 22:54:08 +00:00
dougt%netscape.com
c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
mkaply%us.ibm.com
d0ffda6ea4 Remove invalid comment so file matches branch 2002-05-14 04:05:18 +00:00
seawood%netscape.com
7abea1092f Conditionally check for -lSM & -lICE if -lXt test fails.
Use XT_LIBS variable for -lXt and its dependencies.
Link XT_LIBS in static xlib builds.
Use same modulename for xlib module in Makefile as the code uses.
Bug #126163 & Bug #144182 r=bryner
2002-05-14 04:04:23 +00:00
blizzard%redhat.com
f1f2520556 Bug #143993. gtk2 does not compile with --disable-accessibility. Not part of the build. 2002-05-14 00:11:03 +00:00
blizzard%redhat.com
3c4a7a0ebc Bug #143991. nsWidgetFactory.cpp does not compile without IBMBIDI. Not part of the build. 2002-05-14 00:07:12 +00:00
mkaply%us.ibm.com
4b53162410 #144275
r=pedemonte, sr=blizzard
OS/2 only - use button 2 for drag
2002-05-13 22:02:45 +00:00
pete.zha%sun.com
7932a7441b bug 109217:Active Accessibility: implement support for <tree>
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com)'s fix
Check in other files.
2002-05-13 07:19:43 +00:00
blizzard%redhat.com
3138cdc116 Bug #121255. Hook up gtk2 to xremote. r=cls on the configure.in change 2002-05-12 21:03:17 +00:00
blizzard%redhat.com
3f43539adb Unbuilt support files for remote helping 2002-05-12 06:48:19 +00:00
jgaunt%netscape.com
bd32ae519e bug 124448 Accessibility Support for Object/Embed tags
r=aaronl
sr=jst
2002-05-10 22:34:53 +00:00
blizzard%redhat.com
3d02613dbb Bug #140767. Menus don't open when hovered while another menu is open. Don't drop motion events when there's a rollup listener and the event isn't over a popup window. r=rjesup,sr=shaver 2002-05-10 01:53:13 +00:00
katakai%japan.sun.com
f27b386052 bug 142873
Can't turn on IM after a popup window opens
Call SetFocus() of XIC again to the current focused widget
r=blizzard,sr=shaver,a=asa(for1.0branch)
2002-05-10 01:11:24 +00:00
aaronl%netscape.com
a97fef7f68 Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst 2002-05-08 20:43:49 +00:00
aaronl%netscape.com
8bd3480344 Bug 135481. Active Accessibility: need method to scroll view to make specified IAccessible visible. r=jgaunt, sr=jst 2002-05-08 20:28:39 +00:00
shanjian%netscape.com
43dfeac81f #140983 [regression]SC IME doesn't work properly and JA IME works wrong
If windows code page is 936 (simplified chinese), check IME's support of
unicode using GetProperty.
p=yokoyama, r=shanjian, sr=kin
check in for roy by shanjian
2002-05-08 20:24:55 +00:00
aaronl%netscape.com
a91955185f Bug 135482. Active Accessibility: need EVENT_OBJECT_SCROLLINGEND to tell where screen has scrolled to. r=jgaunt, sr=jst. 2002-05-08 20:21:03 +00:00
jay.yan%sun.com
432f35bd0d bug #135395 Add framework code for mozilla accessibility on Linux,
r=jay.yan@sun.com, sr=blizzard@mozilla.org, author is bolian.yin@sun.com.
this part is for files of gtk2 directory.
2002-05-08 07:42:34 +00:00
jay.yan%sun.com
9f920c8a7c bug #135395 Add framework code for mozilla accessibility on Linux,
r=jay.yan@sun.com, sr=blizzard@mozilla.org, author is bolian.yin@sun.com.
this part is for new files of mai directory.
2002-05-08 07:38:13 +00:00
darin%netscape.com
3002d296ba fixes OS/2 bustage 2002-05-08 02:16:43 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
pinkerton%netscape.com
3ba174b7c8 Make CF_HTML a different flavor and return it to editor w/out any
modification. Bulletproof the data we get from the OS by always null
terminating it. r=brade/sr=kin bug# 69566.
2002-05-07 19:45:58 +00:00
alexsavulov%netscape.com
3285301d39 fix for bug 134437 - syncronous focus event causes reflow reentrancy
resulting in a crash on WIN32. fixed trough WM_SETFOCUS deferral
sr= waterson r=kmccklusk
2002-05-03 18:52:04 +00:00
pinkerton%netscape.com
49098d56df Fix data length issues with CF_HTML. It's utf8, so don't treat it like
unicode when computing the length. r=brade/sr=kin, bug 69566.
2002-05-03 14:19:11 +00:00
mkaply%us.ibm.com
fca5228607 #141676
r=pedemonte, sr=blizzard
OS/2 only - don't add the hidden window to the task list
2002-05-02 21:26:09 +00:00
bryner%netscape.com
4dc594aa75 Make sure to set a cursor for our popup windows, since GTK doesn't do this automatically for us (and we don't want it to always inherit the root window cursor). Bug 133387, r=pavlov, sr=blizzard. 2002-05-01 22:41:45 +00:00
pinkerton%netscape.com
af21f3c793 remove portions of smfr's last scrolling optimization. the OffsetRgn calls seem un-necessary and caused problems with redrawing outliners and scrolling while windows overlapped the scrolled widget. r=sdagley/sr=beard. bug# 141249 2002-05-01 22:23:46 +00:00
pinkerton%netscape.com
6235895bd0 Support pasting of CF_HTML flavor. r=brade/sr=alecf. bug#69566 2002-05-01 21:58:38 +00:00
dbaron%fas.harvard.edu
2d7fe2e0eb Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson 2002-05-01 00:17:04 +00:00
tor%cs.brown.edu
09af8e5c54 Bug 53597: gamma correction backout. r=dbaron, sr=brendan 2002-04-30 23:15:52 +00:00
tor%cs.brown.edu
87024f886e Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan 2002-04-30 22:34:34 +00:00
blizzard%redhat.com
fe8a51501b Bug #141239. Remove tabs from code and clean up indenting in the c files. Not part of the build. 2002-04-30 19:29:00 +00:00