summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-0/+5
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-0/+4
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-153-2/+8
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-094-1/+15
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-0817-4/+112
* Fix the build.Matthias Clasen2004-07-072-0/+6
* Also gdk-pixbuf.c was changed.Tor Lillqvist2004-07-061-3/+4
* Mark the version variables for proper import and export from Windows DLLs.Tor Lillqvist2004-07-063-6/+38
* Correct the math to calculate bilinear weights. (#112412, Brian Cameron)Matthias Clasen2004-07-032-2/+7
* New functions to rotate pixbufs by multiples of 90 degrees and to flipMatthias Clasen2004-06-213-1/+168
* Header file reorganization. (#51999)Matthias Clasen2004-06-208-326/+417
* Add a nice figure to the docs.Matthias Clasen2004-06-192-3/+19
* Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1.Matthias Clasen2004-06-162-66/+92
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-125-15/+22
* Convert filenames to UTF-8 when embedding them in error messages.Matthias Clasen2004-06-053-27/+88
* Merged from 2.4Matthias Clasen2004-05-172-1/+8
* _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder)Matthias Clasen2004-05-105-143/+153
* New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats.Matthias Clasen2004-05-064-0/+32
* === Released 2.4.1 ===GTK_2_4_1Matthias Clasen2004-04-301-0/+4
* When calling fread() in a loop, check for ferror() as well as for feof()Matthias Clasen2004-04-133-4/+13
* === Released 2.4.0 ===Owen Taylor2004-03-161-0/+4
* [Win32] Look up installation prefix at run-time, replace prefix inTor Lillqvist2004-03-152-1/+47
* Merges from stable branch that had been left out. (#136282, J. Ali Harlow)Tor Lillqvist2004-03-154-23/+91
* === Released 2.3.6 ===GTK_2_3_6Owen Taylor2004-03-091-0/+4
* 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-052-0/+9
* Don't try to load an alpha channel from the BMP, since there is noMatthias Clasen2004-03-052-2/+8
* === Released 2.3.5 ===GTK_2_3_5Owen Taylor2004-03-021-0/+4
* include <io.h> for lseek() use HAVE_UNISTD_HHans Breuer2004-02-283-0/+9
* === Released 2.3.3 ===GTK_2_3_3Owen Taylor2004-02-241-0/+4
* Remove debugging code.Matthias Clasen2004-02-222-3/+5
* Store and sanity-check the clrUsed field from the header for use inMatthias Clasen2004-02-202-12/+48
* removed unnecessary G_OBJECT() cast checks.Manish Singh2004-02-083-7/+15
* updated externalsHans Breuer2004-01-282-2/+8
* Forgotten log entry.Matthias Clasen2004-01-201-0/+7
* 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-163-16/+27
* #include <unistd.h> for unlink()Manish Singh2004-01-091-1/+6
* Don't use bitwise operators on booleans. (#130923, reported by TelsaMatthias Clasen2004-01-082-1/+6
* Escape an ampersand in the documentation comment, and hack around an emptyFederico Mena Quintero2004-01-072-2/+6
* Link to the documentation section on image data.Federico Mena Quintero2004-01-072-1/+8
* Fix example in documentation comment. Fixes #130701.Federico Mena Quintero2004-01-072-1/+6
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-078-27/+698
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-0713-29/+250
* Turn the pixbuf attributes into (construct-only, but always readable)Matthias Clasen2004-01-033-11/+206
* Use ngettext for plurals (#123847).Christian Neumair2003-12-311-1/+3
* Fix building with --disable-modules --with-included-loaders, create anMatthias Clasen2003-12-222-2/+14
* Move the documentation for signals inline, to get proper parameterMatthias Clasen2003-12-112-2/+51
* 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