| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Better colorspace support for the jpeg loader (#61211): | Matthias Clasen | 2002-07-01 | 1 | -0/+9 |
* | converted a Tab to spaces. | Sven Neumann | 2002-06-28 | 1 | -0/+4 |
* | 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 | 1 | -0/+5 |
* | New functions to fetch 32 or 16-bit little-endian values starting at a | Federico Mena Quintero | 2002-06-10 | 1 | -0/+9 |
* | Accept xbms starting with a C comment - those seem to be not uncommon, | Matthias Clasen | 2002-05-31 | 1 | -0/+10 |
* | Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders on | Tor Lillqvist | 2002-05-22 | 1 | -0/+7 |
* | Ahem, take the rowstride into account!!! Fixes #82515. | Federico Mena Quintero | 2002-05-22 | 1 | -0/+15 |
* | Check for endianness. | Matthias Clasen | 2002-05-18 | 1 | -0/+5 |
* | Patch from Matthias Clasen to fix some typos (#77246) | Owen Taylor | 2002-05-16 | 1 | -0/+5 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 1 | -0/+5 |
* | build the static pixbuf loaders conditionally like the dynamic ones so | Michael Natterer | 2002-05-07 | 1 | -0/+6 |
* | image files for testing pixbuf loaders the old test-loaders.c split into | Soeren Sandmann | 2002-05-05 | 1 | -0/+6 |
* | Remove the ISO8859-1 restriction from the description of png tEXt | Matthias Clasen | 2002-04-24 | 1 | -0/+9 |
* | More fixes for #77807: | Matthias Clasen | 2002-04-11 | 1 | -0/+18 |
* | Use priv->image_module->module_name instead of image_type which may be | Matthias Clasen | 2002-04-09 | 1 | -0/+6 |
* | Restructured to use gdk_pixbuf_new instead of manually allocating image | Matthias Clasen | 2002-04-06 | 1 | -0/+6 |
* | Avoid allocating an extra copy of the image by using a | Matthias Clasen | 2002-04-05 | 1 | -0/+7 |
* | Fix a doc typo. | Matthias Clasen | 2002-04-03 | 1 | -0/+4 |
* | libpng error handlers must not return to their callers, thus longjmp out. | Matthias Clasen | 2002-03-29 | 1 | -0/+6 |
* | Don't leak info_ptr. | Matthias Clasen | 2002-03-27 | 1 | -0/+8 |
* | Make libpng use g_malloc instead of system malloc. | Matthias Clasen | 2002-03-26 | 1 | -0/+6 |
* | Don't leak pixbuf on error. | Matthias Clasen | 2002-03-25 | 1 | -0/+10 |
* | Changed signature to return success and set a GError parameter, adjusted | Matthias Clasen | 2002-03-25 | 1 | -0/+7 |
* | context->updated_func is NULL during a nonincremental load. | Matthias Clasen | 2002-03-23 | 1 | -0/+6 |
* | Fix assumptions on rowstride by manually allocating a contiguous pixel | Matthias Clasen | 2002-03-18 | 1 | -0/+7 |
* | Catch invalid frame dimensions. | Matthias Clasen | 2002-03-15 | 1 | -0/+4 |
* | Add valid_ras_test and invalid_bmp_1. | Matthias Clasen | 2002-03-13 | 1 | -0/+12 |
* | use sequential writes instead of calling memcpy(). Simpler and potentially | Sven Neumann | 2002-03-12 | 1 | -0/+5 |
* | Replace a g_assert_not_reached () which could actually be reached by a | Matthias Clasen | 2002-03-12 | 1 | -0/+5 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 1 | -0/+6 |
* | ue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-05 | 1 | -0/+6 |
* | If we can't load the module using the g_module_build_path() filename, try | Owen Taylor | 2002-03-03 | 1 | -3/+14 |
* | Bullet-proof against integer overflow. | Owen Taylor | 2002-03-03 | 1 | -3/+8 |
* | Remove. | Tor Lillqvist | 2002-03-02 | 1 | -0/+11 |
* | Move the call to correct_total() to the right spot. (#72732) | Matthias Clasen | 2002-02-28 | 1 | -0/+5 |
* | Use {} not () to group around string assigned to char[]. (#72767, Tomas | Owen Taylor | 2002-02-27 | 1 | -2/+8 |
* | remove C++-commented debug spew, reported by David L. Cooper | Havoc Pennington | 2002-02-22 | 1 | -0/+5 |
* | Make the paned example deprecation-clean. | Matthias Clasen | 2002-02-17 | 1 | -3/+3 |
* | New function to make sure that the weights sum up to the correct total | Matthias Clasen | 2002-02-15 | 1 | -0/+8 |
* | Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory(). | Matthias Clasen | 2002-02-12 | 1 | -0/+17 |