Commit Graph

30773 Commits

Author SHA1 Message Date
alecf%netscape.com
a3f201cf7a set column widths appropriately 1999-06-16 05:35:33 +00:00
alecf%netscape.com
a7ec812328 add some logic for Filters 1999-06-16 05:34:36 +00:00
rjc%netscape.com
6f95e86ca1 Set a white background. 1999-06-16 05:32:48 +00:00
alecf%netscape.com
a6ffeb705c remove some excess XUL that used to have templates for combo boxes 1999-06-16 05:32:17 +00:00
rjc%netscape.com
2aa04ff204 Use case-insignificant string comparisons now that we can. 1999-06-16 05:32:13 +00:00
talisman%anamorphic.com
d4928c5577 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
bienvenu%netscape.com
5ec4157361 fix warnings 1999-06-16 05:23:05 +00:00
rjc%netscape.com
ce0d4e22cb If we already have the results from a search, just return them; don't bother re-doing the search. 1999-06-16 05:22:14 +00:00
talisman%anamorphic.com
ee61d975ac *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
123c30e703 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
pollmann%netscape.com
77b957c693 Bug 2195: select[n] == select.options[n], new idlc-generated glue for nonstandard DOM interface 1999-06-16 05:20:00 +00:00
pollmann%netscape.com
7730a73adc Bug 2195: select[n] == select.options[n], new implementation for nonstandard DOM interface 1999-06-16 05:19:08 +00:00
mcafee%netscape.com
5e598e62bd Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 05:18:53 +00:00
talisman%anamorphic.com
39ccd5ae1a Yet more font bug fixes. 1999-06-16 05:17:33 +00:00
talisman%anamorphic.com
631896d418 More font bug fixes. 1999-06-16 05:16:29 +00:00
talisman%anamorphic.com
dcbed3ebf8 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
pollmann%netscape.com
ba5f073a74 Bug 2195: select[n] == select.options[n], new nonstandard DOM interface 1999-06-16 05:15:30 +00:00
talisman%anamorphic.com
b723a0ed6d 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
rjc%netscape.com
b87fd97a8d Less memory intensiveness: now only load/save data into memory store as needed instead of upfront. 1999-06-16 05:11:54 +00:00
waterson%netscape.com
82a887fa49 Bug 8272. Assert when writing RDF file. This probably had to do with the fact that we were writing out ID= attributes on the RDF containers. I changed to write an illegal 'about=' construct to get Matt alive. 1999-06-16 05:11:05 +00:00
jfrancis%netscape.com
41074bcccd editor rules framework for {make list, indent, outdent, change alignment} 1999-06-16 05:02:43 +00:00
pollmann%netscape.com
e2a75f1d5d Bug 2195: select[n] == select.options[n], new header for nonstandard DOM interface 1999-06-16 05:02:21 +00:00
ramiro%netscape.com
644957d45a Make it work with gnu libc 2.1. On glibc 2.1, the Dl_info api defined in
<dlfcn.h> is only exposed __USE_GNU is defined.  I suppose its some kind of
standards adherence thing.
1999-06-16 04:55:36 +00:00
matt%netscape.com
68997dab17 adding files for dialog window for sidebar 1999-06-16 04:55:32 +00:00
matt%netscape.com
e9ba2173a6 Adding dialog for sidebar 1999-06-16 04:54:36 +00:00
matt%netscape.com
a3ad4146c7 adding files for customize dialog 1999-06-16 04:53:30 +00:00
mcafee%netscape.com
71f3ec8513 Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 04:52:05 +00:00
pierre%netscape.com
dc04007ab8 File Removed. 1999-06-16 04:51:34 +00:00
waterson%netscape.com
0a05c2a195 Bug 8174. Remove PR_EXTERN for private symbols. 1999-06-16 04:45:36 +00:00
waterson%netscape.com
d118a3b826 Juggle headers a bit so that we can build on VC5.0 and gcc-2.7.2.3 (need definition of classes for use with nsCOMPtr). 1999-06-16 04:42:45 +00:00
joki%netscape.com
87bdaea2dd Fixing event clientx/y coords to have the right value even in subviews 1999-06-16 04:39:51 +00:00
erik%netscape.com
8454d4ddd3 Pass null terminator to converter now that Frank has fixed it. 1999-06-16 04:36:33 +00:00
sspitzer%netscape.com
03ec49fe9e More build breakage fixes.... 1999-06-16 04:34:25 +00:00
rjc%netscape.com
ee476ea9f4 Add "Save Search" button with appropriate disabling/enabling. 1999-06-16 04:27:16 +00:00
davidm%netscape.com
6fa8ebb978 First Checked In. 1999-06-16 04:23:37 +00:00
sfraser%netscape.com
92897b1dc1 Pinkterton removed the wrong line. He meant to remove nsIDOMToolbarCore.h, not nsIDOMToolkitCore.h 1999-06-16 04:17:12 +00:00
warren%netscape.com
cd8ca675cb New and improved. 1999-06-16 04:15:29 +00:00
warren%netscape.com
634f48802b Changed nsAutoMonitor to nsAutoCMonitor (cached). 1999-06-16 04:15:25 +00:00
warren%netscape.com
98606d8e53 Added NewChannelFromNativePath for convenience. 1999-06-16 04:15:22 +00:00
warren%netscape.com
158480b852 Fixed bug causing Flush to block forever. Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:15 +00:00
warren%netscape.com
d67d305bb9 Upped max pages because there's some sort of PRMonitor bug when you run out of VM space. 1999-06-16 04:15:12 +00:00
warren%netscape.com
ea65cc126c Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:08 +00:00
erik%netscape.com
27856b5d92 Fix for bug 7822. Remove the code that strips the high byte off of the
Unicode string for menu items that have a submenu.
1999-06-16 04:13:58 +00:00
davidm%netscape.com
ae8a42c7c0 I am going blind. Was calling register rather than unregister function 1999-06-16 04:13:03 +00:00
tague%netscape.com
c0ce68f0fb Fixed #5438 - Mac Buttons not displaying Japanese correctly. 1999-06-16 04:12:14 +00:00
alecf%netscape.com
75be6d7408 fix vc5 bustage - don't use nsCOMPtr on implementations, only on interfaces 1999-06-16 04:09:33 +00:00
erik%netscape.com
5accb2e576 Fix for bug 7841. Some fonts return bad glyph IDs. Now checking for these.
It turns out that GulimChe is one of those bad fonts.
1999-06-16 03:57:55 +00:00
sspitzer%netscape.com
bb7b1337ab fix build bustage 1999-06-16 03:51:08 +00:00
sspitzer%netscape.com
68cc9abca3 fix build bustage 1999-06-16 03:50:00 +00:00
syd%netscape.com
a04669aa1e One change: if user sets ncols, ignore installcmap. The two collide
(they both set thresholds) and we can assume if the user is setting
the ncols that he/she is doing some fine tune control over the more
granular control installcmap gives.
1999-06-16 03:41:52 +00:00