Commit Graph

13156 Commits

Author SHA1 Message Date
gordon%netscape.com
38d5928647 Update table of contents for files added to layout and rdf. This is only used by Patrick's build system changes. 1998-12-16 01:22:53 +00:00
toshok%hungry.com
ff3a41c05a dist is not one directory higher than ef. 1998-12-16 01:13:05 +00:00
donm%netscape.com
37804b7a40 backing out Shaver's changes. -donm 1998-12-16 00:49:36 +00:00
jfrancis%netscape.com
e140fbcd98 ComparePointToRange() now reuses IsIncreasing functionality; also fixed a for loop in DeleteContents() 1998-12-15 23:58:09 +00:00
michaelp%netscape.com
361c8080ab we now call GetNearestColor() in 16bpp when creating brushes and pens. 1998-12-15 23:13:59 +00:00
waterson%netscape.com
fb0f8afdb2 Fixed extra root node. 1998-12-15 22:55:59 +00:00
kmcclusk%netscape.com
b45046e8b2 Added more form elements to printer test 1998-12-15 22:51:49 +00:00
mcmullen%netscape.com
c3df6e83ac Made all this build on Unix, using Macros up the wazoo 1998-12-15 22:45:09 +00:00
brade%netscape.com
837947b5c9 typing hack extended to get it working on Macintosh 1998-12-15 22:34:54 +00:00
brade%netscape.com
83958e66b4 remove unnecessary functions which are in imglib 1998-12-15 22:27:03 +00:00
brade%netscape.com
08c31a25c3 remove unnecessary files (including nspr group) and macToBeImplemented.cp 1998-12-15 22:25:45 +00:00
dcone%netscape.com
031b91086c fixed the scaling bug 1998-12-15 22:22:40 +00:00
brade%netscape.com
087136fce6 fix compiler warning / bug: initialize index to 0 (reviewed peterl@netscape.com). 1998-12-15 22:19:04 +00:00
sfraser%netscape.com
99ade2922d First Checked In. 1998-12-15 22:17:48 +00:00
shaver%netscape.com
0161071aef Make apprunner link dynamically.
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
sfraser%netscape.com
fea2f57371 First Checked In. 1998-12-15 21:59:40 +00:00
terry%netscape.com
46624c2b36 Oops; the magic partition is named 'despotaccess'. 1998-12-15 21:44:16 +00:00
troy%netscape.com
ca5d664aeb Removed an assert that was being triggered in a caseI didn't expect 1998-12-15 21:26:05 +00:00
sfraser%netscape.com
903af135d0 Make it build. 1998-12-15 19:13:41 +00:00
sfraser%netscape.com
8aa05c463b First Checked In. 1998-12-15 19:12:50 +00:00
rods%netscape.com
e70cae473d Added Pseudo-element styles for the scrollbar "look" 1998-12-15 19:11:57 +00:00
kmcclusk%netscape.com
c3a046a88c Fix for the Mac. 1998-12-15 19:08:50 +00:00
rods%netscape.com
ba1b5dbf7c Added painting methods for printing 1998-12-15 19:03:36 +00:00
kmcclusk%netscape.com
95ba5239e1 Added code to render button using GFX for printing. 1998-12-15 18:50:21 +00:00
akkana%netscape.com
753ece449f Initial stab at CloneContents implementation 1998-12-15 18:47:44 +00:00
terry%netscape.com
70e2178d55 Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499. 1998-12-15 18:13:12 +00:00
kipp%netscape.com
dafa9178f7 Removed bogus null pointer check 1998-12-15 17:59:49 +00:00
kipp%netscape.com
b4dfff8ca9 Added absmiddle to table halign values 1998-12-15 17:58:59 +00:00
kipp%netscape.com
a39ac58396 Map align=center to auto side margins 1998-12-15 17:58:45 +00:00
dcone%netscape.com
b8ac234783 fixed some scaling issues for the mac, more to come 1998-12-15 16:56:53 +00:00
troy%netscape.com
89910f892e Work-in-progress for splitting of table row frames 1998-12-15 16:39:09 +00:00
shaver%netscape.com
30635270f8 Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00
waterson%netscape.com
ecc49d9a07 Added nsStreamDataSource to the factory. 1998-12-15 07:49:03 +00:00
waterson%netscape.com
f958dc2feb Added code to handle columns specified by an RDF sequence. 1998-12-15 07:48:22 +00:00
waterson%netscape.com
8c66255fda Changed columns to use a sequence. Bug fix for bookmark names. 1998-12-15 07:48:01 +00:00
waterson%netscape.com
fafc340767 Removed #if 1's left around from mjudge's selection changes. 1998-12-15 07:47:10 +00:00
waterson%netscape.com
ce9b1a80d0 Added factory function for nsStreamDataSource. 1998-12-15 07:46:22 +00:00
waterson%netscape.com
1901b80b89 Silly bug fixes. 1998-12-15 07:45:25 +00:00
waterson%netscape.com
3b363e24d6 Added utility routines to create RDF Sequence and Bag objects. Added prototype for RDF container cursor. Added some comments. 1998-12-15 07:44:40 +00:00
waterson%netscape.com
1129fb210d Added utility routines to create RDF Sequence and Bag objects. Expanded rdf_IsContainer() to accept sequences. 1998-12-15 07:44:11 +00:00
waterson%netscape.com
e2a3d2fe55 Added nsContainerCursor and nsStreamDataSource to the build. 1998-12-15 07:42:18 +00:00
waterson%netscape.com
22429863c7 Added StreamDataSource CID. 1998-12-15 07:40:29 +00:00
ramiro%netscape.com
73636abd84 Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.
This will fix the problem many people are reporting wrt conflicts with
system libraries that have the same names.
1998-12-15 07:37:32 +00:00
ramiro%netscape.com
7769256dad Ignore generated files. 1998-12-15 07:32:11 +00:00
ramiro%netscape.com
85a05e17fc Make it link again. 1998-12-15 07:31:57 +00:00
vidur%netscape.com
fd093d0d82 Enabled asynchronous loading of SCRIPT SRC=, STYLE SRC= and LINK elements for style sheets. Changed nsIScriptContext to not be dependent on JavaScript. 1998-12-15 06:10:59 +00:00
raman%netscape.com
ba1f9dee86 Checking in changes from Bob Glickstein 1998-12-15 05:53:19 +00:00
michaelp%netscape.com
56739d78ed added ability to create a drawing surface from an HDC under windows. 1998-12-15 05:51:30 +00:00
michaelp%netscape.com
1ea29c4972 made damagearea management more aggressive as a temporary fix until
individual classes can to the right thing.
1998-12-15 05:49:48 +00:00
michaelp%netscape.com
ca4f2f41f7 we not put the responsibility for managing damage regions into the widget
code instead of doing it in the viewmanager. this allows us to paint much
more optimally.
1998-12-15 05:47:25 +00:00