summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Handle bmps with more than 8 bits per channel. (#172584, David Costanzo)Matthias Clasen2006-12-222-0/+21
* Handle offsets more carefully. (#172188, David Costanzo)Matthias Clasen2006-12-222-19/+115
* Emit the closed signal when closing the loader, pointed out by DavidMatthias Clasen2006-12-222-0/+8
* Handle invalid gif animations a little bit more robustly. (#357974,Matthias Clasen2006-12-212-0/+9
* Remove redundant size checks, and document that width, height must be > 0.Matthias Clasen2006-12-213-17/+19
* Link against GLib. (#341158, Alexey Rusakov)Matthias Clasen2006-12-212-1/+5
* Don't spew a warning if the printer is already closed.Matthias Clasen2006-12-192-2/+7
* Behave as documented and close the loader when returning FALSE.Matthias Clasen2006-12-102-11/+22
* pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388)Tor Lillqvist2006-10-2816-55/+10
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-1118-222/+348
* fix the buildMatthias Clasen2006-10-081-1/+1
* CleanupsMatthias Clasen2006-10-0811-58/+25
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-083-4/+4
* Include pltcheck.sh in EXTRA_DIST.Behdad Esfahbod2006-10-021-0/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-106-14/+23
* UpdateBehdad Esfahbod2006-09-061-0/+1
* Fix the last change to actually compile.Matthias Clasen2006-09-061-2/+2
* Simplify and fix reading of ASCII images.Matthias Clasen2006-09-062-82/+71
* 2.10.2GTK_2_10_2Matthias Clasen2006-08-181-0/+4
* Stop loading an animation if the first frame is complete. (#350911,Matthias Clasen2006-08-162-2/+21
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-0/+4
* Put the code to protect against broken loaders that forget to set error inMatthias Clasen2006-07-172-32/+39
* Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbmMatthias Clasen2006-07-172-18/+34
* 2.10.0GTK_2_10_0Matthias Clasen2006-07-031-0/+4
* NetBSD portability fixes. (#346374, Thomas Klausner)Matthias Clasen2006-07-025-4/+7
* broken pipeGTK_2_9_4Matthias Clasen2006-06-221-0/+4
* 2.9.3GTK_2_9_3Matthias Clasen2006-06-131-0/+4
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-051-0/+4
* 2.9.1GTK_2_9_1Matthias Clasen2006-05-171-0/+4
* 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