summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Current GNU tools do understand the PRIVATE keyword, so no need to removeTor Lillqvist2005-06-262-16/+16
* Use glib-i18n.hMatthias Clasen2005-06-232-14/+5
* 2.7.0GTK_2_7_0Matthias Clasen2005-06-202-2/+9
* Fix make checkMatthias Clasen2005-06-153-0/+8
* Check for overflow. (#306394, Morten Welinder)Matthias Clasen2005-06-082-1/+6
* Accept the 108 byte header of BMP v4. (#168799)Matthias Clasen2005-05-272-1/+10
* No need to expose the iter subclass at all in the headers.Matthias Clasen2005-05-254-14/+19
* Add new files.Matthias Clasen2005-05-256-10/+526
* allow to specify the PNG compression level by passing a "compression"Sven Neumann2005-05-243-24/+67