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

13173 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com ff88de2ebe Changed SetRowIndex() to be inline and non-virtual 1998-12-16 04:31:38 +00:00
troy%netscape.com 139b8667d0 Removed InitRowData() member function which is now obsolete 1998-12-16 04:08:36 +00:00
cltbld%netscape.com 2bae0f484d do not decend into xpfe if there is nothing to do there. 1998-12-16 03:59:13 +00:00
sfraser%netscape.com 6c99956e67 Have pull{all} set all the other pull{}s. 1998-12-16 03:47:14 +00:00
troy%netscape.com f87fdd3252 Some improvements to the row splitting code 1998-12-16 03:46:03 +00:00
sfraser%netscape.com 5e6ebea432 Ensure that default is to build all. 1998-12-16 03:44:58 +00:00
sfraser%netscape.com 1d96f8cb32 Assert on a null widget Ptr 1998-12-16 03:37:56 +00:00
sfraser%netscape.com 5ed2096531 Remove bad ; 1998-12-16 03:37:13 +00:00
sfraser%netscape.com 0ec6cf89b2 Fix target and output libary names. 1998-12-16 03:34:58 +00:00
sfraser%netscape.com f462e5928f Add more granularity to build options, make new routine to reconcile and build a project and make the aliases. 1998-12-16 03:31:18 +00:00
sfraser%netscape.com a7ce269369 Add more granularity to build options, fix the {all} flag to really pull/build everything. 1998-12-16 03:30:39 +00:00
sfraser%netscape.com 2cc3580620 First Checked In. 1998-12-16 03:28:54 +00:00
sfraser%netscape.com 59e4e80c3d Make sure the port is initialized before being used. 1998-12-16 01:59:31 +00:00
toshok%hungry.com ad52856eb9 (at least for GNUC platforms) don't rely on nasty division-by-zero tricks to generate +-inf and nan. instead borrow the bitlevel twiddling javascript uses. I would imagine that this would work for all platforms that use IEEE floats (which is necessarily all platforms for which EF will work), but someone else needs to figure out if windows will work with this code. 1998-12-16 01:38:18 +00:00
troy%netscape.com 92275bef5b Removed SetColIndex() which wasn't being used 1998-12-16 01:35:25 +00:00
ramiro%netscape.com f78180945e Yank xpviewer from the build on unix and win. 1998-12-16 01:33:41 +00:00
toshok%hungry.com f9dd5ea419 clear up screw up in previous commit. 1998-12-16 01:30:14 +00:00
toshok%hungry.com c8c9060102 install shared libs in dist/ARCH/bin, not dist/ARCH/lib - following the same convention as the mozilla tree. 1998-12-16 01:28:17 +00:00
toshok%hungry.com 4d641fdae2 build shared libs with CC instead of LD. 1998-12-16 01:26:49 +00:00
guha%netscape.com 7fe5c2bcbe more shit for opendir 1998-12-16 01:25:37 +00:00
gordon%netscape.com 24c3c4ad3b 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 ccbe653029 dist is not one directory higher than ef. 1998-12-16 01:13:05 +00:00
donm%netscape.com 892afafcc0 backing out Shaver's changes. -donm 1998-12-16 00:49:36 +00:00
jfrancis%netscape.com 7b8d9cd7bd ComparePointToRange() now reuses IsIncreasing functionality; also fixed a for loop in DeleteContents() 1998-12-15 23:58:09 +00:00
michaelp%netscape.com cc6547db1b we now call GetNearestColor() in 16bpp when creating brushes and pens. 1998-12-15 23:13:59 +00:00
waterson%netscape.com c44d383263 Fixed extra root node. 1998-12-15 22:55:59 +00:00
kmcclusk%netscape.com bae1586da8 Added more form elements to printer test 1998-12-15 22:51:49 +00:00
mcmullen%netscape.com bc3cd3e280 Made all this build on Unix, using Macros up the wazoo 1998-12-15 22:45:09 +00:00
brade%netscape.com 663b553aaa typing hack extended to get it working on Macintosh 1998-12-15 22:34:54 +00:00
brade%netscape.com 4f9f174725 remove unnecessary functions which are in imglib 1998-12-15 22:27:03 +00:00
brade%netscape.com 4e0d8775db remove unnecessary files (including nspr group) and macToBeImplemented.cp 1998-12-15 22:25:45 +00:00
dcone%netscape.com ce63f20492 fixed the scaling bug 1998-12-15 22:22:40 +00:00
brade%netscape.com 842090ac8d fix compiler warning / bug: initialize index to 0 (reviewed peterl@netscape.com). 1998-12-15 22:19:04 +00:00
sfraser%netscape.com 93dfe64658 First Checked In. 1998-12-15 22:17:48 +00:00
shaver%netscape.com 10c5b7a554 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 8c67d0f1fd First Checked In. 1998-12-15 21:59:40 +00:00
terry%netscape.com 17dd1fb7e9 Oops; the magic partition is named 'despotaccess'. 1998-12-15 21:44:16 +00:00
troy%netscape.com 4be1294901 Removed an assert that was being triggered in a caseI didn't expect 1998-12-15 21:26:05 +00:00
sfraser%netscape.com b6edebe997 Make it build. 1998-12-15 19:13:41 +00:00
sfraser%netscape.com 189433a247 First Checked In. 1998-12-15 19:12:50 +00:00
rods%netscape.com d83afe9d4d Added Pseudo-element styles for the scrollbar "look" 1998-12-15 19:11:57 +00:00
kmcclusk%netscape.com 90a52d6972 Fix for the Mac. 1998-12-15 19:08:50 +00:00
rods%netscape.com c0357eb5fc Added painting methods for printing 1998-12-15 19:03:36 +00:00
kmcclusk%netscape.com 8d4bcccb4a Added code to render button using GFX for printing. 1998-12-15 18:50:21 +00:00
akkana%netscape.com 000f201d6a Initial stab at CloneContents implementation 1998-12-15 18:47:44 +00:00
terry%netscape.com 260c401d5c Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499. 1998-12-15 18:13:12 +00:00
kipp%netscape.com f6ab89cc1b Removed bogus null pointer check 1998-12-15 17:59:49 +00:00
kipp%netscape.com 83d1eab541 Added absmiddle to table halign values 1998-12-15 17:58:59 +00:00
kipp%netscape.com ea895658bd Map align=center to auto side margins 1998-12-15 17:58:45 +00:00
dcone%netscape.com 6c691b667d fixed some scaling issues for the mac, more to come 1998-12-15 16:56:53 +00:00