| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build the static pixbuf loaders conditionally like the dynamic ones so | Michael Natterer | 2002-05-07 | 2 | -13/+31 |
* | image files for testing pixbuf loaders the old test-loaders.c split into | Soeren Sandmann | 2002-05-05 | 4 | -10400/+7 |
* | Remove the ISO8859-1 restriction from the description of png tEXt | Matthias Clasen | 2002-04-24 | 3 | -13/+37 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 1 | -1/+1 |
* | More fixes for #77807: | Matthias Clasen | 2002-04-11 | 5 | -169/+211 |
* | Use priv->image_module->module_name instead of image_type which may be | Matthias Clasen | 2002-04-09 | 2 | -1/+7 |
* | Restructured to use gdk_pixbuf_new instead of manually allocating image | Matthias Clasen | 2002-04-06 | 2 | -52/+23 |
* | Avoid allocating an extra copy of the image by using a | Matthias Clasen | 2002-04-05 | 2 | -50/+93 |
* | Fix a doc typo. | Matthias Clasen | 2002-04-03 | 2 | -1/+5 |
* | libpng error handlers must not return to their callers, thus longjmp out. | Matthias Clasen | 2002-03-29 | 2 | -0/+8 |
* | Don't leak info_ptr. | Matthias Clasen | 2002-03-27 | 2 | -12/+15 |
* | Make libpng use g_malloc instead of system malloc. | Matthias Clasen | 2002-03-26 | 2 | -2/+38 |
* | Don't leak pixbuf on error. | Matthias Clasen | 2002-03-25 | 4 | -3/+19 |
* | Changed signature to return success and set a GError parameter, adjusted | Matthias Clasen | 2002-03-25 | 2 | -26/+49 |
* | context->updated_func is NULL during a nonincremental load. | Matthias Clasen | 2002-03-23 | 2 | -7/+14 |
* | Avoid a double free error if reading the colormap fails. | Matthias Clasen | 2002-03-21 | 2 | -12/+13 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Fix assumptions on rowstride by manually allocating a contiguous pixel | Matthias Clasen | 2002-03-18 | 2 | -71/+238 |
* | Catch invalid frame dimensions. | Matthias Clasen | 2002-03-15 | 2 | -0/+15 |
* | Add valid_ras_test and invalid_bmp_1. | Matthias Clasen | 2002-03-13 | 5 | -40/+532 |
* | use sequential writes instead of calling memcpy(). Simpler and potentially | Sven Neumann | 2002-03-12 | 2 | -43/+42 |
* | Replace a g_assert_not_reached () which could actually be reached by a | Matthias Clasen | 2002-03-12 | 2 | -2/+13 |
* | gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION. | Tor Lillqvist | 2002-03-06 | 1 | -2/+2 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 4 | -4/+1886 |
* | Update version to 2.0.0 | Owen Taylor | 2002-03-05 | 2 | -17/+17 |
* | ue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-05 | 2 | -1/+7 |
* | shut up CVS | Manish Singh | 2002-03-04 | 1 | -0/+1 |
* | If we can't load the module using the g_module_build_path() filename, try | Owen Taylor | 2002-03-03 | 3 | -32/+65 |
* | Bullet-proof against integer overflow. | Owen Taylor | 2002-03-03 | 2 | -6/+22 |
* | Remove. | Tor Lillqvist | 2002-03-02 | 4 | -7/+24 |
* | Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static | Owen Taylor | 2002-03-02 | 1 | -13/+21 |