summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tga.c
Commit message (Expand)AuthorAgeFilesLines
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Remove unused variable pbuf_count. (#315282, Kjartan Maraas)Matthias Clasen2005-09-051-8/+4
* Fix the update areas for incremental loading of compressed tgas. (#171883,Matthias Clasen2005-03-291-9/+6
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-9/+9
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+12
* Remove a pointless check. (#122710, Kjartan Maraas)Matthias Clasen2003-09-191-6/+0
* Auxiliary functions used to implement support for arbitrary origins.Matthias Clasen2003-02-181-462/+82
* Actually reject images with origin not in the upper-left corner. (#105912)Matthias Clasen2003-02-131-5/+3
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-8/+38
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-031-2/+3
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* More fixes for #77807:Matthias Clasen2002-04-111-51/+36
* Avoid a double free error if reading the colormap fails.Matthias Clasen2002-03-211-11/+12
* Fix assumptions on rowstride by manually allocating a contiguous pixelMatthias Clasen2002-03-181-71/+231
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-121-0/+14
* Enable some tests which should work now.Matthias Clasen2002-02-101-2/+10
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-13/+13
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-1/+13
* Add tga loader, patch by Nicola Girardi. (#56067)Matthias Clasen2001-08-211-0/+1162