Commit Graph

1384 Commits

Author SHA1 Message Date
Kim Woelders e3ec99354e Revert imlib2-config removal. There still may be systems without pkgconfig out there.
SVN revision: 37002
2008-10-22 18:48:55 +00:00
Kim Woelders 386ee4810a Remove imlib2-config (use pkgconfig).
SVN revision: 37001
2008-10-22 18:36:39 +00:00
Kim Woelders bf0708a305 No need for empty NEWS ... and remove it!.
SVN revision: 37000
2008-10-22 18:31:24 +00:00
Kim Woelders 0ce3eb9cf7 No need for empty NEWS.
SVN revision: 36997
2008-10-22 18:22:30 +00:00
Kim Woelders d7d613053c Remove obsolete libltdl dir.
SVN revision: 36996
2008-10-22 18:21:19 +00:00
Michael Jennings 98277fa38d Tue Oct 21 21:28:27 2008 Michael Jennings (mej)
1.4.2 is released.  Prepare for new stuff.
----------------------------------------------------------------------


SVN revision: 36953
2008-10-22 04:28:28 +00:00
Peter Wehrfritz b50c47955b configure.in -> configure.ac
SVN revision: 36364
2008-09-30 18:07:29 +00:00
Kim Woelders 84cbf4bd3b Fix loading of jpeg files with 4 color components (kntriant, ticket 84).
SVN revision: 35970
2008-09-12 21:26:53 +00:00
Kim Woelders de6bbbde7c Lets make it at least 1.4.2 next time.
SVN revision: 35903
2008-09-09 20:14:01 +00:00
Kim Woelders bb8b884ee5 Indent.
SVN revision: 35902
2008-09-09 20:13:02 +00:00
Kim Woelders 4edfe21515 Fix incorrect event loop causing 100% load until an X event is received.
SVN revision: 35901
2008-09-09 20:11:35 +00:00
Kim Woelders ad29accb17 xpm loader fix (Marcus Meissner, ticket 28).
SVN revision: 35900
2008-09-09 19:00:32 +00:00
Kim Woelders cb588739ae pnm loader fix (Marcus Meissner, ticket 25).
SVN revision: 35796
2008-09-02 18:43:25 +00:00
Carsten Haitzler 5ccdcfd467 ok. i think most binary files are now fixed.
SVN revision: 35525
2008-08-18 00:02:26 +00:00
Kim Woelders 573c15fe51 Ignore+-.
SVN revision: 35465
2008-08-13 18:17:19 +00:00
Kim Woelders 7c8d8a5b1e Return value is not a pointer.
SVN revision: 35464
2008-08-13 17:56:08 +00:00
Kim Woelders cd929604a1 Introduce imlib_context_disconnect_display().
imlib_context_disconnect_display() should be called when a display
connection is closed but the application continues using imlib2 with a
different display connection.
This is required to avoid to attempt to free cached GCs (in
__imlib_RenderImage) after the associated display connection has been
closed.
It is not unlikely that similar cleanups should be performed elsewhere
in this situation, but the __imlib_RenderImage GCs is the only case I
have found to cause trouble so far.


SVN revision: 35463
2008-08-13 17:55:16 +00:00
Kim Woelders 18a8e18546 Loader fixes based on patch from Hans de Goede/Fedora.
Fix off by one error in check (tga loader).


SVN revision: 34855
2008-06-18 20:45:41 +00:00
Kim Woelders 00d4d6489b Oops - correction.
SVN revision: 34854
2008-06-18 18:54:08 +00:00
Kim Woelders 78037c5c76 Various loader fixes (Marcus Meissner, bug 494).
SVN revision: 34853
2008-06-18 17:52:38 +00:00
Mike Frysinger a6fa566a3d fix from Hans de Goede to look for /usr/share/X11/rgb.txt as most modern systems are using now
SVN revision: 34819
2008-06-13 22:39:27 +00:00
Michael Jennings 9c62d07da3 Mon Jun 9 22:46:01 2008 Michael Jennings (mej)
Ready for new asparagus snapshots.
----------------------------------------------------------------------


SVN revision: 34785
2008-06-10 05:44:34 +00:00
Kim Woelders aa033943a6 Add support for TrueType Collections (suggested by Arne Goetje, bug 487).
The font specifier format is now "font_name[:faceidx]/size" where
faceidx is an optional face index.


SVN revision: 34721
2008-06-01 21:34:26 +00:00
Carsten Haitzler 48995a4b5a 2 possible security vulns fixed. should probably release new version with
these.


