dcone%netscape.com
1f2e34a12f
updated projects to use static libs
1998-08-06 21:53:08 +00:00
dcone%netscape.com
c8c51d45a7
implemented newcwindow
1998-08-06 21:51:14 +00:00
dcone%netscape.com
154b7f1f0c
fixed bugs, implemented new window
1998-08-06 21:50:56 +00:00
dcone%netscape.com
6c2adee315
fixed some bugs
1998-08-06 21:50:30 +00:00
dcone%netscape.com
f7798da92a
backed out my changes for mac
1998-08-06 18:01:26 +00:00
dcone%netscape.com
b6ab87a8b5
update to new static factory methods.
1998-08-06 17:47:55 +00:00
dcone%netscape.com
e765302500
update to static library factory methods
1998-08-06 17:47:21 +00:00
dcone%netscape.com
84fe342cf4
update to new static way
1998-08-06 17:47:02 +00:00
dcone%netscape.com
fbcf1c5cec
updated to new factory methods using static libraries
1998-08-06 17:45:47 +00:00
dcone%netscape.com
a67ac8f50f
*** empty log message ***
1998-08-06 17:44:43 +00:00
rods%netscape.com
5205107d87
Commented out the FOCUS event cases, it cleared up several crashes
...
It's unclear whether we need to notified of these events.
1998-08-06 17:23:49 +00:00
troy%netscape.com
2b3ca378d3
Some improvements to the ref counting
1998-08-06 05:06:24 +00:00
troy%netscape.com
68dd96b029
Added code to Ondestroy() to do an AddRef() before calling DispatchStandardEvent()
...
and then a Release() afterwards. This ensures the object doesn't get destroyed until
after we've dispatched the event
1998-08-06 02:11:43 +00:00
kostello%netscape.com
3a6891de46
Added GetDepth
1998-08-05 18:14:16 +00:00
kostello%netscape.com
0a696b8301
Added GetDepth method
1998-08-05 18:12:41 +00:00
kmcclusk%netscape.com
1620d2c8b1
Really fix IRIX build.
1998-08-05 17:56:56 +00:00
kmcclusk%netscape.com
33b777f3ae
Fix for Linux build.
1998-08-05 17:32:14 +00:00
dcone%netscape.com
b9bb4fceb8
First Checked In.
1998-08-05 17:24:06 +00:00
dcone%netscape.com
56aa38d1db
First Checked In.
1998-08-05 17:01:56 +00:00
kmcclusk%netscape.com
d9a83cc808
Changed XtSetValues to XtMoveWidget for Scrolling.
1998-08-05 16:51:54 +00:00
dcone%netscape.com
327d11f446
First Checked In.
1998-08-05 15:44:36 +00:00
pierre%netscape.com
26e3be487b
added declaration of pure virtual functions to fix build on Mac
1998-08-05 08:11:01 +00:00
rods%netscape.com
86671d56a7
Fixed the fix
1998-08-04 21:06:35 +00:00
rods%netscape.com
10d673027c
Added a check for a null hWnd on call to ScreenToClient, DESTROY event
...
can cause wHnd to be null
1998-08-04 21:04:02 +00:00
rods%netscape.com
5316a8f701
Add method void nsTextWidget::SubclassWindow(BOOL bState)
...
and LRESULT CALLBACK nsTextWidget::TextWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
to filter out the "ding" when the return key is pressed.
1998-08-03 22:31:07 +00:00
rods%netscape.com
26c6a44810
Implemented SetUpForPaint, but it doesn't do the SetBkMode
1998-08-03 22:28:49 +00:00
rods%netscape.com
562a15edd4
Added the method SetUpForPaint for setting up the proper foreground
...
and background colors for the WM_CTLCOLORXXXX messages
1998-08-03 22:28:00 +00:00
kostello%netscape.com
60f40a6bc6
First Checked In.
1998-08-03 18:37:30 +00:00
peterl%netscape.com
4d01ae8f02
rounding support
1998-07-31 23:34:45 +00:00
kmcclusk%netscape.com
ed032b4301
Removed call to XtMoveWidget since this breaks the IRIX build.
1998-07-31 22:36:54 +00:00
joki%netscape.com
7cf1119360
More new event types
1998-07-31 22:01:42 +00:00
kmcclusk%netscape.com
3eb30c6b4c
Removed debug output.
1998-07-31 21:37:51 +00:00
kmcclusk%netscape.com
596999789b
Fixed SetCursor
1998-07-31 21:13:31 +00:00
kmcclusk%netscape.com
e909b61c2e
Fixed up scrolling some more.
1998-07-31 20:48:30 +00:00
kmcclusk%netscape.com
7dbf332524
Fix for Linux.
1998-07-31 20:06:41 +00:00
kmcclusk%netscape.com
a41ad5e93f
Added extern reference for XtMoveWidget to fix Irix build.
1998-07-31 17:40:43 +00:00
kmcclusk%netscape.com
3c6628592f
Removed XmP.h include
1998-07-31 16:57:02 +00:00
kmcclusk%netscape.com
60add6921f
Fix for Irix. Pass Positions to XtMoveWidget
1998-07-31 16:39:43 +00:00
kmcclusk%netscape.com
2266241147
Fix for IRIX build.
1998-07-31 15:52:20 +00:00
kmcclusk%netscape.com
2c5fec4acb
Fixes for scrolling. Each widget does an AddChild to insert it in it's parent's
...
list of children.
1998-07-30 23:06:32 +00:00
karnaze%netscape.com
c39c222c17
turn off frameborders ala nav4; mouse sensitive to frame borders, but can't yet resize
1998-07-30 21:25:35 +00:00
kmcclusk%netscape.com
2754f57c81
Changed Enumerator constructor to initialize mRefCnt to 1 instead of 0.
1998-07-30 17:40:22 +00:00
kmcclusk%netscape.com
bc0cf53fbf
Changed back to initialize refcount to 1 instead of 0 for now.
1998-07-30 17:37:26 +00:00
kmcclusk%netscape.com
5e6de4dfd2
Fix for loading second document in the viewer
1998-07-30 17:29:22 +00:00
kmcclusk%netscape.com
11807db522
Implemented SetCursor
1998-07-29 22:33:03 +00:00
scullin%netscape.com
914f9600bd
Added motif LAF stubs.
1998-07-29 22:16:24 +00:00
scullin%netscape.com
c53b9ebd29
Ref count fixes, fix widget test app.
1998-07-29 22:15:18 +00:00
scullin%netscape.com
6702e0130f
More refcount fixes.
1998-07-29 21:04:44 +00:00
scullin%netscape.com
d7a9a4ee52
Fix ref count oddities.
1998-07-29 20:49:28 +00:00
kmcclusk%netscape.com
1c4ac900c2
Added check in CreateInstance to see if QueryObject returns NS_OK. If it doesn't then release the interface.
1998-07-29 20:04:05 +00:00