Commit Graph

509 Commits

Author SHA1 Message Date
blizzard%appliedtheory.com
811fd2c6b7 cleaned up this interface - it builds and even might do some stuff
git-svn-id: svn://10.0.0.236/trunk@13796 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 16:02:16 +00:00
pavlov%pavlov.net
29f9544186 added the GtkEventHandler stuff for the gtk widget set
git-svn-id: svn://10.0.0.236/trunk@13795 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 15:57:22 +00:00
pavlov%pavlov.net
e1b5af3c02 Fixed some problems the inital checkin and added some new files.
git-svn-id: svn://10.0.0.236/trunk@13794 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 15:42:09 +00:00
blizzard%appliedtheory.com
97b3ba87ce Patches from Stuart Parmenter <pavlov@innerx.net>. This does not build,
these files are just a starting point.


git-svn-id: svn://10.0.0.236/trunk@13791 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 05:30:25 +00:00
rpotts%netscape.com
518fd29f37 Fix some build bustage...
git-svn-id: svn://10.0.0.236/trunk@13721 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 07:14:17 +00:00
pinkerton%netscape.com
b7455fddad put it in-line with the windows version of this file. The right widgets were not being created because we weren't checking the class/interface id's correctly (at least, I assume that the windows way is more correct than the mac way because now it works!).
git-svn-id: svn://10.0.0.236/trunk@13704 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 02:38:58 +00:00
michaelp%netscape.com
29bd495725 changes to support nsIRenderingContext that conforms to COM conventions.
git-svn-id: svn://10.0.0.236/trunk@13703 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 02:08:25 +00:00
pinkerton%netscape.com
3c24dfcac9 fix bug where new windows would not be the active window by calling right toolbox routines.
git-svn-id: svn://10.0.0.236/trunk@13700 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 01:00:33 +00:00
pinkerton%netscape.com
da64cf3a29 fix bug where dragging windows around would cause them to move twice by not passing the window move event down.
git-svn-id: svn://10.0.0.236/trunk@13699 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 00:59:29 +00:00
pinkerton%netscape.com
9ffd44c8c4 cleanup constructor/destructor, and use auto_ptr where appropriate.
git-svn-id: svn://10.0.0.236/trunk@13693 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 00:12:37 +00:00
pinkerton%netscape.com
229ce1d8b7 don't process menu events multiple times (do them only on keydown).
git-svn-id: svn://10.0.0.236/trunk@13690 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 23:47:05 +00:00
akkana%netscape.com
28e1db1ba8 Remove nonworking IRIX compile segments; these should be in IRIX.mk anyway, if they're really needed
git-svn-id: svn://10.0.0.236/trunk@13666 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 20:08:22 +00:00
pinkerton%netscape.com
7f1c53ffbd make sure we init mMenuBar to null.
git-svn-id: svn://10.0.0.236/trunk@13653 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 17:40:22 +00:00
pierre%netscape.com
3058b55651 Landing MacWidgets...
git-svn-id: svn://10.0.0.236/trunk@13651 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 14:06:26 +00:00
pierre%netscape.com
f3a71182c0 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@13650 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-29 13:55:02 +00:00
rods%netscape.com
d6e6532f96 Cleaned up debug statements
git-svn-id: svn://10.0.0.236/trunk@13611 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-28 20:09:21 +00:00
cls%seawood.org
2d66797d69 Added $(FE_X_LIBS) to INCLUDES and $(FE_X_LIBS) to DSO_OS_LDOPTS to take care of motif dependencies under solaris.
git-svn-id: svn://10.0.0.236/trunk@13602 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-28 06:22:16 +00:00
cls%seawood.org
08a6bbac38 New autoconf files for nglayout
git-svn-id: svn://10.0.0.236/trunk@13594 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-28 03:53:57 +00:00
troy%netscape.com
f88927fd2a Changed SetCursor() to use the HINSTANCE in the nsToolkit object rather
than assume a hardcoded DLL name


git-svn-id: svn://10.0.0.236/trunk@13568 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-27 18:57:18 +00:00
troy%netscape.com
c8a0af7840 Moved resource to src/build and changed makefile to build a .RES file
git-svn-id: svn://10.0.0.236/trunk@13566 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-27 18:45:20 +00:00
troy%netscape.com
336c7bc219 Added Update() member function which forces a synchronous repaint of any
dirty regions of the window


