sfraser%netscape.com
e7ddc04465
Fix build bustage: remove some header files from the project
1999-09-26 00:37:14 +00:00
kipp%netscape.com
00cd7d97a6
tweaked
1999-09-25 20:02:40 +00:00
kipp%netscape.com
5bef21fd25
removed files: mozilla/modules/libimg/jpgcom/nsJPGCallback.cpp
1999-09-25 20:02:03 +00:00
kipp%netscape.com
0017903a40
Fixed a leak; added some debug noise for me; added cache flushing code
1999-09-25 20:00:17 +00:00
kipp%netscape.com
7d002a7da8
Eliminate compiler warnings
1999-09-25 19:59:42 +00:00
kipp%netscape.com
adad885271
tidy
1999-09-25 19:59:10 +00:00
kipp%netscape.com
cdc5273201
Added IL_FlushCache
1999-09-25 19:59:01 +00:00
kipp%netscape.com
4d3aa294f5
removed
1999-09-25 19:58:46 +00:00
kipp%netscape.com
910bcf5733
Removed obsolete file from the build
1999-09-25 19:58:39 +00:00
pnunn%netscape.com
cefdae266d
fix for bug #13048 . Patch contributed by Adam Moss and BeanySly.
1999-09-24 23:20:21 +00:00
pnunn%netscape.com
420ac11534
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
5e3730ff3b
comment in #endif was missing comment delimiters
1999-09-22 23:39:30 +00:00
shaver%netscape.com
1fe19c92b7
add componentType to nsIModule::RegisterSelf
1999-09-22 03:18:27 +00:00
pnunn%netscape.com
470f443594
fix for bugs #7622 , #6525 . pnunn.
1999-09-17 23:43:48 +00:00
cls%seawood.org
11333d189a
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
56f36ccf03
Change net/gfx/imglib buffer size. pnunn.
1999-09-16 01:22:44 +00:00
briano%netscape.com
70f4c0b6b8
General cleanup.
1999-09-14 02:51:42 +00:00
cls%seawood.org
17c88d7b29
Fix my bustage using -D_BSD_SOURCE
1999-09-12 16:41:14 +00:00
cls%seawood.org
1a2e16af42
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
92661b962b
Chkins for newt@pobox.com.
1999-09-09 19:32:16 +00:00
colin%theblakes.com
c0d84ce323
Define zlib in EXTRA_DSO_LDOPTS
1999-09-09 12:11:19 +00:00
shaver%netscape.com
5ef34b8089
use NS_DECL_NSIMODULE and track nsIModule API changes
1999-09-07 05:06:36 +00:00
cyeh%netscape.com
1a74604c52
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
df37c0fb33
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
pnunn%netscape.com
93ad4e40fb
fix for #10371 . shortened lib names. pnunn.
1999-09-01 01:07:16 +00:00
dp%netscape.com
10f850710d
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
350c8b6df2
removed files: mozilla/modules/libimg/pngcom/png_png.cpp
1999-08-27 04:02:26 +00:00
dp%netscape.com
a8690299b5
png cleanup from Greg Roelofs <newt@pobox.com>
1999-08-27 04:00:13 +00:00
dp%netscape.com
0152e63dec
Removed png_png.cpp
1999-08-27 03:56:19 +00:00
dp%netscape.com
0bf8694861
Removing png_png.cpp
1999-08-27 03:54:37 +00:00
dp%netscape.com
2ba9a7e305
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
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
ramiro%netscape.com
6cec5c3abb
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
pnunn%netscape.com
322d5a6701
Removing an assert. pnunn.
1999-08-24 23:01:16 +00:00
pnunn%netscape.com
daac3f22da
Modifications for Necko and general cleanup of api. pnunn.
1999-08-24 22:30:42 +00:00
pnunn%netscape.com
17dd2009e7
Modifications for Necko and general cleanup of api. pnunn.
1999-08-24 22:18:27 +00:00
hshaw%netscape.com
891310e527
fix build bustage, argument type mismatch
1999-08-24 20:34:23 +00:00
pnunn%netscape.com
d31014a9d1
Modifications needed for Necko and general clean up of imglib api. pnunn.
1999-08-24 19:53:32 +00:00
pnunn%netscape.com
ba270c8ac9
Modifications for Necko and clean up of api. pnunn.
1999-08-24 19:47:46 +00:00
pnunn%netscape.com
d2905254aa
Modifications needed for Necko and clean up of api. pnunn.
1999-08-24 19:46:39 +00:00
pnunn%netscape.com
f3f401c1c9
Cleaned up returns across api. pnunn.
1999-08-19 22:42:35 +00:00
pnunn%netscape.com
dcd120c8f7
Cleaning up returns across api's. pnunn.
1999-08-19 22:31:12 +00:00
pnunn%netscape.com
af9e76ad65
Cleaning up returns across api's. pnunn.
1999-08-19 22:22:46 +00:00
pnunn%netscape.com
9c94fb9fc4
Cleaning up returns across api's. pnunn
1999-08-19 22:19:06 +00:00
dp%netscape.com
73224d0136
- Adding a IID paramter to nsIModule::GetClassObject()
1999-08-19 14:55:52 +00:00
dcone%netscape.com
013a6c0e28
Took out some code that was not needed...
1999-08-19 14:17:13 +00:00
dp%netscape.com
713eae3ce0
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
adeddff0cd
Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp
1999-08-14 01:45:36 +00:00
dp%netscape.com
031c593b6c
Removing nsGIFCallback.cpp
1999-08-14 01:26:49 +00:00
dp%netscape.com
21a803ff65
Adding nsGIFModule as a result of xpcom review of gif.
1999-08-13 20:21:16 +00:00
dp%netscape.com
18bc7d64ba
Adding GetIID() accessors
1999-08-13 08:35:58 +00:00
dp%netscape.com
e2b51ff8da
XPCOM Review of imglib.
1999-08-10 22:41:26 +00:00
pnunn%netscape.com
86a32a0993
Changes needed for alpha. pnunn.
1999-07-30 23:37:49 +00:00
pnunn%netscape.com
e3b60e2013
changes needed for alpha. pnunn.
1999-07-30 23:37:16 +00:00
warren%netscape.com
cdac747187
Added back in leak fix with NECKO ifdefs.
1999-07-27 04:30:34 +00:00
warren%netscape.com
c1104b515c
Backing out change.
1999-07-27 03:45:45 +00:00
warren%netscape.com
3587e7426a
Fixed leak with GetAddress that now returns a copy.
1999-07-27 03:19:25 +00:00
pnunn%netscape.com
4181faa107
Updated list. pnunn.
1999-07-19 19:50:29 +00:00
pnunn%netscape.com
e02684b30a
Clean up. pn.
1999-07-19 18:46:46 +00:00
pnunn%netscape.com
4480c9e351
Clean up. pnunn
1999-07-19 18:38:46 +00:00
briano%netscape.com
51538acfbb
Added a workaround for QNX's 'random' problem. QNX-specific.
1999-07-13 21:45:28 +00:00
pnunn%netscape.com
1bc3c8db14
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
de1f45d992
fix for bug#1971. pn. ok'd by chofmann.
1999-07-07 19:22:00 +00:00
ramiro%netscape.com
9200ddaebb
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
7aa859429b
makefile cleanups
1999-07-02 13:40:18 +00:00
pnunn%netscape.com
6409a2d32c
changed image type list. pnunn.
1999-06-25 20:09:12 +00:00
pnunn%netscape.com
f9be54e0fe
fix warnings, #8154 . pnunn.
1999-06-25 19:47:25 +00:00
pnunn%netscape.com
58460640a8
Minor adjustment for testing. pnunn.
1999-06-23 19:54:52 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
pnunn%netscape.com
f386cb3ef0
prep work for alphachannel. pnunn.
1999-06-22 20:11:53 +00:00
pnunn%netscape.com
3feaaa7ca9
Prepwork for alphachannel. pnunn
1999-06-22 20:11:03 +00:00
pnunn%netscape.com
aa67deb2f0
Prep work for alpha channel. pnunn.
1999-06-22 20:09:29 +00:00
briano%netscape.com
90e0055f5f
Changed the platform-specific ifdefs wrt XP_RANDOM to use HAVE_RANDOM instead.
1999-06-10 04:07:09 +00:00
pnunn%netscape.com
8b46a3e591
with bug fix for #6045.pnunn.
1999-06-09 20:19:29 +00:00
pnunn%netscape.com
f70b8241b9
fix for bugz#6045 in if.cpp. pnunn.
1999-06-09 20:16:03 +00:00
pnunn%netscape.com
4bbdfada00
Clean up in IL_GetImage(). bugz#6045. pnunn.
1999-06-09 20:15:01 +00:00
Jerry.Kirk%Nexwarecorp.com
211a9ed5e7
-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
cabd0d3e30
Single public include directory on Win32.
1999-06-03 18:34:27 +00:00
mcmullen%netscape.com
8e15accfb2
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
acbec64692
These 2 lines caused a crash with editor. Take out for study. pnunn.
1999-06-01 23:14:55 +00:00
pnunn%netscape.com
0a6c82a410
move kISupportsIID declaration local. pnunn.
1999-06-01 21:53:12 +00:00
pnunn%netscape.com
6672081973
move kISupportsIID declaration local. and clean up ic. pnunn.
1999-06-01 21:50:37 +00:00
pnunn%netscape.com
a6edc52229
Removing old defs and added tests for null ptrs. pnunn.
1999-05-27 22:42:57 +00:00
pnunn%netscape.com
241e516c5f
Removing old defs. pnunn.
1999-05-27 22:40:52 +00:00
pnunn%netscape.com
d179b95ded
Removing old def's. pnunn.
1999-05-27 22:36:17 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
shaver%netscape.com
9bb04603da
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
0d4bfe6a64
make the destructors virtual
1999-05-13 00:59:19 +00:00
sspitzer%netscape.com
ee416869ae
make destructors virtual
1999-05-13 00:51:26 +00:00
sspitzer%netscape.com
94edddef2a
make the destructor virtual
1999-05-13 00:48:42 +00:00
pnunn%netscape.com
40e5e37f8d
General clean up. Removed ifdef STANDALONE_IMAGE_LIB. pnunn.
1999-05-07 22:25:31 +00:00
pnunn%netscape.com
36f9a04d0c
General clean up. Remove ifdef STANDALONE_IMAGE_LIB. pnunn.
1999-05-07 22:24:10 +00:00
pnunn%netscape.com
51e2943d54
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
26e6b6d927
backing out change while we're trying to verify trees.
1999-05-06 23:06:07 +00:00
pnunn%netscape.com
c6afe14391
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
cee9b8c834
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
dp%netscape.com
edc68a4e09
XPCOM: Addref() and Release() usage fixed.
1999-05-04 18:38:21 +00:00
slamm%netscape.com
60b8291d75
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
c59c9c6855
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
90eea51e57
Added jpeg library link. pnunn. refer to bug#5459. review: slamm blessed:chofmann.
1999-04-30 18:29:19 +00:00
dveditz%netscape.com
38870e7a3c
fix zlib name on windows
1999-04-28 00:40:56 +00:00
briano%netscape.com
ea3866495a
Replacement for the old file that had a trailing space in the name.
1999-04-27 23:54:26 +00:00
pnunn%netscape.com
09f0b78385
fix mem leak. pnunn. bugz# 5552.
1999-04-27 23:27:30 +00:00
pnunn%netscape.com
3d41b70af7
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
e1453af3fd
cvs ignorage of generated makefiles
1999-04-26 18:26:05 +00:00
jj%netscape.com
525e0fd6bd
(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
af4834fc39
remove MathLib for carbon compliance.
1999-04-23 16:16:15 +00:00
shaver%netscape.com
05b12df370
try to make g++ 2.7.2.3 happier by removing extra parens
1999-04-23 03:02:13 +00:00
jj%netscape.com
dc838942e4
fix the components so that they have different PEF names
1999-04-23 03:02:05 +00:00
jj%netscape.com
8b1ebec5d8
change creator type from MOSS to MOZZ
1999-04-23 02:38:06 +00:00
pnunn%netscape.com
e4eaf0d956
fixed optimized. pn.
1999-04-23 01:14:33 +00:00
pnunn%netscape.com
ac541a42d9
fixed optimized.
1999-04-23 01:13:50 +00:00
pnunn%netscape.com
9cceedb106
took out static. pn.
1999-04-23 00:17:08 +00:00
pnunn%netscape.com
14bdfee3bf
No longer needed.
1999-04-22 23:47:11 +00:00
pnunn%netscape.com
a38460aeb9
No exports for this dir. pnunn.
1999-04-22 23:39:52 +00:00
pnunn%netscape.com
008d820f9d
First Checked In.
1999-04-22 23:37:03 +00:00
pnunn%netscape.com
7f992db0f7
decoders implementation.
1999-04-22 23:34:18 +00:00
pnunn%netscape.com
d70009cd75
Updated for decoder implementation. pn.
1999-04-22 23:22:01 +00:00
pnunn%netscape.com
99fbbc85f9
First Checked In.
1999-04-22 23:06:01 +00:00
pnunn%netscape.com
bfa5be302c
decoder implementation. pnunn
1999-04-22 23:05:14 +00:00
pnunn%netscape.com
0c776b8bd0
Cleared out unneed make code. pn.
1999-04-22 22:51:16 +00:00
pnunn%netscape.com
d037730fe7
New.
1999-04-22 22:49:33 +00:00
pnunn%netscape.com
5215b34f7e
Changes needed for decoder implementation. pn.
1999-04-22 22:47:13 +00:00
pnunn%netscape.com
abacf514d1
No longer needed. pn.
1999-04-22 22:45:35 +00:00
pnunn%netscape.com
36b77513e6
Changes needed for new timer code. pn.
1999-04-22 22:41:26 +00:00
pnunn%netscape.com
5c4b5d57c3
Implements decoder api. pn.
1999-04-22 22:40:46 +00:00
pnunn%netscape.com
0adcba237f
Bruce's patch. pn.
1999-04-22 22:38:46 +00:00
pnunn%netscape.com
4f5b2033ee
Implements decoder api. pnunn.
1999-04-22 22:37:16 +00:00
pnunn%netscape.com
ba5b6b54e0
No longer needed. pn.
1999-04-22 22:35:25 +00:00
pnunn%netscape.com
b660eb65de
Will be inplemented in extensions directory. pnunn.
1999-04-22 22:32:51 +00:00
pnunn%netscape.com
755ce7db22
Moved to public_com. Also needed by decoders as well as imglib.
1999-04-22 22:31:55 +00:00
pnunn%netscape.com
b2e2298762
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
24e23e91e2
Moved to jpgcom. pnunn.
1999-04-22 22:30:05 +00:00
pnunn%netscape.com
97b309a4b8
Moved to pngcom. pnunn.
1999-04-22 22:29:25 +00:00
pnunn%netscape.com
f21cc02f26
Moved to gifcom. pnunn.
1999-04-22 22:28:03 +00:00
pnunn%netscape.com
25b98affe6
Added new directories to build. linux/X. pnunn.
1999-04-22 22:23:27 +00:00
pnunn%netscape.com
db6e857821
Added new directories to build for win. pnunn.
1999-04-22 22:22:18 +00:00
pnunn%netscape.com
ae259cf6fa
replaced ++ comments. pnunn.
1999-04-20 19:30:33 +00:00
pnunn%netscape.com
ddeef1dac0
took out oo style comments. pnunn.
1999-04-20 18:51:20 +00:00
pnunn%netscape.com
1f167955c0
created. place holder. pnunn.
1999-04-20 18:24:24 +00:00
pinkerton%netscape.com
2a570b5c5a
add src temporarily to access paths for pnunn.
1999-04-20 00:34:54 +00:00
pnunn%netscape.com
10c752dd61
new. decoder. pnunn
1999-04-19 22:42:58 +00:00
pnunn%netscape.com
db980d9af6
new. decoder. moved from libimg/src. pnunn.
1999-04-19 22:41:11 +00:00
pnunn%netscape.com
cacde97da7
new. decoders. unix/autoconfig. pnunn.
1999-04-19 22:33:13 +00:00
pnunn%netscape.com
52d4c00e09
new. decoders. Unix/autoconfig. pnunn.
1999-04-19 22:31:28 +00:00
pnunn%netscape.com
d6b790268a
new. decoders. unix/autoconfig make. pnunn.
1999-04-19 22:29:49 +00:00
pnunn%netscape.com
02f1362d8b
new. decoders. pnunn.
1999-04-19 22:22:47 +00:00
pnunn%netscape.com
4f7713e665
new. decoder. pnunn.
1999-04-19 22:03:55 +00:00
pnunn%netscape.com
a083695b19
new. decoder. pnunn
1999-04-19 22:03:25 +00:00
pnunn%netscape.com
e866e00e36
new. decoder.pnunn
1999-04-19 22:00:02 +00:00
pnunn%netscape.com
c0371077f2
new. decoder. for win builds. pnunn.
1999-04-19 21:32:35 +00:00
pnunn%netscape.com
15ac2d200b
new. decoder. pnunn.
1999-04-19 21:31:10 +00:00
pnunn%netscape.com
befc43b0db
new. decoder. pnunn
1999-04-19 21:29:51 +00:00
pnunn%netscape.com
520d85ba5e
new. moved from libimg/src. decoder. pnunn.
1999-04-19 21:28:48 +00:00
pnunn%netscape.com
8a7dcbbdef
new. decoder. pn.
1999-04-19 21:27:19 +00:00
pnunn%netscape.com
a12437e89b
new. decoder. for win builds. pnunn.
1999-04-19 21:16:59 +00:00
pnunn%netscape.com
a1eb529f8c
new. decoder. pnunn.
1999-04-19 21:16:24 +00:00
pnunn%netscape.com
19844cb692
new. gif decoder. pnunn.
1999-04-19 21:15:39 +00:00
pnunn%netscape.com
7eb6b5f026
new. gifdecoder. pnunn.
1999-04-19 21:14:20 +00:00
pnunn%netscape.com
a7320f7abb
gif decoder. created. pnunn.
1999-04-19 21:12:11 +00:00
pnunn%netscape.com
089397f55b
gif decoder.created. pn
1999-04-19 19:55:48 +00:00
pnunn%netscape.com
2993422459
gif decoder. created. pnunn.
1999-04-19 19:35:16 +00:00
alecf%netscape.com
1732e028aa
add public\raptor to build so that we can get to nsQuickSort.h
1999-04-15 03:10:33 +00:00
alecf%netscape.com
fe469b78d7
back this out for now, mac isn't linking against libraptorbase
1999-04-15 03:04:04 +00:00
alecf%netscape.com
be05791581
back out this fix because mac depends on XP_QSORT
1999-04-15 02:42:18 +00:00
alecf%netscape.com
13df61d59a
use new nsQuickSort routine
...
a=pnunn
1999-04-15 02:28:29 +00:00
pinkerton%netscape.com
3a6a48bf99
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
301eeb4fe4
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
0d895e7a58
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +00:00
leaf%mozilla.org
0a0f5ac00f
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
mcafee%netscape.com
fdf88ceddf
Uninitialized variables
1999-03-05 04:40:14 +00:00
ramiro%netscape.com
bb5e2580dc
AIX portability fixes. (Waqar Malik <waqar@netscape.com>)
1999-03-01 06:10:54 +00:00
sfraser%netscape.com
d847eb7428
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
1999-02-26 00:54:57 +00:00
kipp%netscape.com
e6ae8a6c34
removed
1999-02-25 16:42:47 +00:00
kipp%netscape.com
96e6bbed46
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
09dcaee794
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
6a66ff6bb7
Point Unix, Win32 at mozilla/include/xp_qsort
1999-02-10 04:29:17 +00:00
mcafee%netscape.com
b01abc9b3a
Cleaning this Makefile up; removing dead rules, unused stuff
1999-02-10 04:26:53 +00:00
mcafee%netscape.com
1a0d9e7cb8
Reverting back to 3.4
1999-02-09 12:27:07 +00:00
mcafee%netscape.com
1d38ad8ea3
Reverting back to 3.7
1999-02-09 12:26:27 +00:00
mcafee%netscape.com
d8427cf554
reverting back to 3.2
1999-02-09 12:23:00 +00:00
mcafee%netscape.com
f08ed252d2
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
8e8e208fca
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
628ad5aaad
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
e97b3b8f96
Warning fix (remove ;)
1999-01-14 05:12:30 +00:00
pnunn%netscape.com
6aaf3a3295
Minor changes to address annoying compile warnings. pn
1999-01-04 20:04:49 +00:00
shaver%netscape.com
009626137f
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
aae641aaa3
Bugzilla#1971: Jpeg files larger than max size not handled properly. -pnunn
1998-12-17 22:16:27 +00:00
donm%netscape.com
892afafcc0
backing out Shaver's changes. -donm
1998-12-16 00:49:36 +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
pnunn%netscape.com
c714e0e49c
fix to squelch some mac warnings. -pnunn.
1998-12-14 22:42:06 +00:00
beard%netscape.com
48c16d8ad3
First Checked In.
1998-12-13 05:01:04 +00:00
akkana%netscape.com
8bc6389fe6
Fix C++ comment in C file
1998-12-09 19:46:38 +00:00
pnunn%netscape.com
032991957a
update to png version 1.0.2. -pnunn.
1998-12-08 19:44:02 +00:00
pnunn%netscape.com
1b9f0bbcab
update to png version 1.0.2. -pnunn. Note: gamma is temporarily disabled.
1998-12-08 19:41:25 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
pierre%netscape.com
03bf317f8e
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
a5198de30f
Build bustage, was referencing non-debug libraries in debug target.
1998-12-01 01:55:01 +00:00
beard%netscape.com
6bb3757f16
More build bustage fixes.
1998-12-01 01:17:03 +00:00