akkana%netscape.com
5bfd3498e0
Pav's changes only work if you also have his fixes to gtk.
...
Since those aren't available yet, I've reverted his changes to make
selection and editor typein work.
When the new gtk is available, search for HAVE_GTK_BETTER_THAN_1_1_13
to see how to turn his changes back on (they are very worthwhile, we
just can't afford a regression while we wait for the new gtk).
1999-01-25 22:10:48 +00:00
pinkerton%netscape.com
6b59f526c9
fixing a leak in GetChildren() and cleaning it up to use nsComPtr when creating a new enumerator.
1999-01-25 19:18:43 +00:00
pinkerton%netscape.com
4a542f1451
Fix bug 2535 (memory leaks) with nsCOMPtr
1999-01-25 17:45:04 +00:00
sudu%netscape.com
c94385ee94
OJI MozClassic to raptor merge
1999-01-25 08:05:00 +00:00
pavlov%pavlov.net
fd6d95cb42
only redraw the stuff that needs to be redrawn, not the entire widget.
1999-01-25 02:21:20 +00:00
pavlov%pavlov.net
fe6c96f077
fix button pressing
1999-01-25 00:51:21 +00:00
pavlov%pavlov.net
b65a8d8e3a
we require gtk 1.1.13, remove #ifdef's. clean up key press handling
1999-01-23 12:03:14 +00:00
pavlov%pavlov.net
9c81f51d53
fix text widgets getting focus.
1999-01-23 11:26:09 +00:00
pavlov%pavlov.net
7813f9550b
animated things work, editor works, etc etc etc. be happy!
1999-01-23 01:58:45 +00:00
saari%netscape.com
e5e34681bf
Commenting out until I figure out what I horked
1999-01-23 01:08:17 +00:00
radha%netscape.com
401a862caa
Use the EventQueue service provider instead of manipulating directly with PLEventQueue
1999-01-23 00:54:43 +00:00
saari%netscape.com
5ce5ba7d09
Commenting out until I figure out what I horked
1999-01-23 00:46:57 +00:00
saari%netscape.com
a0536ad096
Commenting out until I figure out what I horked
1999-01-23 00:26:51 +00:00
mcafee%netscape.com
4698b714f0
Cleaning up whitespace
1999-01-23 00:02:41 +00:00
saari%netscape.com
e1094ae9a6
First Checked In.
1999-01-22 23:53:53 +00:00
saari%netscape.com
17704064f5
Set mMenuListener to null in constructor
1999-01-22 23:25:16 +00:00
saari%netscape.com
67c5953284
Added nsIMenuListener.h and made a member variable in nsBaseWidget for holding one of these.
This is for the XPToolkit menus to hook in and get notified of menu events.
1999-01-22 23:23:00 +00:00
blizzard%appliedtheory.com
9d810404ce
handle the top level widget special in resizing
1999-01-22 16:10:29 +00:00
blizzard%appliedtheory.com
2ec8a1482c
resizing fixes
1999-01-22 16:02:34 +00:00
pavlov%pavlov.net
a45ccf34de
setup place for ramiro to fix bug 2503 easily
1999-01-22 12:10:43 +00:00
davidm%netscape.com
559c7cca3c
2239 Crash when leaving test9
1999-01-22 01:49:08 +00:00
rods%netscape.com
596b93e6f4
Removed the GetFont method (this functionality is now a part of the nsIDeviceContext)
1999-01-21 23:59:14 +00:00
rods%netscape.com
c6309515c4
Added new Method for getting System Attributes (colors, fonts, sizes)
...
many of these are duplicated in nsLookAndFeel. The enums will be removed
from nsLookAndFeel.
1999-01-21 23:55:27 +00:00
pierre%netscape.com
f54d74669d
Fix #2251 "Garbage renders over the back button"
1999-01-21 11:42:00 +00:00
pierre%netscape.com
cb743ca193
Removed the obsolete 'mTE'.
1999-01-21 11:41:26 +00:00
pierre%netscape.com
60a129bc57
Removed the unused method DrawWidget()
1999-01-21 11:21:51 +00:00
pierre%netscape.com
cbe2cc8c3a
Calls SetOrigin() in Invalidate(). Fixes the problem where on going to a new page the top of the html area gets drawn last. Thanks to Cyrus Harmon <cyrus@neomorphic.com>
1999-01-21 11:21:10 +00:00
pierre%netscape.com
514e1957db
Mac only: added 'isCommand' in nsInputEvent
1999-01-21 09:52:07 +00:00
pierre%netscape.com
abd275880c
initialize the Rendering Context from a GrafPort to fix a crash on print
1999-01-21 08:41:21 +00:00
akkana%netscape.com
e44e6a5256
Handle alphanumeric characters properly
1999-01-20 18:43:59 +00:00
rods%netscape.com
1e60f385e8
Fixed scrollbar rendering problem by commenting out the WM_CTLCOLORSCROLLBAR
...
message in switch statement. (fix thanks to Michael Lowe)
1999-01-20 15:42:51 +00:00
pierre%netscape.com
1892e8e3e5
display the AppearanceMgr frame around edit fields
1999-01-19 22:34:43 +00:00
pierre%netscape.com
23fc632663
fixed Scroll() in case the caller passes a null clipRect
1999-01-19 19:29:43 +00:00
rods%netscape.com
941a7a59f9
Added new Method for Querying System Fonts
1999-01-19 17:36:19 +00:00
pinkerton%netscape.com
6a22af3691
Added cut/copy to pierre's paste work and sync'd the work done in textWidget to that in textAreaWidget so both now support cut/copy/paste the same way (though the code isn't shared).
1999-01-19 17:21:37 +00:00
pierre%netscape.com
d223823ab0
use the newly added HandleUpdateEvent() to redraw the top-level widget
1999-01-19 14:34:14 +00:00
pierre%netscape.com
13ab192413
fixed live scrolling
1999-01-19 14:33:47 +00:00
pierre%netscape.com
d01457cc3e
added HandleUpdateEvent() and use ::BeginUpdate() in Update() in order to improve performance during live scrolling
1999-01-19 14:33:21 +00:00
pierre%netscape.com
03b696e39b
added Paste
1999-01-19 10:29:48 +00:00
pierre%netscape.com
daef1833b0
moved ConvertOSMenuResultToPPMenuResult() from nsMacMain
1999-01-19 10:29:30 +00:00
pierre%netscape.com
df3b9bf88b
propagate menu event to focused widget and its parents
1999-01-19 10:28:53 +00:00
pierre%netscape.com
564b507f67
Fixed the clip rgn in Scroll(): the scrollbars no longer flicker.
1999-01-19 04:29:08 +00:00
pavlov%pavlov.net
cd9438eef5
parse ~/.gtkrc (if it exists) file to make things look more consistant with
...
other gtk apps.
1999-01-19 02:45:55 +00:00
pavlov%pavlov.net
e918229cc3
return true for events that we handle and not false
1999-01-19 02:17:30 +00:00
pierre%netscape.com
628f249ff3
Paint only the damaged area instead of the whole widget. Reuse the rendering context to update the children. Scroll the children.
1999-01-19 00:02:51 +00:00
pierre%netscape.com
0bacbb3d17
DoMessagePump() no longer returns a boolean
1999-01-19 00:01:41 +00:00
pavlov%pavlov.net
723c42a967
fix mouse clicking
1999-01-18 23:42:04 +00:00
pavlov%pavlov.net
2a7527ab5c
fix Invalidate() and Update()
1999-01-17 19:30:13 +00:00
pavlov%pavlov.net
ca0005bb15
only create 1 GC since we are pushing the same visual for all of the widgets.
1999-01-17 18:58:28 +00:00
pavlov%pavlov.net
178678e9e2
fix bustage
1999-01-17 03:08:56 +00:00