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

14 Коммитов

Автор SHA1 Сообщение Дата
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 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 4f7450bf63 Font bug fixes - default font was too big (may be platform specific to linux, but Helvetica-plain-12 is a safe bet for any system). 1999-06-16 05:13:53 +00:00
grail%cafebabe.org 263ea48353 Changed return value for getComponent(). 1999-03-24 09:00:28 +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 8206902f68 Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 19:58:40 +00:00
grail%cafebabe.org 2bc84bedb1 Re-organized for more flexible handling of widget creation. 1999-03-06 07:08:01 +00:00
grail%cafebabe.org fce69b279b Fixed a few constant references to their values. 1999-03-01 07:12:55 +00:00
grail%cafebabe.org ad62ea049b Changes to fit with API differences in XML Technology Release. 1999-02-28 23:53:40 +00:00
grail%cafebabe.org d9ce21a8d8 Restructured to accomodate parent class XMLWidgetBuilder. 1999-02-09 08:05:42 +00:00
grail%cafebabe.org 808b30a414 Patch from Edwin Wouldt to compensate for NT's losing handling of head
tag. Awaiting Sun to address the issue.
1999-01-29 06:42:41 +00:00
grail%cafebabe.org fe3d3fd785 Moved to a recursive processing model so you don't have to mess with a
hashtable of parent widgets anymore.
1999-01-24 12:02:31 +00:00
grail%cafebabe.org 4c4f8e1cb4 Added action mapping to menus. Trimming is still missing. 1999-01-20 06:40:16 +00:00
grail%cafebabe.org b0b4f8a5bf Lots of clean up with XML generated menus. Need some documentation
and action code inserted.
1999-01-16 05:24:25 +00:00