summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tiff.c
Commit message (Expand)AuthorAgeFilesLines
* io-tiff.c: Declare Variables at the Top of BlockChun-wei Fan2014-11-111-1/+2
* Add TIFF image density metadata supportRobert Ancell2014-10-301-0/+70
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Allow saving 1-bit mono TIFFs used in faxesMukund Sivaraman2014-10-231-40/+196
* tiff: Flag multi-page TIFF filesMichael Chudobiak2014-10-211-0/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove an outdated commentMatthias Clasen2013-12-181-1/+0
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Make the tiff loader threadsafeMatthias Clasen2012-09-141-139/+59
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+0
* Don't use string concatentation in translated stringsMatthias Clasen2010-01-021-2/+2
* Add icc-profile option to gdk-pixbuf for the TIFF image formatRichard Hughes2009-12-211-19/+40
* Implement "compression" option in the TIFF pixbuf loaderChristian Dywan2009-11-301-0/+33
* Exclude CR2 files in the tiff loader.Matthias Clasen2008-08-141-0/+1
* 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-32/+32
* updated to allow simple switch between gdiplus- and former fileformatHans Breuer2008-06-131-1/+1
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Added a comment to explain the signal used to stop parsing early.Michael J. Chudobiak2007-07-061-0/+5
* Try again to make gdk_pixbuf_get_file_info work for tiff imagesMatthias Clasen2007-07-051-6/+1
* Always set an error when returning NULL. (453365, Michael Chudobiak)Matthias Clasen2007-07-031-1/+6
* Bump libtiff requirement to 3.6.0, by requiring presence ofMichael J. Chudobiak2007-05-181-95/+60
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-5/+1
* Update documentation now that tiff supports saving.Anders Carlsson2006-02-281-12/+246
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-2/+2
* Pass in the max number of bytes to read. (pnm_read_ascii_scanline): AndMatthias Clasen2005-02-071-1/+1
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-17/+1
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-091-0/+2
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1.Matthias Clasen2004-06-161-66/+87
* include <io.h> for lseek() use HAVE_UNISTD_HHans Breuer2004-02-281-0/+2
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+11
* use G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn't set byBastien Nocera2002-12-041-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-6/+32
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+2
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-061-7/+23
* Check for endianness.Matthias Clasen2002-05-181-0/+15
* Avoid allocating an extra copy of the image by using aMatthias Clasen2002-04-051-50/+86
* Don't leak pixbuf on error.Matthias Clasen2002-03-251-0/+3
* Avoid a double free error if reading the colormap fails.Matthias Clasen2002-03-211-1/+1
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-1/+1
* On OSF, apparently fseek() works in some on-demand way, so the fseekOwen Taylor2001-09-201-0/+7
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-13/+17
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-111/+350
* fix some shell typosHavoc Pennington2001-05-071-3/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-21/+60
* Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (orTor Lillqvist2000-11-111-13/+2