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

5 Коммитов

Автор SHA1 Сообщение Дата
edwin%woudt.nl 29dee1e96b Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 19:58:40 +00:00
grail%cafebabe.org 0a4b8a9839 Patches from Edwin to clarify method calls for inner methods. 1999-02-17 05:26:17 +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 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