summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tga.c
Commit message (Expand)AuthorAgeFilesLines
* TGA: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-9/+9
* TGA: don't use single-letter field names for the module callbacksFederico Mena Quintero2020-01-071-21/+22
* Remove uses of g_memmove()Emmanuele Bassi2019-06-291-1/+1
* io-tga.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-10/+26
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-1/+1
* tga: Error on incomplete imageBenjamin Otte2015-10-131-10/+12
* tga: Only check for as many pixels as are actually neededBenjamin Otte2015-10-131-2/+2
* tga: Fill remaining pixels when closing incompletely loaded imageBenjamin Otte2015-10-131-0/+11
* tga: Error out if a pseudocolor image comes without colormapBenjamin Otte2015-10-131-0/+11
* tga: Use new tga_pixels_remaining() in rle loaderBenjamin Otte2015-10-131-4/+2
* tga: Redo colormap handlingBenjamin Otte2015-10-131-50/+58
* tga: Support 16bpp imagesBenjamin Otte2015-10-131-7/+22
* tga: Set different process funcs for rle dataBenjamin Otte2015-10-131-32/+19
* tga: Don't read data row-by-rowBenjamin Otte2015-10-131-28/+17
* tga: Unify data reading functionsBenjamin Otte2015-10-131-210/+25
* tga: Add tga_read_pixel() function and use it.Benjamin Otte2015-10-131-27/+57
* tga: Use gdk_pixbuf_new ()Benjamin Otte2015-10-131-32/+1
* tga: Split out a functionBenjamin Otte2015-10-131-36/+33
* tga: Add tga_write_pixel() functionBenjamin Otte2015-10-131-150/+91
* tga: Get rid of done variableBenjamin Otte2015-10-131-37/+16
* tga: Refactor row parsingBenjamin Otte2015-10-131-62/+75
* tga: Refactor state machineBenjamin Otte2015-10-131-132/+163
* tga: Don't care about extra data at end of fileBenjamin Otte2015-10-131-9/+1
* tga: Port to GdkPixbufBufferQueueBenjamin Otte2015-10-131-312/+239
* io-tga: Colormaps are always present, so always parse them.Benjamin Otte2015-09-201-11/+3
* tga: Wrap TGAColormap struct in its own APIBenjamin Otte2015-09-201-42/+82
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove an unused variableMatthias Clasen2013-12-191-1/+1
* Use g_try_malloc_n where it makes senseMatthias Clasen2013-12-181-6/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+0
* Prevent a crash in the TGA loaderMatthias Clasen2010-02-231-1/+7
* Bug 555791 – Natuilus Crashes when opening USB MP3 Player ContentsMatthias Clasen2008-10-131-3/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-47/+47
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix a crashMatthias Clasen2007-09-071-1/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* Flip some more imagesMatthias Clasen2007-03-061-2/+12
* 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