| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.10.13GTK_2_10_13 | Matthias Clasen | 2007-06-13 | 1 | -0/+4 |
* | Supply the current GError for fatal_error_handler(). (#441443) | Chris Wilson | 2007-05-30 | 2 | -0/+6 |
* | 2.10.12GTK_2_10_12 | Matthias Clasen | 2007-05-02 | 1 | -0/+4 |
* | Remove a pointless check from the previous commit that added a new string. | Matthias Clasen | 2007-04-29 | 2 | -10/+5 |
* | Accept unknown parameters with a warning when saving. (#405539, Daniel | Matthias Clasen | 2007-04-28 | 3 | -11/+22 |
* | Don't double the delay time of the first frame. (#431997, Björn | Matthias Clasen | 2007-04-25 | 2 | -1/+9 |
* | 2.10.11GTK_2_10_11 | Matthias Clasen | 2007-03-14 | 1 | -0/+4 |
* | 2.10.10GTK_2_10_10 | Matthias Clasen | 2007-03-12 | 1 | -0/+4 |
* | gdk/Makefile.am gdk-pixbuf/Makefile.am Further fixes for building on Win32 | Tor Lillqvist | 2007-03-06 | 2 | -3/+8 |
* | Flip more images | Matthias Clasen | 2007-03-06 | 2 | -2/+19 |
* | Add image/x-ico to supported mime types. Fixes bug #393599. | Felix Riemann | 2007-02-27 | 2 | -0/+6 |
* | Plug a leak in an error path | Matthias Clasen | 2007-02-16 | 2 | -2/+10 |
* | Set the GError if the image is zero length. (#405327) | Chris Wilson | 2007-02-07 | 2 | -1/+14 |
* | Protect against stop_load begin broken. (#403255, Lucas Mazzardo Veloso) | Matthias Clasen | 2007-02-06 | 2 | -1/+8 |
* | 2.10.9GTK_2_10_9 | Matthias Clasen | 2007-01-22 | 1 | -0/+4 |
* | Fix error reporting in the gif loader | Matthias Clasen | 2007-01-21 | 2 | -1/+7 |
* | gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes for | Tor Lillqvist | 2007-01-18 | 1 | -5/+5 |
* | Patch taken from maemo-gtk (merged from trunk): | Michael Natterer | 2007-01-17 | 2 | -6/+32 |
* | 2.10.8GTK_2_10_8 | Matthias Clasen | 2007-01-17 | 1 | -0/+4 |
* | Fix memory leaks in the error case | Matthias Clasen | 2007-01-17 | 2 | -11/+9 |
* | 2.10.7GTK_2_10_7 | Matthias Clasen | 2007-01-05 | 1 | -0/+4 |
* | Cross-compilation fixes. (#392646, Yevgen Muntyan) | Matthias Clasen | 2007-01-04 | 1 | -1/+1 |
* | Fix a compiler warning | Matthias Clasen | 2007-01-04 | 2 | -1/+5 |
* | Handle bmps with more than 8 bits per channel. (#172584, David Costanzo) | Matthias Clasen | 2006-12-22 | 2 | -0/+21 |
* | Handle offsets more carefully. (#172188, David Costanzo) | Matthias Clasen | 2006-12-22 | 2 | -20/+116 |
* | Emit the closed signal when closing the loader, pointed out by David | Matthias Clasen | 2006-12-22 | 2 | -0/+8 |
* | Handle invalid gif animations a little bit more robustly. (#357974, | Matthias Clasen | 2006-12-21 | 2 | -0/+9 |
* | Remove redundant size checks, and document that width, height must be > 0. | Matthias Clasen | 2006-12-21 | 3 | -17/+19 |
* | Link against GLib. (#341158, Alexey Rusakov) | Matthias Clasen | 2006-12-21 | 2 | -1/+5 |
* | silence gdk_pixbuf_loader_close | Matthias Clasen | 2006-12-19 | 2 | -2/+7 |
* | Fix gdk_pixbuf_loader_write error handling | Matthias Clasen | 2006-12-10 | 2 | -11/+22 |
* | pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388) | Tor Lillqvist | 2006-10-28 | 16 | -55/+10 |
* | 2.10.6 | Matthias Clasen | 2006-10-03 | 1 | -0/+4 |
* | 2.10.5GTK_2_10_5 | Matthias Clasen | 2006-10-02 | 1 | -0/+4 |
* | 2.10.4GTK_2_10_4 | Matthias Clasen | 2006-09-23 | 2 | -0/+5 |
* | add new files | Matthias Clasen | 2006-09-10 | 1 | -0/+17 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 5 | -14/+6 |
* | fix the build | Matthias Clasen | 2006-09-06 | 1 | -2/+2 |
* | Simplify and fix reading of ASCII images. | Matthias Clasen | 2006-09-06 | 2 | -82/+71 |
* | 2.10.3GTK_2_10_3 | Matthias Clasen | 2006-09-05 | 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 | 2 | -2/+21 |
* | 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 | 2 | -32/+39 |
* | Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbm | Matthias Clasen | 2006-07-17 | 2 | -18/+34 |
* | 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 | 5 | -4/+7 |
* | 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 |