summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning: Initialize to TRUE the returned variableJavier Jardón2009-10-301-3/+4
* Use "Since: 2.x" instead "Since 2.x"Javier Jardón2009-10-301-1/+1
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-261-2/+2
* GdkPixbuf loader for QTIF formatKevin Peng2009-10-263-0/+630
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-251-1/+1
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-221-1/+1
* Cast to fix compilation warningJavier Jardón2009-10-221-2/+2
* Fix a compilation warningJavier Jardón2009-10-201-1/+1
* Fix the GDI+ gdk-pixbuf loaderTor Lillqvist2009-10-081-30/+38
* CleanupsMatthias Clasen2009-09-101-1/+1
* Avoid a segfault if license is NULLMatthias Clasen2009-09-041-6/+9
* Bug 592901 - Crash in JPEG pixbuf loader instead of errorChristian Dywan2009-08-251-2/+1
* Preserve errno, and always use g_strerror()Christian Persch2009-08-241-1/+1
* Don't use stream before it is createdShixin Zeng2009-08-201-2/+3
* Put variable definitions at start of blockShixin Zeng2009-08-201-1/+2
* Make gdk-pixbuf-csource work on Windows also in the build tree.Sam Thursfield2009-08-021-0/+6
* 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