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

1130 Коммитов

Автор SHA1 Сообщение Дата
syd%netscape.com 57202dd322 Fix for 2503.
Communicate GTK_DELETE event so that higher levels can deal with the window
closure.
1999-03-05 23:21:51 +00:00
rods%netscape.com 0e427fc469 Made sure nsIRadioGroup has been removed 1999-03-05 21:06:09 +00:00
rods%netscape.com 0cf24ab8ac cleaned up some comment and debugging 1999-03-05 21:04:57 +00:00
rods%netscape.com f3adc9347d Fixed crash bug on releaseing null pointer 1999-03-05 20:41:37 +00:00
rods%netscape.com 2e95280446 I have removed nsRadioGroup and nsIRadioGroup and all references to it. 1999-03-05 20:28:16 +00:00
rods%netscape.com 709113ddeb Added ref counting to vertical scrollbar 1999-03-05 15:50:04 +00:00
rods%netscape.com f99d52aa28 Major update for tracking the popping up and dropping down of menus.
Added Mouse Wheel tracking
1999-03-05 15:34:53 +00:00
rods%netscape.com 94be0cba76 Fixed voidarray problem and a few other minor things 1999-03-05 15:33:40 +00:00
rods%netscape.com db5f268718 Fixed up ref counting issues 1999-03-05 15:32:54 +00:00
rods%netscape.com a7814c2d62 Changed VoidArray to nsISupportsArray 1999-03-05 15:30:11 +00:00
rods%netscape.com f03fb91a57 Added impl of SetVerticalScrollbar 1999-03-05 15:25:24 +00:00
pierre%netscape.com f94bae5e24 Fix #3408 "When mousedown, mousemoves should all go to same widget" 1999-03-05 10:04:07 +00:00
pierre%netscape.com a5dde62b0e Improved SetCursor() to use the Appearance Mgr 1999-03-05 10:02:16 +00:00
pierre%netscape.com 28326710c8 Added nsToolkit::HasAppearanceManager() 1999-03-05 10:01:07 +00:00
saari%netscape.com 095b5d3d77 Fixing menus on Win32 1999-03-05 07:31:54 +00:00
kipp%netscape.com e4f95f00ec Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
pavlov%pavlov.net 90944754dd start fixing file selector, fix menus under apprunner, fix font setting for
widgets.
1999-03-05 02:48:43 +00:00
scc%netscape.com 2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
pierre%netscape.com f0ce82f127 fix last part of #2336 "Miscellaneous cosmetic problems with scrollbars" 1999-03-03 09:05:50 +00:00
pierre%netscape.com 3fa93de57c fix funny button hilites that happened when moving quickly the mouse after doing a dragWindow 1999-03-03 09:04:42 +00:00
pierre%netscape.com db0c840742 fix #3358 "Missed mouse up events cause chaos" fix double-clicks in buttons 1999-03-03 09:02:54 +00:00
pierre%netscape.com 8179724298 fix #3358 "Missed mouse up events cause chaos" 1999-03-03 09:01:58 +00:00
akkana%netscape.com f246a5f0dc nsWindow.cpp didn't like the fcn name SelectionClear 1999-03-02 19:06:28 +00:00
akkana%netscape.com 63f1f1e77a Improvements in handling of the X selection, and some explanatory comments 1999-03-02 18:08:49 +00:00
alecf%netscape.com 964f022e13 fix AIX bustage - compiler confused by too much casting 1999-03-02 01:40:52 +00:00
pollmann%netscape.com 497799bce3 Allow windows text widgets to update readonly state on the fly, as gtk already does. 1999-03-02 00:48:22 +00:00
rods%netscape.com 1f1fe4ce0b Added method 1999-03-01 17:52:22 +00:00
rods%netscape.com bb64bb4329 Added new method 1999-03-01 17:03:21 +00:00
rods%netscape.com 52cc91c422 Added arible 1999-03-01 17:00:24 +00:00
rods%netscape.com 56cfd4410d ifdef'ed out some menu code that does work yet. 1999-03-01 16:48:45 +00:00
rods%netscape.com 94e64adb3e Added methods to header. 1999-03-01 16:48:19 +00:00
rods%netscape.com 6b6d319623 Added MenuDeselect to nsIMenuListener 1999-03-01 16:22:40 +00:00
ramiro%netscape.com cef0e56005 Here is patch to add font-styles to gtk-widgets. It adds styles
to widgets on creation, and uses that style to change fonts.
Thanks to Tomi Leppikangas <Tomi.Leppikangas@oulu.fi>
1999-03-01 13:30:54 +00:00
saari%netscape.com a94e23fc23 Making Mac menus work a little better again. 1999-02-27 08:30:32 +00:00
akkana%netscape.com 0981dc8ed8 Turn on nsSelectionMgr for windows 1999-02-26 19:01:15 +00:00
akkana%netscape.com 84cc4f1260 Turn on nsSelectionMgr class for copy/paste 1999-02-26 19:00:17 +00:00
alecf%netscape.com d495eba2a1 fix HPUX bustage - don't declare classnames inside class definitition 1999-02-26 17:25:31 +00:00
warren%netscape.com 44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
saari%netscape.com 41444e6afe Actually do menu creation on the create call. Commented out SetLabel in nsWebShellWindow::LoadMenuItem 1999-02-26 02:45:55 +00:00
akkana%netscape.com fca17ef807 Fixes to make the mac build; jfrancis will follow with the project file 1999-02-26 01:59:49 +00:00
akkana%netscape.com f017b98c31 Backing out my changes 1999-02-25 06:54:50 +00:00
akkana%netscape.com 913edb03a5 Add another ifdef to fix build 1999-02-25 06:13:48 +00:00
akkana%netscape.com 706fb1b011 turn on selection mgr in app shell; forgot this file in last check-in 1999-02-25 05:49:43 +00:00
akkana%netscape.com 9e90097ffe Use the real nsISelectionMgr for doCopy 1999-02-25 05:32:30 +00:00
akkana%netscape.com db4b6f7beb Build nsSelectionMgr & include in nsAppShell on Unix 1999-02-25 02:54:50 +00:00
akkana%netscape.com a612748acc New SelectionMgr class 1999-02-25 02:42:06 +00:00
pierre%netscape.com 43a2bd99fb Put back the code but this time using the newly defined nsIBidirectionalEnumerator 1999-02-23 18:49:57 +00:00
pierre%netscape.com 3adb2cae02 Backed out part of the previous checkin to turn Tinderbox green again. 1999-02-23 16:30:31 +00:00
pierre%netscape.com 515de5dbaf Fixed #3154 "Events don't work with fixed positioning". Fixed "clicks in vScrollBar down arrow are ignored". 1999-02-23 12:53:28 +00:00
pierre%netscape.com 6dd9a16052 Restored the v1.76 code for the loops through the children (no nsCOMPtr, no RTTI - today's problem was one too many). Updated comments. 1999-02-23 09:14:36 +00:00