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

2110 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 2f5a8940d3 Replaced by nsFileChooser.cpp 1999-06-03 21:53:41 +00:00
warren%netscape.com 94b591a867 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 139cf69132 Added nsIFileChooser to break dependency on nsFileSpec internals. 1999-06-03 21:51:02 +00:00
waterson%netscape.com e30c1ff4f6 Fix XPIDL_MODULE typos. 1999-06-03 20:06:49 +00:00
kmcclusk%netscape.com b9c989854f 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 8c14b330d4 - 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 78617ce0d6 - Removing nsTimer.cpp this has been moved to gfx/src/photon 1999-06-03 19:53:42 +00:00
ramiro%netscape.com 74ed554c12 Remove duplicate nsTimer.cpp files. 1999-06-03 19:44:16 +00:00
ramiro%netscape.com 93a7305ec5 Remove duplicate nsTimer.cpp files. 1999-06-03 19:37:42 +00:00
pinkerton%netscape.com f42f9d66d5 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 eec67aacfb 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 78544c887e 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 847a7c4ef4 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 562eebf4c7 real fix for bug #7468 from Tomi Leppikangas <tomilepp@ousrvr2.oulu.fi> 1999-06-03 01:54:15 +00:00
Jerry.Kirk%Nexwarecorp.com 0298892e90 Adding support for Photon UI 1999-06-03 01:21:42 +00:00
Jerry.Kirk%Nexwarecorp.com cd14411a4b - 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 3a066d624c - 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 a29d719286 #5763 "Forms overlaid/leave bitgunk upon reflow on Mac" 1999-06-03 00:51:38 +00:00
tague%netscape.com fd28497694 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 0bebb0762d 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 9f3b38ba7a fix mac bustage (use nsISupportsArray->ElementAt) 1999-06-02 03:08:13 +00:00
blizzard%redhat.com cedd7bc0ac start on other events 1999-06-02 02:54:49 +00:00
blizzard%redhat.com 559b2d4b39 fix some background color settings, remove something from the event mask 1999-06-02 01:47:13 +00:00
bruce%cybersight.com 8cac4836c5 Woops. Typo. 1999-06-01 05:16:32 +00:00
pavlov%pavlov.net fd56c649cf remove lots of spaces from the end of a bunch of lines 1999-05-31 23:24:09 +00:00
bruce%cybersight.com 685b347def Few more fixes for header files. 1999-05-31 19:50:25 +00:00
bruce%cybersight.com 6fe1579557 Reduces # of header files included. This work needs to spread out into all of mozilla/widget though as many things are getting drug in that don't need to be by things outside of mozilla/widget/src/gtk. I tested this on both egcs and gcc 2.7.2.3, so should be okay.
Also includes an nsAutoCString usage in nsPopUpMenu.cpp.
1999-05-31 19:41:43 +00:00
ramiro%netscape.com 27472eb374 Add casts for picky compiler. 1999-05-31 18:47:33 +00:00
bruce%cybersight.com 1261e54f50 Add GetIID() methods to these interfaces. To support an upcoming checkin. 1999-05-31 05:27:36 +00:00
blizzard%redhat.com 8741ad270d make sure to set the border pixel for created windows to avoid bad_match errors. patch from Tim Rowley <tor@cs.brown.edu>. 1999-05-31 03:46:38 +00:00
blizzard%redhat.com 4a9429a240 more fixes for displays that have more than one visual. expose events threaten to work now. 1999-05-31 03:05:33 +00:00
pavlov%pavlov.net b85da9bc26 oops, real fix. 1999-05-31 02:07:44 +00:00
pavlov%pavlov.net 19c63bde65 fix build 1999-05-31 02:03:33 +00:00
beard%netscape.com 6bc18e623d added DEBUG code to measure redraw time if control key is held down during an update. 1999-05-31 01:38:31 +00:00
pavlov%pavlov.net 1869a619af use nsAutoCString() 1999-05-31 00:16:30 +00:00
blizzard%redhat.com 772b94795c Always use the visual that was chosen by xlibrgb. Also, make sure to set
the colormap member in XCreateWindow() if it's set in the xlibrgb code.
1999-05-30 20:36:09 +00:00
blizzard%redhat.com 0cea408abb Apply build patches from Tim Rowley <tor@cs.brown.edu> to get working
with native solaris compiler
1999-05-30 16:58:31 +00:00
mcafee%netscape.com 02f2cf1448 nsIGenericTransferable.h was removed on 13th May. Thanks to David Gardiner for this fix. 1999-05-30 07:50:39 +00:00
pavlov%pavlov.net 88c1c2e22b we don't need the mAlign thing anymore since we have an event box 1999-05-30 02:09:42 +00:00
blizzard%redhat.com 8b120cdc04 catch up to new apis for file widget 1999-05-29 21:51:29 +00:00
law%netscape.com 4357597f32 Fix build bustage 1999-05-29 07:31:57 +00:00
law%netscape.com c440ecfdf7 Fix build bustage 1999-05-29 07:22:58 +00:00
mcmullen%netscape.com 6fcdc61108 Added nsFileSpecWithUIImp.cpp 1999-05-29 07:04:16 +00:00
mcafee%netscape.com 052a732fd3 Adding nsFileSpecWithUIImpl.cpp to resolve NS_NewFileSpecWithUI(). r=mcmullen 1999-05-29 06:08:56 +00:00
law%netscape.com 510fbbbbe0 added files: mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp 1999-05-29 03:28:56 +00:00
mcmullen%netscape.com e0431b2caf Moved widgetry out of xpcom 1999-05-29 01:26:53 +00:00
mcmullen%netscape.com e40a3e299b Moving widgetry out of xpcom 1999-05-29 01:08:22 +00:00
mcmullen%netscape.com 32f8c70270 First Checked In. 1999-05-29 01:05:14 +00:00
tague%netscape.com 543ea9737d Added TSM Input Method support for the Macintosh. 1999-05-28 05:06:38 +00:00
tague%netscape.com a520986b65 First Checked In. 1999-05-28 05:05:46 +00:00