summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Pass appropriate -machine flag to lib.exe.Tor Lillqvist2008-08-032-1/+5
* More correct content type handlingMatthias Clasen2008-07-232-1/+10
* 2.13.5GTK_2_13_5Matthias Clasen2008-07-221-0/+4
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-182-2/+12
* Use gdk_pixbuf_copy_area() to copy between pixbufs. Reported by AndreyMatthias Clasen2008-07-152-3/+12
* test content sniffing capability of gioMatthias Clasen2008-07-152-5/+5
* Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by JuanMatthias Clasen2008-07-152-4/+17
* Use GIO for sniffing image types, except on Win32, where GIO doesn't doMatthias Clasen2008-07-122-1/+39
* 2.13.4GTK_2_13_4Matthias Clasen2008-07-051-0/+4
* 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-182-0/+6
* 2.13.3GTK_2_13_3Matthias Clasen2008-06-141-0/+4
* updated to allow simple switch between gdiplus- and former fileformatHans Breuer2008-06-133-4/+25
* Fix a crashMatthias Clasen2008-06-132-1/+31
* 2.13.2GTK_2_13_2Matthias Clasen2008-06-031-0/+4
* Add gdk-pixbuf-features.h to BUILT_SOURCES.Behdad Esfahbod2008-06-022-1/+6
* Fix INCLUDE_ macrosMatthias Clasen2008-05-304-3/+9
* 2.13.1GTK_2_13_1Matthias Clasen2008-05-301-0/+4
* Bug 535453 - gdk_pixbuf_format_get_license returns NULL forMatthias Clasen2008-05-293-2/+17
* define GDK_PIXBUF_H_INSIDE around including all other headers.Michael Natterer2008-05-2812-2/+58
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-2719-94/+96
* put back the #define, but call it GDK_PIXBUF_C_COMPILATION.Michael Natterer2008-05-273-3/+12
* Fix and simplify definition of GDK_PIXBUF_VAR:Michael Natterer2008-05-274-28/+36
* 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-122-3/+12
* deprecate the entire gdk-pixbuf-marshal.h since it's installed by accidentMichael Natterer2008-05-022-1/+9
* Guard against NULL pointer. (#467051, Gian Mario Tagliaretti)Björn Lindqvist2008-03-231-0/+2
* Insert the ChangeLog from gdip-pixbuf-loaders.Tor Lillqvist2008-03-201-0/+203
* Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz andTor Lillqvist2008-03-2017-46/+3016
* Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while stillClaudio Saavedra2008-03-112-1/+19
* Check for the BMP header magic numbers before decoding it. (#505085)Claudio Saavedra2008-03-112-0/+16
* It's perfectly acceptable for a module to only support theDominic Lachowicz2008-02-221-1/+1
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-211-0/+4
* 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-153-3/+10
* Don't let the width or height go below 1. (#516024, Christian Persch)Matthias Clasen2008-02-122-0/+8
* Try harder to return pixbufs of the requested size. (#494515, MikeMatthias Clasen2008-02-102-4/+9
* Handle partial writes.Matthias Clasen2008-01-162-15/+27
* fix signature of this function and propagate errors fromMichael Natterer2008-01-162-6/+37
* use $GDK_PIXBUF_DEP_LIBS instead of $GLIB_LIBS so gio gets pulled in.Michael Natterer2008-01-162-1/+6
* Add stream i/o functions for gdk-pixbufMatthias Clasen2008-01-164-61/+329
* cast the return value of _gdk_pixbuf_scaled_anim_new() to fix incompatibleMichael Natterer2008-01-142-2/+8
* Remove all .cvsignore files.Michael Natterer2007-12-132-34/+0
* Fix the spinguard logic for big buffers. (#494667, Ed Catmur)Matthias Clasen2007-12-092-3/+12
* 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