summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
Commit message (Expand)AuthorAgeFilesLines
* Preserve the aspect ratio. (#118145, Owen Taylor)Matthias Clasen2003-07-231-2/+35
* Close loader before unref'ing it. (#118146, Owen Taylor)Matthias Clasen2003-07-231-0/+1
* New function to load an image from a file at a specified size. (#105326,Matthias Clasen2003-07-131-0/+84
* Use g_strfreev() to free mime_types. (#117219, Steve Chaplin)Matthias Clasen2003-07-111-3/+5
* Support saving ICOs and CURs.Matthias Clasen2003-07-031-2/+5
* A loader for PCX files. (#113035, Josh Beam)Matthias Clasen2003-05-211-1/+9
* Add sanity checks for GError handling. (#108345)Matthias Clasen2003-04-241-0/+4
* Don't crash if gdk-pixbuf.loaders file is missing. (#102222)Matthias Clasen2003-01-021-6/+8
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+14
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-329/+498
* New loader, for .ANI animations.Matthias Clasen2002-09-061-1/+30
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-031-5/+2
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-6/+6
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-12/+51
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-311-10/+15
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-221-1/+1
* Remove the ISO8859-1 restriction from the description of png tEXtMatthias Clasen2002-04-241-3/+1
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* If we can't load the module using the g_module_build_path() filename, tryOwen Taylor2002-03-031-8/+38
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-6/+6
* Markup fixes.Matthias Clasen2001-12-131-10/+9
* Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend onTor Lillqvist2001-10-291-4/+12
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-051-4/+9
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-2/+2
* Add tga loader, patch by Nicola Girardi. (#56067)Matthias Clasen2001-08-211-1/+28
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+1
* prepend underscore (gdk_pixbuf_get_named_module): prepend underscoreHavoc Pennington2001-02-201-14/+14
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-1/+1
* fix included modules case.Havoc Pennington2001-01-261-4/+10
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-204/+96
* new pixbuf loader, for X bitmap files. Basically a collision betweenJohn Harper2001-01-221-0/+44
* No need to include windows.h.Tor Lillqvist2001-01-171-5/+0
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-43/+5
* Added --with-included-loaders optionAlexander Larsson2001-01-091-1/+25
* portability fixes and corrected prototypes for self-contained buildHans Breuer2000-11-121-5/+6
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-221-0/+6
* Some updatesHavoc Pennington2000-10-181-58/+141
* s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type().Havoc Pennington2000-10-061-12/+15
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-10/+213
* Part 2 of previous commit (aka "it compiles now, ma")Elliot Lee2000-07-281-1/+1
* Add gdk_pixbuf_loader_new_with_type function, to allow handling imageElliot Lee2000-07-281-0/+48
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Win32 build setup:Tor Lillqvist2000-07-221-1/+65
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-3/+0
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-2/+6
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-1/+1
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-0/+1
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-10/+150
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-117/+43
* finished work to make animated gifs load correctly. Progressive loadingJonathan Blandford1999-12-201-1/+1