Commit Graph

1727 Commits

Author SHA1 Message Date
Carsten Haitzler 904b9f7c61 ummmm fix dat.....
SVN revision: 2331
2000-03-26 00:35:43 +00:00
Carsten Haitzler bde5637a51 fix endianes problems..... works now on sparc solaris nicely.. :)
SVN revision: 2330
2000-03-26 00:10:45 +00:00
Carsten Haitzler bdafe05ca0 rotate speedups - rend bugfix... wheeeeeee
SVN revision: 2316
2000-03-24 19:06:01 +00:00
Carsten Haitzler 2c226c4ae2 oops - missed modfifying colros there.. :)
SVN revision: 2315
2000-03-24 19:03:24 +00:00
Carsten Haitzler 2841de3a2d optmize.. fix endianess stuff... :)
SVN revision: 2302
2000-03-22 22:26:58 +00:00
Carsten Haitzler 2e97f2795c fix cmod.......
SVN revision: 2289
2000-03-21 09:38:39 +00:00
Carsten Haitzler 2ea81ec460 I'm back....... :)
SVN revision: 2282
2000-03-19 22:53:42 +00:00
Tom Gilbert 3511852647 Partial loader_tiff rewrite from Eric Dorland. Much nicer :)
SVN revision: 2280
2000-03-18 23:45:46 +00:00
Tom Gilbert 16db68949a Bite me =P
SVN revision: 2275
2000-03-18 14:26:12 +00:00
Tom Gilbert 351cb98ab2 Okay. The loader list is now trimmed. Where it would previously contain:
argb.a   bmp.a   gif.a   jpeg.a   png.a   pnm.a   tiff.a
argb.la  bmp.la  gif.la  jpeg.la  png.la  pnm.la  tiff.la
argb.so  bmp.so  gif.so  jpeg.so  png.so  pnm.so  tiff.so

It now contains:
argb
bmp
gif
jpeg
png
pnm
tiff

lt_dlopen knows how to do the Right Thing with these, trying first the .la,
then the .so. Now the loaders are each tried once per image (if none of them
manage to load it).

Added the following functions to achieve this:
char            **__imlib_TrimLoaderList(char **list, int *num);
int               __imlib_LoaderInList(char **list, int size, char *item);


SVN revision: 2273
2000-03-18 13:56:29 +00:00
Tom Gilbert b3ee92cc9a Leak plugged. Thanks Eric :)
SVN revision: 2272
2000-03-18 13:07:52 +00:00
Tom Gilbert 0078baf7d1 nothing major
SVN revision: 2269
2000-03-18 04:43:47 +00:00
Tom Gilbert 8cb92acb78 Removed a crufty bit.
SVN revision: 2268
2000-03-18 04:12:23 +00:00
Tom Gilbert 131c7e9857 AARGH. Godamn file decriptor leak which has been driving me CRAZY for a
WEEK! Got the BASTARD. DIE!

(what complicated matters was that it only leaked on when it *couldn't* load
the image).

Please note. there is also a filedes leak in the tiff loader, also when it
fails to load. I haven't been able to fix this yet, because libtiff sucks
ass and has totally encapsulated the file descriptor. Lemme work on it
tomorrow...


SVN revision: 2267
2000-03-18 03:37:54 +00:00
Tom Gilbert 1a27dca950 shaddup ;)
SVN revision: 2264
2000-03-18 01:20:55 +00:00
Tom Gilbert 58c86280d4 Shaddup ;)
SVN revision: 2255
2000-03-17 20:54:19 +00:00
Michael Jennings fba6b6a4f8 Murple.
SVN revision: 2211
2000-03-08 20:01:31 +00:00
Michael Jennings 9a8db62f5c BMP loader fix for progressive loading from Chutt.
SVN revision: 2210
2000-03-08 16:20:06 +00:00
Michael Jennings d92c9b90bf Keep raster happy.
SVN revision: 2209
2000-03-08 06:11:04 +00:00
Michael Jennings b2e083789a BMP loader from Isaac Richards <ijr@po.cwru.edu>. It currently has issues
with progressive loading, so don't use it with feh. :-)


