grail%cafebabe.org
643daf0786
Fix the implementation of XMLMenuBuilder. Much faster now since it
...
doesn't travel node to node but does the work with childnodes/sibling
nodes. This reduces travels to non-element nodes.
1999-06-20 02:15:35 +00:00
grail%cafebabe.org
d7454ac816
Fixes to MenuBarCtrl.java to address my own cluelessness.
...
Please don't fix rules.mk.
1999-06-18 04:01:53 +00:00
grail%cafebabe.org
106976242c
Cleaned up XMLPageBuilder. I hate the implementation. Probably will
...
clean it up later. Cleaned up XMLMenuBuilder also. Reduced number of
instanceof's by introducing the Control interface. It seems
faster. Removed processNode() out of XMLWidgetBuilder to give the
child classes some more freedom.
I really need to change the implementation to less moronic.
1999-06-18 03:48:43 +00:00
talisman%anamorphic.com
31e2c6bf44
More font bug fixes.
1999-06-16 05:16:29 +00:00
talisman%anamorphic.com
81e5aeb56e
Minor modifications in response to but #8067 . This file was not part of the bug.
1999-06-14 03:57:55 +00:00
talisman%anamorphic.com
7d583a9908
Fixed edwin's code in response to his bug report( #8067 ). Bug was caused by not setting the button sizes correctly (Dimension.setSize() is not for setting component sizes).
1999-06-14 03:57:04 +00:00
talisman%anamorphic.com
c6762c816f
Added handlers for mousePressed() and mouseReleased() so the border paints appropriately.
1999-06-13 23:57:19 +00:00
talisman%anamorphic.com
f168969f82
Changed from using plain-jane JButtons to the new ToolBarButton class I wrote.
1999-06-13 00:45:40 +00:00
talisman%anamorphic.com
1332a94509
Implements the standard Netscape toolbar button behaviour of painting a raised border when the mouse is passed over it.
1999-06-13 00:44:28 +00:00
edwin%woudt.nl
7b267bbaed
Updateable menus (by Mauro)
1999-05-15 22:42:27 +00:00
edwin%woudt.nl
f4b96001a6
Cleanup of toolbar code
1999-04-18 23:53:06 +00:00
edwin%woudt.nl
f071e1492b
New 'blue' look and feel for icons
1999-04-17 23:53:53 +00:00
edwin%woudt.nl
da1ca8e36d
Changing to binary (hopefully)
1999-04-17 20:50:50 +00:00
edwin%woudt.nl
91d5d23505
And adding them
1999-04-17 20:40:14 +00:00
edwin%woudt.nl
3a914835f1
Removing them again
1999-04-17 20:38:43 +00:00
edwin%woudt.nl
c28c39d732
Add new collapse buttons. These are in the new mozilla style.
1999-04-17 20:29:29 +00:00
edwin%woudt.nl
a40f3ba6b2
Removing old collapse buttons (they were not checked in as binary, so they broke on non-unix platforms)
1999-04-17 20:28:19 +00:00
grail%cafebabe.org
9bd7c99c6c
Changes to allow for lookups of menu items in menubars.
1999-03-24 08:59:05 +00:00
edwin%woudt.nl
5bc59a2a17
Fixing to comply with MPL requirements: every contributor should be mentioned!
1999-03-07 02:46:50 +00:00
grail%cafebabe.org
fc2e95033d
Fixed bad type cast.
1999-03-06 07:25:10 +00:00
grail%cafebabe.org
95d51483e1
On a slow machine, there's a NullException as getGraphics() returns after
...
UI disappears.
1999-02-19 16:18:41 +00:00
grail%cafebabe.org
e8ac8714bf
Changed getDropTarget() to match with getGrendelDropTarget()
1999-02-17 06:19:28 +00:00
talisman%anamorphic.com
2ed7254667
Moved member boolean collapsible into the Collapsible interface, where it belongs. Added javadoc comments for API documentation.(talisman)
1999-01-15 03:39:10 +00:00
talisman%anamorphic.com
dc2a7da341
Moved member boolean collapsible into the interface, where it belongs.(talisman)
1999-01-15 03:38:02 +00:00
talisman%anamorphic.com
49370cc259
Added Spring, Collapsible, CollapsiblePanel to SRCS. Removed Util from SRCS (it's already in ui).
1999-01-10 22:17:04 +00:00
talisman%anamorphic.com
411642e9c6
Util.java really doesn't belong in widgets, since it's part of the ui package. Removed.
1999-01-10 22:16:00 +00:00
talisman%anamorphic.com
37a534ddf1
*** empty log message ***
1999-01-10 22:14:13 +00:00
talisman%anamorphic.com
08e1478c71
ImageIcon images for the CollapseButton.
1999-01-09 07:41:37 +00:00
talisman%anamorphic.com
b70cbc79c0
Implements a component with no view but participates in layout - this is what
...
makes the Animation sit on the right-hand side of the toolbar panel.
1999-01-09 07:39:20 +00:00
talisman%anamorphic.com
3a0b10b9aa
Subclass of JToolBar which has some convenience methods for layout.
1999-01-09 07:37:40 +00:00
talisman%anamorphic.com
bc44806f2c
Implementation of Collapsible interface. Provides collapsing toolbar behaviour.
...
May be useful for other collapsing items (if we make any).
1999-01-09 07:36:17 +00:00
talisman%anamorphic.com
260eff686b
Interface which must be implemented for collapse behaviour.
1999-01-09 07:34:13 +00:00
grail%cafebabe.org
183c4296d2
Old references to Orion, etc. ripped now. Replacements dropped it. It
...
compiles. Let the games begin.
1999-01-09 03:55:32 +00:00
jwz%mozilla.org
8903c79db1
vivat grendel!
1998-09-09 00:52:38 +00:00