| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated code: GdkPixbuf | Javier Jardón | 2010-05-03 | 1 | -33/+0 |
* | [docs] Add missing "Deprecated: 2.x" to the api doc comments | Javier Jardón | 2010-01-11 | 1 | -2/+2 |
* | Bug 546549 : Better Type Checking reviewed by mitch | Sven Herzberg | 2008-08-06 | 1 | -9/+9 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | put back the #define, but call it GDK_PIXBUF_C_COMPILATION. | Michael Natterer | 2008-05-27 | 1 | -0/+1 |
* | Fix and simplify definition of GDK_PIXBUF_VAR: | Michael Natterer | 2008-05-27 | 1 | -5/+4 |
* | Document the "orientation" option. | Matthias Clasen | 2007-07-02 | 1 | -1/+9 |
* | Remove redundant size checks, and document that width, height must be > 0. | Matthias Clasen | 2006-12-21 | 1 | -8/+5 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -6/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE | Matthias Clasen | 2006-04-04 | 1 | -28/+4 |
* | Small savings | Matthias Clasen | 2006-04-04 | 1 | -5/+1 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -18/+11 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Use canonical form of the name when registering properties. | Matthias Clasen | 2005-03-09 | 1 | -3/+3 |
* | Revert the previous change, since it breaks bin compat. | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Document current restrictions for property values. (#157409, Matthew H. | Matthias Clasen | 2004-11-05 | 1 | -0/+19 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-11 | 1 | -0/+1 |
* | Mark the version variables for proper import and export from Windows DLLs. | Tor Lillqvist | 2004-07-06 | 1 | -4/+5 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -16/+16 |
* | Link to the documentation section on image data. | Federico Mena Quintero | 2004-01-07 | 1 | -1/+3 |
* | Turn the pixbuf attributes into (construct-only, but always readable) | Matthias Clasen | 2004-01-03 | 1 | -2/+187 |
* | Clarify misleading explanation of rowstride. (#119000) | Matthias Clasen | 2003-08-03 | 1 | -2/+3 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -1/+1 |
* | Add deprecation docs. | Matthias Clasen | 2002-11-29 | 1 | -3/+5 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | add deprecation compile flags | Manish Singh | 2002-09-29 | 1 | -2/+2 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 1 | -2/+2 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 1 | -2/+2 |
* | use sequential writes instead of calling memcpy(). Simpler and potentially | Sven Neumann | 2002-03-12 | 1 | -43/+37 |
* | Bullet-proof against integer overflow. | Owen Taylor | 2002-03-03 | 1 | -3/+14 |
* | Merge 16- and 32-bit ico support from the stable branch. (#61179) | Matthias Clasen | 2002-02-01 | 1 | -11/+14 |
* | Forgotten files. | Matthias Clasen | 2001-12-20 | 1 | -4/+4 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+2 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -0/+88 |
* | a comment asked to optimize this function, so that's what I did. | Sven Neumann | 2001-08-07 | 1 | -11/+24 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -2/+2 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 1 | -0/+58 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -3/+3 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -2/+0 |
* | include glib-object.h instead of gvaluetypes.h | Havoc Pennington | 2001-01-31 | 1 | -1/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -18/+6 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -0/+54 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+11 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | use FALSE for size_only most of the time when calling | Owen Taylor | 2000-07-14 | 1 | -0/+1 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -67/+64 |