summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixdata.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Update pixdata styleEmmanuele Bassi2021-03-211-54/+63
* docs: Generate the GdkPixdata API referenceEmmanuele Bassi2021-03-211-10/+23
* Coding style fixupsFederico Mena Quintero2018-07-011-6/+6
* gdk-pixdata.c: Use the pixel getter APIFederico Mena Quintero2018-06-011-10/+13
* pixdata: Check for RLE pixdata lengthBastien Nocera2016-12-161-2/+32
* pixdata: Avoid copying more data than availableBastien Nocera2016-12-161-0/+23
* Revert "pixdata: Prevent buffer overflow by checking for bounds before memcpy"Bastien Nocera2016-12-161-18/+1
* pixdata: Add debug when decoding pixdataBastien Nocera2016-12-161-0/+7
* pixdata: Prevent buffer overflow by checking for bounds before memcpyTobias Mueller2016-12-131-1/+18
* Ignore deprecations in gdk-pixdata.cMatthias Clasen2015-08-231-1/+4
* doc: Fix comment characters in GdkPixdata API docsBastien Nocera2014-10-211-1/+1
* lib: Deprecate GdkPixdataBastien Nocera2014-10-211-0/+13
* Add some missing nullability annotations.Evan Nemerson2014-05-161-2/+3
* Drop markup from doc commentsMatthias Clasen2014-02-151-13/+13
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use g_try_malloc_n where it makes senseMatthias Clasen2013-12-181-1/+1
* Documentation fixesMatthias Clasen2012-09-031-1/+1
* Removed entities from the code markup as they are not being expandedXabier Rodriguez Calvar2012-07-301-1/+1
* Various annotation fixesMatthias Clasen2011-12-161-5/+8
* Documentation: Migrate from old tmpl files.Jon Nordby2011-03-061-0/+13
* Add introspection annotationsJohan Dahlin2010-09-181-1/+1
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Make it compileMatthias Clasen2010-06-251-2/+2
* Cleanup some translation handlingMatthias Clasen2009-06-151-3/+4
* prevent RLE encoding of 1x1 pixel images, since the encoder comparison13:28:23 Tim Janik2008-09-231-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-9/+9
* CleanupsMatthias Clasen2006-10-081-29/+5
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Actually free the temporary pixbuf data.Matthias Clasen2004-08-241-2/+9
* Work around bugs in the runlength encoder by forcing rowstride * height toMatthias Clasen2004-08-241-1/+21
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix example in documentation comment. Fixes #130701.Federico Mena Quintero2004-01-071-1/+1
* Use ngettext for plurals (#123847).Christian Neumair2003-12-311-1/+3
* Add the correct alignment magic for Sun compiler and for GCC to get theOwen Taylor2003-08-181-0/+12
* Improve doc comment wording. (#119754, Doug Quale)Matthias Clasen2003-08-131-1/+1
* Document data_length == -1, add an example. (#97290)Matthias Clasen2003-06-021-6/+12
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones)Owen Taylor2003-05-141-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+0
* Patch from Andy Wingo to always escape ? to avoid accidentally generatingOwen Taylor2002-10-011-1/+1
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-311-15/+16
* Fixes for #78258Owen Taylor2002-05-161-2/+2
* Use {} not () to group around string assigned to char[]. (#72767, TomasOwen Taylor2002-02-271-2/+2
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-11/+14
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+1
* Fix alignment problem in deserialization, (#65785, reported by HidetoshiOwen Taylor2001-11-301-15/+14