| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 2.13.1GTK_2_13_1 | Matthias Clasen | 2008-05-30 | 1 | -0/+4 |
* | Bug 535453 - gdk_pixbuf_format_get_license returns NULL for | Matthias Clasen | 2008-05-29 | 3 | -2/+17 |
* | define GDK_PIXBUF_H_INSIDE around including all other headers. | Michael Natterer | 2008-05-28 | 12 | -2/+58 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 19 | -94/+96 |
* | put back the #define, but call it GDK_PIXBUF_C_COMPILATION. | Michael Natterer | 2008-05-27 | 3 | -3/+12 |
* | Fix and simplify definition of GDK_PIXBUF_VAR: | Michael Natterer | 2008-05-27 | 4 | -28/+36 |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -16/+29 |
* | Bug 532558 - Cannot build dll when using separate builddir | Tor Lillqvist | 2008-05-12 | 2 | -3/+12 |
* | deprecate the entire gdk-pixbuf-marshal.h since it's installed by accident | Michael Natterer | 2008-05-02 | 2 | -1/+9 |
* | Guard against NULL pointer. (#467051, Gian Mario Tagliaretti) | Björn Lindqvist | 2008-03-23 | 1 | -0/+2 |
* | Insert the ChangeLog from gdip-pixbuf-loaders. | Tor Lillqvist | 2008-03-20 | 1 | -0/+203 |
* | Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz and | Tor Lillqvist | 2008-03-20 | 17 | -46/+3016 |
* | Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while still | Claudio Saavedra | 2008-03-11 | 2 | -1/+19 |
* | Check for the BMP header magic numbers before decoding it. (#505085) | Claudio Saavedra | 2008-03-11 | 2 | -0/+16 |
* | It's perfectly acceptable for a module to only support the | Dominic Lachowicz | 2008-02-22 | 1 | -1/+1 |
* | 2.13.0GTK_2_13_0 | Matthias Clasen | 2008-02-21 | 1 | -0/+4 |
* | 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 |
* | Fix up export of gdk_pixbuf_non_anim_get_type. | Matthias Clasen | 2008-02-15 | 3 | -3/+10 |
* | Don't let the width or height go below 1. (#516024, Christian Persch) | Matthias Clasen | 2008-02-12 | 2 | -0/+8 |
* | Try harder to return pixbufs of the requested size. (#494515, Mike | Matthias Clasen | 2008-02-10 | 2 | -4/+9 |
* | Handle partial writes. | Matthias Clasen | 2008-01-16 | 2 | -15/+27 |
* | fix signature of this function and propagate errors from | Michael Natterer | 2008-01-16 | 2 | -6/+37 |
* | use $GDK_PIXBUF_DEP_LIBS instead of $GLIB_LIBS so gio gets pulled in. | Michael Natterer | 2008-01-16 | 2 | -1/+6 |
* | Add stream i/o functions for gdk-pixbuf | Matthias Clasen | 2008-01-16 | 4 | -61/+329 |
* | cast the return value of _gdk_pixbuf_scaled_anim_new() to fix incompatible | Michael Natterer | 2008-01-14 | 2 | -2/+8 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 2 | -34/+0 |
* | Fix the spinguard logic for big buffers. (#494667, Ed Catmur) | Matthias Clasen | 2007-12-09 | 2 | -3/+12 |
* | Remove trailing whitespace that can trigger false positives in abicheck.sh | Tommi Komulainen | 2007-12-06 | 1 | -4/+4 |
* | Use templates for glib-mkenums calls instead of complicated commandlines | Matthias Clasen | 2007-11-26 | 3 | -14/+68 |
* | Don't add jasper to all_loaders if no libjasper. | Tor Lillqvist | 2007-11-25 | 2 | -2/+6 |
* | Add detection for libjasper, used by the gdk-pixbuf JPEG2000 loader | Bastien Nocera | 2007-11-25 | 3 | -2/+331 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 2 | -2/+5 |
* | Use G_DEFINE_TYPE (#469341, Björn Lindqvist) | Matthias Clasen | 2007-11-21 | 2 | -131/+39 |
* | Add support for 512x512 Leopard icons, using the ic09 iconType | Bastien Nocera | 2007-11-20 | 2 | -1/+8 |
* | add support for conditional icns gdk-pixbuf loader (Closes: #395738) | Bastien Nocera | 2007-11-20 | 3 | -5/+423 |
* | Avoid unaligned accesses that cause problems on some architectures. (patch | Matthias Clasen | 2007-11-11 | 2 | -5/+30 |
* | 2.12.1GTK_2_12_1 | Matthias Clasen | 2007-10-17 | 1 | -0/+4 |
* | Use better magic. (#339877, Bastien Nocera) | Matthias Clasen | 2007-10-16 | 2 | -1/+8 |
* | 2.12.0GTK_2_12_0 | Matthias Clasen | 2007-09-14 | 1 | -0/+4 |
* | Fix a memory leak | Matthias Clasen | 2007-09-13 | 2 | -1/+7 |
* | Fix some possible crashes. (#468832, Michal Luczaj) | Matthias Clasen | 2007-09-08 | 2 | -0/+37 |