| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Massive cleanup, make actually legible. - Fix some clamp-to-range bugs | Owen Taylor | 2002-01-08 | 2 | -46/+50 |
* | don't export functions prefixed with underscore | Hans Breuer | 2002-01-05 | 3 | -4/+9 |
* | Fix and uncomment non-MMX version. | Owen Taylor | 2002-01-04 | 4 | -24/+143 |
* | Add makefile.msc. | Tor Lillqvist | 2001-12-29 | 2 | -0/+5 |
* | Fix trailing "," in enumeration. | Owen Taylor | 2001-12-23 | 2 | -1/+5 |
* | Forgotten files. | Matthias Clasen | 2001-12-20 | 2 | -4/+10 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 7 | -24/+27 |
* | small doc tweaks, specifically some "just do XYZ" advice next to the | Havoc Pennington | 2001-12-16 | 2 | -19/+42 |
* | Use g_ascii_strcasecmp() instead of g_strcasecmp(). | Sebastian Wilhelmi | 2001-12-14 | 2 | -1/+6 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 23 | -65/+91 |
* | Markup fixes. | Matthias Clasen | 2001-12-13 | 2 | -10/+13 |
* | define G_LOG_DOMAIN for GdkPixbuf. | Matthias Clasen | 2001-12-12 | 2 | -1/+4 |
* | Markup fixes. | Matthias Clasen | 2001-12-12 | 3 | -13/+17 |
* | gdk_pixbuf__png_image_save: removed wrong endian conversion stuff; don't | Michael Natterer | 2001-12-11 | 2 | -36/+9 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 2 | -0/+10 |
* | Fill in color fields to black for transparent colors since we'll later | Owen Taylor | 2001-12-04 | 2 | -0/+10 |
* | Add gdk_pixbuf_get_option. | Tor Lillqvist | 2001-12-02 | 2 | -0/+5 |
* | Fix alignment problem in deserialization, (#65785, reported by Hidetoshi | Owen Taylor | 2001-11-30 | 2 | -15/+20 |
* | Fill in missing error parameters to DecodeHeader and DecodeColormap. | Manish Singh | 2001-11-29 | 2 | -3/+10 |
* | Fix Ximian bug #12125; merged from gdk-pixbuf stable. | Federico Mena Quintero | 2001-11-29 | 2 | -100/+279 |