Commit Graph

72 Commits

Author SHA1 Message Date
spider
0859ddefdf Remove first Dispatch of Paint message. There should (I believe) be
only 1 paint message dispatched and the first one did not even have
a rendering context associated with it which would cause any app trying
to paint to crash.
1998-06-05 02:04:16 +00:00
rods
071df17384 add GetNativeData pure 1998-06-04 21:37:14 +00:00
rods
1a8b6e389d added nsnull to the end of all the XtVaSet methods 1998-06-04 21:33:08 +00:00
rods
27e617464f added GetNativeData method 1998-06-04 21:00:40 +00:00
rods
7ea9b536aa fixed param problem 1998-06-04 20:59:14 +00:00
rods
2d4914d2c2 fixed Create method 1998-06-04 19:56:12 +00:00
rods
43df8934d6 add retucn for OnScroll 1998-06-04 19:55:42 +00:00
rods
0ccf0a87e4 added GetNative method 1998-06-04 18:59:53 +00:00
rods
176be5581f fixed event dispatcher 1998-06-04 18:53:22 +00:00
rods
571abd809f fixed event dispatcher code 1998-06-04 18:53:00 +00:00
rods
7a1e5c05e8 turned on motif builds 1998-06-04 18:20:40 +00:00
rods
4a9845874c first working version window, button scrollbar 1998-06-04 18:19:50 +00:00
rods
4da9655fbf changed the Create method 1998-06-04 18:12:10 +00:00
spider
1e1e0b6b68 Add NS_NATIVE_DISPLAY support 1998-06-04 05:14:25 +00:00
spider
5a364b65e2 Add NS_NATIVE_DISPLAY so gfx on UNIX can retrieve a Display
pointer from the Widget
1998-06-04 05:13:36 +00:00
rods
008bf9e083 removed nsdefs.h include 1998-06-03 21:17:44 +00:00
rods
3d10bf2f6d removed nsObject from it 1998-06-03 21:16:10 +00:00
rods
07552bfd9f uses sharded instead of static libs 1998-06-03 21:15:13 +00:00
rods
48799ddd1f initial check in 1998-06-03 20:07:49 +00:00
rods
ff16b440da uses sharded instead of static libs 1998-06-02 19:45:39 +00:00
rods
26eec53a4a disabled the build of the test app 1998-06-02 19:44:16 +00:00
troy
2f3a952805 Turned off CS_HREDRAW and CS_VREDRAW 1998-06-02 05:27:08 +00:00
troy
7984ef0147 Changed WM_WINDOWPOSCHANGED handling to ignore z-order (and activation)
changes
1998-06-02 02:33:29 +00:00
spider
ec433abac7 Use DSO instead of archive libs. Using archives will cause problems
since XPCOM was not intended to be used that way.
1998-06-02 01:21:29 +00:00
rods
36a86743a3 oops backed out changes from Linux 1998-06-01 21:29:23 +00:00
rods
1eb3a88bdc initial 1998-06-01 20:56:12 +00:00
troy
76258759a8 Added additional parameter to nsIWidget Resize() member functions 1998-06-01 20:26:50 +00:00
kmcclusk
f9f35f5a79 GetBounds returns the client area not the window area
Resize new returns the client area not the window area
Removed the commented out RelayEvent method in nsWindow.cpp
Add a nsDispatchListener for nsIAppShell.
1998-06-01 17:04:16 +00:00
karnaze
4de74d7ac1 event improvements 1998-05-29 22:44:13 +00:00
karnaze
dc7da6fe8a gui events store nsISupports; improved forms event handling 1998-05-27 23:58:07 +00:00
spider
c22bb6434f Add motif to DIRS, commented out for now 1998-05-20 23:20:32 +00:00
spider
7055e18ab9 Adding NS_NATIVE_WIDGET to get the native widget associated with an nsIWidget.
Windows has a concept of a native window whilst unix has a native widget and
a native window.
1998-05-20 23:19:38 +00:00
spider
a8a2dcbaf6 Motif Mods 1998-05-20 23:18:09 +00:00
kmcclusk
f8eca0655c Removed windows directory from widget/tests 1998-05-20 22:07:17 +00:00
kmcclusk
ea10c2074e Created an AppShell to abstract the event loop. Re-organized widget tests
into scribble and widget subdirectories and separated cross-platform code from
platform specific code
1998-05-20 22:02:14 +00:00
rods
94cd778c69 initial checkin 1998-05-19 20:39:31 +00:00
rods
b76019a904 removed xwin directory 1998-05-19 20:34:45 +00:00
kmcclusk
bdb0ef2def Changed listbox to be a nonintegral height under Win32 1998-05-18 23:52:20 +00:00
kmcclusk
1c2df781c1 Added nsTooltipEvent to indicate the index of the tooltip rectangle that is being shown.
Now correctly initializes TOOLINFO structures before using them.
1998-05-18 17:55:34 +00:00
karnaze
8939828111 initial support for <input type=file>, combo box use of widget init data for sizing 1998-05-18 16:39:42 +00:00
rods
eef7f1ccff initial 1998-05-15 17:43:42 +00:00
kmcclusk
1d7e22a70f Added widget specific init structs 1998-05-14 21:34:08 +00:00
michaelp
05002a8f80 killed temp printf()s. 1998-05-13 03:40:01 +00:00
michaelp
936ee3ae67 made form elements scroll smoothly. added apis to widgets to support this. 1998-05-13 03:39:08 +00:00
kipp
332e6e8030 Remove useless header file 1998-05-09 03:20:37 +00:00
kipp
9cbc46a23c Removed unused class decl 1998-05-09 03:20:24 +00:00
rods
fb4514ecea added mouseEvent struct 1998-05-08 14:54:09 +00:00
kmcclusk
ea8c399672 Added tooltip widget and ScreenToWidget and WidgetToScreen conversion member functions 1998-05-05 23:41:16 +00:00
kmcclusk
d69cde193a *** empty log message *** 1998-05-05 19:58:27 +00:00
hardts
ed8c3b1982 check for null to prevent crash 1998-05-05 18:51:19 +00:00