summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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-142-2/+27
* Typo fix.Matthias Clasen2003-11-092-1/+5
* If neither load nor begin_load are available fall back to load_animationMatthias Clasen2003-11-092-19/+45
* New function to write out the information for a single loader, factoredMatthias Clasen2003-11-092-21/+89
* Fold two similar strings into on. (#126204, Danilo Segan)Matthias Clasen2003-11-052-1/+6
* Remove a pointless check. (#122710, Kjartan Maraas)Matthias Clasen2003-09-192-6/+5
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Add the correct alignment magic for Sun compiler and for GCC to get theOwen Taylor2003-08-182-0/+18
* Improve doc comment wording. (#119754, Doug Quale)Matthias Clasen2003-08-132-1/+6
* Reformat to 80 columns.Matthias Clasen2003-08-111-57/+80
* Clarify misleading explanation of rowstride. (#119000)Matthias Clasen2003-08-033-5/+11
* Preserve the aspect ratio. (#118145, Owen Taylor)Matthias Clasen2003-07-232-2/+40
* Close loader before unref'ing it. (#118146, Owen Taylor)Matthias Clasen2003-07-232-0/+6
* updatedHans Breuer2003-07-203-3/+19
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-172-10/+18
* New function to load an image from a file at a specified size. (#105326,Matthias Clasen2003-07-133-0/+95
* Use g_strfreev() to free mime_types. (#117219, Steve Chaplin)Matthias Clasen2003-07-113-10/+16
* Support saving ICOs and CURs.Matthias Clasen2003-07-033-3/+330
* Stop discriminating against 32bpp ICOs a): Use the byte size of the imageMatthias Clasen2003-06-282-13/+18
* Make it compile with C89 compilers.Soeren Sandmann2003-06-272-2/+9
* Remove the pointless refusal to load images with dubious disposal mode onMatthias Clasen2003-06-232-11/+8
* Add gdk_pixbuf_loader_new_with_mime_type.Matthias Clasen2003-06-223-0/+64
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-223-139/+168
* Merge from 2.2Matthias Clasen2003-06-212-24/+45
* 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-022-6/+17
* Fix misleading documentation of rowstride. (#113924, Noah Levitt)Matthias Clasen2003-05-312-4/+9
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-273-7/+15
* A loader for PCX files. (#113035, Josh Beam)Matthias Clasen2003-05-215-3/+792
* Improve progressive loading from slow sources: (#107368)Matthias Clasen2003-05-193-4/+32
* Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones)Owen Taylor2003-05-142-1/+6
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-062-69/+68
* Add sanity checks for GError handling. (#108345)Matthias Clasen2003-04-244-1/+20
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-014-346/+405
* Add missing static. (#108614)Matthias Clasen2003-03-212-1/+4
* Add missing static qualifiers apparently causing problems on someMatthias Clasen2003-03-213-3/+10
* Calculate LineWidth for 16bpp from width, like for the other depths.Matthias Clasen2003-03-112-1/+6
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-083-2/+9
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-062-1/+5
* Always clear the initial frame and "disposed" areas with transparentMatthias Clasen2003-02-192-4/+9
* Auxiliary functions used to implement support for arbitrary origins.Matthias Clasen2003-02-182-462/+108
* Actually reject images with origin not in the upper-left corner. (#105912)Matthias Clasen2003-02-132-5/+14
* Better error message if module_open() fails. (#105349, Tim Mooney)Matthias Clasen2003-02-061-1/+5
* Rewrite to run on the .la files rather than looking for .so files.Owen Taylor2003-01-272-2/+15
* Add gdk_pixbuf_loader_set_size.Tor Lillqvist2003-01-051-0/+1
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-055-175/+7
* Don't crash if gdk-pixbuf.loaders file is missing. (#102222)Matthias Clasen2003-01-022-6/+13
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-153-50/+50
* Add docs.Matthias Clasen2002-12-083-0/+10