| Commit message (Expand) | Author | Age | Files | Lines |
* | Flip some more images | Matthias Clasen | 2007-03-06 | 1 | -0/+5 |
* | Add image/x-ico to supported mime types. Fixes bug #393599. | Felix Riemann | 2007-02-27 | 1 | -0/+5 |
* | Fix a leak in an error path | Matthias Clasen | 2007-02-16 | 1 | -0/+4 |
* | Set the GError if the image is zero length. (#405327) | Chris Wilson | 2007-02-07 | 1 | -0/+6 |
* | Protect against stop_load begin broken. (#403255, Lucas Mazzardo Veloso) | Matthias Clasen | 2007-02-06 | 1 | -0/+5 |
* | Fix error reporting in the gif loader | Matthias Clasen | 2007-01-21 | 1 | -0/+6 |
* | Patch taken from maemo-gtk: | Michael Natterer | 2007-01-17 | 1 | -0/+10 |
* | Fix memory leaks in error paths | Matthias Clasen | 2007-01-17 | 1 | -0/+7 |
* | Fix a compiler warning | Matthias Clasen | 2007-01-04 | 1 | -0/+4 |
* | Handle bmps with more than 8 bits per channel. (#172584, David Costanzo) | Matthias Clasen | 2006-12-22 | 1 | -0/+4 |
* | Handle offsets more carefully. (#172188, David Costanzo) | Matthias Clasen | 2006-12-22 | 1 | -0/+9 |
* | Emit the closed signal when closing the loader, pointed out by David | Matthias Clasen | 2006-12-22 | 1 | -0/+6 |
* | Handle invalid gif animations a little bit more robustly. (#357974, | Matthias Clasen | 2006-12-21 | 1 | -0/+4 |
* | Remove redundant size checks, and document that width, height must be > 0. | Matthias Clasen | 2006-12-21 | 1 | -0/+5 |
* | Link against GLib. (#341158, Alexey Rusakov) | Matthias Clasen | 2006-12-21 | 1 | -0/+4 |
* | Don't spew a warning if the printer is already closed. | Matthias Clasen | 2006-12-19 | 1 | -0/+5 |
* | Behave as documented and close the loader when returning FALSE. | Matthias Clasen | 2006-12-10 | 1 | -0/+5 |
* | pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388) | Tor Lillqvist | 2006-10-28 | 1 | -0/+10 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+21 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -0/+4 |
* | Simplify and fix reading of ASCII images. | Matthias Clasen | 2006-09-06 | 1 | -0/+4 |
* | 2.10.2GTK_2_10_2 | Matthias Clasen | 2006-08-18 | 1 | -0/+4 |
* | Stop loading an animation if the first frame is complete. (#350911, | Matthias Clasen | 2006-08-16 | 1 | -0/+6 |
* | 2.10.1GTK_2_10_1 | Matthias Clasen | 2006-07-24 | 1 | -0/+4 |
* | Put the code to protect against broken loaders that forget to set error in | Matthias Clasen | 2006-07-17 | 1 | -0/+7 |
* | Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbm | Matthias Clasen | 2006-07-17 | 1 | -0/+6 |
* | 2.10.0GTK_2_10_0 | Matthias Clasen | 2006-07-03 | 1 | -0/+4 |
* | NetBSD portability fixes. (#346374, Thomas Klausner) | Matthias Clasen | 2006-07-02 | 1 | -0/+3 |
* | broken pipeGTK_2_9_4 | Matthias Clasen | 2006-06-22 | 1 | -0/+4 |
* | 2.9.3GTK_2_9_3 | Matthias Clasen | 2006-06-13 | 1 | -0/+4 |
* | 2.9.2GTK_2_9_2 | Matthias Clasen | 2006-06-05 | 1 | -0/+4 |
* | 2.9.1GTK_2_9_1 | Matthias Clasen | 2006-05-17 | 1 | -0/+4 |
* | 2.9.0GTK_2_9_0 | Matthias Clasen | 2006-05-05 | 1 | -0/+4 |
* | Use G_DEFINE_TYPE | Matthias Clasen | 2006-04-04 | 1 | -0/+3 |
* | Small savings | Matthias Clasen | 2006-04-04 | 1 | -0/+5 |
* | Remove a pointless check, pointed out by Kjartan Maraas.FEDERICO_FILENAME_ENTRY_BRANCHPOINT | Matthias Clasen | 2006-03-24 | 1 | -0/+5 |
* | Add some documentation about supported image formats, and how to find out | Matthias Clasen | 2006-03-22 | 1 | -0/+6 |
* | Always save errno to a temporary before making other calls. (#335179, | Matthias Clasen | 2006-03-20 | 1 | -0/+9 |
* | Add a shortcut to stop the gif mainloop after the first frame, if that is | Matthias Clasen | 2006-03-14 | 1 | -0/+6 |
* | Support 16bit pnms | Matthias Clasen | 2006-03-03 | 1 | -0/+5 |
* | Fix incremental loading of 8-bit pcx files. (#148518, Magnus Bergmann) | Matthias Clasen | 2006-03-03 | 1 | -0/+5 |
* | Update documentation now that tiff supports saving. | Anders Carlsson | 2006-02-28 | 1 | -0/+39 |
* | Always check for NULL when using callbacks. (#330563, Benjamin Otte) | Matthias Clasen | 2006-02-10 | 1 | -0/+10 |
* | Fix several g_new() calls which were using extra indirections or pointless | Matthias Clasen | 2006-01-18 | 1 | -0/+5 |
* | Clarify the docs ("darkened/brightened" is not "saturation"). | Federico Mena Quintero | 2006-01-12 | 1 | -0/+5 |
* | minor doc edit | Jonathan Blandford | 2005-12-30 | 1 | -0/+4 |
* | Use G_MODULE_BIND_LAZY when opening modules. | Matthias Clasen | 2005-12-16 | 1 | -0/+5 |
* | Move stuff to correct ChangeLog. | Michael Natterer | 2005-12-14 | 1 | -0/+12 |
* | Fix integer overflows in the xpm loader | Matthias Clasen | 2005-11-15 | 1 | -0/+5 |
* | Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589, | Matthias Clasen | 2005-10-12 | 1 | -0/+6 |