summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak in jasper loaderMichael J. Chudobiak2009-04-081-6/+4
* Fixed minor memory leak on errorDr. Michael J. Chudobiak2009-04-081-0/+1
* Update README files to refer to gitMatthias Clasen2009-03-311-0/+6
* 2.16.0GTK_2_16_0Matthias Clasen2009-03-131-0/+4
* 2.15.5GTK_2_15_5Matthias Clasen2009-03-021-0/+4
* If pure sniffing yields uncertain results, try again with the filename.Matthias Clasen2009-03-012-1/+13
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-0/+4
* Bug 571576 – gdk_pixbuf_save_to_stream() brokenCody Russell2009-02-131-7/+4
* 2.15.3GTK_2_15_3Matthias Clasen2009-02-031-0/+4
* 2.15.2GTK_2_15_2Matthias Clasen2009-01-271-0/+4
* 2.15.1GTK_2_15_1Matthias Clasen2009-01-231-0/+4
* Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmpsTor Lillqvist2009-01-222-2/+10
* Bug 164002 - query scripts don't work uninstalled on windowsTor Lillqvist2009-01-132-16/+38
* Bug 566862 – pixbuf_new_from_file does not autodetect formatMatthias Clasen2009-01-072-1/+9
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-011-0/+4
* Bug 561186 – GdkPixbuf API type checking needs cleanupChristian Dywan2008-11-305-18/+28
* Bug 555791 – Natuilus Crashes when opening USB MP3 Player ContentsMatthias Clasen2008-10-132-3/+13
* Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.Tor Lillqvist2008-10-012-0/+7
* prevent RLE encoding of 1x1 pixel images, since the encoder comparison13:28:23 Tim Janik2008-09-232-1/+7
* Plug a small memory leakMatthias Clasen2008-09-192-3/+9
* Fix 2 cases where we leaked a GpImage (#552545)Dominic Lachowicz2008-09-183-5/+55
* 2.14.2GTK_2_14_2Matthias Clasen2008-09-181-0/+4
* gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectatedTor Lillqvist2008-09-132-9/+25
* gdk-pixbuf/gdk-pixbuf-io.c Do as the docs forTor Lillqvist2008-09-132-2/+8
* Another small leakMatthias Clasen2008-09-081-0/+1
* Plug a small memory leak in an error pathMatthias Clasen2008-09-072-0/+6
* Bug 517233 – Calling gdk_pixbuf_loader_close causes "GError set over theMatthias Clasen2008-09-072-2/+14
* bug 550969 - fix a typo which breaks the static buildSebastien Bacher2008-09-052-1/+6
* 2.14.1GTK_2_14_1Matthias Clasen2008-09-051-0/+4
* Fix a deadlock in pixbuf loader initializationMatthias Clasen2008-09-053-77/+82
* 2.14.0GTK_2_14_0Matthias Clasen2008-09-041-0/+4
* Bug 549711 – Race condition when loading gdk-pixbuf image modulesMatthias Clasen2008-09-032-39/+47
* Bug 437791 – Animation is played at the wrong speedBjörn Lindqvist2008-08-291-4/+8
* Fix a typoMatthias Clasen2008-08-282-1/+8
* 2.13.7GTK_2_13_7Matthias Clasen2008-08-191-0/+4
* Exclude CR2 files in the tiff loader.Matthias Clasen2008-08-142-0/+8
* reorder marshalers for no reason apart from forcing a rebuild of theMichael Natterer2008-08-132-1/+7
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-122-4/+3
* use canonical signal names.Sven Neumann2008-08-111-8/+8
* Bug 546549 : Better Type Checking reviewed by: mitchSven Herzberg2008-08-082-8/+20
* Bug 546549 : Better Type Checking reviewed by mitchSven Herzberg2008-08-062-9/+21
* 2.13.6GTK_2_13_6Matthias Clasen2008-08-051-0/+4
* 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