summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-wbmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+16
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Use better magic. (#339877, Bastien Nocera)Matthias Clasen2007-10-161-1/+4
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* fix the buildMatthias Clasen2006-10-081-1/+1
* CleanupsMatthias Clasen2006-10-081-1/+1
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-6/+6
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-12/+37
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-36/+0
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-3/+5
* context->updated_func is NULL during a nonincremental load.Matthias Clasen2002-03-231-7/+8
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-121-0/+3
* Enable some tests which should work now.Matthias Clasen2002-02-101-6/+43
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+2
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-2/+2
* fix some shell typosHavoc Pennington2001-05-071-8/+4
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-12/+30
* Some updatesHavoc Pennington2000-10-181-10/+18
* Fix compiler warningsElliot Lee2000-08-091-1/+1
* Check for <unistd.h>.Tor Lillqvist2000-08-011-0/+2
* Some bug fixes - now tested to work.Elliot Lee2000-08-011-2/+4
* Add a 'w' in the right spot.Elliot Lee2000-08-011-2/+1
* Part 2 of previous commit (aka "it compiles now, ma")Elliot Lee2000-07-281-13/+14
* Add gdk_pixbuf_loader_new_with_type function, to allow handling imageElliot Lee2000-07-281-0/+314