| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the call to correct_total() to the right spot. (#72732) | Matthias Clasen | 2002-02-28 | 2 | -2/+7 |
* | Use {} not () to group around string assigned to char[]. (#72767, Tomas | Owen Taylor | 2002-02-27 | 2 | -4/+10 |
* | new file | Hans Breuer | 2002-02-27 | 2 | -2/+35 |
* | remove C++-commented debug spew, reported by David L. Cooper | Havoc Pennington | 2002-02-22 | 2 | -1/+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 | 2 | -9/+36 |
* | Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory(). | Matthias Clasen | 2002-02-12 | 7 | -10/+82 |
* | Fix handing of overall alpha. | Owen Taylor | 2002-02-11 | 2 | -3/+8 |
* | Enable some tests which should work now. | Matthias Clasen | 2002-02-10 | 5 | -19/+82 |
* | Force all weight arrays to sum exactly to 65535. (Fixes #70971, reported | Owen Taylor | 2002-02-09 | 3 | -7/+35 |
* | Fix comment; PixopsInterpType -> GdkInterpType. | Federico Mena Quintero | 2002-02-08 | 2 | -1/+5 |
* | Wean this from <ctype.h>. | Darin Adler | 2002-02-08 | 2 | -3/+6 |
* | Build the tga loader as a static library. (#70157) | Matthias Clasen | 2002-02-01 | 2 | -2/+9 |
* | Merge 16- and 32-bit ico support from the stable branch. (#61179) | Matthias Clasen | 2002-02-01 | 4 | -26/+127 |
* | shut up CVS | Manish Singh | 2002-01-22 | 1 | -0/+1 |
* | Made sure all the error cases involving jpeg or png load/saves clean | Manish Singh | 2002-01-20 | 3 | -11/+27 |
* | Credit Michael Hore for last two changes | Owen Taylor | 2002-01-12 | 1 | -2/+2 |
* | Fix integer overflow for the values passed to the pixel functions. | Owen Taylor | 2002-01-11 | 2 | -4/+9 |
* | Remove meaningless FIXME. | Owen Taylor | 2002-01-11 | 6 | -22/+54 |
* | Replace some hardcoded values with the SUBSAMPLE | Owen Taylor | 2002-01-10 | 2 | -6/+11 |
* | Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to | Owen Taylor | 2002-01-09 | 6 | -28/+19 |