troy%netscape.com
f0d1ff684a
Added GetClientData() and SetClientData() member functions
1998-08-07 05:19:40 +00:00
joki%netscape.com
9cb79b1687
Adding window.open method, fixing editormode in release builds, various event fixes
1998-08-07 04:45:03 +00:00
peterl%netscape.com
4c0e289be4
changed nsFont to contain face lists in name
1998-08-07 02:12:34 +00:00
dcone%netscape.com
ede8279905
updated projects to use static libs
1998-08-06 21:53:08 +00:00
dcone%netscape.com
ee4f3c82ee
implemented newcwindow
1998-08-06 21:51:14 +00:00
dcone%netscape.com
a24f6285ca
fixed bugs, implemented new window
1998-08-06 21:50:56 +00:00
dcone%netscape.com
7028868332
fixed some bugs
1998-08-06 21:50:30 +00:00
dcone%netscape.com
ee553d16f4
backed out my changes for mac
1998-08-06 18:01:26 +00:00
dcone%netscape.com
2fd3f58095
update to new static factory methods.
1998-08-06 17:47:55 +00:00
dcone%netscape.com
27b06f5d24
update to static library factory methods
1998-08-06 17:47:21 +00:00
dcone%netscape.com
49b53ac7ca
update to new static way
1998-08-06 17:47:02 +00:00
dcone%netscape.com
13d4010bdd
updated to new factory methods using static libraries
1998-08-06 17:45:47 +00:00
dcone%netscape.com
b41acfb98d
*** empty log message ***
1998-08-06 17:44:43 +00:00
rods%netscape.com
7c9dc08302
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
c1c4e2fbf9
Some improvements to the ref counting
1998-08-06 05:06:24 +00:00
troy%netscape.com
c876b84e2e
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
82de4abf45
Added GetDepth
1998-08-05 18:14:16 +00:00
kostello%netscape.com
2377dcb73e
Added GetDepth method
1998-08-05 18:12:41 +00:00
kmcclusk%netscape.com
5bc8fb4ae0
Really fix IRIX build.
1998-08-05 17:56:56 +00:00
kmcclusk%netscape.com
c0d0ef39ee
Fix for Linux build.
1998-08-05 17:32:14 +00:00
dcone%netscape.com
6789c4d741
First Checked In.
1998-08-05 17:24:06 +00:00
dcone%netscape.com
da98f83b33
First Checked In.
1998-08-05 17:01:56 +00:00
kmcclusk%netscape.com
b1b6f8f340
Changed XtSetValues to XtMoveWidget for Scrolling.
1998-08-05 16:51:54 +00:00
dcone%netscape.com
6a705d8fa5
First Checked In.
1998-08-05 15:44:36 +00:00
pierre%netscape.com
b667a297e2
added declaration of pure virtual functions to fix build on Mac
1998-08-05 08:11:01 +00:00
rods%netscape.com
6a960efaa5
Fixed the fix
1998-08-04 21:06:35 +00:00
rods%netscape.com
718a820c39
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
086bb72002
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
ffa3eb84e6
Implemented SetUpForPaint, but it doesn't do the SetBkMode
1998-08-03 22:28:49 +00:00
rods%netscape.com
cea9db392f
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
6142e2bcdf
First Checked In.
1998-08-03 18:37:30 +00:00
peterl%netscape.com
714146a525
rounding support
1998-07-31 23:34:45 +00:00
kmcclusk%netscape.com
9a8bc6d711
Removed call to XtMoveWidget since this breaks the IRIX build.
1998-07-31 22:36:54 +00:00
joki%netscape.com
888ddf94b3
More new event types
1998-07-31 22:01:42 +00:00
kmcclusk%netscape.com
64d01b411d
Removed debug output.
1998-07-31 21:37:51 +00:00
kmcclusk%netscape.com
3a8549509c
Fixed SetCursor
1998-07-31 21:13:31 +00:00
kmcclusk%netscape.com
a10c1ea9ad
Fixed up scrolling some more.
1998-07-31 20:48:30 +00:00
kmcclusk%netscape.com
2df7d1c7be
Fix for Linux.
1998-07-31 20:06:41 +00:00
kmcclusk%netscape.com
b28ed01cc8
Added extern reference for XtMoveWidget to fix Irix build.
1998-07-31 17:40:43 +00:00
kmcclusk%netscape.com
0bd32964a7
Removed XmP.h include
1998-07-31 16:57:02 +00:00
kmcclusk%netscape.com
f26f8b9506
Fix for Irix. Pass Positions to XtMoveWidget
1998-07-31 16:39:43 +00:00
kmcclusk%netscape.com
26a2dac597
Fix for IRIX build.
1998-07-31 15:52:20 +00:00
kmcclusk%netscape.com
5d01dfa7f3
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
8e54395b27
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
54af0f86f2
Changed Enumerator constructor to initialize mRefCnt to 1 instead of 0.
1998-07-30 17:40:22 +00:00
kmcclusk%netscape.com
609f2c04a5
Changed back to initialize refcount to 1 instead of 0 for now.
1998-07-30 17:37:26 +00:00
kmcclusk%netscape.com
2d42fbbc50
Fix for loading second document in the viewer
1998-07-30 17:29:22 +00:00
kmcclusk%netscape.com
5d1b18389a
Implemented SetCursor
1998-07-29 22:33:03 +00:00
scullin%netscape.com
edf6d75b76
Added motif LAF stubs.
1998-07-29 22:16:24 +00:00
scullin%netscape.com
cc261b9fbc
Ref count fixes, fix widget test app.
1998-07-29 22:15:18 +00:00