| Commit message (Expand) | Author | Age | Files | Lines |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 4 | -1/+28 |
* | Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh) | Owen Taylor | 2002-11-09 | 2 | -1/+6 |
* | Fix trailing semicolon on macro, clean up a bit. | Owen Taylor | 2002-11-06 | 2 | -7/+15 |
* | Forgotten ChangeLog | Matthias Clasen | 2002-11-05 | 1 | -0/+4 |
* | Reindent | Matthias Clasen | 2002-11-05 | 1 | -358/+364 |
* | Fix leaked pixbuf reference (#96823, Morten Welinder) | Owen Taylor | 2002-11-05 | 2 | -0/+6 |
* | Check for stack overflow throughout. (#91808, Elliot Lee) | Matthias Clasen | 2002-10-22 | 2 | -2/+17 |
* | Support the Netscape application extension for gif animations (#95060): | Matthias Clasen | 2002-10-20 | 4 | -8/+62 |
* | Documentation updates. | Matthias Clasen | 2002-10-11 | 3 | -2/+8 |
* | make it legal C | Manish Singh | 2002-10-04 | 2 | -1/+4 |
* | make legal C | jacob berkman | 2002-10-04 | 2 | -1/+6 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 42 | -587/+1460 |
* | Fix memory leak. (#94399) | Owen Taylor | 2002-10-03 | 2 | -1/+7 |
* | Patch from Andy Wingo to always escape ? to avoid accidentally generating | Owen Taylor | 2002-10-01 | 2 | -1/+7 |
* | add deprecation compile flags | Manish Singh | 2002-09-29 | 2 | -4/+4 |
* | Don't use .type on Cygwin, either (#91597, Masahiro Sakai). | Tor Lillqvist | 2002-09-28 | 5 | -4/+9 |
* | Free the context if we cannot allocate the HeaderBuf. | Federico Mena Quintero | 2002-09-27 | 2 | -0/+6 |
* | Fix the update region notification to handle top-to-bottom and | Federico Mena Quintero | 2002-09-27 | 2 | -2/+9 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 10 | -20/+25 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 10 | -20/+27 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-09-14 | 2 | -1/+6 |
* | Move GdkPixbufFrame from the public header to the gif-animation-specific | Matthias Clasen | 2002-09-12 | 3 | -1/+7 |
* | Unref the pixbuf if we hit an unsupported colorspace. | Federico Mena Quintero | 2002-09-12 | 2 | -0/+6 |
* | *** empty log message *** | Matthias Clasen | 2002-09-06 | 1 | -0/+4 |
* | New loader, for .ANI animations. | Matthias Clasen | 2002-09-06 | 6 | -1/+1161 |
* | Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot". | Matthias Clasen | 2002-09-06 | 4 | -2/+40 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 5 | -23/+30 |
* | Add gtk_win32res_lo. (#87101, J. Ali Harlow) | Tor Lillqvist | 2002-08-24 | 2 | -1/+6 |
* | gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thus | Matthias Clasen | 2002-08-22 | 5 | -18/+25 |
* | free the result of gdk_pixdata_serialize() (bug #89411). | Sven Neumann | 2002-07-31 | 2 | -15/+21 |
* | Fix some warnings by adding casts to PixopsInterpType. (#85839, David L. | Owen Taylor | 2002-07-30 | 2 | -3/+8 |
* | Avoid unnecessary casting. | Matthias Clasen | 2002-07-16 | 2 | -3/+5 |
* | New function for loading an image from a file either via module->load or | Matthias Clasen | 2002-07-07 | 6 | -175/+58 |
* | Correct computation of image height. (OneLine): Correct update | Matthias Clasen | 2002-07-06 | 2 | -3/+6 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 17 | -79/+254 |
* | Handle global_error == NULL better. (tiff_image_parse): Don't trust | Matthias Clasen | 2002-07-06 | 2 | -7/+32 |
* | Miscellaneous bmp loader fixes (#85448, #86286, #86287): | Matthias Clasen | 2002-07-02 | 2 | -162/+226 |
* | Support for compressed ras images (#84994): | Matthias Clasen | 2002-07-01 | 2 | -7/+69 |
* | Better colorspace support for the jpeg loader (#61211): | Matthias Clasen | 2002-07-01 | 2 | -18/+119 |
* | converted a Tab to spaces. | Sven Neumann | 2002-06-28 | 2 | -1/+5 |
* | Fix problem where when no alpha was involved, we scaled rather than | Owen Taylor | 2002-06-13 | 1 | -1/+7 |
* | Fix problem where when no alpha was involved, we scaled rather than | Owen Taylor | 2002-06-13 | 1 | -0/+8 |
* | Use libjpeg in buffered-image mode in order to incrementally display | Matthias Clasen | 2002-06-13 | 2 | -15/+5 |
* | New functions to fetch 32 or 16-bit little-endian values starting at a | Federico Mena Quintero | 2002-06-10 | 2 | -11/+37 |
* | Accept xbms starting with a C comment - those seem to be not uncommon, | Matthias Clasen | 2002-05-31 | 3 | -10/+27 |
* | Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders on | Tor Lillqvist | 2002-05-22 | 3 | -1/+9 |
* | Ahem, take the rowstride into account!!! Fixes #82515. | Federico Mena Quintero | 2002-05-22 | 2 | -3/+18 |
* | Check for endianness. | Matthias Clasen | 2002-05-18 | 2 | -0/+20 |
* | Patch from Matthias Clasen to fix some typos (#77246) | Owen Taylor | 2002-05-16 | 2 | -9/+13 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 2 | -2/+7 |