]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-bmp.c
Adds authentication support of CUPS backend
[~andy/gtk] / gdk-pixbuf / io-bmp.c
2009-01-22 Tor LillqvistBug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmps
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2008-03-11 Claudio SaavedraSet a GDK_ERROR_CORRUPT_IMAGE error if the loader is...
2008-03-11 Claudio SaavedraCheck for the BMP header magic numbers before decoding...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-04 Matthias ClasenFix a compiler warning
2006-12-22 Matthias ClasenHandle bmps with more than 8 bits per channel. (#172584...
2006-12-22 Matthias ClasenHandle offsets more carefully. (#172188, David Costanzo)
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2005-05-27 Matthias ClasenAccept the 108 byte header of BMP v4. (#168799)
2005-04-09 Matthias ClasenDon't display too many broken images. (#169870, Roman...
2005-04-07 Matthias ClasenInitialize the colormap to zero. (#171762, David Costanzo)
2005-03-30 Matthias ClasenAvoid bus errors due to unaligned access. (#168173...
2005-03-28 Matthias ClasenUse the correct update regions for compressed bmps...
2005-03-28 Manish Singhreject 0-sized buffers as corrupt header data. Fixes...
2005-02-24 Matthias ClasenDocument BMP saving support.
2005-01-04 Matthias ClasenSome more
2005-01-04 Matthias ClasenRemove leftover debug printf
2005-01-04 Matthias ClasenError on compressed images with negative height. Also...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-08-20 Owen TaylorFix infinite loop that can occur for bad image data...
2004-08-13 Matthias ClasenProperly determine the number of colors in an OS/2...
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-03-05 Matthias ClasenDon't try to load an alpha channel from the BMP, since...
2004-02-22 Matthias ClasenRemove debugging code.
2004-02-20 Matthias ClasenStore and sanity-check the clrUsed field from the heade...
2004-01-07 Matthias ClasenMake it possible to call gdk_pixbuf_loader_set_size...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-09-27 Federico Mena QuinteroFix the update region notification to handle top-to...
2002-09-03 Matthias ClasenDon't leak memory if g_try_realloc fails.
2002-07-07 Matthias ClasenNew function for loading an image from a file either...
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-07-02 Matthias Clasen Miscellaneous bmp loader fixes (#85448, #86286, #86287):
2002-06-10 Federico Mena QuinteroNew functions to fetch 32 or 16-bit little-endian value...
2002-03-12 Matthias ClasenReplace a g_assert_not_reached () which could actually...
2002-03-05 Matthias ClasenFix docs.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-11-29 Manish SinghFill in missing error parameters to DecodeHeader and...
2001-11-29 Federico Mena QuinteroFix Ximian bug #12125; merged from gdk-pixbuf stable.
2001-08-28 Matthias Clasenio-bmp.c (OneLine): Emit area_updated signal with proper
2001-05-28 Jonathan BlandfordPatch from Helmethead <hoshem@mel.comcen.com.au> to...
2001-05-07 Havoc Penningtonfix some shell typos
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-10-18 Havoc PenningtonSome updates
2000-08-01 Tor LillqvistCheck for <unistd.h>.
2000-07-28 Elliot LeeAdd gdk_pixbuf_loader_new_with_type function, to allow...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-03-06 Arjan van de VenArjan van de Ven <arjan@fenrus.demon.nl>
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
1999-12-07 Arjan van de VenAdded missing "include <string.h>" to: gdk-pixbuf/io...
1999-12-04 Arjan van de VenMajor cleanup, added support for 32 bpp and 4 bpp ...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-24 Jonathan Blandfordnew patch from Arjan to handle compressed bmps.
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-21 Jonathan Blandfordadded io-bmp from Arjan <arjan@fenrus.demon.nl>
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-09-22 Michael MeeksAdd pixbuf_duplicate,
1999-09-17 Federico Mena QuinteroSet the initial ref_count to 1.
1999-07-19 Mark CrichtonOk minor changes.
1999-07-08 Mark CrichtonMassive update...