| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the ISO8859-1 restriction from the description of png tEXt | Matthias Clasen | 2002-04-24 | 1 | -3/+1 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | If we can't load the module using the g_module_build_path() filename, try | Owen Taylor | 2002-03-03 | 1 | -8/+38 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -6/+6 |
* | Markup fixes. | Matthias Clasen | 2001-12-13 | 1 | -10/+9 |
* | Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on | Tor Lillqvist | 2001-10-29 | 1 | -4/+12 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -4/+9 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -2/+2 |
* | Add tga loader, patch by Nicola Girardi. (#56067) | Matthias Clasen | 2001-08-21 | 1 | -1/+28 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+1 |
* | prepend underscore (gdk_pixbuf_get_named_module): prepend underscore | Havoc Pennington | 2001-02-20 | 1 | -14/+14 |
* | hmm, someone changed GLib without fixing GTK | Havoc Pennington | 2001-02-19 | 1 | -1/+1 |
* | fix included modules case. | Havoc Pennington | 2001-01-26 | 1 | -4/+10 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -204/+96 |
* | new pixbuf loader, for X bitmap files. Basically a collision between | John Harper | 2001-01-22 | 1 | -0/+44 |
* | No need to include windows.h. | Tor Lillqvist | 2001-01-17 | 1 | -5/+0 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 1 | -43/+5 |
* | Added --with-included-loaders option | Alexander Larsson | 2001-01-09 | 1 | -1/+25 |
* | portability fixes and corrected prototypes for self-contained build | Hans Breuer | 2000-11-12 | 1 | -5/+6 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 1 | -0/+6 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -58/+141 |
* | s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type(). | Havoc Pennington | 2000-10-06 | 1 | -12/+15 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -10/+213 |
* | Part 2 of previous commit (aka "it compiles now, ma") | Elliot Lee | 2000-07-28 | 1 | -1/+1 |
* | Add gdk_pixbuf_loader_new_with_type function, to allow handling image | Elliot Lee | 2000-07-28 | 1 | -0/+48 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Win32 build setup: | Tor Lillqvist | 2000-07-22 | 1 | -1/+65 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -3/+0 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -2/+6 |
* | Your eyes are bloodshot.GDK_PIXBUF_0_7_0 | Federico Mena Quintero | 2000-04-13 | 1 | -1/+1 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -0/+1 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -10/+150 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -117/+43 |
* | finished work to make animated gifs load correctly. Progressive loading | Jonathan Blandford | 1999-12-20 | 1 | -1/+1 |
* | moved the file here. It seems natural to put this function here, as that's | Jonathan Blandford | 1999-12-17 | 1 | -2/+77 |
* | Patch from Arjan to fix an initializer. | Federico Mena Quintero | 1999-12-06 | 1 | -1/+1 |
* | Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images, | Arjan van de Ven | 1999-12-04 | 1 | -1/+1 |
* | Added another loader from Arjan to handle .ico files. Cool. | Jonathan Blandford | 1999-11-29 | 1 | -0/+18 |
* | Try to fix gdk-pixbuf a bit better. | Elliot Lee | 1999-11-23 | 1 | -1/+1 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -1/+2 |
* | added io-bmp from Arjan <arjan@fenrus.demon.nl> | Jonathan Blandford | 1999-11-21 | 1 | -4/+0 |
* | Populated. | Federico Mena Quintero | 1999-11-10 | 1 | -1/+1 |
* | removed spurious print statements. | Jonathan Blandford | 1999-11-10 | 1 | -3/+0 |
* | Added documentation. | Federico Mena Quintero | 1999-11-10 | 1 | -8/+16 |
* | second patch Arjan van de Ven <arjan@fenrus.demon.nl> to autodetect/load | Jonathan Blandford | 1999-11-05 | 1 | -0/+16 |
* | Prettied up code slightly. Start of pnm loader (from file and | Michael Fulbright | 1999-11-05 | 1 | -15/+16 |
* | Populated. | Federico Mena Quintero | 1999-11-04 | 1 | -0/+12 |
* | Actually load the image handler when we determine the image type. | Michael Fulbright | 1999-10-29 | 1 | -4/+8 |
* | started work on the tiff non-incremental loader. | Jonathan Blandford | 1999-10-28 | 1 | -4/+4 |
* | Make it build - Federico | Arturo Espinosa | 1999-10-27 | 1 | -7/+7 |