| Commit message (Expand) | Author | Age | Files | Lines |
* | Header file reorganization. (#51999) | Matthias Clasen | 2004-06-20 | 8 | -326/+417 |
* | Add a nice figure to the docs. | Matthias Clasen | 2004-06-19 | 2 | -3/+19 |
* | Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1. | Matthias Clasen | 2004-06-16 | 2 | -66/+92 |
* | Don't use contractions like "don't" or "isn't" in error messages. It isn't | Matthias Clasen | 2004-06-12 | 5 | -15/+22 |
* | Convert filenames to UTF-8 when embedding them in error messages. | Matthias Clasen | 2004-06-05 | 3 | -27/+88 |
* | Merged from 2.4 | Matthias Clasen | 2004-05-17 | 2 | -1/+8 |
* | _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder) | Matthias Clasen | 2004-05-10 | 5 | -143/+153 |
* | New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats. | Matthias Clasen | 2004-05-06 | 4 | -0/+32 |
* | === Released 2.4.1 ===GTK_2_4_1 | Matthias Clasen | 2004-04-30 | 1 | -0/+4 |
* | When calling fread() in a loop, check for ferror() as well as for feof() | Matthias Clasen | 2004-04-13 | 3 | -4/+13 |
* | === Released 2.4.0 === | Owen Taylor | 2004-03-16 | 1 | -0/+4 |
* | [Win32] Look up installation prefix at run-time, replace prefix in | Tor Lillqvist | 2004-03-15 | 2 | -1/+47 |
* | Merges from stable branch that had been left out. (#136282, J. Ali Harlow) | Tor Lillqvist | 2004-03-15 | 4 | -23/+91 |
* | === Released 2.3.6 ===GTK_2_3_6 | Owen Taylor | 2004-03-09 | 1 | -0/+4 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 8 | -3/+8 |
* | Add missing entries. Thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 2 | -0/+9 |
* | Don't try to load an alpha channel from the BMP, since there is no | Matthias Clasen | 2004-03-05 | 2 | -2/+8 |
* | === Released 2.3.5 ===GTK_2_3_5 | Owen Taylor | 2004-03-02 | 1 | -0/+4 |
* | include <io.h> for lseek() use HAVE_UNISTD_H | Hans Breuer | 2004-02-28 | 3 | -0/+9 |
* | === Released 2.3.3 ===GTK_2_3_3 | Owen Taylor | 2004-02-24 | 1 | -0/+4 |
* | Remove debugging code. | Matthias Clasen | 2004-02-22 | 2 | -3/+5 |
* | Store and sanity-check the clrUsed field from the header for use in | Matthias Clasen | 2004-02-20 | 2 | -12/+48 |
* | removed unnecessary G_OBJECT() cast checks. | Manish Singh | 2004-02-08 | 3 | -7/+15 |
* | updated externals | Hans Breuer | 2004-01-28 | 2 | -2/+8 |
* | Forgotten log entry. | Matthias Clasen | 2004-01-20 | 1 | -0/+7 |
* | splitting the gtk20 translation domain. | Matthias Clasen | 2004-01-17 | 1 | -1/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 3 | -16/+27 |
* | #include <unistd.h> for unlink() | Manish Singh | 2004-01-09 | 1 | -1/+6 |
* | Don't use bitwise operators on booleans. (#130923, reported by Telsa | Matthias Clasen | 2004-01-08 | 2 | -1/+6 |
* | Escape an ampersand in the documentation comment, and hack around an empty | Federico Mena Quintero | 2004-01-07 | 2 | -2/+6 |
* | Link to the documentation section on image data. | Federico Mena Quintero | 2004-01-07 | 2 | -1/+8 |
* | Fix example in documentation comment. Fixes #130701. | Federico Mena Quintero | 2004-01-07 | 2 | -1/+6 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 8 | -27/+698 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 13 | -29/+250 |
* | Turn the pixbuf attributes into (construct-only, but always readable) | Matthias Clasen | 2004-01-03 | 3 | -11/+206 |
* | Use ngettext for plurals (#123847). | Christian Neumair | 2003-12-31 | 1 | -1/+3 |
* | Fix building with --disable-modules --with-included-loaders, create an | Matthias Clasen | 2003-12-22 | 2 | -2/+14 |
* | Move the documentation for signals inline, to get proper parameter | Matthias Clasen | 2003-12-11 | 2 | -2/+51 |
* | gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders and | Manish Singh | 2003-11-18 | 1 | -1/+5 |
* | Check that the mask is NULL or a string of the same length consisting | Matthias Clasen | 2003-11-14 | 2 | -2/+27 |
* | Typo fix. | Matthias Clasen | 2003-11-09 | 2 | -1/+5 |
* | If neither load nor begin_load are available fall back to load_animation | Matthias Clasen | 2003-11-09 | 2 | -19/+45 |
* | New function to write out the information for a single loader, factored | Matthias Clasen | 2003-11-09 | 2 | -21/+89 |
* | Fold two similar strings into on. (#126204, Danilo Segan) | Matthias Clasen | 2003-11-05 | 2 | -1/+6 |
* | Remove a pointless check. (#122710, Kjartan Maraas) | Matthias Clasen | 2003-09-19 | 2 | -6/+5 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Add the correct alignment magic for Sun compiler and for GCC to get the | Owen Taylor | 2003-08-18 | 2 | -0/+18 |
* | Improve doc comment wording. (#119754, Doug Quale) | Matthias Clasen | 2003-08-13 | 2 | -1/+6 |
* | Reformat to 80 columns. | Matthias Clasen | 2003-08-11 | 1 | -57/+80 |
* | Clarify misleading explanation of rowstride. (#119000) | Matthias Clasen | 2003-08-03 | 3 | -5/+11 |