| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 566862 – pixbuf_new_from_file does not autodetect format | Matthias Clasen | 2009-01-07 | 2 | -1/+9 |
* | 2.15.0GTK_2_15_0 | Matthias Clasen | 2009-01-01 | 1 | -0/+4 |
* | Bug 561186 – GdkPixbuf API type checking needs cleanup | Christian Dywan | 2008-11-30 | 5 | -18/+28 |
* | Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents | Matthias Clasen | 2008-10-13 | 2 | -3/+13 |
* | Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers. | Tor Lillqvist | 2008-10-01 | 2 | -0/+7 |
* | prevent RLE encoding of 1x1 pixel images, since the encoder comparison | 13:28:23 Tim Janik | 2008-09-23 | 2 | -1/+7 |
* | Plug a small memory leak | Matthias Clasen | 2008-09-19 | 2 | -3/+9 |
* | Fix 2 cases where we leaked a GpImage (#552545) | Dominic Lachowicz | 2008-09-18 | 3 | -5/+55 |
* | 2.14.2GTK_2_14_2 | Matthias Clasen | 2008-09-18 | 1 | -0/+4 |
* | gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectated | Tor Lillqvist | 2008-09-13 | 2 | -9/+25 |
* | gdk-pixbuf/gdk-pixbuf-io.c Do as the docs for | Tor Lillqvist | 2008-09-13 | 2 | -2/+8 |
* | 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 | 2 | -0/+6 |
* | Bug 517233 – Calling gdk_pixbuf_loader_close causes "GError set over the | Matthias Clasen | 2008-09-07 | 2 | -2/+14 |
* | bug 550969 - fix a typo which breaks the static build | Sebastien Bacher | 2008-09-05 | 2 | -1/+6 |
* | 2.14.1GTK_2_14_1 | Matthias Clasen | 2008-09-05 | 1 | -0/+4 |
* | Fix a deadlock in pixbuf loader initialization | Matthias Clasen | 2008-09-05 | 3 | -77/+82 |
* | 2.14.0GTK_2_14_0 | Matthias Clasen | 2008-09-04 | 1 | -0/+4 |
* | Bug 549711 – Race condition when loading gdk-pixbuf image modules | Matthias Clasen | 2008-09-03 | 2 | -39/+47 |
* | Bug 437791 – Animation is played at the wrong speed | Björn Lindqvist | 2008-08-29 | 1 | -4/+8 |
* | Fix a typo | Matthias Clasen | 2008-08-28 | 2 | -1/+8 |
* | 2.13.7GTK_2_13_7 | Matthias Clasen | 2008-08-19 | 1 | -0/+4 |
* | Exclude CR2 files in the tiff loader. | Matthias Clasen | 2008-08-14 | 2 | -0/+8 |
* | reorder marshalers for no reason apart from forcing a rebuild of the | Michael Natterer | 2008-08-13 | 2 | -1/+7 |
* | define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. | Michael Natterer | 2008-08-12 | 2 | -4/+3 |
* | use canonical signal names. | Sven Neumann | 2008-08-11 | 1 | -8/+8 |
* | Bug 546549 : Better Type Checking reviewed by: mitch | Sven Herzberg | 2008-08-08 | 2 | -8/+20 |
* | Bug 546549 : Better Type Checking reviewed by mitch | Sven Herzberg | 2008-08-06 | 2 | -9/+21 |
* | 2.13.6GTK_2_13_6 | Matthias Clasen | 2008-08-05 | 1 | -0/+4 |
* | Pass appropriate -machine flag to lib.exe. | Tor Lillqvist | 2008-08-03 | 2 | -1/+5 |
* | More correct content type handling | Matthias Clasen | 2008-07-23 | 2 | -1/+10 |
* | 2.13.5GTK_2_13_5 | Matthias Clasen | 2008-07-22 | 1 | -0/+4 |
* | Don't do funny casts to avoid compiler warnings | Federico Mena Quintero | 2008-07-18 | 2 | -2/+12 |
* | Use gdk_pixbuf_copy_area() to copy between pixbufs. Reported by Andrey | Matthias Clasen | 2008-07-15 | 2 | -3/+12 |
* | test content sniffing capability of gio | Matthias Clasen | 2008-07-15 | 2 | -5/+5 |
* | Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by Juan | Matthias Clasen | 2008-07-15 | 2 | -4/+17 |
* | Use GIO for sniffing image types, except on Win32, where GIO doesn't do | Matthias Clasen | 2008-07-12 | 2 | -1/+39 |
* | 2.13.4GTK_2_13_4 | Matthias Clasen | 2008-07-05 | 1 | -0/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you | Kristian Rietveld | 2008-06-23 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 30 | -30/+30 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 19 | -632/+638 |
* | Add image/x-win-bitmap mimetype | Matthias Clasen | 2008-06-18 | 2 | -0/+6 |
* | 2.13.3GTK_2_13_3 | Matthias Clasen | 2008-06-14 | 1 | -0/+4 |
* | updated to allow simple switch between gdiplus- and former fileformat | Hans Breuer | 2008-06-13 | 3 | -4/+25 |
* | Fix a crash | Matthias Clasen | 2008-06-13 | 2 | -1/+31 |
* | 2.13.2GTK_2_13_2 | Matthias Clasen | 2008-06-03 | 1 | -0/+4 |
* | Add gdk-pixbuf-features.h to BUILT_SOURCES. | Behdad Esfahbod | 2008-06-02 | 2 | -1/+6 |
* | Fix INCLUDE_ macros | Matthias Clasen | 2008-05-30 | 4 | -3/+9 |