summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* broken pipeKristian 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
* Clarify misleading explanation of rowstride. (#119000)Matthias Clasen2003-08-033-3/+10
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-172-12/+24
* Handle absolute filenames properly. (#117170, Jens Elkner)Matthias Clasen2003-07-112-7/+7
* Stop discriminating against 32bpp ICOs a): Use the byte size of the imageMatthias Clasen2003-06-282-13/+18
* Remove the pointless refusal to load images with dubious disposal mode onMatthias Clasen2003-06-232-11/+8
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-222-1/+6
* Don't stop on empty frames. (gif_get_lzw): Handle empty frames as 1x1Matthias Clasen2003-06-212-17/+32
* Correct the calls to update_func() to consistently specifyMatthias Clasen2003-06-212-7/+16
* 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
* 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
* Add sanity checks for GError handling. (#108345)Matthias Clasen2003-04-244-1/+20
* 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
* 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 some missing entries. Thanks to Kenichi SUTO.Tor Lillqvist2003-01-122-0/+11
* Changes for run-time lookup of installation location on Win32:Tor Lillqvist2003-01-093-23/+72
* [Win32] Change backslahses into slashes in path.Tor Lillqvist2003-01-052-0/+18
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-056-175/+8
* 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
* Make gdk-pixbuf.loaders also depend gdk-pixbuf-query-loaders. (#97096,Owen Taylor2002-12-072-1/+6
* Remove leftover debug output. (#100357, Owen Taylor)Matthias Clasen2002-12-052-1/+5
* use G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn't set byBastien Nocera2002-12-042-1/+6
* Add deprecation docs.Matthias Clasen2002-11-293-7/+16
* Document 2.2 API additions.Matthias Clasen2002-11-284-1/+28
* Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh)Owen Taylor2002-11-092-1/+6
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-062-7/+15
* Forgotten ChangeLogMatthias Clasen2002-11-051-0/+4
* ReindentMatthias Clasen2002-11-051-358/+364
* Fix leaked pixbuf reference (#96823, Morten Welinder)Owen Taylor2002-11-052-0/+6
* Check for stack overflow throughout. (#91808, Elliot Lee)Matthias Clasen2002-10-222-2/+17
* Support the Netscape application extension for gif animations (#95060):Matthias Clasen2002-10-204-8/+62
* Documentation updates.Matthias Clasen2002-10-113-2/+8
* make it legal CManish Singh2002-10-042-1/+4
* make legal Cjacob berkman2002-10-042-1/+6
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-0342-587/+1460
* Fix memory leak. (#94399)Owen Taylor2002-10-032-1/+7