Commit Graph

1120 Commits

Author SHA1 Message Date
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
Carsten Haitzler aa4b88d5a9 different png loading to fix png greyscale loads
SVN revision: 31487
2007-08-25 02:33:51 +00:00
Carsten Haitzler a4addf17e8 round as a #define - and xpm loader has extra rgb.txt sourc
SVN revision: 31485
2007-08-25 02:07:08 +00:00
Kim Woelders 1d74ab1d33 Mark some (new) functions deprecated as they are likely to be removed (see bug 118).
Change some names to match coding style a bit more.


SVN revision: 31021
2007-07-27 18:46:11 +00:00
Kim Woelders 275d89b1d9 Indent, rewrap long comment lines.
SVN revision: 31018
2007-07-27 17:26:58 +00:00
Carsten Haitzler b9c591d390 font chaining patch
SVN revision: 30940
2007-07-23 14:27:44 +00:00
Carsten Haitzler c8f22c965e various patches from the devel mailing list in - and fixed where needed.
SVN revision: 30818
2007-07-15 08:28:11 +00:00
Carsten Haitzler 59fa8dafc3 1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas


SVN revision: 30696
2007-07-10 00:13:26 +00:00
Carsten Haitzler 9682f103ba ASPARAGUS!
SVN revision: 30379
2007-06-17 15:25:52 +00:00
Carsten Haitzler 90102c17f7 patches for imlib2 and e.
SVN revision: 30157
2007-05-30 14:35:26 +00:00
Kim Woelders 46caef98e5 Indent C files.
SVN revision: 30046
2007-05-20 13:26:25 +00:00
Kim Woelders e78c7b67d1 Add indent profile.
SVN revision: 30045
2007-05-20 13:24:59 +00:00
Kim Woelders 00767dd69e Make code indentable.
SVN revision: 30044
2007-05-20 12:49:43 +00:00
Kim Woelders 90b72d509a Back out fontset patch.
SVN revision: 30034
2007-05-19 18:32:34 +00:00
Carsten Haitzler 82e00e2412 fontset patch from winfred
SVN revision: 29880
2007-05-06 13:54:43 +00:00