summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-wbmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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