Commit Graph

2137 Commits

Author SHA1 Message Date
pinkerton%netscape.com
3b1d98eb67 File Removed. 1999-06-08 21:23:36 +00:00
pinkerton%netscape.com
166761c24f don't export imagebutton or menu button stuff, again. obsolete. 1999-06-08 21:23:18 +00:00
av%netscape.com
e5b943bd76 *** empty log message *** 1999-06-08 06:07:51 +00:00
hyatt%netscape.com
b520345abb Added new events for popup construction and destruction. 1999-06-08 05:08:46 +00:00
pinkerton%netscape.com
1e3b08c682 changes so that transferable no longer takes ownership of dataflavor string, but correctly copies it. fix some memory leaks as well. 1999-06-07 20:43:23 +00:00
rods%netscape.com
c4e7187dde Removed ddcomm.h, and put the macro SET_FORMATETC into nsClipboard.h, and then removed ddcomm.h from the src 1999-06-07 19:26:45 +00:00
rods%netscape.com
186de72ef2 added cast to remove warning. 1999-06-07 19:24:36 +00:00
blizzard%redhat.com
a3f3e05e23 remove widgets that don't exist anymore. THIS IS NOT PART OF THE BUILD. 1999-06-07 15:32:17 +00:00
saari%netscape.com
60fb752c9e Mac only change. Fix bug #7296 1999-06-06 01:23:56 +00:00
Jerry.Kirk%Nexwarecorp.com
2ab0fac5be - Changed include of nsWindow.h to nsWidget.h as it should have been 1999-06-05 23:57:47 +00:00
pierre%netscape.com
f051fa29c6 #3322 "javascript ONCHANGE handler failures". Added ControlChanged() in order to send NS_CONTROL_CHANGE events. 1999-06-05 03:00:28 +00:00
tague%netscape.com
a34d353a60 Update nsWindow.h to change DEBUG_TAGUE to DEBUG_tague for consistency 1999-06-04 22:55:57 +00:00
tague%netscape.com
6fdbe33ea1 changed DEBUG_TAGUE to DEBUG_tague for consitency with windows 1999-06-04 22:52:58 +00:00
pinkerton%netscape.com
e975f2048a removed nsMenuButton and nsImageButton from builds. 1999-06-04 22:45:27 +00:00
pinkerton%netscape.com
05679fe166 don't export imagebutton or menu button stuff. obsolete. 1999-06-04 22:43:19 +00:00
pinkerton%netscape.com
741afa353a removing obsolete widgets (nsImageButton and nsMenuButton). 1999-06-04 22:41:39 +00:00
pinkerton%netscape.com
b5666ab255 removing imageButton and menuButton stuff. obsolete. 1999-06-04 22:36:54 +00:00
hyatt%netscape.com
2615cddb22 Menus now set and unset the open attribute (ensuring that RDF-generated content
doesn't stick around).
1999-06-04 22:31:07 +00:00
hyatt%netscape.com
06ac2e21e1 Menus now set and unset the open attribute. 1999-06-04 22:24:53 +00:00
pinkerton%netscape.com
4b8a23ed27 removing nsImageButton and nsMenuButton. obsolete. 1999-06-04 22:22:22 +00:00
pinkerton%netscape.com
21ec1a3378 nsMenuButton and nsImageButton obsolete. 1999-06-04 22:21:59 +00:00
briano%netscape.com
8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
Jerry.Kirk%Nexwarecorp.com
710b064d73 - Fixing code after addition of ShowMenuBar() method
-  This is still not implemented, it will just compile now.
1999-06-04 15:09:50 +00:00
shaver%netscape.com
223ff1b1b9 fix for #3839 1999-06-04 06:21:49 +00:00
tague%netscape.com
6740fde5bb Fix for #6896: Windows editor interprests the '.' key as a forward delete. Not building by default -- will switch over once tested on Mac and Unix. 1999-06-04 05:14:01 +00:00
danm%netscape.com
ca940ca440 adding ShowMenuBar 1999-06-04 04:00:30 +00:00
tague%netscape.com
28b8bc9e50 Temporarily remove TSMActivate/Deactivate document assertions until bug #7571 gets fixed. 1999-06-04 02:12:07 +00:00
warren%netscape.com
69c0df1281 Replaced by nsFileChooser.cpp 1999-06-03 21:53:41 +00:00
warren%netscape.com
eb3d12a49b added files: mozilla/widget/src/xpwidgets/nsFileChooser.cpp, removed files: mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp 1999-06-03 21:51:27 +00:00
warren%netscape.com
2f48fd7da7 Added nsIFileChooser to break dependency on nsFileSpec internals. 1999-06-03 21:51:02 +00:00
waterson%netscape.com
bd60dc35e4 Fix XPIDL_MODULE typos. 1999-06-03 20:06:49 +00:00
kmcclusk%netscape.com
e19b816f7e Fix for bugs #7442, #7523. Removed the code in WindowProc that was setting the
someWindow local variable based on the lParam for combo box events.
Instead someWindow is set using the default code
with uses the (HWND hWnd) passed in as an argument. Even though the MS documentation claims
you should use the lParam it does not work. This is what was causing the crashes on WIN95.
1999-06-03 20:03:53 +00:00
Jerry.Kirk%Nexwarecorp.com
8706648c47 - Added the Pt_LINK_INSERT flag to make the activate callback for the menuitem
-  occur before the Unrealize of the menu which destroyed the menuitem
1999-06-03 19:56:57 +00:00
Jerry.Kirk%Nexwarecorp.com
b4c4d89e2c - Removing nsTimer.cpp this has been moved to gfx/src/photon 1999-06-03 19:53:42 +00:00
ramiro%netscape.com
336230410b Remove duplicate nsTimer.cpp files. 1999-06-03 19:44:16 +00:00
ramiro%netscape.com
69f2fc9282 Remove duplicate nsTimer.cpp files. 1999-06-03 19:37:42 +00:00
pinkerton%netscape.com
c35d3c5907 More changes for Carbon, submitted by Eoin Norris at Apple (e.norris@apple.com). 1999-06-03 18:55:40 +00:00
pierre%netscape.com
01c1e0bdc3 Fixed various problems with popups (fixed width, empty strings, strings starting with '-'). Simplified some functions too. 1999-06-03 08:38:52 +00:00
pierre%netscape.com
274fc4c748 Remove a flicker in scrollbars introduced by last checkin (#5763 "Forms overlaid/leave bitgunk upon reflow on Mac") 1999-06-03 08:34:09 +00:00
tague%netscape.com
e9a9df8182 Fixed bug #5402 and #5439. Thanks to Peter Edberg and Eric Schlegel for their assistance. 1999-06-03 03:00:26 +00:00
pavlov%pavlov.net
3baeee60f1 real fix for bug #7468 from Tomi Leppikangas <tomilepp@ousrvr2.oulu.fi> 1999-06-03 01:54:15 +00:00
Jerry.Kirk%Nexwarecorp.com
8bc8b1f9ab Adding support for Photon UI 1999-06-03 01:21:42 +00:00
Jerry.Kirk%Nexwarecorp.com
9bcd6a74ff - Adding support for lots more widgets than the original version
-  which was just a place holder after all.
1999-06-03 01:18:49 +00:00
Jerry.Kirk%Nexwarecorp.com
06cf38bb8b - These files bring the Photon UI uptodate.
- They still include lots of debug that will be cleaned out later
-  once everything works.
1999-06-03 01:13:06 +00:00
pierre%netscape.com
78aa051ad5 #5763 "Forms overlaid/leave bitgunk upon reflow on Mac" 1999-06-03 00:51:38 +00:00
tague%netscape.com
1350468e86 Fixed bug #5402 and #5439: Mac menus not displaying Unicode properly. Thanks to Peter Edberg and Eric Shlegel for help with this fix. 1999-06-03 00:35:00 +00:00
ramiro%netscape.com
020ff6e050 Backout pavlov's last change which broken list boxes. Some items would
display as garbage.
1999-06-03 00:28:37 +00:00
alecf%netscape.com
043d7935fd fix mac bustage (use nsISupportsArray->ElementAt) 1999-06-02 03:08:13 +00:00
blizzard%redhat.com
46dea5bb62 start on other events 1999-06-02 02:54:49 +00:00
blizzard%redhat.com
880a6c787e fix some background color settings, remove something from the event mask 1999-06-02 01:47:13 +00:00