| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Preserve the aspect ratio. (#118145, Owen Taylor) | Matthias Clasen | 2003-07-23 | 2 | -2/+40 |
* | Close loader before unref'ing it. (#118146, Owen Taylor) | Matthias Clasen | 2003-07-23 | 2 | -0/+6 |
* | updated | Hans Breuer | 2003-07-20 | 3 | -3/+19 |
* | Split correction into multiple pieces if no single weight is large enough | Matthias Clasen | 2003-07-17 | 2 | -10/+18 |
* | New function to load an image from a file at a specified size. (#105326, | Matthias Clasen | 2003-07-13 | 3 | -0/+95 |
* | Use g_strfreev() to free mime_types. (#117219, Steve Chaplin) | Matthias Clasen | 2003-07-11 | 3 | -10/+16 |
* | Support saving ICOs and CURs. | Matthias Clasen | 2003-07-03 | 3 | -3/+330 |
* | Stop discriminating against 32bpp ICOs a): Use the byte size of the image | Matthias Clasen | 2003-06-28 | 2 | -13/+18 |
* | Make it compile with C89 compilers. | Soeren Sandmann | 2003-06-27 | 2 | -2/+9 |
* | Remove the pointless refusal to load images with dubious disposal mode on | Matthias Clasen | 2003-06-23 | 2 | -11/+8 |
* | Add gdk_pixbuf_loader_new_with_mime_type. | Matthias Clasen | 2003-06-22 | 3 | -0/+64 |
* | Reset block_count to 0 for all application extensions, otherwise the data | Matthias Clasen | 2003-06-22 | 3 | -139/+168 |
* | Merge from 2.2 | Matthias Clasen | 2003-06-21 | 2 | -24/+45 |
* | Add rule to regenerate man pages from Docbook. (man_MANS): Add | Matthias Clasen | 2003-06-17 | 1 | -6/+0 |