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

93 Коммитов

Автор SHA1 Сообщение Дата
kmcclusk a0977b5b74 Added support for nsDispatchListener's under Motif. 1998-06-11 19:29:57 +00:00
spider 131f1b81ef Force the Drawing Area to have zero border width: 1998-06-11 01:54:07 +00:00
rods 6bddcaeebe add stdlib.h to pick exit() on irix 1998-06-10 23:33:15 +00:00
rods 67d326a651 changed signature of OnResize 1998-06-10 22:42:34 +00:00
rods 797790e8bd initial 1998-06-10 20:42:04 +00:00
rods 87b7153911 added text support 1998-06-09 21:12:35 +00:00
kmcclusk d3f4d0ce51 Added mBounds field 1998-06-09 21:02:19 +00:00
kmcclusk b9d2a3979f GetBounds now returns the rect given in the Create if the Widget has not
been realized yet.
1998-06-09 20:20:14 +00:00
spider 151088f63e Add Exposure mask code back into event handlers, modify Makefile so
source actually builds (it wasn't on IRIX since the first .cpp had a'#'
sign in it commenting out the rest), and add a char * passwd so nsXtEventHandler
will compile.
1998-06-09 16:58:59 +00:00
rods 849c30f536 disabled nsTextHelper.cpp build 1998-06-08 21:46:55 +00:00
rods 7d9a457bbf added more functionality 1998-06-08 21:31:33 +00:00
kmcclusk 996f4eb78a Added NS_NATIVE_WIDGET support. Returns the HWND same as NS_NATIVE_WINDOW. This change
is required to support the cross-platform viewer
1998-06-07 22:30:46 +00:00
joki 68eb071ca2 Comment change 1998-06-07 11:28:08 +00:00
kmcclusk c92c532b32 Cast nsNativeWindow to Widget to fix IRIX build. NS_NATIVE_WINDOW returns the XtWindow like it used to. 1998-06-06 01:37:59 +00:00
kmcclusk 2426fd7410 Made window support child windows under Linux:lesstif 1998-06-06 00:53:24 +00:00
spider befcd4fc78 Fix nested comments in nsTextHelper.cpp. Also check for null widget
when querying Window Bounds
1998-06-05 22:08:07 +00:00
rods 584379c9d0 added nsTextHelper 1998-06-05 21:37:19 +00:00
rods 537197a767 added CheckButton support 1998-06-05 21:27:08 +00:00
rods 9a382ec099 added CheckButton to factory 1998-06-05 21:26:44 +00:00
rods 8a872fab1e implements full Event support 1998-06-05 21:26:16 +00:00
rods ff87318bb5 implemented Move 1998-06-05 21:25:46 +00:00
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