Граф коммитов

36 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org d551275d9f updated license boilerplate 1999-11-02 01:51:54 +00:00
talisman%anamorphic.com 310d461115 Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 06:10:15 +00:00
grail%cafebabe.org a112eda973 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 19e8647699 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 ca630c9dd5 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 631896d418 More font bug fixes. 1999-06-16 05:16:29 +00:00
talisman%anamorphic.com fa1a05e4f8 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 df85a26552 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 5aefc7cc83 Added handlers for mousePressed() and mouseReleased() so the border paints appropriately. 1999-06-13 23:57:19 +00:00
talisman%anamorphic.com cc3cf38af3 Changed from using plain-jane JButtons to the new ToolBarButton class I wrote. 1999-06-13 00:45:40 +00:00
talisman%anamorphic.com ae9ffbac47 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 37db9757f1 Updateable menus (by Mauro) 1999-05-15 22:42:27 +00:00
edwin%woudt.nl 4014154f55 Cleanup of toolbar code 1999-04-18 23:53:06 +00:00
edwin%woudt.nl d883d78698 New 'blue' look and feel for icons 1999-04-17 23:53:53 +00:00
edwin%woudt.nl 5a83ff7309 Changing to binary (hopefully) 1999-04-17 20:50:50 +00:00
edwin%woudt.nl 1c6bedc762 And adding them 1999-04-17 20:40:14 +00:00
edwin%woudt.nl 78564cb90a Removing them again 1999-04-17 20:38:43 +00:00
edwin%woudt.nl 447536a701 Add new collapse buttons. These are in the new mozilla style. 1999-04-17 20:29:29 +00:00
edwin%woudt.nl 2bae981482 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 497671e2e6 Changes to allow for lookups of menu items in menubars. 1999-03-24 08:59:05 +00:00
edwin%woudt.nl 07df885089 Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 02:46:50 +00:00
grail%cafebabe.org 274f1d051f Fixed bad type cast. 1999-03-06 07:25:10 +00:00
grail%cafebabe.org abe3909f53 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 ace9c6d15b Changed getDropTarget() to match with getGrendelDropTarget() 1999-02-17 06:19:28 +00:00
talisman%anamorphic.com 8b05ae2378 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 dc6590a92b Moved member boolean collapsible into the interface, where it belongs.(talisman) 1999-01-15 03:38:02 +00:00
talisman%anamorphic.com d93c4e7577 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 80c4143c1b 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 25932c7115 *** empty log message *** 1999-01-10 22:14:13 +00:00
talisman%anamorphic.com 7617f96c47 ImageIcon images for the CollapseButton. 1999-01-09 07:41:37 +00:00
talisman%anamorphic.com ce35789a49 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 8ce80b3e89 Subclass of JToolBar which has some convenience methods for layout. 1999-01-09 07:37:40 +00:00
talisman%anamorphic.com 4a798f4e58 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 e2cd41be4f Interface which must be implemented for collapse behaviour. 1999-01-09 07:34:13 +00:00
grail%cafebabe.org cb5970b456 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 a7d6d7afa6 vivat grendel! 1998-09-09 00:52:38 +00:00