SVN revision: 2208
2000-03-08 06:08:29 +00:00
Michael Jennings 2685159452 TIFF loader from Eric Dorland <dorland@lords.com>.
SVN revision: 2207
2000-03-08 04:05:01 +00:00
Laurence J. Lane 35555154fc stuff
SVN revision: 2206
2000-03-08 01:58:06 +00:00
Laurence J. Lane d7cb48bf09 removed dh_testversion
SVN revision: 2202
2000-03-07 22:39:28 +00:00
Laurence J. Lane 5f88752f84 stuff
SVN revision: 2194
2000-03-07 17:16:03 +00:00
Carsten Haitzler 4b460be3b6 get context patch from tom......
SVN revision: 2179
2000-03-04 02:45:08 +00:00
Carsten Haitzler d389ffe21e poatch main.c - but rottest doesnt work.. must fix later
SVN revision: 2176
2000-03-03 17:24:46 +00:00
Carsten Haitzler b5dc9ceaf1 better
SVN revision: 2175
2000-03-03 17:15:51 +00:00
Carsten Haitzler b36488c507 flum
SVN revision: 2174
2000-03-03 16:42:18 +00:00
Carsten Haitzler 02bf3b4e28 flum..........
SVN revision: 2162
2000-03-01 17:04:23 +00:00
Carsten Haitzler 8b4ee5e236 dont add that1
SVN revision: 2145
2000-02-27 19:23:36 +00:00
Carsten Haitzler d51a33d0e1 add files...
SVN revision: 2144
2000-02-27 19:23:21 +00:00
Carsten Haitzler 1f488f4eec authors.. BTW - anyone watching commtis list please check AUTHORS...
if your'e nto listed plese tell me to add you... I never do well maintaining
it.


SVN revision: 2143
2000-02-27 18:37:28 +00:00
Carsten Haitzler 7acf0a1c95 rotattion code added... :)
SVN revision: 2142
2000-02-27 18:36:26 +00:00
Mandrake ca01eaca36 fixing freetype detection stuff, maybe?
SVN revision: 2120
2000-02-22 22:29:17 +00:00
Carsten Haitzler 91b5d536f5 ooops - big eng9ian bug! :)
SVN revision: 2106
2000-02-19 20:10:36 +00:00
Carsten Haitzler b50a225fcf const char *
SVN revision: 2018
2000-02-07 22:38:00 +00:00
Carsten Haitzler f6d7e4714b oooops - image and pixmap cache baddies.. :(
SVN revision: 2017
2000-02-07 22:04:05 +00:00
Carsten Haitzler 57d64b9112 oopsie - problem with non extension format images :)
SVN revision: 2015
2000-02-07 17:53:24 +00:00
Laurence J. Lane 246afe4c67 clean target
SVN revision: 2008
2000-02-03 00:10:14 +00:00
Carsten Haitzler a914e5986c get enmdianess roight for sparc (and ppc) for masks...
SVN revision: 1979
2000-01-26 05:25:19 +00:00
Carsten Haitzler 72e31d1c2d oops typo
SVN revision: 1978
2000-01-26 05:18:31 +00:00
Carsten Haitzler d64dce02e2 endinaness for masks broken onf sparc.. fix...
SVN revision: 1977
2000-01-26 05:14:33 +00:00
Carsten Haitzler b7591b25fe ooops - fix :)
SVN revision: 1969
2000-01-24 19:18:17 +00:00
Carsten Haitzler 0801c04efe that was silly! fix fix fix - thanks alan :)
SVN revision: 1965
2000-01-24 17:07:05 +00:00
Carsten Haitzler b982e35ac6 2 more checks in save calls for image data...
SVN revision: 1957
2000-01-21 20:36:27 +00:00
Michael Jennings f799a2c925 Put those back. I hate warnings.
SVN revision: 1937
2000-01-17 22:50:07 +00:00
Carsten Haitzler 301458c778 put that back...
SVN revision: 1936
2000-01-17 22:21:02 +00:00
Carsten Haitzler 15c6db5db0 oops - forgort to remove param from imlib_free_color_rangex
SVN revision: 1933
2000-01-17 18:20:28 +00:00
Michael Jennings dc52737c06 Ummm...
SVN revision: 1903
2000-01-11 22:42:06 +00:00
Carsten Haitzler 81043cd64b updates and fixes.. versioning etc...
SVN revision: 1897
2000-01-11 03:15:59 +00:00