summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 546549 : Better Type Checking reviewed by mitchSven Herzberg2008-08-061-9/+9
* Pass appropriate -machine flag to lib.exe.Tor Lillqvist2008-08-031-1/+1
* More correct content type handlingMatthias Clasen2008-07-231-1/+5
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-2/+7
* Use gdk_pixbuf_copy_area() to copy between pixbufs. Reported by AndreyMatthias Clasen2008-07-151-3/+4
* test content sniffing capability of gioMatthias Clasen2008-07-151-5/+0
* Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by JuanMatthias Clasen2008-07-151-4/+9
* Use GIO for sniffing image types, except on Win32, where GIO doesn't doMatthias Clasen2008-07-121-1/+34
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (youKristian Rietveld2008-06-231-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2230-30/+30
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-1919-632/+638
* Add image/x-win-bitmap mimetypeMatthias Clasen2008-06-181-0/+1
* updated to allow simple switch between gdiplus- and former fileformatHans Breuer2008-06-132-4/+19
* Fix a crashMatthias Clasen2008-06-131-1/+24
* Add gdk-pixbuf-features.h to BUILT_SOURCES.Behdad Esfahbod2008-06-021-1/+2
* Fix INCLUDE_ macrosMatthias Clasen2008-05-303-3/+3
* Bug 535453 - gdk_pixbuf_format_get_license returns NULL forMatthias Clasen2008-05-292-2/+6
* define GDK_PIXBUF_H_INSIDE around including all other headers.Michael Natterer2008-05-2811-2/+37
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-2718-94/+88
* put back the #define, but call it GDK_PIXBUF_C_COMPILATION.Michael Natterer2008-05-272-3/+4
* Fix and simplify definition of GDK_PIXBUF_VAR:Michael Natterer2008-05-273-28/+22
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-16/+29
* Bug 532558 - Cannot build dll when using separate builddirTor Lillqvist2008-05-121-3/+5
* deprecate the entire gdk-pixbuf-marshal.h since it's installed by accidentMichael Natterer2008-05-021-1/+3
* Guard against NULL pointer. (#467051, Gian Mario Tagliaretti)Björn Lindqvist2008-03-231-0/+2
* Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz andTor Lillqvist2008-03-2016-46/+2980
* Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while stillClaudio Saavedra2008-03-111-1/+13
* Check for the BMP header magic numbers before decoding it. (#505085)Claudio Saavedra2008-03-111-0/+11
* It's perfectly acceptable for a module to only support theDominic Lachowicz2008-02-221-1/+1
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-3/+3
* Fix up export of gdk_pixbuf_non_anim_get_type.Matthias Clasen2008-02-152-0/+2
* Don't let the width or height go below 1. (#516024, Christian Persch)Matthias Clasen2008-02-121-0/+3
* Try harder to return pixbufs of the requested size. (#494515, MikeMatthias Clasen2008-02-101-4/+4
* Handle partial writes.Matthias Clasen2008-01-161-15/+23
* fix signature of this function and propagate errors fromMichael Natterer2008-01-161-6/+24
* use $GDK_PIXBUF_DEP_LIBS instead of $GLIB_LIBS so gio gets pulled in.Michael Natterer2008-01-161-1/+1
* Add stream i/o functions for gdk-pixbufMatthias Clasen2008-01-163-61/+321
* cast the return value of _gdk_pixbuf_scaled_anim_new() to fix incompatibleMichael Natterer2008-01-141-2/+2
* Fix the spinguard logic for big buffers. (#494667, Ed Catmur)Matthias Clasen2007-12-091-3/+7
* Remove trailing whitespace that can trigger false positives in abicheck.shTommi Komulainen2007-12-061-4/+4
* Use templates for glib-mkenums calls instead of complicated commandlinesMatthias Clasen2007-11-263-14/+68
* Don't add jasper to all_loaders if no libjasper.Tor Lillqvist2007-11-251-2/+2
* Add detection for libjasper, used by the gdk-pixbuf JPEG2000 loaderBastien Nocera2007-11-252-2/+325
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-222-2/+5
* Use G_DEFINE_TYPE (#469341, Björn Lindqvist)Matthias Clasen2007-11-211-131/+34
* Add support for 512x512 Leopard icons, using the ic09 iconTypeBastien Nocera2007-11-201-1/+3
* add support for conditional icns gdk-pixbuf loader (Closes: #395738)Bastien Nocera2007-11-202-0/+412
* Avoid unaligned accesses that cause problems on some architectures. (patchMatthias Clasen2007-11-111-5/+25