| Commit message (Expand) | Author | Age | Files | Lines |
* | If pure sniffing yields uncertain results, try again with the filename. | Matthias Clasen | 2009-03-01 | 1 | -1/+4 |
* | Bug 571576 – gdk_pixbuf_save_to_stream() broken | Cody Russell | 2009-02-13 | 1 | -7/+4 |
* | Bug 566862 – pixbuf_new_from_file does not autodetect format | Matthias Clasen | 2009-01-07 | 1 | -1/+1 |
* | Plug a small memory leak | Matthias Clasen | 2008-09-19 | 1 | -3/+4 |
* | gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectated | Tor Lillqvist | 2008-09-13 | 1 | -6/+19 |
* | gdk-pixbuf/gdk-pixbuf-io.c Do as the docs for | Tor Lillqvist | 2008-09-13 | 1 | -2/+2 |
* | Another small leak | Matthias Clasen | 2008-09-08 | 1 | -0/+1 |
* | Plug a small memory leak in an error path | Matthias Clasen | 2008-09-07 | 1 | -0/+1 |
* | bug 550969 - fix a typo which breaks the static build | Sebastien Bacher | 2008-09-05 | 1 | -1/+1 |
* | Fix a deadlock in pixbuf loader initialization | Matthias Clasen | 2008-09-05 | 1 | -74/+73 |
* | Bug 549711 – Race condition when loading gdk-pixbuf image modules | Matthias Clasen | 2008-09-03 | 1 | -39/+40 |
* | Fix a typo | Matthias Clasen | 2008-08-28 | 1 | -1/+1 |
* | More correct content type handling | Matthias Clasen | 2008-07-23 | 1 | -1/+5 |
* | test content sniffing capability of gio | Matthias Clasen | 2008-07-15 | 1 | -5/+0 |
* | Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by Juan | Matthias Clasen | 2008-07-15 | 1 | -4/+9 |
* | Use GIO for sniffing image types, except on Win32, where GIO doesn't do | Matthias Clasen | 2008-07-12 | 1 | -1/+34 |
* | 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 | -27/+27 |
* | Bug 535453 - gdk_pixbuf_format_get_license returns NULL for | Matthias Clasen | 2008-05-29 | 1 | -0/+4 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -0/+14 |
* | Guard against NULL pointer. (#467051, Gian Mario Tagliaretti) | Björn Lindqvist | 2008-03-23 | 1 | -0/+2 |
* | Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and | Tor Lillqvist | 2008-03-20 | 1 | -17/+53 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -3/+3 |
* | Don't let the width or height go below 1. (#516024, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -0/+3 |
* | Handle partial writes. | Matthias Clasen | 2008-01-16 | 1 | -15/+23 |
* | fix signature of this function and propagate errors from | Michael Natterer | 2008-01-16 | 1 | -6/+24 |
* | Add stream i/o functions for gdk-pixbuf | Matthias Clasen | 2008-01-16 | 1 | -61/+299 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -138/+127 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -4/+0 |
* | Stop loading an animation if the first frame is complete. (#350911, | Matthias Clasen | 2006-08-16 | 1 | -2/+15 |
* | Always save errno to a temporary before making other calls. (#335179, | Matthias Clasen | 2006-03-20 | 1 | -12/+19 |
* | Update documentation now that tiff supports saving. | Anders Carlsson | 2006-02-28 | 1 | -4/+4 |
* | minor doc edit | Jonathan Blandford | 2005-12-30 | 1 | -4/+4 |
* | Use G_MODULE_BIND_LAZY when opening modules. | Matthias Clasen | 2005-12-16 | 1 | -1/+1 |
* | Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes. | Matthias Clasen | 2005-10-03 | 1 | -1/+1 |
* | Make this work again. | Matthias Clasen | 2005-08-30 | 1 | -3/+4 |
* | Add a cast to avoid compiler warnings. | Matthias Clasen | 2005-08-30 | 1 | -1/+1 |
* | Make anchored patterns work as they did before. | Matthias Clasen | 2005-07-22 | 1 | -4/+8 |
* | Interpret patterns where the first byte of the mask is '*' as unanchored. | Matthias Clasen | 2005-07-22 | 1 | -23/+37 |
* | Allow -1 for width/height and interpret them as "not constrained". | Matthias Clasen | 2005-07-01 | 1 | -11/+32 |
* | allow to specify the PNG compression level by passing a "compression" | Sven Neumann | 2005-05-24 | 1 | -3/+7 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -2/+4 |
* | gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility for | Tor Lillqvist | 2005-03-10 | 1 | -1/+76 |
* | Document BMP saving support. | Matthias Clasen | 2005-02-24 | 1 | -6/+6 |
* | gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c | Tor Lillqvist | 2004-12-05 | 1 | -35/+117 |
* | Be extra careful when locking and handle the case that the module may | Matthias Clasen | 2004-11-16 | 1 | -17/+42 |
* | Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case. | Matthias Clasen | 2004-11-12 | 1 | -6/+6 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -75/+126 |
* | Use g_filename_display_name() instead of g_filename_to_utf8() when putting | Matthias Clasen | 2004-11-11 | 1 | -44/+29 |