summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2006-05-143-4/+4
* 2.9.0GTK_2_9_0Matthias Clasen2006-05-051-0/+4
* modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)Matthias Clasen2006-04-121-1/+1
* Use G_DEFINE_TYPEMatthias Clasen2006-04-043-71/+10
* Small savingsMatthias Clasen2006-04-042-5/+6
* Remove a pointless check, pointed out by Kjartan Maraas.FEDERICO_FILENAME_ENTRY_BRANCHPOINTMatthias Clasen2006-03-242-1/+5
* Add some documentation about supported image formats, and how to find outMatthias Clasen2006-03-222-0/+19
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-206-19/+41
* Add a shortcut to stop the gif mainloop after the first frame, if that isMatthias Clasen2006-03-142-2/+14
* Support 16bit pnmsMatthias Clasen2006-03-032-8/+21
* Fix incremental loading of 8-bit pcx files. (#148518, Magnus Bergmann)Matthias Clasen2006-03-032-2/+7
* Update documentation now that tiff supports saving.Anders Carlsson2006-02-283-16/+289
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-107-22/+38
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-292-2/+0
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-182-1/+6
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
* Clarify the docs ("darkened/brightened" is not "saturation").Federico Mena Quintero2006-01-122-8/+13
* minor doc editJonathan Blandford2005-12-302-4/+8
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-162-1/+6
* Move stuff to correct ChangeLog.Michael Natterer2005-12-141-0/+12
* new utility function which factors out massive code duplication from theMichael Natterer2005-12-141-108/+70
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-2/+67
* Fix integer overflows in the xpm loaderMatthias Clasen2005-11-152-2/+10
* use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)Matthias Clasen2005-10-261-2/+2
* Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589,Matthias Clasen2005-10-122-2/+10
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-034-3/+11
* Remove unused variable pbuf_count. (#315282, Kjartan Maraas)Matthias Clasen2005-09-052-8/+9
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-312-1/+4
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-316-7/+19
* Make this work again.Matthias Clasen2005-08-302-3/+6
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-306-13/+24
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-241-0/+2
* 2.8.1GTK_2_8_1Matthias Clasen2005-08-241-0/+4
* Check for overflow in one more place. (#313818, Tommi Komulainen)Matthias Clasen2005-08-182-1/+14
* Pay attention to the libjpeg error code and report OOM errors as such.Matthias Clasen2005-08-152-1/+10
* 2.8.0GTK_2_8_0Matthias Clasen2005-08-131-0/+4
* Tighten up ABI checks a bitMatthias Clasen2005-08-072-2/+6
* 2.7.5GTK_2_7_5Matthias Clasen2005-08-031-0/+4
* 2.7.4GTK_2_7_4Matthias Clasen2005-07-222-1/+8
* Add bug refMatthias Clasen2005-07-221-1/+1
* Make anchored patterns work as they did before.Matthias Clasen2005-07-222-4/+13
* Interpret patterns where the first byte of the mask is '*' as unanchored.Matthias Clasen2005-07-222-23/+44
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-151-0/+4
* Correct copyright informationMatthias Clasen2005-07-128-8/+8
* Add copyright and license informationMatthias Clasen2005-07-1210-0/+168
* Look for windres on Win32.Tor Lillqvist2005-07-093-8/+21
* 2.7.2GTK_2_7_2Matthias Clasen2005-07-081-0/+4
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-0/+1
* 2.7.1GTK_2_7_1Matthias Clasen2005-07-011-0/+4
* Allow -1 for width/height and interpret them as "not constrained".Matthias Clasen2005-07-012-11/+38