| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -0/+6 |
* | function doesn't return a value, so don't use g_return_val_if_fail() | Manish Singh | 2004-07-09 | 1 | -0/+11 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+19 |
* | Fix the build. | Matthias Clasen | 2004-07-07 | 1 | -0/+4 |
* | Also gdk-pixbuf.c was changed. | Tor Lillqvist | 2004-07-06 | 1 | -3/+4 |
* | Mark the version variables for proper import and export from Windows DLLs. | Tor Lillqvist | 2004-07-06 | 1 | -0/+6 |
* | Correct the math to calculate bilinear weights. (#112412, Brian Cameron) | Matthias Clasen | 2004-07-03 | 1 | -0/+5 |
* | New functions to rotate pixbufs by multiples of 90 degrees and to flip | Matthias Clasen | 2004-06-21 | 1 | -0/+8 |
* | Header file reorganization. (#51999) | Matthias Clasen | 2004-06-20 | 1 | -0/+14 |
* | Add a nice figure to the docs. | Matthias Clasen | 2004-06-19 | 1 | -0/+5 |
* | Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1. | Matthias Clasen | 2004-06-16 | 1 | -0/+5 |
* | Don't use contractions like "don't" or "isn't" in error messages. It isn't | Matthias Clasen | 2004-06-12 | 1 | -1/+8 |
* | Convert filenames to UTF-8 when embedding them in error messages. | Matthias Clasen | 2004-06-05 | 1 | -0/+8 |
* | Merged from 2.4 | Matthias Clasen | 2004-05-17 | 1 | -0/+7 |
* | _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder) | Matthias Clasen | 2004-05-10 | 1 | -0/+10 |
* | New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats. | Matthias Clasen | 2004-05-06 | 1 | -0/+9 |
* | === 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 | 1 | -0/+9 |
* | === 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 | 1 | -1/+4 |
* | Merges from stable branch that had been left out. (#136282, J. Ali Harlow) | Tor Lillqvist | 2004-03-15 | 1 | -0/+21 |
* | === Released 2.3.6 ===GTK_2_3_6 | Owen Taylor | 2004-03-09 | 1 | -0/+4 |
* | Add missing entries. Thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 1 | -0/+4 |
* | Don't try to load an alpha channel from the BMP, since there is no | Matthias Clasen | 2004-03-05 | 1 | -0/+6 |
* | === 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 | 1 | -0/+5 |
* | === Released 2.3.3 ===GTK_2_3_3 | Owen Taylor | 2004-02-24 | 1 | -0/+4 |
* | Remove debugging code. | Matthias Clasen | 2004-02-22 | 1 | -0/+5 |
* | Store and sanity-check the clrUsed field from the header for use in | Matthias Clasen | 2004-02-20 | 1 | -0/+7 |
* | removed unnecessary G_OBJECT() cast checks. | Manish Singh | 2004-02-08 | 1 | -0/+9 |
* | updated externals | Hans Breuer | 2004-01-28 | 1 | -0/+4 |
* | Forgotten log entry. | Matthias Clasen | 2004-01-20 | 1 | -0/+7 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -0/+9 |
* | Don't use bitwise operators on booleans. (#130923, reported by Telsa | Matthias Clasen | 2004-01-08 | 1 | -0/+5 |
* | Escape an ampersand in the documentation comment, and hack around an empty | Federico Mena Quintero | 2004-01-07 | 1 | -0/+4 |
* | Link to the documentation section on image data. | Federico Mena Quintero | 2004-01-07 | 1 | -0/+5 |
* | Fix example in documentation comment. Fixes #130701. | Federico Mena Quintero | 2004-01-07 | 1 | -0/+5 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -0/+26 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+25 |
* | Turn the pixbuf attributes into (construct-only, but always readable) | Matthias Clasen | 2004-01-03 | 1 | -0/+9 |
* | Fix building with --disable-modules --with-included-loaders, create an | Matthias Clasen | 2003-12-22 | 1 | -1/+8 |
* | Move the documentation for signals inline, to get proper parameter | Matthias Clasen | 2003-12-11 | 1 | -0/+6 |
* | Check that the mask is NULL or a string of the same length consisting | Matthias Clasen | 2003-11-14 | 1 | -0/+6 |
* | Typo fix. | Matthias Clasen | 2003-11-09 | 1 | -0/+4 |
* | If neither load nor begin_load are available fall back to load_animation | Matthias Clasen | 2003-11-09 | 1 | -0/+7 |
* | New function to write out the information for a single loader, factored | Matthias Clasen | 2003-11-09 | 1 | -0/+9 |
* | Fold two similar strings into on. (#126204, Danilo Segan) | Matthias Clasen | 2003-11-05 | 1 | -0/+5 |
* | Remove a pointless check. (#122710, Kjartan Maraas) | Matthias Clasen | 2003-09-19 | 1 | -0/+5 |
* | Add the correct alignment magic for Sun compiler and for GCC to get the | Owen Taylor | 2003-08-18 | 1 | -0/+6 |
* | Improve doc comment wording. (#119754, Doug Quale) | Matthias Clasen | 2003-08-13 | 1 | -0/+5 |