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

474 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com 73ac1e777b removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp 1999-09-30 21:19:18 +00:00
kipp%netscape.com 5a74f9d8f1 added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp 1999-09-30 21:18:45 +00:00
kipp%netscape.com c6755bdb81 More module work 1999-09-30 21:17:44 +00:00
kipp%netscape.com f46d23236e new 1999-09-28 00:50:17 +00:00
kipp%netscape.com c631df256f new 1999-09-28 00:44:47 +00:00
sfraser%netscape.com 336212885a Fix build bustage: remove some header files from the project 1999-09-26 00:37:14 +00:00
kipp%netscape.com 8381efe92f tweaked 1999-09-25 20:02:40 +00:00
kipp%netscape.com 57e780cffd removed files: mozilla/modules/libimg/jpgcom/nsJPGCallback.cpp 1999-09-25 20:02:03 +00:00
kipp%netscape.com d3bbc7bee4 Fixed a leak; added some debug noise for me; added cache flushing code 1999-09-25 20:00:17 +00:00
kipp%netscape.com 1a214a02c5 Eliminate compiler warnings 1999-09-25 19:59:42 +00:00
kipp%netscape.com 1869755fe5 tidy 1999-09-25 19:59:10 +00:00
kipp%netscape.com 7accb6a9ba Added IL_FlushCache 1999-09-25 19:59:01 +00:00
kipp%netscape.com 35d223aae2 removed 1999-09-25 19:58:46 +00:00
kipp%netscape.com 5b384e16a6 Removed obsolete file from the build 1999-09-25 19:58:39 +00:00
pnunn%netscape.com d3f8fe772d fix for bug #13048. Patch contributed by Adam Moss and BeanySly. 1999-09-24 23:20:21 +00:00
pnunn%netscape.com 7dfde1775f Code check in for lennox@cs.columbia.edu for bug#6323. Fix for bsd folks.
r:dp,pnunn a:leaf
1999-09-23 19:19:07 +00:00
colin%theblakes.com 5707d62dfc comment in #endif was missing comment delimiters 1999-09-22 23:39:30 +00:00
shaver%netscape.com b42e435cb0 add componentType to nsIModule::RegisterSelf 1999-09-22 03:18:27 +00:00
pnunn%netscape.com e27c0601f9 fix for bugs #7622, #6525. pnunn. 1999-09-17 23:43:48 +00:00
cls%seawood.org 26a4d6dc7d Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:54:18 +00:00
pnunn%netscape.com 710a4d4eaf Change net/gfx/imglib buffer size. pnunn. 1999-09-16 01:22:44 +00:00
briano%netscape.com 775e13bce8 General cleanup. 1999-09-14 02:51:42 +00:00
cls%seawood.org 762fca642e Fix my bustage using -D_BSD_SOURCE 1999-09-12 16:41:14 +00:00
cls%seawood.org adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
pnunn%netscape.com 0757b1c322 Chkins for newt@pobox.com. 1999-09-09 19:32:16 +00:00
colin%theblakes.com fd527d9a53 Define zlib in EXTRA_DSO_LDOPTS 1999-09-09 12:11:19 +00:00
shaver%netscape.com f7bda6b5b3 use NS_DECL_NSIMODULE and track nsIModule API changes 1999-09-07 05:06:36 +00:00
cyeh%netscape.com acf1f2f7e0 remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +00:00
cyeh%netscape.com 1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
pnunn%netscape.com 605b198faf fix for #10371. shortened lib names. pnunn. 1999-09-01 01:07:16 +00:00
dp%netscape.com 1d24a36c44 This patch improves the PNG error-handling. Primarily it fixes a very
subtle compile-time error involving the jmp_buf struct, which can be
different sizes depending on what macros are defined.  Since libpng and
Mozilla are not necessarily compiled at the same time (at least during
development), the only way to guarantee that their concept of jmp_buf
is consistent is to avoid using it at all in one of them; specifically,
replace libpng's default error-handler with essentially the same thing
within Mozilla.  (This will likely be required in a future version of
libpng, btw.)
1999-08-27 04:09:01 +00:00
dp%netscape.com e2dc7427b8 removed files: mozilla/modules/libimg/pngcom/png_png.cpp 1999-08-27 04:02:26 +00:00
dp%netscape.com bb944d1137 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +00:00
dp%netscape.com 2bc2dbe376 Removed png_png.cpp 1999-08-27 03:56:19 +00:00
dp%netscape.com 4f92e6c403 Removing png_png.cpp 1999-08-27 03:54:37 +00:00
dp%netscape.com 6bc4ef23fd PNG Cleanup from Greg Roelofs <newt@pobox.com>
- eliminate prototypes for libpng functions already declared in png.h
- eliminate prototype for il_create_alpha_mask() (now deleted)
- add "extern" to prototype for row_callback() (in png_png.cpp)
- eliminate il_png_init_transparency() and il_png_destroy_transparency() (never used)
- ifdef out GIF leftovers in il_png_complete()
- This patch plugs the memory leak. il_png_init() does PR_NEWZAP()on
ic->ds; never freed.
- Removed png_png.cpp
1999-08-27 03:54:08 +00:00
rpotts%netscape.com 0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
pnunn%netscape.com 748a1ef751 Removing an assert. pnunn. 1999-08-24 23:01:16 +00:00
pnunn%netscape.com b28399750b Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:30:42 +00:00
pnunn%netscape.com c453e63f63 Modifications for Necko and general cleanup of api. pnunn. 1999-08-24 22:18:27 +00:00
hshaw%netscape.com 8a95f5703b fix build bustage, argument type mismatch 1999-08-24 20:34:23 +00:00
pnunn%netscape.com 6f3dbccfe1 Modifications needed for Necko and general clean up of imglib api. pnunn. 1999-08-24 19:53:32 +00:00
pnunn%netscape.com 37fc7e7407 Modifications for Necko and clean up of api. pnunn. 1999-08-24 19:47:46 +00:00
pnunn%netscape.com 187a846bf4 Modifications needed for Necko and clean up of api. pnunn. 1999-08-24 19:46:39 +00:00
pnunn%netscape.com a915f2361c Cleaned up returns across api. pnunn. 1999-08-19 22:42:35 +00:00
pnunn%netscape.com 23c3ae5f4c Cleaning up returns across api's. pnunn. 1999-08-19 22:31:12 +00:00
pnunn%netscape.com c4e3acc285 Cleaning up returns across api's. pnunn. 1999-08-19 22:22:46 +00:00
pnunn%netscape.com a477419847 Cleaning up returns across api's. pnunn 1999-08-19 22:19:06 +00:00
dp%netscape.com e51ac384e3 - Adding a IID paramter to nsIModule::GetClassObject() 1999-08-19 14:55:52 +00:00
dcone%netscape.com a7dcec0623 Took out some code that was not needed... 1999-08-19 14:17:13 +00:00
dp%netscape.com cba0195d9b added files: mozilla/modules/libimg/gifcom/nsGIFModule.cpp, removed files: mozilla/modules/libimg/gifcom/nsGIFCallback.cpp 1999-08-14 02:01:43 +00:00
dp%netscape.com 98d9b6e4a0 Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp 1999-08-14 01:45:36 +00:00
dp%netscape.com 4a6fa34793 Removing nsGIFCallback.cpp 1999-08-14 01:26:49 +00:00
dp%netscape.com cbd3d7a376 Adding nsGIFModule as a result of xpcom review of gif. 1999-08-13 20:21:16 +00:00
dp%netscape.com 8c0da13d7c Adding GetIID() accessors 1999-08-13 08:35:58 +00:00
dp%netscape.com a3a94b4e23 XPCOM Review of imglib. 1999-08-10 22:41:26 +00:00
pnunn%netscape.com 307e653e58 Changes needed for alpha. pnunn. 1999-07-30 23:37:49 +00:00
pnunn%netscape.com 57592219c0 changes needed for alpha. pnunn. 1999-07-30 23:37:16 +00:00
warren%netscape.com 7e8571076f Added back in leak fix with NECKO ifdefs. 1999-07-27 04:30:34 +00:00
warren%netscape.com 6576fa7d84 Backing out change. 1999-07-27 03:45:45 +00:00
warren%netscape.com c90efaaf4b Fixed leak with GetAddress that now returns a copy. 1999-07-27 03:19:25 +00:00
pnunn%netscape.com e3113e7281 Updated list. pnunn. 1999-07-19 19:50:29 +00:00
pnunn%netscape.com 40c5d74a77 Clean up. pn. 1999-07-19 18:46:46 +00:00
pnunn%netscape.com b152583d41 Clean up. pnunn 1999-07-19 18:38:46 +00:00
briano%netscape.com c31bcf6e8f Added a workaround for QNX's 'random' problem. QNX-specific. 1999-07-13 21:45:28 +00:00
pnunn%netscape.com 9be9b074d6 fix for bug#924 (from newt@pobox.com), and clean up of unused code. pnunn. ok'd by chofmann. 1999-07-07 19:24:02 +00:00
pnunn%netscape.com 5eac590df2 fix for bug#1971. pn. ok'd by chofmann. 1999-07-07 19:22:00 +00:00
ramiro%netscape.com bbed66360e Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch.  All changes protected by  MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
dveditz%netscape.com d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
pnunn%netscape.com 7c783944de changed image type list. pnunn. 1999-06-25 20:09:12 +00:00
pnunn%netscape.com ee7e51f0e0 fix warnings, #8154. pnunn. 1999-06-25 19:47:25 +00:00
pnunn%netscape.com 85ca87a283 Minor adjustment for testing. pnunn. 1999-06-23 19:54:52 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
pnunn%netscape.com 497721e069 prep work for alphachannel. pnunn. 1999-06-22 20:11:53 +00:00
pnunn%netscape.com e79eece31d Prepwork for alphachannel. pnunn 1999-06-22 20:11:03 +00:00
pnunn%netscape.com 1482b958ed Prep work for alpha channel. pnunn. 1999-06-22 20:09:29 +00:00
briano%netscape.com a1b287c705 Changed the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead. 1999-06-10 04:07:09 +00:00
pnunn%netscape.com 5820e15512 with bug fix for #6045.pnunn. 1999-06-09 20:19:29 +00:00
pnunn%netscape.com 93024ca674 fix for bugz#6045 in if.cpp. pnunn. 1999-06-09 20:16:03 +00:00
pnunn%netscape.com 50eafb39b6 Clean up in IL_GetImage(). bugz#6045. pnunn. 1999-06-09 20:15:01 +00:00
Jerry.Kirk%Nexwarecorp.com fb9d7a4071 -Bug 6648 Added NTO define for color byte ordering. NTO defines
- XP_UNIX but it prefers the colors in the same order as Windows and Mac
1999-06-09 12:12:03 +00:00
waterson%netscape.com 4287b83347 Single public include directory on Win32. 1999-06-03 18:34:27 +00:00
mcmullen%netscape.com 4b0ff2c414 Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp) 1999-06-03 18:15:53 +00:00
pnunn%netscape.com 2a259bc613 These 2 lines caused a crash with editor. Take out for study. pnunn. 1999-06-01 23:14:55 +00:00
pnunn%netscape.com fc96989970 move kISupportsIID declaration local. pnunn. 1999-06-01 21:53:12 +00:00
pnunn%netscape.com 8ad72971e3 move kISupportsIID declaration local. and clean up ic. pnunn. 1999-06-01 21:50:37 +00:00
pnunn%netscape.com aa8109e09b Removing old defs and added tests for null ptrs. pnunn. 1999-05-27 22:42:57 +00:00
pnunn%netscape.com 65397b2c96 Removing old defs. pnunn. 1999-05-27 22:40:52 +00:00
pnunn%netscape.com c0595ace77 Removing old def's. pnunn. 1999-05-27 22:36:17 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
shaver%netscape.com 0a1f41b7dc override NO_STATIC_LIB, because we really do need static libraries for some
other link parts.  This will make it safe to put NO_STATIC_LIB=1 in
myconfig.mk, which saves about 100MB and 3 minutes on my debug build.

