| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing static. (#108614) | Matthias Clasen | 2003-03-21 | 1 | -0/+3 |
* | Add missing static qualifiers apparently causing problems on some | Matthias Clasen | 2003-03-21 | 1 | -0/+6 |
* | Calculate LineWidth for 16bpp from width, like for the other depths. | Matthias Clasen | 2003-03-11 | 1 | -0/+5 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -0/+7 |
* | Return gboolean, not gint. (#107664, Morten Welinder) | Matthias Clasen | 2003-03-06 | 1 | -0/+4 |
* | Always clear the initial frame and "disposed" areas with transparent | Matthias Clasen | 2003-02-19 | 1 | -0/+7 |
* | Auxiliary functions used to implement support for arbitrary origins. | Matthias Clasen | 2003-02-18 | 1 | -0/+26 |
* | Actually reject images with origin not in the upper-left corner. (#105912) | Matthias Clasen | 2003-02-13 | 1 | -0/+11 |
* | Rewrite to run on the .la files rather than looking for .so files. | Owen Taylor | 2003-01-27 | 1 | -0/+9 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 1 | -0/+6 |
* | Don't crash if gdk-pixbuf.loaders file is missing. (#102222) | Matthias Clasen | 2003-01-02 | 1 | -0/+5 |
* | Add docs. | Matthias Clasen | 2002-12-08 | 1 | -0/+5 |
* | Make gdk-pixbuf.loaders also depend gdk-pixbuf-query-loaders. (#97096, | Owen Taylor | 2002-12-07 | 1 | -0/+5 |
* | Remove leftover debug output. (#100357, Owen Taylor) | Matthias Clasen | 2002-12-05 | 1 | -0/+4 |
* | use G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn't set by | Bastien Nocera | 2002-12-04 | 1 | -0/+5 |
* | Add deprecation docs. | Matthias Clasen | 2002-11-29 | 1 | -0/+5 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+8 |
* | Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh) | Owen Taylor | 2002-11-09 | 1 | -0/+5 |
* | Fix trailing semicolon on macro, clean up a bit. | Owen Taylor | 2002-11-06 | 1 | -0/+5 |
* | Forgotten ChangeLog | Matthias Clasen | 2002-11-05 | 1 | -0/+4 |
* | Fix leaked pixbuf reference (#96823, Morten Welinder) | Owen Taylor | 2002-11-05 | 1 | -0/+5 |
* | Check for stack overflow throughout. (#91808, Elliot Lee) | Matthias Clasen | 2002-10-22 | 1 | -0/+5 |
* | Support the Netscape application extension for gif animations (#95060): | Matthias Clasen | 2002-10-20 | 1 | -0/+13 |
* | Documentation updates. | Matthias Clasen | 2002-10-11 | 1 | -0/+8 |
* | make legal C | jacob berkman | 2002-10-04 | 1 | -0/+4 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -0/+17 |
* | Fix memory leak. (#94399) | Owen Taylor | 2002-10-03 | 1 | -0/+5 |
* | Patch from Andy Wingo to always escape ? to avoid accidentally generating | Owen Taylor | 2002-10-01 | 1 | -0/+6 |
* | Don't use .type on Cygwin, either (#91597, Masahiro Sakai). | Tor Lillqvist | 2002-09-28 | 1 | -0/+5 |
* | Free the context if we cannot allocate the HeaderBuf. | Federico Mena Quintero | 2002-09-27 | 1 | -0/+5 |
* | Fix the update region notification to handle top-to-bottom and | Federico Mena Quintero | 2002-09-27 | 1 | -0/+5 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 1 | -0/+5 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 1 | -0/+7 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-09-14 | 1 | -0/+4 |
* | Move GdkPixbufFrame from the public header to the gif-animation-specific | Matthias Clasen | 2002-09-12 | 1 | -0/+6 |
* | Unref the pixbuf if we hit an unsupported colorspace. | Federico Mena Quintero | 2002-09-12 | 1 | -0/+5 |
* | *** empty log message *** | Matthias Clasen | 2002-09-06 | 1 | -0/+4 |
* | Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot". | Matthias Clasen | 2002-09-06 | 1 | -0/+7 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 1 | -0/+9 |
* | Add gtk_win32res_lo. (#87101, J. Ali Harlow) | Tor Lillqvist | 2002-08-24 | 1 | -0/+5 |
* | gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thus | Matthias Clasen | 2002-08-22 | 1 | -0/+13 |
* | free the result of gdk_pixdata_serialize() (bug #89411). | Sven Neumann | 2002-07-31 | 1 | -0/+5 |
* | Fix some warnings by adding casts to PixopsInterpType. (#85839, David L. | Owen Taylor | 2002-07-30 | 1 | -0/+5 |
* | Avoid unnecessary casting. | Matthias Clasen | 2002-07-16 | 1 | -0/+4 |
* | New function for loading an image from a file either via module->load or | Matthias Clasen | 2002-07-07 | 1 | -0/+7 |
* | Correct computation of image height. (OneLine): Correct update | Matthias Clasen | 2002-07-06 | 1 | -0/+3 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -0/+31 |
* | Handle global_error == NULL better. (tiff_image_parse): Don't trust | Matthias Clasen | 2002-07-06 | 1 | -0/+9 |
* | Miscellaneous bmp loader fixes (#85448, #86286, #86287): | Matthias Clasen | 2002-07-02 | 1 | -0/+14 |
* | Support for compressed ras images (#84994): | Matthias Clasen | 2002-07-01 | 1 | -0/+9 |