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

247 Коммитов

Автор SHA1 Сообщение Дата
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