| Commit message (Expand) | Author | Age | Files | Lines |
* | allow to specify the PNG compression level by passing a "compression" | Sven Neumann | 2005-05-24 | 1 | -3/+7 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -2/+4 |
* | gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility for | Tor Lillqvist | 2005-03-10 | 1 | -1/+76 |
* | Document BMP saving support. | Matthias Clasen | 2005-02-24 | 1 | -6/+6 |
* | gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c | Tor Lillqvist | 2004-12-05 | 1 | -35/+117 |
* | Be extra careful when locking and handle the case that the module may | Matthias Clasen | 2004-11-16 | 1 | -17/+42 |
* | Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case. | Matthias Clasen | 2004-11-12 | 1 | -6/+6 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -75/+126 |
* | Use g_filename_display_name() instead of g_filename_to_utf8() when putting | Matthias Clasen | 2004-11-11 | 1 | -44/+29 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -5/+5 |
* | Add gdk_pixbuf_new_from_file_at_scale(), which is just like | Matthias Clasen | 2004-08-26 | 1 | -17/+61 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-11 | 1 | -0/+1 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | function doesn't return a value, so don't use g_return_val_if_fail() | Manish Singh | 2004-07-09 | 1 | -1/+1 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+69 |
* | Convert filenames to UTF-8 when embedding them in error messages. | Matthias Clasen | 2004-06-05 | 1 | -23/+62 |
* | New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats. | Matthias Clasen | 2004-05-06 | 1 | -0/+21 |
* | When calling fread() in a loop, check for ferror() as well as for feof() | Matthias Clasen | 2004-04-13 | 1 | -3/+3 |
* | Merges from stable branch that had been left out. (#136282, J. Ali Harlow) | Tor Lillqvist | 2004-03-15 | 1 | -23/+56 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | removed unnecessary G_OBJECT() cast checks. | Manish Singh | 2004-02-08 | 1 | -6/+5 |
* | #include <unistd.h> for unlink() | Manish Singh | 2004-01-09 | 1 | -1/+6 |
* | Escape an ampersand in the documentation comment, and hack around an empty | Federico Mena Quintero | 2004-01-07 | 1 | -2/+2 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -10/+419 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+87 |
* | If neither load nor begin_load are available fall back to load_animation | Matthias Clasen | 2003-11-09 | 1 | -19/+38 |
* | Preserve the aspect ratio. (#118145, Owen Taylor) | Matthias Clasen | 2003-07-23 | 1 | -2/+35 |
* | Close loader before unref'ing it. (#118146, Owen Taylor) | Matthias Clasen | 2003-07-23 | 1 | -0/+1 |
* | New function to load an image from a file at a specified size. (#105326, | Matthias Clasen | 2003-07-13 | 1 | -0/+84 |
* | Use g_strfreev() to free mime_types. (#117219, Steve Chaplin) | Matthias Clasen | 2003-07-11 | 1 | -3/+5 |
* | Support saving ICOs and CURs. | Matthias Clasen | 2003-07-03 | 1 | -2/+5 |
* | A loader for PCX files. (#113035, Josh Beam) | Matthias Clasen | 2003-05-21 | 1 | -1/+9 |
* | Add sanity checks for GError handling. (#108345) | Matthias Clasen | 2003-04-24 | 1 | -0/+4 |
* | Don't crash if gdk-pixbuf.loaders file is missing. (#102222) | Matthias Clasen | 2003-01-02 | 1 | -6/+8 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+14 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -329/+498 |
* | New loader, for .ANI animations. | Matthias Clasen | 2002-09-06 | 1 | -1/+30 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 1 | -5/+2 |
* | gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thus | Matthias Clasen | 2002-08-22 | 1 | -6/+6 |
* | New function for loading an image from a file either via module->load or | Matthias Clasen | 2002-07-07 | 1 | -12/+51 |
* | Accept xbms starting with a C comment - those seem to be not uncommon, | Matthias Clasen | 2002-05-31 | 1 | -10/+15 |
* | Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders on | Tor Lillqvist | 2002-05-22 | 1 | -1/+1 |
* | 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 |