Commit Graph

113 Commits

Author SHA1 Message Date
pnunn%netscape.com
00eac2183a new. decoder. for win builds. pnunn. 1999-04-19 21:16:59 +00:00
pnunn%netscape.com
dc0f55a352 new. decoder. pnunn. 1999-04-19 21:16:24 +00:00
pnunn%netscape.com
72e996cadd new. gif decoder. pnunn. 1999-04-19 21:15:39 +00:00
pnunn%netscape.com
fff43d13ff new. gifdecoder. pnunn. 1999-04-19 21:14:20 +00:00
pnunn%netscape.com
bca22b3c1e gif decoder. created. pnunn. 1999-04-19 21:12:11 +00:00
pnunn%netscape.com
adc3dd9a3e gif decoder.created. pn 1999-04-19 19:55:48 +00:00
pnunn%netscape.com
6f48cabec3 gif decoder. created. pnunn. 1999-04-19 19:35:16 +00:00
alecf%netscape.com
43e7b968b2 add public\raptor to build so that we can get to nsQuickSort.h 1999-04-15 03:10:33 +00:00
alecf%netscape.com
493a5a369a back this out for now, mac isn't linking against libraptorbase 1999-04-15 03:04:04 +00:00
alecf%netscape.com
5d41b9c3ee back out this fix because mac depends on XP_QSORT 1999-04-15 02:42:18 +00:00
alecf%netscape.com
60b89f730c use new nsQuickSort routine
a=pnunn
1999-04-15 02:28:29 +00:00
pinkerton%netscape.com
fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
ramiro%netscape.com
2b93ebeee6 Change ConvertRGBToRGB24 to be dumb on unix so that it doesn reverse the
byte order.  This is needed because the unix gtk image munging code expects
the image data to be in RGB format.

The ConvertRGBToRGB24 conversion is obviously a waste of time on unix and
probably mac.

Unfortunately, the alternative seems to require significant IMGLIB
work.  Simply seeting to ic->converter to NULL for the 24 bit case
did not work as expected.

The correct fix might be to not do any conversion if the image data
is already in the format expected on the nsIImage end.
1999-03-26 09:50:40 +00:00
briano%netscape.com
ae6e485be5 Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
mcafee%netscape.com
87892281ff Uninitialized variables 1999-03-05 04:40:14 +00:00
ramiro%netscape.com
52fac20c37 AIX portability fixes. (Waqar Malik <waqar@netscape.com>) 1999-03-01 06:10:54 +00:00
sfraser%netscape.com
3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
kipp%netscape.com
91144abd41 removed 1999-02-25 16:42:47 +00:00
kipp%netscape.com
f1665e0b68 Renamed calls to FE_SetTimeout to IL_SetTimeout to avoid dll linkage problem on unix 1999-02-17 18:14:58 +00:00
mcafee%netscape.com
f210c5f713 Unix, Win32 now get qsort out of mozilla/lib/xp/xp_qsort.c and mozilla/include/xp_qsort.h. Leaving XP_MAC here until the mac people figure this out, bug 2998 filed to pierre about this. 1999-02-10 04:33:45 +00:00
mcafee%netscape.com
600ec6d97b Point Unix, Win32 at mozilla/include/xp_qsort 1999-02-10 04:29:17 +00:00
mcafee%netscape.com
c3cd719f0d Cleaning this Makefile up; removing dead rules, unused stuff 1999-02-10 04:26:53 +00:00
mcafee%netscape.com
4850820afa Reverting back to 3.4 1999-02-09 12:27:07 +00:00
mcafee%netscape.com
0b012eede2 Reverting back to 3.7 1999-02-09 12:26:27 +00:00
mcafee%netscape.com
9fb5cb8515 reverting back to 3.2 1999-02-09 12:23:00 +00:00
mcafee%netscape.com
bd1751e4fb Fixing XP_QSORT() breakage, we're using lib/xp/xp_qsort.cpp version now 1999-02-09 08:37:35 +00:00
mcafee%netscape.com
f65f111960 Yanking XP_QSORT() out (Mac, Solaris) in favor of the version in /lib/xp/xp_qsort.c. Removing dead windows include files. a=pnunn@netscape.com (2998) 1999-02-09 08:19:24 +00:00
mcafee%netscape.com
a3b37fb4de Two versions of XP_QSORT(), switching Solaris from the libimg version to the xp version 1999-02-07 09:30:51 +00:00
sfraser%netscape.com
1ef57d3970 Warning fix (remove ;) 1999-01-14 05:12:30 +00:00
pnunn%netscape.com
effe9e1cc0 Minor changes to address annoying compile warnings. pn 1999-01-04 20:04:49 +00:00
shaver%netscape.com
af51904fec resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles 1998-12-18 02:55:23 +00:00
pnunn%netscape.com
55f0ac4f7e Bugzilla#1971: Jpeg files larger than max size not handled properly. -pnunn 1998-12-17 22:16:27 +00:00
donm%netscape.com
37804b7a40 backing out Shaver's changes. -donm 1998-12-16 00:49:36 +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
pnunn%netscape.com
0769bc1b48 fix to squelch some mac warnings. -pnunn. 1998-12-14 22:42:06 +00:00
beard%netscape.com
18984e5a80 First Checked In. 1998-12-13 05:01:04 +00:00
akkana%netscape.com
3f85f0f084 Fix C++ comment in C file 1998-12-09 19:46:38 +00:00
pnunn%netscape.com
07b5dbddf7 update to png version 1.0.2. -pnunn. 1998-12-08 19:44:02 +00:00
pnunn%netscape.com
89e5a10872 update to png version 1.0.2. -pnunn. Note: gamma is temporarily disabled. 1998-12-08 19:41:25 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
pierre%netscape.com
38664b9f06 Fix optimized build: use png.o instead of pngDebug.o in non-debug target 1998-12-05 00:23:29 +00:00
beard%netscape.com
c402da12d1 Build bustage, was referencing non-debug libraries in debug target. 1998-12-01 01:55:01 +00:00
beard%netscape.com
a078b1626c More build bustage fixes. 1998-12-01 01:17:03 +00:00
beard%netscape.com
79b3299dc3 More build bustage fixes. 1998-12-01 01:06:33 +00:00
beard%netscape.com
17ea73c8b0 Trying to fix build bustage. 1998-12-01 01:02:32 +00:00
beard%netscape.com
c0c7bc482d Mac shared library migration. 1998-11-30 22:15:00 +00:00
rpotts%netscape.com
43ff6e4a58 removed invalid asserts for the STANDALONE_IMAGELIB... 1998-11-24 10:55:53 +00:00
cyeh%netscape.com
65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
pnunn%netscape.com
7395f57c29 All image container states in il_image_complete() are now handled explicitly in
a switch, not by asserts. -pn
1998-11-18 20:24:40 +00:00