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

505 Коммитов

Автор SHA1 Сообщение Дата
joki%netscape.com b2e873d830 Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
rods%netscape.com e51aafde85 part of fix for Bug 33733
added ShouldRollupOnMouseWheelEvent methos to ask if the rollup want to rollup on MouseWheel events
2000-05-12 20:23:04 +00:00
saari%netscape.com ec216b4970 Fix for bug 38619, cannot use "hidden" attribute to hide top level menus on MacOS. 2000-05-12 03:53:54 +00:00
rjc%netscape.com 644b374850 Fix bug # 36037: drag&drop changes to support translucency on Mac. 2000-05-08 23:29:32 +00:00
michael.lowe%bigfoot.com 73b7310c91 Implement CSS3 cursors on Windows 2000-05-07 05:14:43 +00:00
pinkerton%netscape.com 308074e6c2 updating drag mime types. adding one for URLs 2000-05-02 22:37:52 +00:00
michael.lowe%bigfoot.com 32ad1a7b11 Implement CSS2 resize cursors on Windows (bug 1916) 2000-04-30 15:29:32 +00:00
pinkerton%netscape.com e5f9729036 preliminary support for dragging files from the desktop into mozilla. works on macos for now. 2000-04-25 04:10:35 +00:00
joki%netscape.com 3851e31b9f fixes for 5995, 7304, 10573, 22832, and 9668.
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
pinkerton%netscape.com a08bd44ab6 new clipboard interfaces for unix selection clipboard. 2000-04-14 02:52:38 +00:00
pinkerton%netscape.com 5c59910fa7 Adding support for nsIMenuRollup and not rolling up xpmenus when a click
is in a parent menu.
2000-04-13 20:17:29 +00:00
pinkerton%netscape.com b8c6c9b7fb Adding support for nsIMenuRollup and xpmenus not rolling up when a click is inside a parent. 2000-04-13 20:15:40 +00:00
pinkerton%netscape.com b5f88365e1 First Checked In. 2000-04-13 20:09:08 +00:00
pavlov%netscape.com ad8f59cb37 Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog 2000-04-04 23:50:41 +00:00
pierre%netscape.com b13a185a85 Use the system colors to paint the text selection (and added NS_DONT_CHANGE_COLOR to support the Mac selection scheme where colored text keeps its colors when selected). 2000-04-04 09:07:41 +00:00
danm%netscape.com 766d01b89a add PlaceBehind (other widget) method 2000-04-01 22:10:22 +00:00
danm%netscape.com d0a370a4ba add z-level GUI event 2000-04-01 22:08:47 +00:00
pavlov%netscape.com 7da4567d47 file picker changes 2000-03-29 01:42:45 +00:00
pavlov%netscape.com 32bd20ea59 change create to init 2000-03-23 07:52:28 +00:00
pavlov%netscape.com 7fa9f09b77 change filepicker interface for filtering 2000-03-23 07:41:09 +00:00
pavlov%netscape.com 4957ef68fc fix interface.. apparently it is bad to have an negative size of an array so i have to use an unsigned size 2000-03-23 00:45:46 +00:00
pavlov%netscape.com ce28452ee1 make it go on windows 2000-03-22 10:26:22 +00:00
pavlov%netscape.com d845ddfd01 use nsILocalFile instead of nsIFile 2000-03-22 09:17:01 +00:00
pinkerton%netscape.com a6e8e4a275 added a metric for determining if xul popups should be allowed to display over the menubar/taskbar. r=hyatt. 2000-03-22 02:55:12 +00:00
pavlov%netscape.com 629ddf7294 use nsIFile instead of nsIFileSpec 2000-03-21 07:03:34 +00:00
blizzard%redhat.com 4602ee02e7 fix for #27791. assume that any drag motion events are not valid drop targets unless someone explicitly sets the canDrop = true in the JS event handler. this makes dragging feedback correct on linux. r=pavlov 2000-03-18 05:00:45 +00:00
mccabe%netscape.com 7cef346a78 Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
Preparatory to fix to 11454.

