summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Updated msvc buildHans Breuer2009-07-041-1/+2
* fix compile warningsBenjamin Otte2009-06-171-1/+1
* Cleanup some translation handlingMatthias Clasen2009-06-152-4/+5
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-042-0/+4
* Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
* Allow GdkPixbufSimpleAnim to loopClaudio Saavedra2009-04-183-4/+120
* 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
* If pure sniffing yields uncertain results, try again with the filename.Matthias Clasen2009-03-011-1/+4
* Bug 571576 – gdk_pixbuf_save_to_stream() brokenCody Russell2009-02-131-7/+4
* Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmpsTor Lillqvist2009-01-221-2/+2
* Bug 164002 - query scripts don't work uninstalled on windowsTor Lillqvist2009-01-131-16/+22
* Bug 566862 – pixbuf_new_from_file does not autodetect formatMatthias Clasen2009-01-071-1/+1
* Bug 561186 – GdkPixbuf API type checking needs cleanupChristian Dywan2008-11-304-18/+13
* Bug 555791 – Natuilus Crashes when opening USB MP3 Player ContentsMatthias Clasen2008-10-131-3/+5
* Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.Tor Lillqvist2008-10-011-0/+2
* prevent RLE encoding of 1x1 pixel images, since the encoder comparison13:28:23 Tim Janik2008-09-231-1/+1
* Plug a small memory leakMatthias Clasen2008-09-191-3/+4
* Fix 2 cases where we leaked a GpImage (#552545)Dominic Lachowicz2008-09-182-5/+51
* gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectatedTor Lillqvist2008-09-131-6/+19
* gdk-pixbuf/gdk-pixbuf-io.c Do as the docs forTor Lillqvist2008-09-131-2/+2
* Another small leakMatthias Clasen2008-09-081-0/+1
* Plug a small memory leak in an error pathMatthias Clasen2008-09-071-0/+1
* Bug 517233 – Calling gdk_pixbuf_loader_close causes "GError set over theMatthias Clasen2008-09-071-2/+6
* bug 550969 - fix a typo which breaks the static buildSebastien Bacher2008-09-051-1/+1
* Fix a deadlock in pixbuf loader initializationMatthias Clasen2008-09-052-77/+75
* Bug 549711 – Race condition when loading gdk-pixbuf image modulesMatthias Clasen2008-09-031-39/+40
* Bug 437791 – Animation is played at the wrong speedBjörn Lindqvist2008-08-291-4/+8
* Fix a typoMatthias Clasen2008-08-281-1/+1
* Exclude CR2 files in the tiff loader.Matthias Clasen2008-08-141-0/+1
* reorder marshalers for no reason apart from forcing a rebuild of theMichael Natterer2008-08-131-1/+1
* 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-081-8/+12
* 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