| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document data_length == -1, add an example. (#97290) | Matthias Clasen | 2003-06-02 | 2 | -6/+17 |
* | Fix misleading documentation of rowstride. (#113924, Noah Levitt) | Matthias Clasen | 2003-05-31 | 2 | -4/+9 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 3 | -7/+15 |
* | A loader for PCX files. (#113035, Josh Beam) | Matthias Clasen | 2003-05-21 | 5 | -3/+792 |
* | Improve progressive loading from slow sources: (#107368) | Matthias Clasen | 2003-05-19 | 3 | -4/+32 |
* | Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones) | Owen Taylor | 2003-05-14 | 2 | -1/+6 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 2 | -69/+68 |
* | Add sanity checks for GError handling. (#108345) | Matthias Clasen | 2003-04-24 | 4 | -1/+20 |
* | Exploit the fact that all our filters are separable to simplify the | Owen Taylor | 2003-04-01 | 4 | -346/+405 |
* | Add missing static. (#108614) | Matthias Clasen | 2003-03-21 | 2 | -1/+4 |
* | Add missing static qualifiers apparently causing problems on some | Matthias Clasen | 2003-03-21 | 3 | -3/+10 |
* | Calculate LineWidth for 16bpp from width, like for the other depths. | Matthias Clasen | 2003-03-11 | 2 | -1/+6 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 3 | -2/+9 |
* | Return gboolean, not gint. (#107664, Morten Welinder) | Matthias Clasen | 2003-03-06 | 2 | -1/+5 |
* | Always clear the initial frame and "disposed" areas with transparent | Matthias Clasen | 2003-02-19 | 2 | -4/+9 |
* | Auxiliary functions used to implement support for arbitrary origins. | Matthias Clasen | 2003-02-18 | 2 | -462/+108 |
* | Actually reject images with origin not in the upper-left corner. (#105912) | Matthias Clasen | 2003-02-13 | 2 | -5/+14 |
* | Better error message if module_open() fails. (#105349, Tim Mooney) | Matthias Clasen | 2003-02-06 | 1 | -1/+5 |
* | Rewrite to run on the .la files rather than looking for .so files. | Owen Taylor | 2003-01-27 | 2 | -2/+15 |
* | Add gdk_pixbuf_loader_set_size. | Tor Lillqvist | 2003-01-05 | 1 | -0/+1 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 5 | -175/+7 |
* | Don't crash if gdk-pixbuf.loaders file is missing. (#102222) | Matthias Clasen | 2003-01-02 | 2 | -6/+13 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 3 | -50/+50 |