git-svn-id: svn://10.0.0.236/trunk@13524 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-27 00:16:59 +00:00
dcone%netscape.com
2f8779ae3d fixed the incremental layout problems.
git-svn-id: svn://10.0.0.236/trunk@13456 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 18:36:08 +00:00
kipp%netscape.com
1179f03bd9 Port to updated DrawString API
git-svn-id: svn://10.0.0.236/trunk@13451 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:35:09 +00:00
dcone%netscape.com
89414bdc34 call the doresize event
git-svn-id: svn://10.0.0.236/trunk@13404 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 21:29:39 +00:00
dcone%netscape.com
56adf83688 Small bug fix in resize
git-svn-id: svn://10.0.0.236/trunk@13403 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 21:29:17 +00:00
dcone%netscape.com
29a360ec69 Now checks the width and height before a NS_SIZE_EVENT is dispatched.
git-svn-id: svn://10.0.0.236/trunk@13387 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:02:38 +00:00
dcone%netscape.com
e94d00e173 Fixed the resize problem, now breaks out of the infinite loop.
git-svn-id: svn://10.0.0.236/trunk@13386 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:00:54 +00:00
michaelp%netscape.com
58bc94bb8e changes for new rendering context API stuff.
git-svn-id: svn://10.0.0.236/trunk@13385 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:59:28 +00:00
michaelp%netscape.com
aab130cc8b made CopyBits() more flexible. added better ddraw support for windows rendering
context. added ddraw support to windows blender. made CreateDrawingSurface()
able to be smarter.


git-svn-id: svn://10.0.0.236/trunk@13383 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:58:18 +00:00
karnaze%netscape.com
b92a78c828 fixed bugs 1130, 1132, 1133
git-svn-id: svn://10.0.0.236/trunk@13117 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-19 20:37:40 +00:00
rods%netscape.com
08bfbf832c Changed the background of the widget.
git-svn-id: svn://10.0.0.236/trunk@13042 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 22:43:13 +00:00
rods%netscape.com
22af17ef42 Removed debug statements
git-svn-id: svn://10.0.0.236/trunk@13041 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 22:42:55 +00:00
dcone%netscape.com
46218e7c24 updated, documented and cleanup the code.
git-svn-id: svn://10.0.0.236/trunk@12996 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 17:59:52 +00:00
pierre%netscape.com
ea28d41d41 inherit from nsBaseWidget: removed lots of code
git-svn-id: svn://10.0.0.236/trunk@12986 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 09:21:23 +00:00
pierre%netscape.com
d7bf521871 added Previous() and ResetToLast() to the Enumerator
git-svn-id: svn://10.0.0.236/trunk@12984 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 09:18:03 +00:00
rods%netscape.com
600549559f Added makefiles and factory for widget directory reorganization
git-svn-id: svn://10.0.0.236/trunk@12925 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 21:41:38 +00:00
rods%netscape.com
b962ff63b0 Moved the cross-platform widgets into their own directory.
Moved the platform specific factories into the new "build" directory.
The "build" directory now links the spwidgets and the platforms specific
widgets together.


git-svn-id: svn://10.0.0.236/trunk@12924 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 21:30:32 +00:00
dcone%netscape.com
5094c23fe3 fixed some clipping and updating stuff
git-svn-id: svn://10.0.0.236/trunk@12881 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 13:39:47 +00:00
dcone%netscape.com
8d3cdccd9b added support to offset child window to correct location.
git-svn-id: svn://10.0.0.236/trunk@12700 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 16:33:39 +00:00
spider%netscape.com
9259fe97e2 Fixes for building on SunOS
git-svn-id: svn://10.0.0.236/trunk@12629 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 23:05:16 +00:00
rods%netscape.com
b21a0a3dc2 NS_IMPL_ISUPPORTS was used incorrectly
git-svn-id: svn://10.0.0.236/trunk@12587 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 18:22:07 +00:00
rpotts%netscape.com
02ffa135a9 Fixed reference counting bug in GetMenuBarparent
git-svn-id: svn://10.0.0.236/trunk@12523 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 10:07:21 +00:00
kmcclusk%netscape.com
aae96d7dab Fix for Linux build.
git-svn-id: svn://10.0.0.236/trunk@12470 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:53:19 +00:00
rods%netscape.com
dd7e285f0a The Cross-platform widgets have been moved to widget/src, the makefile.win
was changed to include the platform specific directory


git-svn-id: svn://10.0.0.236/trunk@12461 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:08:28 +00:00
dcone%netscape.com
b0bf28b88a *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@12453 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:46:39 +00:00
dcone%netscape.com
8a2b6ef6ab fixed some bugs
git-svn-id: svn://10.0.0.236/trunk@12452 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:46:30 +00:00
dcone%netscape.com
5da7e8508a added look and feel
git-svn-id: svn://10.0.0.236/trunk@12451 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:46:17 +00:00
dcone%netscape.com
da76a6c0c5 fixed gettext to return correct string, and use a null character at the end.
git-svn-id: svn://10.0.0.236/trunk@12450 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:46:01 +00:00
dcone%netscape.com
76af850276 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@12449 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:45:15 +00:00
dcone%netscape.com
3a64eaf734 fixed the mouseup event for the url processing
git-svn-id: svn://10.0.0.236/trunk@12448 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 21:44:00 +00:00