Commit Graph

1058 Commits

Author SHA1 Message Date
sfraser%netscape.com
95f4527c07 Warnings fix (remove ; ) 1999-01-14 05:37:28 +00:00
pollmann%netscape.com
6b16ccfd7f Bug 2088 2099: Similar fixes for nsListBox (add PreCreateWidget to get mMultiSelect) 1999-01-13 07:27:24 +00:00
pollmann%netscape.com
d2cbe22864 Bug 2088 2099: Check the IsPassword and IsReadOnly data members on creation. 1999-01-13 07:14:22 +00:00
pollmann%netscape.com
abf305fdf3 Bug 2088 2099: Add PreCreateWidget method for password and readonly text elements. 1999-01-13 07:09:21 +00:00
pinkerton%netscape.com
901eaba192 fix problem where SetText would truncate text to 255. 1999-01-13 00:03:05 +00:00
pinkerton%netscape.com
ecb91bfb05 fix #2247 to fix lack of redraw when text is set 1999-01-13 00:02:51 +00:00
mcmullen%netscape.com
d302f50ba9 Fully implement scrollbars - live scrolling, etc. Includes changes by Cyrus Harmon. 1999-01-12 19:26:31 +00:00
blizzard%appliedtheory.com
cda0416652 clean up factories for gtk. make destroying for nsWidgets() cleaner. 1999-01-12 04:42:09 +00:00
pavlov%pavlov.net
1dcb52e842 sync all my changes. removed lots of code that is provided in nsBaseWidget,
added focus handlers, etc etc etc
1999-01-12 03:56:33 +00:00
pavlov%pavlov.net
95964f9dd1 set event.point.[xy] to 0 1999-01-11 23:06:13 +00:00
pavlov%pavlov.net
0f899d6caf allow nsWindow's to take focus. this should fix problem for editor people 1999-01-10 18:48:05 +00:00
pavlov%pavlov.net
6cd2b04993 halfway fix the excessive GC problem. more work on resizing 1999-01-09 21:16:20 +00:00
pavlov%pavlov.net
90c5886333 Resizing works.... somewhat. More to come 1999-01-09 17:41:20 +00:00
beard%netscape.com
24273af537 Turned off call to NET_PollSockets() on XP_MAC, to fix link error, not really needed anyway. 1999-01-08 22:43:45 +00:00
pavlov%pavlov.net
e3810cb6b6 use GDK bit stuff for the alt/ctrl/shift mods 1999-01-08 15:55:52 +00:00
pierre%netscape.com
17f6998e7d Fixed bug in SetPosition. Thanks to Cyrus Harmon <cyrus@neomorphic.com> 1999-01-08 05:36:06 +00:00
sfraser%netscape.com
8ca901203b Add SIOUX event handling in debug mode. Also remove a couple of unnecessary #defines and use the Universal Header versions. 1999-01-08 03:29:39 +00:00
sfraser%netscape.com
2da4e3d447 Change 'memory' include to search in system path 1999-01-08 03:28:47 +00:00
akkana%netscape.com
4c1b2e7357 1965: Fix mouse-down events 1999-01-07 21:06:21 +00:00
mcafee%netscape.com
6706bfaf61 Variable had wrong type (1229), thanks to tor@cs.brown.edu 1999-01-07 20:14:34 +00:00
brade%netscape.com
748aa65c90 reduce Macintosh compiler warnings by removing extra ; 1999-01-06 18:49:37 +00:00
warren%netscape.com
0a5bb289e6 Added check for null. 1999-01-06 00:06:14 +00:00
pierre%netscape.com
2a1a1341f0 removed the handle locking/unlocking in Init() 1999-01-05 04:07:23 +00:00
pierre%netscape.com
ac05cfa842 commented out an annoying assert 1999-01-05 03:51:17 +00:00
blizzard%appliedtheory.com
34a600b766 don't return the address of something allocated on the stack 1998-12-29 01:07:35 +00:00
pavlov%pavlov.net
0fdae13e51 yet another attempt to get resizing working 1998-12-24 21:06:27 +00:00
pavlov%pavlov.net
256513d2fb fix build, more event cleanups 1998-12-24 02:46:34 +00:00
pavlov%pavlov.net
6c5351f34b remove lots and lots and lots and lots of excess code that isn't used.
fix up a few events
1998-12-24 02:10:49 +00:00
pierre%netscape.com
0f51bd0e95 Export the 2 functions to fix link errors in embedding applications 1998-12-23 06:54:37 +00:00
pavlov%pavlov.net
8e28994bac comment something out 1998-12-23 04:17:30 +00:00
pavlov%pavlov.net
98f76e2272 Redo all the evil event handling. We still do not resize properly, but I am
getting closer.
1998-12-23 03:31:15 +00:00
pierre%netscape.com
359ab2058d moved nsRefData to nsMacMessageSink.h 1998-12-22 06:38:00 +00:00
pierre%netscape.com
1d6f733611 defined the Raptor windowKind bit and moved nsRefData to nsMacMessageSink.h 1998-12-22 06:37:46 +00:00
pierre%netscape.com
ca424fae3e Handle the Raptor windowKind bit 1998-12-22 06:37:32 +00:00
pierre%netscape.com
a0a0e2419a File Removed. 1998-12-22 02:04:26 +00:00
pierre%netscape.com
351701b45c Fixed for the Mac 1998-12-22 02:02:24 +00:00
pinkerton%netscape.com
0e730c41fe Get rid of obsolete interfaces. 1998-12-21 21:54:29 +00:00
pinkerton%netscape.com
3b684ee62d Decouple the toolbars from the toolbox once and for all. Implement collapsing/expanding toolbars with new grippy mechanism. 1998-12-21 21:54:17 +00:00
rods%netscape.com
8bbcbd7687 Added several enums for form's controls 1998-12-21 16:53:49 +00:00
brade%netscape.com
e74bb5d568 have SetAlignment return NS_OK (reduce Mac compiler warnings) 1998-12-21 16:51:19 +00:00
brade%netscape.com
48ee78c7ef reduce Mac compiler warnings by commenting out unused local variables 1998-12-21 16:48:35 +00:00
pierre%netscape.com
7cce6c062b Remove 'mBounds' that was hidding a recently added member variable with the same name in nsBaseWidget 1998-12-20 13:16:48 +00:00
pierre%netscape.com
03b472d939 Added a reminder to not always pass the entire widget rect in NS_PAINT_EVENTs 1998-12-20 13:14:29 +00:00
ramiro%netscape.com
c08bd84e76 Renamed 'main' to 'scribble'. 1998-12-20 08:22:02 +00:00
peterl%netscape.com
fb2058178f sync to new attribute api 1998-12-20 01:35:57 +00:00
pavlov%pavlov.net
8edbbe611d we require gtk 1.1.6 now 1998-12-19 20:10:31 +00:00
pavlov%pavlov.net
27fc609873 fix crash 1998-12-19 20:02:31 +00:00
pavlov%pavlov.net
192e7b7740 lots and lots of code cleanup. 1998-12-19 18:04:06 +00:00
hyatt%netscape.com
6484329b09 Implemented expanding/collapsing nodes in the tree view AND implemented
selection in the tree view.
1998-12-18 23:57:11 +00:00
pierre%netscape.com
1ca7c07405 Update() no longer passes the rendering context to the children 1998-12-18 13:34:39 +00:00