Commit Graph

6867 Commits

Author SHA1 Message Date
leon.sha%sun.com
e9f9fed9e9 Bug 312154, Start script does not take care of running instance on solaris sparc.
benjamin: first-review+
Patch by leon.sha@sun.com
2005-12-26 03:10:35 +00:00
emaijala%kolumbus.fi
99843abcc6 Fix for bug 321335: Autoscrolling changes direction while scrolling
r+sr=roc
2005-12-23 20:23:45 +00:00
joshmoz%gmail.com
f4bc8b5fec correctly name menu items that have submenus. cocoa widgets only. no bug. 2005-12-22 20:20:23 +00:00
timeless%mozdev.org
00fb11f216 Bug 281551 - [gtk2] Drop down lists do not open immediatly with certain CSS configuration
patch by robin.lu@sun.com r=bryner sr=roc
2005-12-22 05:02:03 +00:00
sergei_d%fi.tartu.ee
ec7972ffa4 Bug 321070[BeOS] Widget dependency cleanup, p=thesuckiestemail, r=sergei_d, BeOS-only 2005-12-21 19:56:07 +00:00
joshmoz%gmail.com
c1703c57ec back out a fix I made on the 15th, no bug. Turns out Camino actually does use nsCocoaWindow for <select>, and allowing popups caused a Tp regression because they also make their own <select> window (no need for a second one in nsCocoaWindow). Another victim of Camino's crazy <select> hack. 2005-12-19 19:46:44 +00:00
roc+%cs.cmu.edu
c8c95d63ba Bug 319957. Avoid unwanted invalidates of translucent windows on Windows. patch by Dainis Jonitis, r=ere,sr=roc 2005-12-19 03:00:41 +00:00
sergei_d%fi.tartu.ee
135e510eb1 Bug 319881 [BeOS]Implementing floating and modal windows - improved version, p=sergei_d, r=thesuckiestemail. BeOS-only 2005-12-18 12:16:19 +00:00
cbiesinger%web.de
8af3079e38 bug 309935 correctly check for errors from SystemParametersInfo, fixing
screenreader detection on win 9x.
r=aaronl sr=roc
2005-12-17 14:21:19 +00:00
joshmoz%gmail.com
ec495706a5 Turns out we shouldn't implement nsMenuX::RemoveItem. Carbon widgets don't implement it either. This fixes a major crash in Cocoa menus. no bug. 2005-12-17 06:29:26 +00:00
ginn.chen%sun.com
8f04f3e743 Bug 295447 Ctrl+1/2/4/5/6 raises window without focus
r+sr=roc
2005-12-16 05:33:55 +00:00
joshmoz%gmail.com
c168937f48 allow popup window types in cocoa widgets (e.g. popup menus). we have to fix them, so might as well turn them on. no bug. sr=pinkerton 2005-12-15 21:19:17 +00:00
joshmoz%gmail.com
446aaed485 correctly swap shared Application menu when painting menu bars. also remove nsSupportsArray usage from nsMenuBarX. b=316076 sr=pinkerton 2005-12-15 16:08:38 +00:00
joshmoz%gmail.com
4ba0808cf1 fix memory leak from last checkin for Cocoa menus. no bug, followup. 2005-12-14 22:09:07 +00:00
gerv%gerv.net
adbec5dbff Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
sergei_d%fi.tartu.ee
a14aff265f Bug 319881. [BeOS] Implementing floating and modal windows. p=sergei_d, r=thesuckiestemail, BeOS-only, no sr-required 2005-12-11 21:55:41 +00:00
sergei_d%fi.tartu.ee
bd822c7b78 Bug 314110. Fixing wrong cursor assignment.p=doug@sheltonfamily.org, r=sergei_d. BeOS-only 2005-12-11 12:16:20 +00:00
sergei_d%fi.tartu.ee
37618b4edb [BeOS]Bug 296856. StandardWindowCreate refactoring. p=thesuckiestemail, r=sergei_d. BeOS-only 2005-12-09 20:09:53 +00:00
dougt%meer.net
2a24677438 Enabling the filepicker on Windows CE. NPODB. Bug 297683. r/sr=dveditz 2005-12-03 06:02:46 +00:00
joshmoz%gmail.com
19735a1665 refactor menu item code in cocoa widgets. also allow menu items to be disabled. b=316076 r=mento sr=pinkerton 2005-12-02 21:39:26 +00:00
emaijala%kolumbus.fi
61296baafe Fix for bug 312566: Fix MouseTrailer and other mouse handling issues
r=dougt, roc
sr=roc
2005-12-02 12:08:32 +00:00
vladimir%pobox.com
a13e3c0bd1 Fix gaius orange/windows thebes builds 2005-11-29 22:56:40 +00:00
vladimir%pobox.com
5d01d94a3c merge from org.mozilla.cvs.cairo branch:
- moved platform-specific thebes code to gfxPlatform
- added widget getters for gfxASurface creation in platform-specific widget code
- added first pass at gfxTextRun
2005-11-29 20:12:29 +00:00
jst%mozilla.jstenback.com
8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
dbaron%dbaron.org
38ec4842b3 Be more conservative in detecting GTK theme changes. b=305970 r=caillon sr=bryner 2005-11-28 22:44:33 +00:00
mark%moxienet.com
761d7ab247 Bug 314856, mousewheel scrolling is too fast on OS X, especially 10.4.3. Don't scale mousewheel deltas, instead relying on system acceleration. Acceleration is provided at least as early as 10.2, which is our minimum, so there. r=josh sr=pink 2005-11-28 20:11:54 +00:00
joshmoz%gmail.com
6c63f4b03c more cocoa menu implementation updates. makes menus actually do something. b=316076 r=mento sr=pinkerton 2005-11-28 18:33:48 +00:00
sergei_d%fi.tartu.ee
230bbf973d [BeOS]Bug 15906, introducing unified paintarea for all sort of paintevents, changing Update() to paint immediately. p=sergei_d, r=thesuckiestemail, BeOS-only 2005-11-26 22:47:30 +00:00
timeless%mozdev.org
9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
eb9350f619 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
mozilla.mano%sent.com
8102c80d98 Bug 315837 - [Mac] Keys which should produce multiple characters only produce one. patch from Uri Bernstein <uriber@gmail.com>, r=me, sr=smfr. 2005-11-21 21:27:05 +00:00
timeless%mozdev.org
98c84e24ac Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless rs=brendan
2005-11-21 06:30:34 +00:00
timeless%mozdev.org
17f5f5429f Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
masayuki%d-toybox.com
743f04d8d8 b=315457 fix bustage 2005-11-18 06:30:23 +00:00
masayuki%d-toybox.com
24eee73105 Bug 315457 IME candidate list is positioned to wrong position if the editor is on frame page r+sr=roc 2005-11-18 05:29:52 +00:00
joshmoz%gmail.com
570ae5dcd2 nsFilePicker should not ignore display directory setting on Mac OS X. Patch by Tony Goold. b=301298 r=pinkerton sr=smfr 2005-11-17 19:05:35 +00:00
masayuki%d-toybox.com
196c288248 Bug 316638 Sould not use obsoleted API(WINNLSEnableIME) patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=masayuki+timeless, sr=neil 2005-11-17 16:33:57 +00:00
neil%parkwaycc.co.uk
f0d1b74fac GDI resource leak fix b=243078 p=shutdown@flashmail.com r=ere sr=me 2005-11-16 13:51:47 +00:00
masayuki%d-toybox.com
7e718780b3 Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc 2005-11-14 23:55:24 +00:00
masayuki%d-toybox.com
3767450b23 backing out previous patch b=55751 2005-11-14 22:33:39 +00:00
masayuki%d-toybox.com
94e3cfbe0c Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc 2005-11-14 21:32:16 +00:00
sergei_d%fi.tartu.ee
c3f37e594d [BeOS]Bug 314792, adding X-wheel support. p=sergei_d r=thesuckiestmail, BeOS-only 2005-11-11 18:44:25 +00:00
bsmedberg%covad.net
78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
sergei_d%fi.tartu.ee
b3dc7f068e [BeOS]Bug 315726, avoid mistargeted focus messages, p=sergei_d, r=thesuckiestemail@yahoo.se, BeOS-only, no need for sr 2005-11-10 19:54:23 +00:00
sergei_d%fi.tartu.ee
a30b8496e5 [BeOS]Bug 315542, shifting native paintregion in scroll, p=sergei_d, r=thesuckiestemail@yahoo.se, BeOS-only, no need for sr 2005-11-10 17:41:14 +00:00
mark%moxienet.com
045ce7774f Bug 311399, Crash [@ SetOrigin] during rendering context destruction. Remove QD save/restore from rendering context, it was placed there as a workaround for scrollbar functional and aesthetic bugs. Add OS event handler to fix aesthetic problems, and check for bad states to work around functional problems. r=josh sr=smfr 2005-11-10 03:46:52 +00:00
sergei_d%fi.tartu.ee
77cfb29e1a [BeOS]Bug 315576, fixing event order for fast processors, p=doug@sheltonfamily.org, r=thesuckiestemail@yahoo.se. BeOS-only, no sr required 2005-11-09 21:34:33 +00:00
mkaply%us.ibm.com
17ee37241e #310201
r/sr=mkaply, a=mtschrep (OS/2 only)
Patch from Rich Walsh - remove CRs from drag/dropped text
#308967
r/sr=mkaply, a=mtschrep (OS/2 only)
Patch from Rich Walsh/Peter Weilbacher - insert images on drag drop, not link to image
2005-11-09 16:18:54 +00:00
mkaply%us.ibm.com
d1bc1ab2ae #267609
r/sr=mkaply, a=mtschrep (OS/2 only)
Patch from Rich Walsh/Peter Weilbacher - focus fix
2005-11-09 16:14:33 +00:00
vladimir%pobox.com
20b91dbdd6 thebes/cairo backend update. windows fonts through thebes, start of pango fonts through thebes. lots of other misc fixes. win32 static build fix. 2005-11-08 20:06:16 +00:00