summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tiff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some updatesHavoc Pennington2000-10-181-1/+2
* contrib subdirHavoc Pennington2000-10-091-0/+2
* Fix comments to not claim that all three of these files are the JPEG imageDan Winship2000-10-051-1/+1
* Check for <unistd.h>.Tor Lillqvist2000-08-011-0/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Win32 build setup:Tor Lillqvist2000-07-221-1/+16
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-2/+2
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-11/+11
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-1/+2
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-1/+3
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-3/+3
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* fix .tiff loader.Jonathan Blandford1999-11-041-0/+1
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-041-5/+11
* *src/io-tiff.c (image_begin_load): Finished the incremental loader.Jonathan Blandford1999-10-281-36/+68
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-1/+60
* more work on the incremental loadingJonathan Blandford1999-10-261-1/+2
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-37/+39
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-52/+53
* Add pixbuf_duplicate,Michael Meeks1999-09-221-8/+4
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-171-1/+1
* Now we have very rudimentary tiff support.Mark Crichton1999-07-011-0/+101