| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes. | Matthias Clasen | 2005-10-03 | 1 | -0/+8 |
* | Remove unused variable pbuf_count. (#315282, Kjartan Maraas) | Matthias Clasen | 2005-09-05 | 1 | -0/+5 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -0/+3 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -0/+12 |
* | Make this work again. | Matthias Clasen | 2005-08-30 | 1 | -0/+2 |
* | Add a cast to avoid compiler warnings. | Matthias Clasen | 2005-08-30 | 1 | -0/+13 |
* | 2.8.2GTK_2_8_2 | Matthias Clasen | 2005-08-24 | 1 | -0/+2 |
* | 2.8.1GTK_2_8_1 | Matthias Clasen | 2005-08-24 | 1 | -0/+4 |
* | Check for overflow in one more place. (#313818, Tommi Komulainen) | Matthias Clasen | 2005-08-18 | 1 | -0/+5 |
* | Pay attention to the libjpeg error code and report OOM errors as such. | Matthias Clasen | 2005-08-15 | 1 | -0/+6 |
* | 2.8.0GTK_2_8_0 | Matthias Clasen | 2005-08-13 | 1 | -0/+4 |
* | Tighten up ABI checks a bit | Matthias Clasen | 2005-08-07 | 1 | -0/+4 |
* | 2.7.5GTK_2_7_5 | Matthias Clasen | 2005-08-03 | 1 | -0/+4 |
* | 2.7.4GTK_2_7_4 | Matthias Clasen | 2005-07-22 | 1 | -0/+7 |
* | Add bug ref | Matthias Clasen | 2005-07-22 | 1 | -1/+1 |
* | Make anchored patterns work as they did before. | Matthias Clasen | 2005-07-22 | 1 | -0/+5 |
* | Interpret patterns where the first byte of the mask is '*' as unanchored. | Matthias Clasen | 2005-07-22 | 1 | -0/+7 |
* | 2.7.3GTK_2_7_3 | Matthias Clasen | 2005-07-15 | 1 | -0/+4 |
* | Add copyright and license information | Matthias Clasen | 2005-07-12 | 1 | -0/+5 |
* | Look for windres on Win32. | Tor Lillqvist | 2005-07-09 | 1 | -0/+11 |