(Requires one additional checkin to in xpcom, which is waiting on the
XPCOM 2.0 landing.)
1999-05-17 19:20:28 +00:00
sspitzer%netscape.com c441de9d46 make the destructors virtual 1999-05-13 00:59:19 +00:00
sspitzer%netscape.com 5361aa6d31 make destructors virtual 1999-05-13 00:51:26 +00:00
sspitzer%netscape.com ed6326405e make the destructor virtual 1999-05-13 00:48:42 +00:00
pnunn%netscape.com ba249b4527 General clean up. Removed ifdef STANDALONE_IMAGE_LIB. pnunn. 1999-05-07 22:25:31 +00:00
pnunn%netscape.com e32a08be77 General clean up. Remove ifdef STANDALONE_IMAGE_LIB. pnunn. 1999-05-07 22:24:10 +00:00
pnunn%netscape.com e94ebd1c2a Here we go again. This was checked in/then backed out yesterday.
Its just updating the pngconf.h file to current png version in moz.
refer to bug#5841. pnunn
1999-05-07 19:46:38 +00:00
donm%netscape.com 820e45d15e backing out change while we're trying to verify trees. 1999-05-06 23:06:07 +00:00
pnunn%netscape.com 88f3dd9d91 Updated to correct version.
Note: this check in will result in bad displays of colormapped pngs with alpha or transparency.
This problem will be fixed with later checkins. pnunn.
1999-05-06 22:32:37 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
dp%netscape.com 262d0f491f XPCOM: Addref() and Release() usage fixed. 1999-05-04 18:38:21 +00:00
slamm%netscape.com 3b15c090ad Change directory build order. png needs to come before pngcom. This is finishing up pnunn last checkin.... Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann. 1999-04-30 21:39:17 +00:00
pnunn%netscape.com 8d208edba5 Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann. 1999-04-30 18:30:36 +00:00
pnunn%netscape.com dd5962e92a Added jpeg library link. pnunn. refer to bug#5459. review: slamm blessed:chofmann. 1999-04-30 18:29:19 +00:00
dveditz%netscape.com 9311a16cbb fix zlib name on windows 1999-04-28 00:40:56 +00:00
briano%netscape.com a418fb8c99 Replacement for the old file that had a trailing space in the name. 1999-04-27 23:54:26 +00:00
pnunn%netscape.com ad63b1eb39 fix mem leak. pnunn. bugz# 5552. 1999-04-27 23:27:30 +00:00
pnunn%netscape.com 9d4742fb9a Building directory incorrect for nsPNGCallback.obj on windows. fixed. pnunn.
If you have trouble building, clobber and delete any obj file existing
in mozilla/modules/libimg/pngcom directory.
1999-04-27 19:37:43 +00:00
sspitzer%netscape.com fcfd7c1d8b cvs ignorage of generated makefiles 1999-04-26 18:26:05 +00:00
jj%netscape.com 80eb87ee12 (really cyeh) add source files to optimized target. the components were compiled with the runtime, so they registered succesfully, but registered as completely empty. blow away your registry and then rerun after rebuilding these. only effects optimized versions. 1999-04-23 20:05:24 +00:00
pinkerton%netscape.com 5d0ff0af77 remove MathLib for carbon compliance. 1999-04-23 16:16:15 +00:00
shaver%netscape.com e0db7f5bf7 try to make g++ 2.7.2.3 happier by removing extra parens 1999-04-23 03:02:13 +00:00
jj%netscape.com 9f2aa4b1b8 fix the components so that they have different PEF names 1999-04-23 03:02:05 +00:00
jj%netscape.com f778c40482 change creator type from MOSS to MOZZ 1999-04-23 02:38:06 +00:00
pnunn%netscape.com dcb9ca6942 fixed optimized. pn. 1999-04-23 01:14:33 +00:00
pnunn%netscape.com d392455394 fixed optimized. 1999-04-23 01:13:50 +00:00
pnunn%netscape.com cb58716224 took out static. pn. 1999-04-23 00:17:08 +00:00
pnunn%netscape.com e598c76d1a No longer needed. 1999-04-22 23:47:11 +00:00
pnunn%netscape.com 0d0cb00a34 No exports for this dir. pnunn. 1999-04-22 23:39:52 +00:00
pnunn%netscape.com 969ae721b3 First Checked In. 1999-04-22 23:37:03 +00:00
pnunn%netscape.com 71f5751587 decoders implementation. 1999-04-22 23:34:18 +00:00
pnunn%netscape.com 277d3b5e07 Updated for decoder implementation. pn. 1999-04-22 23:22:01 +00:00
pnunn%netscape.com 3f4cf23581 First Checked In. 1999-04-22 23:06:01 +00:00
pnunn%netscape.com 048c96e46a decoder implementation. pnunn 1999-04-22 23:05:14 +00:00
pnunn%netscape.com d767a277a3 Cleared out unneed make code. pn. 1999-04-22 22:51:16 +00:00
pnunn%netscape.com 38ad25b1e8 New. 1999-04-22 22:49:33 +00:00
pnunn%netscape.com 94b9e0b4e6 Changes needed for decoder implementation. pn. 1999-04-22 22:47:13 +00:00
pnunn%netscape.com 3761a19f90 No longer needed. pn. 1999-04-22 22:45:35 +00:00
pnunn%netscape.com a0f48373ee Changes needed for new timer code. pn. 1999-04-22 22:41:26 +00:00
pnunn%netscape.com 4018fc9641 Implements decoder api. pn. 1999-04-22 22:40:46 +00:00
pnunn%netscape.com 5a1c2c9bfd Bruce's patch. pn. 1999-04-22 22:38:46 +00:00
pnunn%netscape.com a8af3108a4 Implements decoder api. pnunn. 1999-04-22 22:37:16 +00:00
pnunn%netscape.com 134ea308f3 No longer needed. pn. 1999-04-22 22:35:25 +00:00
pnunn%netscape.com bee7db0cb7 Will be inplemented in extensions directory. pnunn. 1999-04-22 22:32:51 +00:00
pnunn%netscape.com 281ff3e702 Moved to public_com. Also needed by decoders as well as imglib. 1999-04-22 22:31:55 +00:00
pnunn%netscape.com 7ff7e3eecc Moved to public_com. Also needed by decoders as well as image lib. pnunn. 1999-04-22 22:31:10 +00:00
pnunn%netscape.com 4e6776e4be Moved to jpgcom. pnunn. 1999-04-22 22:30:05 +00:00
pnunn%netscape.com 47b17f5fad Moved to pngcom. pnunn. 1999-04-22 22:29:25 +00:00
pnunn%netscape.com a5703b136f Moved to gifcom. pnunn. 1999-04-22 22:28:03 +00:00
pnunn%netscape.com e72a30bdb4 Added new directories to build. linux/X. pnunn. 1999-04-22 22:23:27 +00:00
pnunn%netscape.com 5963299af9 Added new directories to build for win. pnunn. 1999-04-22 22:22:18 +00:00
pnunn%netscape.com e99db1efbc replaced ++ comments. pnunn. 1999-04-20 19:30:33 +00:00
pnunn%netscape.com 548c09a119 took out oo style comments. pnunn. 1999-04-20 18:51:20 +00:00
pnunn%netscape.com e9cac82f3c created. place holder. pnunn. 1999-04-20 18:24:24 +00:00
pinkerton%netscape.com 972b712bd7 add src temporarily to access paths for pnunn. 1999-04-20 00:34:54 +00:00
pnunn%netscape.com e927d42c5b new. decoder. pnunn 1999-04-19 22:42:58 +00:00
pnunn%netscape.com 50bcc210f8 new. decoder. moved from libimg/src. pnunn. 1999-04-19 22:41:11 +00:00
pnunn%netscape.com f692c00c5e new. decoders. unix/autoconfig. pnunn. 1999-04-19 22:33:13 +00:00
pnunn%netscape.com e349fc2a3e new. decoders. Unix/autoconfig. pnunn. 1999-04-19 22:31:28 +00:00
pnunn%netscape.com 4181e71959 new. decoders. unix/autoconfig make. pnunn. 1999-04-19 22:29:49 +00:00
pnunn%netscape.com e4569e1ccc new. decoders. pnunn. 1999-04-19 22:22:47 +00:00
pnunn%netscape.com e3aff21fd7 new. decoder. pnunn. 1999-04-19 22:03:55 +00:00
pnunn%netscape.com 575767929e new. decoder. pnunn 1999-04-19 22:03:25 +00:00
pnunn%netscape.com 594f1c3490 new. decoder.pnunn 1999-04-19 22:00:02 +00:00
pnunn%netscape.com fdef63a464 new. decoder. for win builds. pnunn. 1999-04-19 21:32:35 +00:00
pnunn%netscape.com ec15f9fa97 new. decoder. pnunn. 1999-04-19 21:31:10 +00:00
pnunn%netscape.com 0cb075d473 new. decoder. pnunn 1999-04-19 21:29:51 +00:00
pnunn%netscape.com 143c1e35bc new. moved from libimg/src. decoder. pnunn. 1999-04-19 21:28:48 +00:00
pnunn%netscape.com c20c9431fc new. decoder. pn. 1999-04-19 21:27:19 +00:00
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
cls%seawood.org 7411f07b1d Updated checks for solaris. Started using platform.h. 1998-11-18 18:32:52 +00:00
leaf%mozilla.org beadf5f0fa Checking in a fix for linux builds. 1998-11-13 22:16:07 +00:00
cls%seawood.org c5a72acbdc Added EXPORTS 1998-11-11 05:33:24 +00:00
cls%seawood.org 358f737b24 Forgotten piece of Jeremy Lea's patch 1998-11-11 04:38:53 +00:00
cls%seawood.org 288a1c7f8c Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00
pnunn%netscape.com 83c3330a72 bugzilla#1211. Needed ifndef for Timer decl. 1998-11-10 00:07:58 +00:00
pierre%netscape.com fed80d6b91 enabled debug info in standalone target (closed tree override: raptor build only) 1998-11-04 06:34:34 +00:00
cls%seawood.org c59be78dc1 Some updated to work with nglayout. Others sync'd to remove cruft. 1998-10-28 03:49:12 +00:00
cls%seawood.org 5db72cde51 Moved zlib from REQUIRES to a ifndef MOZ_NATIVE_ZLIB endif block. 1998-10-22 03:59:53 +00:00
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
gagan%netscape.com f482438c59 Backing out my changes of NUCACHE. Gromit/Raptor were broken. 1998-10-20 13:49:16 +00:00
gagan%netscape.com f27781f002 Temp fix for NUCache defines. Not reaching here... 1998-10-20 02:58:24 +00:00
pnunn%netscape.com b6a0d81eab migrate memleak fix(mlm) from 4.5 bug#324398. rv'd by pnunn. 1998-10-16 21:09:41 +00:00
gagan%netscape.com daba6ef637 Makefile changes for NU_Cache. 1998-10-13 00:33:27 +00:00
gagan%netscape.com 10d87c7a64 Renamed cachelib to cache for NuCache. 1998-10-12 23:25:24 +00:00
cyeh%netscape.com 66fc92cb28 NSPR20 will always be defined, so simplify makefile 1998-10-12 20:17:45 +00:00
pierre%netscape.com 87764930d1 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
dp%netscape.com fbe1aa04e7 Adding NU_CACHE specific defitions for compilation error with VC 5.0 1998-10-06 00:36:10 +00:00
gagan%netscape.com 0e3820378c NuCache changes. 1998-10-05 21:45:37 +00:00
cyeh%netscape.com f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
norris%netscape.com 8647812478 Fix bug 326297: various security holes caused by lack of quoting around
displayed URLs.
1998-10-01 00:23:05 +00:00
pnunn%netscape.com f516853110 Patch from Adam Moss. Fixes problem with transparency mask on interlaced images.
Much thanks...pn
1998-09-30 22:03:58 +00:00
pinkerton%netscape.com 1fff0d4271 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
cyeh%netscape.com 6222d3f057 remove crusty old NSPR20 #ifdef 1998-09-25 00:30:06 +00:00
wtc%netscape.com 96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
pnunn%netscape.com 28e94d9f5e fix for #309770. Porting RefreshURLTimer fix from 4.06 to Moz. 1998-09-09 19:08:32 +00:00
cls%seawood.org 9020b80c52 Updates to autoconf files. 1998-08-26 04:04:57 +00:00
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
cls%seawood.org 9ec4fad8e8 Added ifdefs for MOZ_NATIVE_{JPEG,PNG,ZLIB}. Approved by pnunn%netscape.com. 1998-08-18 22:59:14 +00:00
pnunn%netscape.com 3ec730cc04 fix for #314603. pnunn. code error introduced during the modimglib-branch
landing for nglayout.
1998-08-18 22:24:59 +00:00
cmanske%netscape.com 22f632978b Removing comment that doesn't apply anymore. With permission of pnunn 1998-08-12 00:40:33 +00:00
gagan%netscape.com d7096c11e4 Fixed bug #313386. Very classic example of not using const keyword. rev/cmanske app/pnunn. 1998-08-12 00:33:53 +00:00
pnunn%netscape.com 447dd2d5d1 still need jerror.h. Thanks, Rick. 1998-08-11 22:08:39 +00:00
pnunn%netscape.com d929a63e36 Removed extraneous include file. Tom Lane, committed by pnunn. 1998-08-11 20:45:59 +00:00
pnunn%netscape.com 647bb6a7e0 remove dependencies on jpeg files. Tom Lane, committed by pnunn. 1998-08-11 20:45:18 +00:00
cmanske%netscape.com 64f79dfe72 Backed out hack for loading image problems in Composer 1998-07-30 02:32:46 +00:00
cmanske%netscape.com b6d45e4eee Backed out hack for loading image problems in Composer. The correct mime converter is now being used 1998-07-30 02:20:52 +00:00
hardts%netscape.com ed2e5ac92a Reenable Charlie's editor hack to deal with IL_ViewStream/IL_NewStream problems 1998-07-29 22:42:44 +00:00
pierre%netscape.com 6be91235f2 added the 2 'standalone' targets 1998-07-28 04:05:23 +00:00