Commit Graph

6006 Commits

Author SHA1 Message Date
hpradhan%hotpop.com
26cea47084 attempt to fix Camino bustage from bug 230840 2004-01-24 13:04:10 +00:00
jst%mozilla.jstenback.com
324108e683 Fixing mac bustage. 2004-01-24 01:30:02 +00:00
dbaron%dbaron.org
0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
pinkerton%aol.net
75a4c3d2f1 allow pref to always use aa fonts, even at small sizes (this is what
safari does). (r=tsk, sr=bryner, bug 180535)
2004-01-23 22:43:09 +00:00
neil%parkwaycc.co.uk
84428dc828 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2004-01-23 13:31:07 +00:00
dbaron%dbaron.org
240541d85f Add ifdefs (off by default) that allow better debugging of invalidation problems by painting invalidated regions exactly rather than taking the minimal containing rectangle. b=215303 r=roc sr=bryner 2004-01-21 21:05:57 +00:00
cbiesinger%web.de
68bfda4612 Bug 231734
[BEOS]Random crashes in CallMethod
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=biesi
2004-01-21 17:26:55 +00:00
pinkerton%aol.net
902990a097 make sure we unregister our interest in being asked for sleep notification
when there aren't any windows open. (r=josha/pink, sr=sfraser, bug 227680)
2004-01-19 23:48:15 +00:00
cbiesinger%web.de
ad348cd49b Bug 227733
Live resize is possible for BeOS widget implementation.
patch by sergei_d@fi.tartu.ee (Sergei Dolgov), r=biesi, no sr needed (beos
only)
2004-01-18 20:49:45 +00:00
bzbarsky%mit.edu
19c7b311b2 Remove unused function. Bug 217089, patch by mbockelkamp@web.de (Matthias
Bockelkamp), r=pinkerton, sr=sfraser
2004-01-17 20:09:56 +00:00
cbiesinger%web.de
7295a7242b Bug 230267
BeOS: The caret is stuck or hidden (when GIF animations are visible)
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=thesuckiestemail@yahoo.se (Fredrik Holmqvist)
beos only, no sr needed
2004-01-17 13:21:16 +00:00
mkaply%us.ibm.com
d8c874c91e Accidental printf left in 2004-01-16 17:21:14 +00:00
pkw%us.ibm.com
a213e3d518 Bug 230235 - AIX+GTK2: Preedit string is not highlighted properly
r=katakai@japan.sun.com, sr=blizzard@mozilla.org
2004-01-15 20:17:23 +00:00
pinkerton%aol.net
659ec0d178 click-hold context menus (bug 159224) [not part of build] 2004-01-15 19:01:49 +00:00
bryner%brianryner.com
5de89631bb fix uninitialized rangeArray. r+sr=dbaron 2004-01-13 23:16:06 +00:00
cbiesinger%web.de
129535cc9c Bug 230382 Optimizing drawing in BeOS widget code
(beos only) patch  by sergei_d@fi.tartu.ee (Sergei Dolgov) r=timeless
2004-01-13 19:55:03 +00:00
bryner%brianryner.com
dd3cd0a7d6 fix drag/drop crash regression (230753). r+sr=dbaron. 2004-01-13 04:49:53 +00:00
bryner%brianryner.com
968c4553fe Fix crash regression bug 270738. r+sr=dbaron. 2004-01-12 22:24:20 +00:00
timeless%mozdev.org
1a3e01e79d <swalker> timeless: the beOS nsWindow.cpp is missing a semicolon 2004-01-12 16:18:12 +00:00
bryner%brianryner.com
a12ea58f9c Fixing mac bustage -- readd aMessage parameter to InitializeKeyEvent 2004-01-12 09:03:36 +00:00
bryner%brianryner.com
8225d82478 fixing bustage 2004-01-12 08:49:54 +00:00
bryner%brianryner.com
2bddef83ba Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard. 2004-01-12 08:25:18 +00:00
mkaply%us.ibm.com
85d15e9781 #141676
r=pedemont, sr=blizzard (platform specific)
Now that we can detect the hidden window, we can cleanup some code
2004-01-09 19:40:17 +00:00
mkaply%us.ibm.com
26454ef8ab missed part of 224929 2004-01-07 22:07:23 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
neil%parkwaycc.co.uk
c117496442 Code cleanup, patch by gautheri@noos.fr in bug 90906 r=bryner sr=blizzard 2004-01-06 23:24:47 +00:00
mkaply%us.ibm.com
4edbb63c73 #229783
r=pedemonty, sr=blizzard (platform specific)
OS/2 only - Add warning dialog when trying to download to a write protected file - does NOT affect L10N
2004-01-06 22:00:47 +00:00
bzbarsky%mit.edu
e5cedca9d0 Use nsCOMArray instead of nsISupportsArray. Also kills off tabs. Bug 227491,
r=caillon, sr=dbaron
2004-01-05 23:28:41 +00:00
amardare%qnx.com
f17ff2192d Changes for the QNX ( photon ) platform - it should not affect ( building/runtime ) other platforms.
These changes are necessary in order to implement the xremote protocol on our platform
( it uses PtConnection to implement the xremote ). On other platforms ( linux ) it should build/run as before.
2004-01-05 23:26:15 +00:00
amardare%qnx.com
7a51464657 Changes for the photon platform - it should not affect ( building/runtime ) other platforms. 2004-01-05 23:04:07 +00:00
cbiesinger%web.de
cb6bb540d2 bug 230103 patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=biesi
Looper must be locked in nsWindow::CaptureMouse() method
2004-01-05 20:31:17 +00:00
cbiesinger%web.de
0eccc94c18 bug 227769 patch by Sergei Dolgov sergei_d@fi.tartu.ee r=timeless (no sr needed,
beos specific)
Mouse is "sticking" at scrolling
2004-01-04 21:46:44 +00:00
bryner%brianryner.com
6d9aeaec58 Use gtk_window_set_icon_list() so that gtk can use the 16px icons. Bug 163257, r=blizzard. 2004-01-03 22:57:24 +00:00
cbiesinger%web.de
3028b31f1a bug 162242. patch by prognathous@hotmail.com r=smontagu sr=dbaron
BiDi: Text input is auto switching between Arabic/Hebrew and English
2004-01-03 20:01:28 +00:00
cbiesinger%web.de
c50c450e11 Bug #177720 BeZilla FilePanel doesn't remember last visited (for Save) folder
patch by arougthopher@lizardland.net r=sergei_d
beos only (no sr needed)
2003-12-28 18:24:45 +00:00
dbaron%dbaron.org
395903cde9 Disregard GDK's extra click events that are for double-clicks and triple-clicks. Based on Chris Blizzard's GTK2-port patch. r+sr=blizzard b=227328 2003-12-21 18:55:35 +00:00
dbaron%dbaron.org
1793165da5 Disregard GDK's extra click events that are for double-clicks and triple-clicks. Patch by Chris Blizzard <blizzard@mozilla.org>. r+sr=dbaron b=227328 2003-12-21 18:54:38 +00:00
timeless%mozdev.org
1406b54021 Bug 214552 warning: unused variable nsresult rv' In member function virtual nsresult nsMenuItemX::DoCommand()'
r=floppy sr=roc
2003-12-21 04:27:48 +00:00
neil%parkwaycc.co.uk
ebf78c6534 Bug 195963 Mozilla hides taskbar badly for full screen mode r=dean_tessman sr=jst 2003-12-19 21:54:31 +00:00
mkaply%us.ibm.com
cb2cfdc1b4 #222509
r=mkaply, sr=blizzard (platform specific), a=mkaply
Code from Lee Tartak - map DOM_VK values properly on OS/2 - still not perfect (should we match Windows or Linux)
2003-12-17 21:17:37 +00:00
mkaply%us.ibm.com
f5dbe7d7d9 #224929
r=pedemont, sr=blizzard (platform specific), a=mkaply
Send an extra focus changed message to be more like Windows (Java focus)
2003-12-17 21:02:26 +00:00
dbaron%dbaron.org
1c511da4c7 Remove include of stdio.h from nsTraceRefcnt.h. b=227074 Fixing bustage. 2003-12-13 05:53:09 +00:00
dbaron%dbaron.org
37f2724e78 Remove include of stdio.h from nsTraceRefcnt.h. b=227074 Fixing bustage. 2003-12-12 23:43:05 +00:00
dbaron%dbaron.org
6931545fdc Remove include of stdio.h from nsTraceRefcnt.h. b=227074 r=dougt sr,a=brendan 2003-12-12 23:02:12 +00:00
mkaply%us.ibm.com
810fbdbfc1 #228181
r=pedemont, sr=blizzard (platform specific), a=mkaply
Go back to the old method of removing chrome for fullscreen mode and customize toolbar window
2003-12-11 23:04:05 +00:00
bzbarsky%mit.edu
6287838079 Make sure to unlock looper on resize. Bug 218697, patch by
arougthopher@lizardland.net, r=sergei_d, a=chofmann
2003-12-11 18:35:02 +00:00
blizzard%redhat.com
bfabb80f64 Bug #205492. Don't crash if someone passes us an invalid widget parent. This is wallpaper, but at least the paper is pretty. r=roc, sr=dbaron, a=chofmann 2003-12-10 18:56:07 +00:00
pinkerton%aol.net
c1d3cf2965 fix dragscrolling on panther. apple started using more bits of the
event flags w/out telling anyone (bug 227359) (not part of seamonkey build)
2003-12-09 20:53:45 +00:00
bolian.yin%sun.com
6e9a49f489 Bug 179078 [gtk2] dnd to personal toolbar doesn't cancel properly
r=blizzard, sr=Henry.Jia a=asa for 1.6b
2003-12-03 01:50:50 +00:00