rods
112575abd8
disabled nsTextHelper.cpp build
1998-06-08 21:46:55 +00:00
rods
dbf9f01061
added more functionality
1998-06-08 21:31:33 +00:00
kmcclusk
69a3e0fb5c
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
641847c00d
Comment change
1998-06-07 11:28:08 +00:00
kmcclusk
ef7ad4894d
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
71212922af
Made window support child windows under Linux:lesstif
1998-06-06 00:53:24 +00:00
spider
77c4ad23d6
Fix nested comments in nsTextHelper.cpp. Also check for null widget
...
when querying Window Bounds
1998-06-05 22:08:07 +00:00
rods
799b1218ab
added nsTextHelper
1998-06-05 21:37:19 +00:00
rods
873c97da06
added CheckButton support
1998-06-05 21:27:08 +00:00
rods
8e30497b88
added CheckButton to factory
1998-06-05 21:26:44 +00:00
rods
d885b36d92
implements full Event support
1998-06-05 21:26:16 +00:00
rods
89613d0c5d
implemented Move
1998-06-05 21:25:46 +00:00
spider
297370367a
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
d37cb3814f
add GetNativeData pure
1998-06-04 21:37:14 +00:00
rods
f3f957620b
added nsnull to the end of all the XtVaSet methods
1998-06-04 21:33:08 +00:00
rods
aa8a5b019f
added GetNativeData method
1998-06-04 21:00:40 +00:00
rods
d451adac2f
fixed param problem
1998-06-04 20:59:14 +00:00
rods
126a0e1a7f
fixed Create method
1998-06-04 19:56:12 +00:00
rods
5050d0ae9d
add retucn for OnScroll
1998-06-04 19:55:42 +00:00
rods
9b4f016dc7
added GetNative method
1998-06-04 18:59:53 +00:00
rods
4c16d328c5
fixed event dispatcher
1998-06-04 18:53:22 +00:00
rods
be7090af23
fixed event dispatcher code
1998-06-04 18:53:00 +00:00
rods
ab9faa9ee7
turned on motif builds
1998-06-04 18:20:40 +00:00
rods
f5161438d3
first working version window, button scrollbar
1998-06-04 18:19:50 +00:00
rods
a76dffca3c
changed the Create method
1998-06-04 18:12:10 +00:00
spider
563f52b367
Add NS_NATIVE_DISPLAY support
1998-06-04 05:14:25 +00:00
spider
47b82b90c5
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
0c6d74f0af
removed nsdefs.h include
1998-06-03 21:17:44 +00:00
rods
25c9888cf9
removed nsObject from it
1998-06-03 21:16:10 +00:00
rods
3028fb6d76
uses sharded instead of static libs
1998-06-03 21:15:13 +00:00
rods
fbe5f667eb
initial check in
1998-06-03 20:07:49 +00:00
rods
0af3fe3e0b
uses sharded instead of static libs
1998-06-02 19:45:39 +00:00
rods
de5cfeeab2
disabled the build of the test app
1998-06-02 19:44:16 +00:00
troy
652077015d
Turned off CS_HREDRAW and CS_VREDRAW
1998-06-02 05:27:08 +00:00
troy
c37d228671
Changed WM_WINDOWPOSCHANGED handling to ignore z-order (and activation)
...
changes
1998-06-02 02:33:29 +00:00
spider
84172876cd
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
a31a675f64
oops backed out changes from Linux
1998-06-01 21:29:23 +00:00
rods
00b9ad8b35
initial
1998-06-01 20:56:12 +00:00
troy
96dd72a330
Added additional parameter to nsIWidget Resize() member functions
1998-06-01 20:26:50 +00:00
kmcclusk
beea653631
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
f65a3e4e87
event improvements
1998-05-29 22:44:13 +00:00
karnaze
360710c815
gui events store nsISupports; improved forms event handling
1998-05-27 23:58:07 +00:00
spider
a8e7e6f383
Add motif to DIRS, commented out for now
1998-05-20 23:20:32 +00:00
spider
e39db1726a
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
d0e6480337
Motif Mods
1998-05-20 23:18:09 +00:00
kmcclusk
62f2d1e006
Removed windows directory from widget/tests
1998-05-20 22:07:17 +00:00
kmcclusk
dce5cf8ea0
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
44ebed2fda
initial checkin
1998-05-19 20:39:31 +00:00
rods
da8db6dc63
removed xwin directory
1998-05-19 20:34:45 +00:00
kmcclusk
364a020bc1
Changed listbox to be a nonintegral height under Win32
1998-05-18 23:52:20 +00:00