summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't add jasper to all_loaders if no libjasper.Tor Lillqvist2007-11-252-2/+6
* Add detection for libjasper, used by the gdk-pixbuf JPEG2000 loaderBastien Nocera2007-11-253-2/+331
* 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-212-131/+39
* Add support for 512x512 Leopard icons, using the ic09 iconTypeBastien Nocera2007-11-202-1/+8
* add support for conditional icns gdk-pixbuf loader (Closes: #395738)Bastien Nocera2007-11-203-5/+423
* Avoid unaligned accesses that cause problems on some architectures. (patchMatthias Clasen2007-11-112-5/+30
* 2.12.1GTK_2_12_1Matthias Clasen2007-10-171-0/+4
* Use better magic. (#339877, Bastien Nocera)Matthias Clasen2007-10-162-1/+8
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-141-0/+4
* Fix a memory leakMatthias Clasen2007-09-132-1/+7
* Fix some possible crashes. (#468832, Michal Luczaj)Matthias Clasen2007-09-082-0/+37
* Fix a crashMatthias Clasen2007-09-072-1/+7
* Note in docstrings that these two functions does not preserve the sourceBjörn Lindqvist2007-08-162-0/+8
* Add forgotten release markersMatthias Clasen2007-07-211-0/+4
* docu fixes from Guillaume Cottenceau, #454596.Tim Janik2007-07-072-2/+8
* Added a comment to explain the signal used to stop parsing early.Michael J. Chudobiak2007-07-062-0/+10
* Try again to make gdk_pixbuf_get_file_info work for tiff imagesMatthias Clasen2007-07-053-8/+13
* Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.Tor Lillqvist2007-07-042-1/+6
* Always set an error when returning NULL. (453365, Michael Chudobiak)Matthias Clasen2007-07-032-1/+11
* Be more careful when calling g_propagate_error(). (#453365, MichaelMatthias Clasen2007-07-032-1/+7
* 2.11.5GTK_2_11_5Matthias Clasen2007-07-021-0/+4
* Document the "orientation" option.Matthias Clasen2007-07-025-1/+105
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-191-0/+4
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-161-0/+4
* updated use g_snprintfHans Breuer2007-06-153-3/+9
* Fix out-of-bound access. (#440918, Matthias Kilian)Behdad Esfahbod2007-06-122-1/+6