Commit Graph

191 Commits

Author SHA1 Message Date
rpotts%netscape.com
1f93bda803 Added XXX comment to a particularly nasty piece of code... 1998-07-17 06:27:37 +00:00
spider%netscape.com
be8b0eba11 Fix for throbber and offset painting 1998-07-16 23:50:29 +00:00
kmcclusk%netscape.com
d83456d74f Removed setting the boundary size in the resize callback directly. This fixes a bug
where the web widget window does not display initially.
1998-07-16 23:46:54 +00:00
spider%netscape.com
329f22d194 Optimization: Don't create a writeable GC for non-html drawing area 1998-07-16 22:01:47 +00:00
kmcclusk%netscape.com
15d22d92ca Removed commented out CreateWindow code 1998-07-16 21:43:15 +00:00
kmcclusk%netscape.com
1ba3030044 Added code to set the XmNx and XmNy attributes in the resize method 1998-07-16 21:28:51 +00:00
kipp
eebd76c43c Removed WS_VISIBLE from everywhere so that windows when created are hidden until positioned and shown 1998-07-14 15:17:29 +00:00
kmcclusk
84a4a6dfe1 Factored CreateWindow code into CreateMainWindow and CreateChildWindow code. 1998-07-10 21:26:46 +00:00
rods
6df651a653 Turned off debugging. 1998-07-10 17:29:03 +00:00
rods
455018c090 Added the proper initialization for the DeviceContext and the toolkit 1998-07-10 17:22:58 +00:00
rods
652b584943 Fixed positioning errors. 1998-07-10 17:22:05 +00:00
rods
39a02036ac Changed cast to XID (for IRIX) 1998-07-09 19:51:53 +00:00
rods
8c86d5edee Add support for initializing the Device Context and Toolkit 1998-07-09 19:10:35 +00:00
rods
bfcc88665d Added methods for initializing the Device Context and the Toolkit 1998-07-09 19:10:04 +00:00
rods
b4cb10bcf7 Implemented SetFont and created separate methods for initializing
the DeviceContext and the Toolkit
1998-07-09 19:09:19 +00:00
rods
acc7289942 Added error callback 1998-07-09 19:03:30 +00:00
kipp
49a7633f65 fixed comments 1998-07-09 17:04:45 +00:00
kipp
db1c43e536 tweak 1998-07-09 17:04:31 +00:00
rods
6e7ad8d93d Fixed argc problem 1998-07-08 17:40:16 +00:00
rods
7380820dd5 Added Focus processing 1998-07-08 17:01:37 +00:00
rods
874eefda61 Fixed the radio buttons so they work. 1998-07-08 17:00:18 +00:00
rods
a225823e94 The necessary fixes to get Scribble working. 1998-07-08 16:58:51 +00:00
thom
bcb4633b7a First Checked In. 1998-07-07 21:26:45 +00:00
rods
e0e7d535bf Removed Windows specific code 1998-07-07 18:00:06 +00:00
rods
2f18ca194c Removed the RadioGroup and fixed the RadioButtons so they would work 1998-07-07 17:56:24 +00:00
rods
0cc888b446 fixed a few minor things and removed the GetSelectedItem test for MultiList 1998-07-06 21:38:18 +00:00
rods
f45707914f activated the build of the widget test and scribble apps 1998-07-06 21:36:55 +00:00
rods
06687231b6 Removed RadioGroup and fixed the "Create" of the AppShell 1998-07-06 21:36:17 +00:00
rods
22d2f9be12 Implemented Get/Set Caret and Insert 1998-07-06 21:31:01 +00:00
rods
f90666e0b8 Changed GetSelectedItem so it throws an exception when it is call by nsListBox 1998-07-06 21:30:08 +00:00
rods
26e7a0aae0 Fixed cast 1998-07-06 20:27:57 +00:00
rods
9ed241fd65 Commented out the SetBKColor in the callback 1998-07-06 19:58:36 +00:00
rods
7006a21f95 Minor fix to get it compiling on Windows 1998-07-06 19:56:08 +00:00
rods
2e4e8f8ced Added more tests 1998-07-06 19:34:50 +00:00
rods
34d246ef41 Changed the array of widget to be of type "Widget" instead of "long" 1998-07-06 19:26:06 +00:00
rods
f6c4c17115 Added SetSelectedIndices method (no implementation) 1998-07-06 19:16:45 +00:00
rods
9428abd8e5 Filled in more of the methods and added additional tests 1998-07-06 18:13:38 +00:00
kipp
7c613dc78a Removed some compiler warnings 1998-07-03 23:16:43 +00:00
kipp
e73dd51e0c Eliminate some compiler warnings 1998-07-03 23:14:21 +00:00
rods
15f6addd9b fixed build problem 1998-07-02 22:43:08 +00:00
rods
73324e9369 Continued to implement the remain methods 1998-07-02 21:18:04 +00:00
joki
8ddddd1c9d Remove temporary setFocus() call. Focus shift moved to nsScrollingView 1998-07-02 01:14:28 +00:00
joki
421b4dfbe5 Validity check for focus event during nsWindow destruction 1998-06-29 21:18:19 +00:00
spider
ff4477a14e once again runs under unix. 1998-06-25 05:39:02 +00:00
michaelp
ec4811f612 added init() method to prescontext.
creator of prescontext is responsible for initializing pres context.
devicecontext is now init()ed with a nsNativeWidget.
removed hacky X Display stuff from device context and font metrics.
removed hacky code from windows font metrics.
changed nsNativeWindow to be nsNativeWidget.
added more code for compositor back-to-front pass.
improved text performance on X.
changed nsHTMLTagContent.cpp so that it will build with MSVC 4.1.
1998-06-25 04:24:45 +00:00
kmcclusk
324dad3671 Added code to allow more than one top-level window. 1998-06-24 21:12:39 +00:00
joki
099a11128b Focus method modification for editor. 1998-06-24 00:30:41 +00:00
joki
8b17a8489f Slight change to nsGUIEvent struct internals 1998-06-23 21:54:43 +00:00
kmcclusk
aff0aba569 Added code to fix reference counting and destroy widgets when their refcount goes to 0 1998-06-23 21:48:41 +00:00
rods
f4b63536f5 Initial checkin 1998-06-23 21:19:12 +00:00