SVN revision: 34682
2008-05-27 14:35:17 +00:00
Kim Woelders 6b8b05d270 MAINTAINERCLEANFILES: aclocalm4->aclocal.m4
SVN revision: 34585
2008-05-15 22:21:43 +00:00
Vincent Torri 7378e6d6a7 * improve autotools stuff
* move libtool versioning from src/bin/Makefile.am to configure.in
 * formatting


SVN revision: 34563
2008-05-14 05:36:23 +00:00
Kim Woelders 6ef5136bf9 Map after resize to avoid initial placement silliness.
SVN revision: 34527
2008-05-10 20:27:28 +00:00
Kim Woelders 86ed6a65a3 Fix HSV color conversion so it matches the API documentation (Dariusz Knocinski).
SVN revision: 34525
2008-05-10 16:40:42 +00:00
Kim Woelders d1b62b240c Fix destination image loading in __imlib_BlendImageToImage() (Victor Paesa - bug 480).
SVN revision: 34515
2008-05-09 17:45:55 +00:00
Kim Woelders 1657ce6e1c Fix destination image loading in __imlib_BlendImageToImageSkewed() (Victor Paesa - bug 479).
SVN revision: 34514
2008-05-09 17:45:35 +00:00
Kim Woelders 3c8de2fbef Remove incorrect test in __imlib_copy_alpha_data() (Victor Paesa - bug 475).
SVN revision: 34504
2008-05-07 21:41:44 +00:00
Kim Woelders 8571e8798c Fix destination image loading in imlib_image_copy_alpha_to_image() (Victor Paesa - bug 474).
SVN revision: 34503
2008-05-07 21:38:39 +00:00
Mike Frysinger be4cb4385d add X status to the summary display
SVN revision: 34326
2008-04-20 12:19:22 +00:00
Mike Frysinger eb492b5ed1 if png is disabled, set png_ok so the summary display is nice
SVN revision: 34325
2008-04-20 12:17:50 +00:00
Mike Frysinger 8dfa3558ef fix running with libtool-2.2+
SVN revision: 34324
2008-04-20 12:16:31 +00:00
Michael Jennings 31e68f83f4 Mon Mar 10 22:38:16 2008 Michael Jennings (mej)
Do not use PKG_CHECK_EXISTS.
----------------------------------------------------------------------


SVN revision: 33982
2008-03-11 05:38:05 +00:00
Falko Schmidt 27a9eb1572 generalize imlib2 library install files
SVN revision: 33788
2008-02-18 19:52:15 +00:00
Falko Schmidt efe23b1d31 fix test package and clean up some install files.
SVN revision: 33787
2008-02-18 19:31:30 +00:00
Kim Woelders 372249e5a5 Remove restriction to 8 bits per sample (suggested by David A. Gatwood, bug 374).
Set stopOnError (seems like the proper thing to do?).


SVN revision: 33676
2008-02-04 19:38:53 +00:00
Kim Woelders c6478dd2df Indent.
SVN revision: 33675
2008-02-04 19:37:46 +00:00
Falko Schmidt a6a346a68a remove duplicate line.
clean install files for test package.


SVN revision: 33647
2008-01-28 22:12:46 +00:00
Carsten Haitzler c7cdeb9188 asparagus! also pass distcheck and have common autofoo init that is
consistent for package, version etc.


SVN revision: 33602
2008-01-25 03:35:49 +00:00
Kim Woelders b2837013af Oops - missed one (malloc check).
SVN revision: 33364
2008-01-06 15:07:47 +00:00
Kim Woelders 8be6d59395 Handle some out-of-memory situations without crashing.
SVN revision: 33358
2008-01-06 13:57:26 +00:00
Kim Woelders 1a2f46814c Push initial ctxt - continued, wasn't done everywhere.
SVN revision: 33357
2008-01-06 13:57:09 +00:00
Davide Andreoli e971af799b Update doxy style
SVN revision: 33023
2007-12-06 18:17:21 +00:00
Carsten Haitzler 911e8a2f5c push initial ctxt too
SVN revision: 32645
2007-11-13 03:47:22 +00:00
Sebastian Dransfeld 9e61bcd77e Use pkg-config to check for png
SVN revision: 32452
2007-11-07 20:23:20 +00:00
Sebastian Dransfeld a50ee1d8c4 Fix signed warning.
SVN revision: 32341
2007-11-04 09:47:53 +00:00
Carsten Haitzler c530619913 asparagus!
SVN revision: 31524
2007-08-26 14:33:41 +00:00