summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-2/+77
* Patch from Arjan to fix an initializer.Federico Mena Quintero1999-12-061-1/+1
* Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images,Arjan van de Ven1999-12-041-1/+1
* Added another loader from Arjan to handle .ico files. Cool.Jonathan Blandford1999-11-291-0/+18
* Try to fix gdk-pixbuf a bit better.Elliot Lee1999-11-231-1/+1
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+2
* added io-bmp from Arjan <arjan@fenrus.demon.nl>Jonathan Blandford1999-11-211-4/+0
* Populated.Federico Mena Quintero1999-11-101-1/+1
* removed spurious print statements.Jonathan Blandford1999-11-101-3/+0
* Added documentation.Federico Mena Quintero1999-11-101-8/+16
* second patch Arjan van de Ven <arjan@fenrus.demon.nl> to autodetect/loadJonathan Blandford1999-11-051-0/+16
* Prettied up code slightly. Start of pnm loader (from file andMichael Fulbright1999-11-051-15/+16
* Populated.Federico Mena Quintero1999-11-041-0/+12
* Actually load the image handler when we determine the image type.Michael Fulbright1999-10-291-4/+8
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-4/+4
* Make it build - FedericoArturo Espinosa1999-10-271-7/+7
* Check properly whether the XPM module has already been loadedHavoc Pennington1999-10-271-18/+36
* load the vtable fully.Jonathan Blandford1999-10-261-9/+18
* more work on the incremental loadingJonathan Blandford1999-10-261-39/+46
* Export this symbol for loading an XPM from memory.Havoc Pennington1999-10-221-7/+37
* Free path.Federico Mena Quintero1999-10-211-0/+1
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-38/+58
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-10/+10
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-171-0/+1