| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Update pixdata style | Emmanuele Bassi | 2021-03-21 | 1 | -54/+63 |
* | docs: Generate the GdkPixdata API reference | Emmanuele Bassi | 2021-03-21 | 1 | -10/+23 |
* | Coding style fixups | Federico Mena Quintero | 2018-07-01 | 1 | -6/+6 |
* | gdk-pixdata.c: Use the pixel getter API | Federico Mena Quintero | 2018-06-01 | 1 | -10/+13 |
* | pixdata: Check for RLE pixdata length | Bastien Nocera | 2016-12-16 | 1 | -2/+32 |
* | pixdata: Avoid copying more data than available | Bastien Nocera | 2016-12-16 | 1 | -0/+23 |
* | Revert "pixdata: Prevent buffer overflow by checking for bounds before memcpy" | Bastien Nocera | 2016-12-16 | 1 | -18/+1 |
* | pixdata: Add debug when decoding pixdata | Bastien Nocera | 2016-12-16 | 1 | -0/+7 |
* | pixdata: Prevent buffer overflow by checking for bounds before memcpy | Tobias Mueller | 2016-12-13 | 1 | -1/+18 |
* | Ignore deprecations in gdk-pixdata.c | Matthias Clasen | 2015-08-23 | 1 | -1/+4 |
* | doc: Fix comment characters in GdkPixdata API docs | Bastien Nocera | 2014-10-21 | 1 | -1/+1 |
* | lib: Deprecate GdkPixdata | Bastien Nocera | 2014-10-21 | 1 | -0/+13 |
* | Add some missing nullability annotations. | Evan Nemerson | 2014-05-16 | 1 | -2/+3 |
* | Drop markup from doc comments | Matthias Clasen | 2014-02-15 | 1 | -13/+13 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | Use g_try_malloc_n where it makes sense | Matthias Clasen | 2013-12-18 | 1 | -1/+1 |
* | Documentation fixes | Matthias Clasen | 2012-09-03 | 1 | -1/+1 |
* | Removed entities from the code markup as they are not being expanded | Xabier Rodriguez Calvar | 2012-07-30 | 1 | -1/+1 |
* | Various annotation fixes | Matthias Clasen | 2011-12-16 | 1 | -5/+8 |
* | Documentation: Migrate from old tmpl files. | Jon Nordby | 2011-03-06 | 1 | -0/+13 |
* | Add introspection annotations | Johan Dahlin | 2010-09-18 | 1 | -1/+1 |
* | Replace the aliasing hacks by -Bsymbolic-functions | Matthias Clasen | 2010-07-09 | 1 | -4/+0 |
* | 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 |