summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-068-3/+8
* Add missing entries. Thanks to J. Ali Harlow.Tor Lillqvist2004-03-051-0/+5
* Don't try to load an alpha channel from the BMP, since there is noMatthias Clasen2004-03-051-2/+2
* include <io.h> for lseek() use HAVE_UNISTD_HHans Breuer2004-02-282-0/+4
* Remove debugging code.Matthias Clasen2004-02-221-3/+0
* Store and sanity-check the clrUsed field from the header for use inMatthias Clasen2004-02-201-12/+41
* removed unnecessary G_OBJECT() cast checks.Manish Singh2004-02-082-7/+6
* updated externalsHans Breuer2004-01-281-2/+4
* splitting the gtk20 translation domain.Matthias Clasen2004-01-171-1/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-162-16/+18
* #include <unistd.h> for unlink()Manish Singh2004-01-091-1/+6
* Don't use bitwise operators on booleans. (#130923, reported by TelsaMatthias Clasen2004-01-081-1/+1
* Escape an ampersand in the documentation comment, and hack around an emptyFederico Mena Quintero2004-01-071-2/+2
* Link to the documentation section on image data.Federico Mena Quintero2004-01-071-1/+3
* Fix example in documentation comment. Fixes #130701.Federico Mena Quintero2004-01-071-1/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-077-27/+672
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-0712-29/+225
* Turn the pixbuf attributes into (construct-only, but always readable)Matthias Clasen2004-01-032-11/+197
* Use ngettext for plurals (#123847).Christian Neumair2003-12-311-1/+3
* Fix building with --disable-modules --with-included-loaders, create anMatthias Clasen2003-12-221-1/+6
* Move the documentation for signals inline, to get proper parameterMatthias Clasen2003-12-111-2/+45
* gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders andManish Singh2003-11-181-1/+5
* Check that the mask is NULL or a string of the same length consistingMatthias Clasen2003-11-141-2/+21
* Typo fix.Matthias Clasen2003-11-091-1/+1
* If neither load nor begin_load are available fall back to load_animationMatthias Clasen2003-11-091-19/+38
* New function to write out the information for a single loader, factoredMatthias Clasen2003-11-091-21/+80
* Fold two similar strings into on. (#126204, Danilo Segan)Matthias Clasen2003-11-051-1/+1
* Remove a pointless check. (#122710, Kjartan Maraas)Matthias Clasen2003-09-191-6/+0
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Add the correct alignment magic for Sun compiler and for GCC to get theOwen Taylor2003-08-181-0/+12
* Improve doc comment wording. (#119754, Doug Quale)Matthias Clasen2003-08-131-1/+1
* Clarify misleading explanation of rowstride. (#119000)Matthias Clasen2003-08-032-5/+5
* Preserve the aspect ratio. (#118145, Owen Taylor)Matthias Clasen2003-07-231-2/+35
* Close loader before unref'ing it. (#118146, Owen Taylor)Matthias Clasen2003-07-231-0/+1
* updatedHans Breuer2003-07-202-3/+13
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13
* New function to load an image from a file at a specified size. (#105326,Matthias Clasen2003-07-132-0/+89
* Use g_strfreev() to free mime_types. (#117219, Steve Chaplin)Matthias Clasen2003-07-112-10/+8
* Support saving ICOs and CURs.Matthias Clasen2003-07-032-3/+322
* Stop discriminating against 32bpp ICOs a): Use the byte size of the imageMatthias Clasen2003-06-281-13/+9
* Make it compile with C89 compilers.Soeren Sandmann2003-06-271-2/+4
* Remove the pointless refusal to load images with dubious disposal mode onMatthias Clasen2003-06-231-10/+2
* Add gdk_pixbuf_loader_new_with_mime_type.Matthias Clasen2003-06-222-0/+61
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-222-139/+151
* Merge from 2.2Matthias Clasen2003-06-211-24/+35
* Add rule to regenerate man pages from Docbook. (man_MANS): AddMatthias Clasen2003-06-171-6/+0
* Document data_length == -1, add an example. (#97290)Matthias Clasen2003-06-021-6/+12
* Fix misleading documentation of rowstride. (#113924, Noah Levitt)Matthias Clasen2003-05-311-4/+4
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-272-7/+7
* A loader for PCX files. (#113035, Josh Beam)Matthias Clasen2003-05-213-3/+781