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

5074 Коммитов

Автор SHA1 Сообщение Дата
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
pavlov%netscape.com c536b3746e Removing old timer code. 2001-12-16 06:15:58 +00:00
pavlov%netscape.com 5cd1b8e131 bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
pinkerton%netscape.com c84fb4d646 Add keycode of powerbook's Enter key as a special key as it differs from
the keycode for desktops. r=sdagley/sr=sfraser/a=asa. bug# 111723.
2001-12-15 05:16:59 +00:00
blizzard%redhat.com 1c6ddeb101 Try to reduce the amount of useless X traffic that happens at startup. Don't show widgets with invalid sizes. Reduce the number of Resize() requests that are sent back to the layout engine. 2001-12-15 05:06:01 +00:00
bryner%netscape.com 93fb14c92e Bug 115198 - event clientX and clientY coordinates are wrong if the event occurs within a child window. r=sfraser, sr=blizzard. 2001-12-15 02:18:41 +00:00
seawood%netscape.com 3738d752bc Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
blizzard%redhat.com 4a9b36791d Checkpointing changes. Not part of the build. Get scrollbars stubbed out and get the factory changes in place so they can be created. 2001-12-13 04:42:22 +00:00
blizzard%redhat.com 0c476ec798 Checkpointing changes. Fix scrolling with scrollmouse. Start getting native scrollbars off the ground. Not part of the build. 2001-12-12 23:56:21 +00:00
blizzard%redhat.com 3c35a06a88 Checkpointing changes. Not part of the build. Pep up window scrolling performance by compressing motion notify events. Also, add an option to the appshell to turn on gdk window paint debugging with MOZ_DEBUG_PAINTS=1 in the environment. 2001-12-12 22:51:19 +00:00
brade%netscape.com befc7b6bc7 attmpt to fix bug #110828; disable all unicode input for OS < 9.0 (r=pink; sr=brendan) 2001-12-12 06:38:49 +00:00
blizzard%redhat.com 892d2336fa Checkpointing Changes. Not part of the build. Call Resize() after the widgets are created to make sure they are all the right size when they are shown. Make sure to flush the window draw queue after scrolling to get an immidiate repaint. 2001-12-12 05:50:47 +00:00
ben%netscape.com 796f574cf4 bug 11632 - save page with images, stylesheets, objects and applets.
r=hewitt, brade, sr=hyatt
2001-12-12 04:17:26 +00:00
blizzard%redhat.com 692c9536d3 Checkpointing changes. Not part of the build. Get simple key events working. 2001-12-12 03:03:05 +00:00
kmcclusk%netscape.com f4417f337e Move management of the backbuffer from the viewmanager to the rendering context and make the backbuffer transient on WIN32 and GTK. bug 95952 sr=attinasi r=karnaze 2001-12-12 01:35:31 +00:00
blizzard%redhat.com 67bd4d0de4 Checkpointing changes. Not part of the build. Got focus working. 2001-12-11 22:22:48 +00:00
mkaply%us.ibm.com 26fb8ab367 #104174
r=mkaply, sr=blizzard
OS/2 only - beginnings of a system sound implentation. still need work to actually play the WAV
2001-12-11 20:48:24 +00:00
mkaply%us.ibm.com 47b9a4b2ba Remove unncessary cruft 2001-12-11 20:33:57 +00:00
saari%netscape.com 3dd6205477 fix for 105061, mac shifted keybindings don't work. Just needed to offset the keycode properly. r=brade,ftang, sr=sfraser 2001-12-11 11:19:20 +00:00
blizzard%redhat.com 1b70b8e8d6 Checkpointing changes. Window positions are now properly saved on exit. 2001-12-11 07:20:30 +00:00
blizzard%redhat.com 3a2cf2d285 Checkpoint changes. Not part of the build. Got popups working, hooked up more mouse events, window scrolling. 2001-12-11 06:21:22 +00:00
dean_tessman%hotmail.com fa7c61945e Bug 86606 - <SELECT>s disappear when using X-Mouse
r=timeless, sr=hewitt
2001-12-11 06:16:07 +00:00
ccarlen%netscape.com de865879b2 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
bryner%netscape.com 4332f20cb5 Bug 108787 -- unable to type in Open Web Location dialog when it first appears. r=saari, sr=blizzard. 2001-12-11 05:34:32 +00:00
mkaply%us.ibm.com 5b0d311bd9 Debug only OS/2 build bustage as a result of _DEBUG being turned on 2001-12-11 02:46:22 +00:00
blizzard%redhat.com b7042172a6 Checkpointing changes. Mouse events being hooked up, invalidation implemented. 2001-12-11 02:38:51 +00:00
ccarlen%netscape.com 0766c35c7f Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 1b00c70ee8 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
blizzard%redhat.com 243dd49ed7 Checkpointing changes. Expose events, window destruction and window close are now handled. Not part of the build. 2001-12-10 17:37:36 +00:00
timeless%mac.com 56c6ddc112 Bugzilla Bug 84568 xlib port does not support netscape plugins
patch work by timecop@network.email.ne.jp and Roland.Mainz@informatik.med.uni-giessen.de
r=timeless, sr=beard
2001-12-10 01:22:29 +00:00
bryner%netscape.com 10b0a23015 Fixing comments, bug 113038. Patch from diego@biurrun.de, r=bryner, rs=brendan. 2001-12-09 01:36:47 +00:00
dbaron%fas.harvard.edu 042c1828f6 Fix the holding past XPCOM shutdown of an nsTimerManager in a static nsCOMPtr. r=jag sr=shaver b=43589 2001-12-08 22:40:08 +00:00
darin%netscape.com 91fb8b229c fixes bug 107759 "Drag&drop to and from content area not working [Mach]"
r=pink, sr=jband
2001-12-07 22:01:26 +00:00
blizzard%redhat.com 4c6204470a checkpointing changes. mainloop runs, event queues run, windows will show and resize. not part of the build. 2001-12-07 05:23:56 +00:00
law%netscape.com 3bd2060122 Bug 105151; check for ERROR_INVALID_PARAMATER and retry with empty file name (because we get that when the file name is too long); r=bryner, sr=hyatt 2001-12-07 00:26:59 +00:00
pinkerton%netscape.com 43379b3cb2 support dragging from background windows r=sdagley/sr=sfraser. bug#51323 2001-12-06 15:29:15 +00:00
kmcclusk%netscape.com b79467d92f Suppress NS_MOUSE move on WIN32 if the mouse hasn't actually moved. b=113627 r=rod sr=attinasi 2001-12-06 02:55:06 +00:00
blizzard%redhat.com 79444dc86a Share timer implementation with gtk and gtk2. r=pavlov 2001-12-05 15:38:59 +00:00
leaf%mozilla.org 99e99b9ff7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
blizzard%redhat.com 45557ed47f Checkpointing changes. Not part of the build. Some more methods flushed out including widget creation and moving and resizing. 2001-12-04 16:58:04 +00:00
mcafee%netscape.com 741ef086a6 Changing to long hashtable tag (113175). code=gisburn, r=mcafee 2001-12-03 02:31:46 +00:00
mkaply%us.ibm.com 44c44ff181 #110927
r=mkaply, sr=blizzard
OS/2 only - Code from jblanco to fix Alt Key handling with menus
2001-11-30 23:29:29 +00:00
pinkerton%netscape.com 278eaecf98 Fix some complilation errors, change line endings on scrollbar. [not part of build] 2001-11-29 22:37:48 +00:00
pinkerton%netscape.com 373a9e44cd fix regressions with carbon events. r=ccarlen/sr=sfraser. bug# 112653 2001-11-29 22:36:22 +00:00
pinkerton%netscape.com 07c66f5f47 fixing mach-o bustage 2001-11-29 16:03:38 +00:00
pinkerton%netscape.com cbeea022af fix bustage 2001-11-29 15:39:33 +00:00
pinkerton%netscape.com 9031fb4c3c removing nsMacMessageSink.h 2001-11-29 15:11:13 +00:00
pinkerton%netscape.com 57e3d9d797 removing per bug 110851, replaced with nsIEventSink on each window. r=ccarlen/sr=sfraser. 2001-11-29 14:43:45 +00:00
pinkerton%netscape.com 1eba23ff87 make sure mouse loc is in local coordinates on a scrollwheel event. sr=sfraser. bug# 112448. 2001-11-29 14:41:10 +00:00
pinkerton%netscape.com 5aee4bfa62 removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851 2001-11-29 14:38:56 +00:00
rods%netscape.com ac124a73b5 Use system IDC_HAND cursor when available
Bug 104035 r=dcone sr=attinasi
2001-11-29 09:41:19 +00:00
dbaron%fas.harvard.edu e4aeea514e Remove |#ifdef NS_TRACE_MALLOC| code to flush logfiles for real-time TM readers until we figure out a better way to do it that doesn't break low and lowest priority timers. b=111651 r=brendan sr=waterson 2001-11-28 04:48:38 +00:00
rjc%netscape.com e5077bf2e5 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00