]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/io-tiff.c
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / gdk-pixbuf / io-tiff.c
2010-04-04 Matthias ClasenDon't use string concatentation in translated strings
2010-04-04 Richard HughesAdd icc-profile option to gdk-pixbuf for the TIFF image...
2010-01-03 Matthias ClasenDon't use string concatentation in translated strings
2009-12-21 Richard HughesAdd icc-profile option to gdk-pixbuf for the TIFF image...
2009-11-30 Christian DywanImplement "compression" option in the TIFF pixbuf loader
2008-08-14 Matthias ClasenExclude CR2 files in the tiff loader.
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-06-13 Hans Breuerupdated to allow simple switch between gdiplus- and...
2008-05-27 Tor LillqvistUse explicit G_MODULE_EXPORT decoration when building...
2007-07-06 Michael J. ChudobiakAdded a comment to explain the signal used to stop...
2007-07-05 Matthias ClasenTry again to make gdk_pixbuf_get_file_info work for...
2007-07-03 Matthias ClasenAlways set an error when returning NULL. (453365, Micha...
2007-05-18 Michael J. ChudobiakBump libtiff requirement to 3.6.0, by requiring presence of
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-10-08 Matthias ClasenCleanups
2006-02-28 Anders CarlssonUpdate documentation now that tiff supports saving.
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2005-02-07 Matthias ClasenPass in the max number of bytes to read. (pnm_read_asci...
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-07-09 Manish Singhfunction doesn't return a value, so don't use g_return_...
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-06-16 Matthias ClasenMake the tiff loader work with both libtiff 3.5.7 and...
2004-02-28 Hans Breuerinclude <io.h> for lseek() use HAVE_UNISTD_H
2004-01-07 Matthias ClasenMake it possible to call gdk_pixbuf_loader_set_size...
2002-12-04 Bastien Nocerause G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-07-06 Matthias ClasenHandle global_error == NULL better. (tiff_image_parse...
2002-05-18 Matthias ClasenCheck for endianness.
2002-04-05 Matthias ClasenAvoid allocating an extra copy of the image by using a
2002-03-25 Matthias ClasenDon't leak pixbuf on error.
2002-03-21 Matthias ClasenAvoid a double free error if reading the colormap fails.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-09-20 Owen TaylorOn OSF, apparently fseek() works in some on-demand...
2001-09-14 Matthias ClasenRobustness fixes and test images for the jpeg, tiff...
2001-06-01 Jonathan BlandfordInitial stab at getting the focus code to work.
2001-05-07 Havoc Penningtonfix some shell typos
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-11-11 Tor LillqvistUse g_file_open_tmp() (just added to GLib) instead...
2000-10-18 Havoc PenningtonSome updates
2000-10-09 Havoc Penningtoncontrib subdir
2000-10-05 Dan WinshipFix comments to not claim that all three of these files...
2000-08-01 Tor LillqvistCheck for <unistd.h>.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-22 Tor LillqvistWin32 build setup:
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-01-07 Jonathan BlandfordAdded progressive animation loading. Added progressive...
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-04 Jonathan Blandfordfix .tiff loader.
1999-11-04 Jonathan Blandfordhandle the actual update. add a update_func callback...
1999-10-28 Jonathan Blandford*src/io-tiff.c (image_begin_load): Finished the increme...
1999-10-28 Jonathan Blandfordstarted work on the tiff non-incremental loader.
1999-10-26 Jonathan Blandfordmore work on the incremental loading
1999-10-20 Federico Mena QuinteroRemoved the unref_fn field. Now all memory management...
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-01 Mark CrichtonNow we have very rudimentary tiff support.