Commit Graph

8371 Commits

Author SHA1 Message Date
reed@reedloden.com
c5fdea677e Bug 389801 - "Firefox crashes with some GTK+ themes whose gtkrc contains GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing" [p=fcrozat@mandriva.com (Frederic Crozat) r=chpe sr=roc a1.9=roc] 2007-09-20 19:14:33 -07:00
joshmoz@gmail.com
8f7f6c9a83 remove menu listener usage from cocoa widget nsIWidgets. b=396820 r=cbarrett sr=roc a=roc 2007-09-20 01:56:42 -07:00
mozilla@weilbacher.org
6dd643f9d4 [OS/2] Bug 396767: fix OS/2 build break in widget following bug 394691, p=wuno, r=me/chris@pearce 2007-09-19 17:54:03 -07:00
joshmoz@gmail.com
0d640fee1d remove unused widget interfaces and the dead remains of their implementations. b=396657 r=cbarrett sr=roc 2007-09-19 15:26:45 -07:00
joshmoz@gmail.com
be136db2a6 return the event handling status correctly from DispatchEvent on child views, more event handling cleanup in our menu impl. b=396520 r=cbarrett sr=roc a=roc 2007-09-19 15:15:48 -07:00
smichaud@pobox.com
2d773ae506 New appshell (process Gecko events on demand in Cocoa widgets). b=395397 r=joshmoz+mark sr=roc a=joshmoz 2007-09-19 12:17:06 -07:00
ginn.chen@sun.com
1bb706bf2d backing out bug 387990 because it regressed bug 396567 2007-09-18 23:37:56 -07:00
joshmoz@gmail.com
9bec765d6d more menu cleanup, don't pre-load the help menu since it doesn't do anything any more. b=396520 r=cbarrett sr=roc a=roc 2007-09-18 17:19:51 -07:00
roc+@cs.cmu.edu
9972360428 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
masayuki@d-toybox.com
16249e394d Bug 395565 spinner of cocoa has wrong size r=josh+enndeakin, sr+a=roc 2007-09-18 02:17:51 -07:00
Olli.Pettay@helsinki.fi
b12c09342c Bug 395426, Contextmenu opened using keyboard should have .button == 0, r=enndeakin,sr+a=jst 2007-09-18 00:25:49 -07:00
ginn.chen@sun.com
4d36892c51 Bug 387990 [a11y] mouse pointer position can prevent keyboard access to submenus r+sr=roc a=roc 2007-09-17 22:48:16 -07:00
joshmoz@gmail.com
e1eff28208 get rid of unnecessary build deps for cocoa widgets. b=396464 r=cbarrett sr=roc a=roc 2007-09-17 21:29:22 -07:00
joshmoz@gmail.com
438d7418c8 remove unnecessary Quickdraw code from child views, prep for optimizing by not making QD calls unless a QD plugin is present. b=396373 r=cbarrett sr=roc a=roc 2007-09-17 15:55:20 -07:00
joshmoz@gmail.com
b7f7b0db4a oops, wrong patch. don't actually change any code just remove the comment. 2007-09-17 14:29:42 -07:00
joshmoz@gmail.com
0dd298e898 remove xxx comment, followup for 391288. r=cbarrett a=josh 2007-09-17 14:26:22 -07:00
reed@reedloden.com
c27adf1eb9 Bug 396387 - "Use the native GTK help arrow on CSS "cursor: help"" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2007-09-17 14:03:34 -07:00
cbarrett@mozilla.com
39641d346a Bug 393646 - Support reading image data off the clipboard on Mac r=josh,bienvenu sr=roc a=mconnor/drivers 2007-09-17 11:02:50 -07:00
joshmoz@gmail.com
c557ef3a19 remove all docshell and webshell usage from cocoa widgets. b=273812 r=cbarrett sr=bz a=roc 2007-09-17 08:06:59 -07:00
joshmoz@gmail.com
3aee076d66 fix window maximizing/resizing and visual corruption on resize. only report native size events, don't kick off a nested resize. b=396345 r=bent sr=roc a=roc 2007-09-17 07:41:59 -07:00
reed@reedloden.com
9fd0466271 Back out patch from Michael Ventor from bug 384112 due to regression. 2007-09-16 13:08:12 -07:00
reed@reedloden.com
f04c9cc7af Bug 391409 - "Cleaning up all OS widget makefiles" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] 2007-09-15 18:37:43 -07:00
reed@reedloden.com
22e9bddb2b Bug 389242 - "Kill old gfx and obsolete code in nsWindow" (more from nsWindow.h) [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] 2007-09-15 10:54:10 -07:00
reed@reedloden.com
5ee249f01b Bug 384112 - "-moz-appearance: menulist-button broken in GTK" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2007-09-15 10:47:24 -07:00
joshmoz@gmail.com
ffe2dbec39 Fix window staggering and positioning to make sure new windows are never partly positioned offscreen and don't seeminly arbitrarily get larger by the size of the title bar. b=218214 r=mano r=cbarrett sr=roc a=roc 2007-09-15 10:01:35 -07:00
joshmoz@gmail.com
2bd6697b93 stop native comboboxes from drawing outside of their frames. b=396101 r=cbarrett sr=roc 2007-09-15 09:39:11 -07:00
joshmoz@gmail.com
ea6f33d586 bump uuid's for bug 375011 2007-09-14 15:09:51 -07:00
joshmoz@gmail.com
a14c02df08 fix up the way we handle menu separators. this is cleaner and allows them to be hidden and unhidden after creation. b=375011 r=cbarrett sr=roc a=roc 2007-09-14 15:04:59 -07:00
mozilla@weilbacher.org
b71eba5bbb [OS/2] Bug 395491: Fix files copied over from gfx for compilation, step 1 to remove NS_GFX macros to fix build break. Tested as working by abwillis1 and daveryeo. 2007-09-09 02:07:20 -07:00
mats.palmgren@bredband.net
702ba6d4be [OS/2] Remove non-cairo OS2 gfx code from the tree. b=389729 r=mozilla@Weilbacher.org 2007-09-08 09:22:56 -07:00
mkaply@us.ibm.com
2924e924ea #238039 r=mkaply, sr=blizzard (platform specific) OS/2 only - integration with the FT2LIB font engine from Innotek 2007-09-06 11:41:04 -07:00
timeless@mozdev.org
3f74543d90 Bug 337917 Make consumers stop using cids from other modules r=smontagu sr=darin 2007-09-06 11:41:04 -07:00
mkaply@us.ibm.com
1cfd2b4a45 #3011064 r=mkaply, sr=mkaply (OS/2 only) Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2 2007-09-06 11:41:03 -07:00
mkaply@us.ibm.com
f24700c153 OS/2 build bustage as a result of 32649 - once files are moved, this should build 2007-09-06 11:41:04 -07:00
gerv@gerv.net
a5f9dbc21b Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-09-06 11:41:03 -07:00
mkaply@us.ibm.com
96c694a75d #140683 r=pedemont, sr=blizzard (OS/2 specific) OS/2 only - Add 256 color support 2007-09-06 11:41:03 -07:00
mkaply@us.ibm.com
a47b5e79ca Remove obsolete files 2007-09-06 11:41:02 -07:00
darin@meer.net
3a7de27245 fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2007-09-06 11:41:02 -07:00
mkaply@us.ibm.com
e454f1e4b1 # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2007-09-06 11:41:01 -07:00
mkaply@us.ibm.com
dc245972f8 #189480 r=mkaply, sr=blizzard (platform specific), a=mkaply OS/2 only - switch to using Mozilla Unicode encoders/decoders instead of platform decoders 2007-09-06 11:41:01 -07:00
mkaply@us.ibm.com
6cfe8d5a6d #215581 r=mkaply, sr=blizzard (platform specific) Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes 2007-09-06 11:41:02 -07:00
mkaply@us.ibm.com
e69e0acd68 #188249 r=me, sr=blizzard (platform specific) Start landing GCC support for OS/2 - mainly cleanup to start 2007-09-06 11:41:01 -07:00
mkaply@us.ibm.com
812d07f6db #179508 r=cls, pedemont, sr=blizzard for platform specific code Add shared unicode stuff between OS/2 widget and gfx into gkgfx 2007-09-06 11:41:00 -07:00
mkaply@us.ibm.com
fbfe8a4789 Not part of build Continuing OS/2 wizard work It's pretty much working now 2007-09-06 11:41:01 -07:00
kaie@netscape.com
42f6e932ea b=84947 New print dialog for Unix and OS/2 r=cls/rods/mkaply/pchen sr=roc+moz Checking in for Roland.Mainz@informatik.med.uni-giessen.de 2007-09-06 11:41:00 -07:00
mkaply@us.ibm.com
766d88b8ac No bug r=mkaply, a=blizzard OS/2 only - Change unicode converters to use a linked list so they can convert any codepage 2007-09-06 11:40:59 -07:00
cls@seawood.org
eefa6208c4 Landing static build changes for OS2 Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. Bug #85283 r=mkaply r=waterson 2007-09-06 11:40:58 -07:00
mkaply@us.ibm.com
873623f692 No bug
r=mkaply, a=blizzard
We can remove lDisplayDepth as a result of removing RequiresInvertedMask
2007-09-06 11:40:57 -07:00
mkaply@us.ibm.com
7b151ad00f #62777
r=mkaply, a=blizzard
1255 and 1256 are not supported on OS/2 - use 862 and 864 instead
2007-09-06 11:40:56 -07:00
mkaply@us.ibm.com
c2ff5f3c3e #68343 r=mkaply, a=blizzard OS/2 ONLY - Change OS/2 to use real XPCOM component registration to fix printing 2007-09-06 11:40:55 -07:00