Commit Graph

24 Commits

Author SHA1 Message Date
Carsten Haitzler 66934e2c8c sorry - mej - you seem to have broken the build on other systems and
imlib2-config wasnt being installed - also it was deciding it had to
cross-compile and build i686-gnu-linux-imlib2-config etc. files... had to
move autogen.sh to this... :(


SVN revision: 10710
2004-07-06 07:03:51 +00:00
Carsten Haitzler fdc031b0c0 --without-x works again
SVN revision: 10123
2004-05-08 14:30:32 +00:00
Carsten Haitzler 38607c4b9f fix distcheck
SVN revision: 9733
2004-04-15 11:54:59 +00:00
Michael Jennings 7c65468d34 Sat Jul 12 21:06:14 EDT 2003
(KainX)

Patch from Yuri Hudobin <glassy_ape@users.sourceforge.net>
for Freetype2 support.


SVN revision: 7158
2003-07-13 01:09:17 +00:00
Michael Jennings e62412cdf2 Thu Apr 3 20:48:27 EST 2003
(KainX)

Minor Makefile.am tweak which apparently helps portability.


SVN revision: 6823
2003-04-04 01:49:41 +00:00
Michael Jennings 103226eb98 Thu Apr 3 14:06:53 EST 2003
(KainX)

Rearranged include directory order to make sure
local headers are found before system ones.


SVN revision: 6821
2003-04-03 19:08:17 +00:00
Michael Jennings cab8f00e06 Mon Mar 31 15:20:43 EST 2003
(KainX)

Finally got around to fixing the build.  Having Imlib2 already installed
should no longer be necessary to build it.

PS:  The next person who breaks this will be in for a severe beating.


SVN revision: 6800
2003-03-31 20:23:19 +00:00
Horms 60e02c7594 flum
SVN revision: 4732
2001-05-06 01:22:29 +00:00
Mandrake 0b364a1705 hush cvs
SVN revision: 4138
2001-01-20 06:55:34 +00:00
Mandrake 42c261c99d Er, this was just blatantly and obviously wrong.
fixed.


SVN revision: 4137
2001-01-20 06:53:34 +00:00
Term 365f241ba0 Added imconvert, which stems from a conversation with raster about
importing/exporting binary data (specifically imlib images from edb files,
like the ebits files). This allows the user to export and import image
data in and out of edb files, as well as arbitrary conversions to and from
any format Imlib2 can handle.


SVN revision: 4049
2000-12-28 06:45:14 +00:00
Carsten Haitzler 1a457d0029 --without-x patch from steve
SVN revision: 3584
2000-10-13 00:11:34 +00:00
Chris Ross 2f28988bc4 Argh.
SVN revision: 2758
2000-06-06 11:03:14 +00:00
Tom Gilbert ed923261d4 Thu Apr 27 03:16:59 GMT 2000
(gilbertt)

Okay, an ImlibProgressFunction now return int, not void. The idea of this is
so that a progressive load may be aborted midway, simply by returning 0 from
the progress callback. There are a number of reasons for wanting this.

This is a slight breakage to people currently using progressive loading -
you'll have to change your definition to int, and return 1 to get normal
behaviour again. As far as I know, only feh and imlib2_view uses progressive
loading, and I'll sort those two out. To anyone else, sorry, but it's not
released yet, what did you expect? ;-)

Notice. I haven't changed the loaders yet, so returning 0 won't do squat
until tomorrow, when I change them all. What they will do is clean up and
return what they've got so far. If anyone who wrote a loader wants to do
their own, cool, it'll save me learning the api of every damn image lib ;-)
It's just a case of swapping
progress(params, ...);
with
if(!progress(params, ...)
  cleanup_some_stuff_and_return_what_there_is();
Otherwise, I'll do it myself tomorrow.

Can anyone tell I've got time off work? ;-)


SVN revision: 2544
2000-04-27 02:14:59 +00:00
Michael Jennings 876c57bbf7 Hush.
SVN revision: 1623
1999-12-14 18:12:20 +00:00
Carsten Haitzler dcd91db207 imlib2_view works again...
SVN revision: 1539
1999-12-07 18:28:51 +00:00
Carsten Haitzler edf5558a66 fixe view to compile & work
SVN revision: 1537
1999-12-07 18:20:56 +00:00
Carsten Haitzler d7dee5c099 added AUTHORS file.. fixed copyting....
SVN revision: 1205
1999-11-07 08:51:47 +00:00
Carsten Haitzler 59a23911fd add soem stuff and new blend.c from ryan :)
SVN revision: 1167
1999-11-03 16:21:02 +00:00
Carsten Haitzler c0d3e08f71 now that works better
SVN revision: 1148
1999-11-02 14:42:00 +00:00
Carsten Haitzler dbb01a2a05 primitive timeout.. its not even that good.. :)
SVN revision: 1147
1999-11-02 14:34:46 +00:00
Carsten Haitzler 4b69037861 fix a little of the rend code - never testyed that bit...
andf the imlib2_view works nicely iwth zooming too :)


SVN revision: 1145
1999-11-02 13:32:39 +00:00
Carsten Haitzler 107bda1907 add ignores.......
SVN revision: 1140
1999-11-02 11:13:57 +00:00
Carsten Haitzler 2c99df3cd7 oops - fix that filled rect drawing code
SVN revision: 1139
1999-11-02 11:12:56 +00:00