r=jband
2000-03-17 23:47:48 +00:00
pavlov%netscape.com 33ce2d4e90 changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
tbogard%aol.net 620e9f7db7 Remove dependency on nsIBrowserWindow. 2000-03-11 00:21:27 +00:00
danm%netscape.com d785b3735c adding methods to set and get the size mode (normal,minimized...). bug 30116 r=scc a=jevering 2000-03-09 01:55:48 +00:00
danm%netscape.com 2fab5f234a adding definition for new sizemode event. bug 30116 r=scc a=jevering 2000-03-09 01:54:14 +00:00
blizzard%redhat.com e74edad627 a real fix for #28216 instead of the previous work around. also fixes the unix part of bug #27791. 2000-02-28 06:13:27 +00:00
pinkerton%netscape.com c6be966386 Fix for bug 26150, implementing radio behavior in mac native menus. also some minor cleanup and dead code removal. r=saari, a=jar. 2000-02-22 04:47:12 +00:00
blizzard%redhat.com 81c859dad9 first pass at DND for gtk since superwin. fixes bug #9642. r=pavlov,pinkerton 2000-02-10 04:19:52 +00:00
pinkerton%netscape.com 7602edf975 fix build bustage. 2000-02-09 23:24:28 +00:00
rods%netscape.com 6848bd8a1e cleaning up widget library and removing uneeded widgets
fixed ALT key issue for windows
bug 17027,27041; carpool a=leaf; r=kmcclusk
2000-02-09 19:30:25 +00:00
scc%netscape.com 6b45b35877 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
blizzard%redhat.com 987779af71 add new drag session for gtk 2000-01-30 09:59:57 +00:00
tbogard%aol.net be7bc2a39f Updated some comments/ documentation. 2000-01-26 06:24:04 +00:00
syd%netscape.com a4469c3384 Changes for nsSound mods. r=sfraser 2000-01-25 02:58:40 +00:00
michael.lowe%bigfoot.com 3326c2959e Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:56:09 +00:00
kmcclusk%netscape.com 8fe1340044 Added ScrollWidgets method to nsIWidget. Added stub for ScrollWidgets to nsBaseWidget. Implemented nsScrollWidgets and nsScrollRect on WIN32. bug 22067; r=rods@netscape.com 2000-01-15 01:38:50 +00:00
law%netscape.com f0dc460345 Fix for clobber build bustage 2000-01-12 23:12:12 +00:00
law%netscape.com 8b9e371f8e Fix for #5708; add parent window attribute and use as nsIFileWidget parent when opening file chooser; r=danm@netscape.com 2000-01-12 22:06:42 +00:00
bryner%uiuc.edu 1869d08630 Removing unused code that is #ifdef LOSER. r=pavlov. 2000-01-12 00:27:01 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
danm%netscape.com 9163e63ea5 new method GetScreenBounds. part of bug 5998. r:pierre. 2000-01-06 01:28:41 +00:00
ftang%netscape.com 1986cf104e partial fix for bug 15533 (size part). 1. change the return value from nsPiont to nsRect. Change widget code to reflect the change. In Gtk, change XIM FontSet based on the rect height. r=cata a=chofmann 1999-12-22 07:56:40 +00:00
syd%netscape.com 76d39e5500 Change calls to Flash(void) in nsIWidget, nsWindow to GetAttention().
r=sdagley a=chofmann. Add support for GetAttention API to nsIDOMWindow.
r=vidur, a=chofmann. To do, make call to WebShell from nsIDOMWindow,
this will come once travis lands some webshell code.
1999-12-17 06:11:45 +00:00
law%netscape.com aa0a1b34e0 18518; Add nsIWidget::Flash with null default implementation in nsBaseWidget and real functionality in Windows version of nsWindow; r=syd@netscape.com, a=chofmann@netscape.com 1999-12-10 07:20:51 +00:00