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

5026 Коммитов

Автор SHA1 Сообщение Дата
briane%qnx.com 4d177fe081 PHOTON ONLY, not part of build
Fixes for drag code headers, allow keypad to function correctly when num-lock
is off/on
2002-01-15 16:56:33 +00:00
sfraser%netscape.com 263fc8336b Fix port/GDevice management issues in Mac code, fixes bugs 113480, 103234, 105946, and 104781. Changes ensure that the current graphics device is set correctly when SetPort is used to change the current graphics port (to window or GWorld). r=pinkerton, rs=brendan 2002-01-14 23:26:49 +00:00
mkaply%us.ibm.com bb06ead229 #1192111
r=mkaply, sr=blizzard
OS/2 only - better file dialog
2002-01-14 21:17:43 +00:00
sdagley%netscape.com 17d2336a3a Fix #104765 - Cleanup nsMacWindow::WindowEventHandler result code reporting. r=pinkerton,sr=sfraser 2002-01-14 20:14:46 +00:00
timeless%mac.com e9f885d89d Bug 119391 nsBaseWidget::GetRenderingContext() does not correctly check for errors
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-13 00:28:11 +00:00
blizzard%redhat.com a8800465fd Checkpointing changes. Get adding and removing event queues working properly. Change printf() logging to prlog logging. Get window modality working. (Check it out, modal dialogs only block their parents!) Oh. Right. Not part of the build. 2002-01-12 07:14:54 +00:00
cathleen%netscape.com c2d19ad82a converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
pinkerton%netscape.com f6fabb7f8c invisible windows need the windowConstrain event handler. It was left out by mistake for those windows in my last checkin. Pull the invisible window code out in its own case so this doesn't happen again. r=sdagley, sr=sfraser. bug#118198 2002-01-10 15:40:33 +00:00
katakai%japan.sun.com e9d83ebdd3 bug 109723
Mozilla will crash when the XIM server is terminated.
gdk_im_ready() checking is needed before XGet/SetICValues()
r=pavlov, sr=blizzard
2002-01-10 08:06:09 +00:00
katakai%japan.sun.com 12e4f3a217 bug 110411
XIM performance improvement for over-the-spot mode
avoid unnecessary calls for over-the-spot
r=pavlov, sr=blizzard
2002-01-10 07:58:09 +00:00
bzbarsky%mit.edu e93309f629 Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
danm%netscape.com edcd8c6143 implement new 'aAllowSlop' parameter to nsIWidget::ConstrainPosition. bug 113283 r=hyatt,pavlov 2002-01-09 01:30:06 +00:00
danm%netscape.com 585e6c0fe4 adding parameter to nsIWidget::ConstrainPosition. bug 113283r=hyatt,pavlov 2002-01-09 01:29:18 +00:00
alecf%netscape.com 72507557e8 C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
blizzard%redhat.com 0871fe1878 Bug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=brynerBug #109798. Support multi item text/x-moz-url drags as text/uri-list. Patch from James Henstridge <james@daa.com.au>. sr=blizzard, r=bryner 2002-01-08 00:35:08 +00:00
dbaron%fas.harvard.edu 0880036a9b Add nsTraceRefcnt debugging hooks for a few MS-COM objects, some of which are leaking. r=rods sr=jag b=114171 2002-01-07 23:55:11 +00:00
dbaron%fas.harvard.edu 2feca83869 Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag 2002-01-06 18:37:27 +00:00
hyatt%netscape.com 3a6dcba1fe Fix for 118368, support for drop shadows under menus and tooltips on WinXP, r=bryner, sr=blake 2002-01-05 23:50:52 +00:00
blizzard%redhat.com 32344a6b2c Bug #115764. sporadic Trunk crashes in [@ nsWindow::OnDragMotionSignal] w/drag'n'drop. Use cool and smooth native gtk timers instead of cranky fake-o XP timers that don't have a deterministic order in the mainloop. r=bryner, sr=shaver (2!) 2002-01-04 05:07:44 +00:00
blizzard%redhat.com d817bcfa6e woops, remove printf() I left in 2002-01-03 05:06:13 +00:00
blizzard%redhat.com 6be23070ba Bug #117398. flash plugin pauses if you don't move the mouse. Add polling timer when a flash plugin is active so Xt timers will be processed. Try to improve interactive performance while there's a lot of flash activity by trying to interleave the Xt and gtk events more smoothly. r=serge, sr=shaver 2002-01-03 05:02:01 +00:00
bryner%netscape.com e212b3f44d Fixing mach-o bustage. 2002-01-03 00:25:45 +00:00
pinkerton%netscape.com b6b8432a32 separate out drag code into a helper so embedding apps can make use of it. Also add live-resize support to resizable dialogs. Don't add things like drag handlers or carbon event handlers to windows we don't own (read: embedding). bug 102529, 112197. r=ccarlen/sr=sfraser. 2002-01-02 21:18:38 +00:00
pinkerton%netscape.com c579446fe8 separate out drag code into a helper so embedding apps can make use of it. bug 102529. r=ccarlen/sr=sfraser. 2002-01-02 21:16:37 +00:00
av%netscape.com 682b74d73d Bug 116392 -- passing key events to windowless plugins, patch by peterl, r=av, sr=rpotts 2001-12-29 22:21:31 +00:00
blizzard%redhat.com 1462e13d06 reorder some link line parameters in an attempt to fix gcc 2.95 2001-12-29 02:53:55 +00:00
blizzard%redhat.com ff00c7f831 Bug #117160. Create a small stand alone client for xremote client requests. r=cls,sr=brendan 2001-12-28 22:17:20 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rjesup%wgate.com 420adf90d7 Bug 116413: Backing out patch. This is nsSupportsArray, not nsVoidArray.
(Whomever didn't have Supports inherit from VoidArray should be shot.)  Bug
to be reopened.  Sorry
2001-12-22 02:46:24 +00:00
rjesup%wgate.com f60990ae1e Bug 116413: Use SafeElementAt for Mac nsMenuStack::GetMenuAt/HaveMenuAt.
sr=jst, no r= needed as per jst
2001-12-22 01:20:26 +00:00
rjesup%wgate.com 2212861db9 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
dbaron%fas.harvard.edu 586a521563 Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527 2001-12-20 02:09:49 +00:00
seawood%netscape.com 502ebb668c Amazing what you find when you build in a fresh tree 2001-12-19 07:47:15 +00:00
seawood%netscape.com ecd58f1c48 Use srcdir when calling midl 2001-12-19 00:54:08 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
pavlov%netscape.com d2e40dea92 fixing macho bustage for zach 2001-12-17 23:38:09 +00:00
hyatt%netscape.com d4065d8e54 Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson 2001-12-17 22:51:39 +00:00
blizzard%redhat.com ab008c9769 Checkpointing changes. Not part of the build. Get scrollbars working. Fix lots of bugs in widget destruction. Port bryner's scrolling fix over to gtk2. Lots and lots of other random bugs fixed as well. 2001-12-17 22:05:58 +00:00
jaggernaut%netscape.com ef91c6c675 Fix OS2 bustage 2001-12-17 14:25:20 +00:00
jaggernaut%netscape.com 47eedf60f4 Fix Darwin bustage 2001-12-17 10:16:37 +00:00
hewitt%netscape.com b250187a2e (jag using hewitt's account): Darn xml files 2001-12-17 09:56:11 +00:00
jaggernaut%netscape.com 7936b26225 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
mkaply%us.ibm.com f69adff3df I know nothing about this stuff, but I think this will at least get BeOS building 2001-12-17 05:10:38 +00:00
jaggernaut%netscape.com 7de0ad022c Took out a little too much, it looks like. Hope this fixes the bustage. 2001-12-16 20:12:19 +00:00
jaggernaut%netscape.com f4d8d58385 Undoing this Makefile.in change until Pavlov fixes widget/src/beos/nsAppRunner.cpp 2001-12-16 20:09:52 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
pavlov%netscape.com 698da45c11 still working on the os2 build... 2001-12-16 14:03:46 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com 0fa21ec555 fixing os2 bustage (bogus #include for some #if0'd code from windows) 2001-12-16 11:18:27 +00:00