talisman%anamorphic.com
c79f885272
Added contribution from Ian Clarke.
2000-04-08 06:16:32 +00:00
talisman%anamorphic.com
64d9a542f8
More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan
2000-01-17 23:35:50 +00:00
talisman%anamorphic.com
129cb8f89c
Temporarily disabling HTML generation from MIME messages until we have a better HTML parser/renderer. --jgalyan
2000-01-15 08:29:46 +00:00
talisman%anamorphic.com
157d1abbd5
Temporarily removing the HTML support, since it isn't working well. When we have a new HTML parser/renderer, we can enable HTML support again. --jgalyan
2000-01-15 08:23:48 +00:00
edwin%woudt.nl
e2b83be370
Added support for combobox and image
1999-11-29 00:44:34 +00:00
edwin%woudt.nl
37dd2f1f85
Adding PageUI to the build
1999-11-29 00:43:54 +00:00
dmose%mozilla.org
b4bf257cdf
updated license boilerplate
1999-11-02 01:51:54 +00:00
talisman%anamorphic.com
9e9d6f98a9
Updates for JavaMail 1.1.x.
1999-08-12 03:28:00 +00:00
talisman%anamorphic.com
e47833d629
Fixed display bustage.
1999-08-12 02:43:29 +00:00
talisman%anamorphic.com
c864a4de64
Added Makefile.in for the toplevel configure script to generate Makefile from.
1999-08-06 06:10:15 +00:00
talisman%anamorphic.com
aa7d35ddd7
Added Makefile.in for the toplevel configure script to generate Makefile from.
1999-08-06 05:57:18 +00:00
talisman%anamorphic.com
ea927fe672
Added Makefile.in for toplevel configure script to generate Makefile from.
1999-08-06 05:32:19 +00:00
talisman%anamorphic.com
b80c3df9a1
Updated README and README.build to reflect the addition of autoconf support.
...
Added Makefile.in configure configure.in to automate buid configuration.
1999-08-06 05:26:53 +00:00
edwin%woudt.nl
04ebe39ab8
Fixed bug #11332
...
Thanks harning@cbs.dk
1999-08-05 18:31:20 +00:00
talisman%anamorphic.com
3315d99de3
Java 2 'javadoc' generated documentation for Grendel packages. Initial checkin. (Jeff)
1999-08-02 05:27:45 +00:00
talisman%anamorphic.com
0c1a4eebe3
*** empty log message ***
1999-08-02 04:40:05 +00:00
edwin%woudt.nl
3a70c880aa
Including the MozillaZine animation contest winner from Klaus Malorny.
1999-07-02 14:20:06 +00:00
toshok%hungry.com
4d799db905
use addElement instead of add, as add is 1.2 specific, and both 1.2 and 1.1 have addElement.
1999-06-27 08:41:01 +00:00
toshok%hungry.com
ba287cb39e
use getCanonicalPath instead of of getCanonicalFile().toString, as both JDK1.1 & 1.2 has getCanonicalPath, but only 1.2 has getCanonicalFile.
1999-06-27 08:38:50 +00:00
leaf%mozilla.org
274afe7d30
make it binary, home-skillet
1999-06-24 02:52:18 +00:00
talisman%anamorphic.com
a318079835
This time it should be good. This is the splash screen image.
1999-06-24 01:58:43 +00:00
talisman%anamorphic.com
bcaf65b381
Whoops... didn't add it as binary first time.
1999-06-24 01:57:36 +00:00
talisman%anamorphic.com
6a077e9f61
Added code to show a splash screen at startup.
1999-06-24 01:34:34 +00:00
talisman%anamorphic.com
9ff589b218
Splash-screen class.
1999-06-24 01:34:09 +00:00
talisman%anamorphic.com
2691899225
New file for splash screen - this is the graphic that displays.
1999-06-24 01:32:46 +00:00
edwin%woudt.nl
06c8469202
Upgrade to knife's nntp provider version 1.02
1999-06-22 10:11:56 +00:00
edwin%woudt.nl
d03688943c
Remove obsolete code from the Makefile. Compiling shouldn't give errors anymore now.
1999-06-21 16:57:40 +00:00
grail%cafebabe.org
df48b6d3d4
Fixed to accomodate one of the constructors that disappeared from PageUI.
1999-06-21 09:54:08 +00:00
grail%cafebabe.org
98769f954c
Tweaked XMLMenuBuilder to be a few less instructions. Not sure if it
...
matters or not. XMLPageBuilder now does recursive panels (I think). I
needs testing but in theory it should work. Dumb constructors for
XMLPageBuilder and PageUI removed also. Let's watch Tinderbox before I
sleep. I am finally happy with this implementation. You don't have to
spend a fortnight reading it to figure out what's going on.
Happy hacking!
1999-06-21 09:28:04 +00:00
edwin%woudt.nl
0e71ea2746
Improved the copy and move context menus to display a sensible value for each store.
1999-06-20 21:41:16 +00:00
edwin%woudt.nl
6b9d337e67
Updated because of bug #8567
...
Java Project X TR 2 is now required (at least on win32)
1999-06-20 21:05:23 +00:00
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
d5f188525c
Removed all classpath directives.
1999-06-18 04:13:39 +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
ae79581355
Set the default build to debug (javac -g) so we can do a better job of quality control;
...
Set max stack size to 64MB during compile phase - we have enough classes now that the compiler runs out of memory occasionally without the -mx64m flag.
1999-06-16 05:24:21 +00:00
talisman%anamorphic.com
04f197fc53
*Lots* of bug fixes:
...
- Fixed problem of showing Look & Feel sets that won't run on a given
platform;
- Fixed font bugs
- Updated deprecated methods to be JDK 1.1 compliant
1999-06-16 05:21:42 +00:00
talisman%anamorphic.com
d1feae0526
Author severely broke compatibility with JDK 1.1 - only fix so far is changing Vector.add(Object) to Vector.addElement(Object). As far as I know, we still want to be compatible with JDK 1.1.
1999-06-16 05:20:12 +00:00
talisman%anamorphic.com
4b8e50f549
Yet more font bug fixes.
1999-06-16 05:17:33 +00:00
talisman%anamorphic.com
31e2c6bf44
More font bug fixes.
1999-06-16 05:16:29 +00:00
talisman%anamorphic.com
568a428aa9
More bug fixes - would throw a FileNotFound exception at startup if the $HOME/.grendel/grendel.pref file didn't exist. Now it creates it if it doesn't already exist.
1999-06-16 05:15:31 +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
edwin%woudt.nl
630b67e6ae
Oops, forgot this one. The preferred Look&Feel is set on startup.
1999-06-15 23:08:07 +00:00
edwin%woudt.nl
8ad2ba2b71
Adding Look&Feel support to the prefs
1999-06-15 22:33:14 +00:00
edwin%woudt.nl
ba66854635
New prefs landing
1999-06-15 11:44:40 +00:00
edwin%woudt.nl
c31b7711f8
Oops, lameness. Also: switch the two comments on the previous commits of these two files.
1999-06-14 22:36:19 +00:00
edwin%woudt.nl
710a340e59
Fix to get viewing readonly folders working
1999-06-14 21:52:28 +00:00
edwin%woudt.nl
f4b261aa60
remove the message header because it is already displayed in the body itself
1999-06-14 21:44:55 +00:00
edwin%woudt.nl
cebe991d5e
performance improvement
1999-06-14 21:36:00 +00:00
edwin%woudt.nl
f25016591d
.newsrc filename issues
1999-06-14 21:35:17 +00:00