summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-data.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Update pixbuf-data styleEmmanuele Bassi2021-03-211-22/+38
* GdkPixbuf: Formalize the difference between pixels/bytes storageFederico Mena Quintero2018-06-011-3/+3
* Add _new_from_bytes() and _read_pixels() API, handle read-only pixbufsColin Walters2014-07-181-1/+49
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Various annotation fixesMatthias Clasen2011-12-161-2/+2
* Fix gdk_pixbuf_new_from_data() annotationMartin Pitt2011-03-251-2/+2
* Add introspection annotationsJohan Dahlin2010-09-181-2/+2
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove redundant size checks, and document that width, height must be > 0.Matthias Clasen2006-12-211-9/+9
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Turn the pixbuf attributes into (construct-only, but always readable)Matthias Clasen2004-01-031-9/+10
* Clarify misleading explanation of rowstride. (#119000)Matthias Clasen2003-08-031-3/+2
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+0
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-2/+2
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-251/+0
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-261-0/+251
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-261-251/+0
* Updated French translation.Christophe Merlet2001-02-061-1/+1
* Some updatesHavoc Pennington2000-10-181-25/+105
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-0/+174
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+1
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-2/+2
* Your eyes are bloodshot.Federico Mena Quintero2000-04-131-1/+1
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-18/+26
* Make passed-in argument 'const'.Elliot Lee2000-02-141-3/+3
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+1
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+1
* More docs work - FedericoArturo Espinosa1999-11-041-2/+2
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-34/+54
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-7/+5
* Added support for loading pixbuf from rgb data in memory. AugmentedMichael Fulbright1999-10-081-0/+51