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

25 Коммитов

Автор SHA1 Сообщение Дата
grail%cafebabe.org 9cf00c333e 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 7118134bfc Minor "bug" in the xml file. Line with "\"\"". Ick. 1999-01-24 12:03:05 +00:00
grail%cafebabe.org fc475b9236 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 97d22983b8 Temporary fix for the new folder action. The dialog for it is still
broke. Too many things are just temporary hacks.
1999-01-22 06:45:10 +00:00
grail%cafebabe.org ab042e0e61 GridBagContraints.WEST is somehow an illegal argument. I have no
idea. Most problems with "New Folder ..."  is solved now up to
runtime. Nothing viewable is available yet. It can't find the resource
bundle "grendel.ui.Labels".
1999-01-20 09:56:13 +00:00
grail%cafebabe.org 834458b4fa Stupid stupid stupid. JComboBox.removeAllItems() NullExceptions if
there's a zero count. The safe way to call it is by:

if (combobox.getItemCount() > 0) {
  combobox.removeAllItems();
}

This is stupid.
1999-01-20 09:53:28 +00:00
grail%cafebabe.org db3db3e5f8 Added action mapping to menus. Trimming is still missing. 1999-01-20 06:40:16 +00:00
grail%cafebabe.org 9aef759598 Added action mapping to menus. 1999-01-20 06:40:01 +00:00
grail%cafebabe.org 77a3223cd1 Lots of clean up with XML generated menus. Need some documentation
and action code inserted.
1999-01-16 05:24:25 +00:00
grail%cafebabe.org 6eb0f64473 Fix to get sizes of folder, threads, and messages to retain sizing
information.
1999-01-13 05:59:26 +00:00
grail%cafebabe.org fa3d21a340 Added XML parsing to build menus and changed dependency on
grendel.ui.Splitter to javax.swing.JSplitPane.

TODO:
1. Need to get sizing information for immediate children components of
JSplitPane.
2. Externalize XML parsing to an external object to build more than just
menus. Dialogs, frames, etc. would be really cool.
1999-01-11 07:01:27 +00:00
talisman%anamorphic.com 8b60a27a2c General functionality and UI enhancements (global). 1999-01-10 22:31:08 +00:00
talisman%anamorphic.com 071871cea8 Changes to get the folder tree displaying along with the current folder's list of messages. 1999-01-10 22:02:57 +00:00
talisman%anamorphic.com 0b3cb0494f Temporarily hacked around a SecurityException when null Authenticator passed. **IMPORTANT** we need to remember to put the authentication stuff back before making a real release. 1999-01-10 22:01:20 +00:00
talisman%anamorphic.com ad430b9a23 General UI enhancements. 1999-01-10 21:57:56 +00:00
talisman%anamorphic.com 01eec40c7c Minor modifications to get the message display working. Hacked in a JEditorPane to provide -very basic- html display capability. 1999-01-10 21:55:57 +00:00
talisman%anamorphic.com 911fe6e37f Mods to get the folder tree displaying correctly. 1999-01-10 21:52:11 +00:00
talisman%anamorphic.com 77915f641e Changed NSToolbar references to GrendelToolBar, IUICmd changed to UIAction. 1999-01-10 21:49:40 +00:00
talisman%anamorphic.com b410e2a1f9 General UI enhancements. 1999-01-10 21:48:15 +00:00
talisman%anamorphic.com 049bc894f2 Got this displaying properly when we load a set of mail folders. 1999-01-10 21:46:34 +00:00
talisman%anamorphic.com 7420687385 Layout manager for toolbars. A little rough, but it's a start. 1999-01-09 19:58:09 +00:00
talisman%anamorphic.com aa709b0b95 Changed JToolBars to GrendelToolBars. 1999-01-09 08:44:30 +00:00
grail%cafebabe.org 7f3ba5f84a Code from Jeff to get ActionFactory and company all happy. 1999-01-09 06:06:14 +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