| Commit message (Expand) | Author | Age | Files | Lines |
* | tga: Error on incomplete image | Benjamin Otte | 2015-10-13 | 1 | -10/+12 |
* | tga: Only check for as many pixels as are actually needed | Benjamin Otte | 2015-10-13 | 1 | -2/+2 |
* | tga: Fill remaining pixels when closing incompletely loaded image | Benjamin Otte | 2015-10-13 | 1 | -0/+11 |
* | tga: Error out if a pseudocolor image comes without colormap | Benjamin Otte | 2015-10-13 | 1 | -0/+11 |
* | tga: Use new tga_pixels_remaining() in rle loader | Benjamin Otte | 2015-10-13 | 1 | -4/+2 |
* | tga: Redo colormap handling | Benjamin Otte | 2015-10-13 | 1 | -50/+58 |
* | tga: Support 16bpp images | Benjamin Otte | 2015-10-13 | 1 | -7/+22 |
* | tga: Set different process funcs for rle data | Benjamin Otte | 2015-10-13 | 1 | -32/+19 |
* | tga: Don't read data row-by-row | Benjamin Otte | 2015-10-13 | 1 | -28/+17 |
* | tga: Unify data reading functions | Benjamin Otte | 2015-10-13 | 1 | -210/+25 |
* | tga: Add tga_read_pixel() function and use it. | Benjamin Otte | 2015-10-13 | 1 | -27/+57 |
* | tga: Use gdk_pixbuf_new () | Benjamin Otte | 2015-10-13 | 1 | -32/+1 |
* | tga: Split out a function | Benjamin Otte | 2015-10-13 | 1 | -36/+33 |
* | tga: Add tga_write_pixel() function | Benjamin Otte | 2015-10-13 | 1 | -150/+91 |
* | tga: Get rid of done variable | Benjamin Otte | 2015-10-13 | 1 | -37/+16 |
* | tga: Refactor row parsing | Benjamin Otte | 2015-10-13 | 1 | -62/+75 |
* | tga: Refactor state machine | Benjamin Otte | 2015-10-13 | 1 | -132/+163 |
* | tga: Don't care about extra data at end of file | Benjamin Otte | 2015-10-13 | 1 | -9/+1 |
* | tga: Port to GdkPixbufBufferQueue | Benjamin Otte | 2015-10-13 | 1 | -312/+239 |
* | io-tga: Colormaps are always present, so always parse them. | Benjamin Otte | 2015-09-20 | 1 | -11/+3 |
* | tga: Wrap TGAColormap struct in its own API | Benjamin Otte | 2015-09-20 | 1 | -42/+82 |
* | loaders: Simplify and shorten the loader names | Bastien Nocera | 2014-10-24 | 1 | -1/+1 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | Remove an unused variable | Matthias Clasen | 2013-12-19 | 1 | -1/+1 |
* | Use g_try_malloc_n where it makes sense | Matthias Clasen | 2013-12-18 | 1 | -6/+1 |
* | Make some string data const | Matthias Clasen | 2013-12-18 | 1 | -6/+6 |
* | Replace the aliasing hacks by -Bsymbolic-functions | Matthias Clasen | 2010-07-09 | 1 | -4/+0 |
* | Include alias header when using built-in loaders | Colin Walters | 2010-07-06 | 1 | -0/+4 |
* | Make it compile | Matthias Clasen | 2010-06-25 | 1 | -1/+0 |
* | Prevent a crash in the TGA loader | Matthias Clasen | 2010-02-23 | 1 | -1/+7 |
* | Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents | Matthias Clasen | 2008-10-13 | 1 | -3/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -47/+47 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -6/+4 |
* | Fix a crash | Matthias Clasen | 2007-09-07 | 1 | -1/+2 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -6/+3 |
* | Flip some more images | Matthias Clasen | 2007-03-06 | 1 | -2/+12 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+6 |
* | Remove unused variable pbuf_count. (#315282, Kjartan Maraas) | Matthias Clasen | 2005-09-05 | 1 | -8/+4 |
* | Fix the update areas for incremental loading of compressed tgas. (#171883, | Matthias Clasen | 2005-03-29 | 1 | -9/+6 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | Don't use contractions like "don't" or "isn't" in error messages. It isn't | Matthias Clasen | 2004-06-12 | 1 | -9/+9 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+12 |
* | Remove a pointless check. (#122710, Kjartan Maraas) | Matthias Clasen | 2003-09-19 | 1 | -6/+0 |
* | Auxiliary functions used to implement support for arbitrary origins. | Matthias Clasen | 2003-02-18 | 1 | -462/+82 |
* | Actually reject images with origin not in the upper-left corner. (#105912) | Matthias Clasen | 2003-02-13 | 1 | -5/+3 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -8/+38 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 1 | -2/+3 |