| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it compile | Matthias Clasen | 2010-06-25 | 1 | -2/+2 |
* | Cleanup some translation handling | Matthias Clasen | 2009-06-15 | 1 | -3/+4 |
* | prevent RLE encoding of 1x1 pixel images, since the encoder comparison | 13:28:23 Tim Janik | 2008-09-23 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -9/+9 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -29/+5 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Actually free the temporary pixbuf data. | Matthias Clasen | 2004-08-24 | 1 | -2/+9 |
* | Work around bugs in the runlength encoder by forcing rowstride * height to | Matthias Clasen | 2004-08-24 | 1 | -1/+21 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-11 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix example in documentation comment. Fixes #130701. | Federico Mena Quintero | 2004-01-07 | 1 | -1/+1 |
* | Use ngettext for plurals (#123847). | Christian Neumair | 2003-12-31 | 1 | -1/+3 |
* | Add the correct alignment magic for Sun compiler and for GCC to get the | Owen Taylor | 2003-08-18 | 1 | -0/+12 |
* | Improve doc comment wording. (#119754, Doug Quale) | Matthias Clasen | 2003-08-13 | 1 | -1/+1 |
* | Document data_length == -1, add an example. (#97290) | Matthias Clasen | 2003-06-02 | 1 | -6/+12 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -1/+1 |
* | Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones) | Owen Taylor | 2003-05-14 | 1 | -1/+1 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -1/+0 |
* | Patch from Andy Wingo to always escape ? to avoid accidentally generating | Owen Taylor | 2002-10-01 | 1 | -1/+1 |
* | free the result of gdk_pixdata_serialize() (bug #89411). | Sven Neumann | 2002-07-31 | 1 | -15/+16 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 1 | -2/+2 |
* | Use {} not () to group around string assigned to char[]. (#72767, Tomas | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -11/+14 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -2/+1 |
* | Fix alignment problem in deserialization, (#65785, reported by Hidetoshi | Owen Taylor | 2001-11-30 | 1 | -15/+14 |
* | Documentation. Spelling fixes. | Matthias Clasen | 2001-10-16 | 1 | -19/+61 |
* | Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE. | Owen Taylor | 2001-10-10 | 1 | -31/+37 |
* | Fix indentation use a macro to make code a bit more readable. | Owen Taylor | 2001-10-02 | 1 | -73/+74 |
* | s/g_string_printfa/g_string_append_printf/ | Sven Neumann | 2001-10-02 | 1 | -45/+45 |
* | Fix a typo. | Kjartan Maraas | 2001-08-06 | 1 | -1/+1 |
* | don't 'g_tohl (*istream++)', but move pointer increment out of the macro, | Hans Breuer | 2001-07-20 | 1 | -6/+12 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+1 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -0/+817 |