| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on | Tor Lillqvist | 2001-10-29 | 6 | -27/+93 |
* | updated externals | Hans Breuer | 2001-10-26 | 1 | -1/+1 |
* | Don't dereference context when it may be NULL. (#62344) | Matthias Clasen | 2001-10-18 | 2 | -2/+6 |
* | Documentation. Spelling fixes. | Matthias Clasen | 2001-10-16 | 4 | -25/+148 |
* | Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE. | Owen Taylor | 2001-10-10 | 3 | -39/+50 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 7 | -29/+269 |
* | Fix indentation use a macro to make code a bit more readable. | Owen Taylor | 2001-10-02 | 2 | -73/+79 |
* | s/g_string_printfa/g_string_append_printf/ | Sven Neumann | 2001-10-02 | 2 | -45/+49 |
* | Fix a typo in the include guards. (#61254, Skip Montaro) | Owen Taylor | 2001-09-26 | 2 | -1/+6 |
* | io-xpm.c (xpm_extract_color): Rewritten to handle | Matthias Clasen | 2001-09-21 | 2 | -62/+71 |
* | updated externals | Hans Breuer | 2001-09-21 | 3 | -7/+48 |
* | On OSF, apparently fseek() works in some on-demand way, so the fseek | Owen Taylor | 2001-09-20 | 2 | -0/+14 |
* | same change as in pango, so that flags types are registered as flags | James Henstridge | 2001-09-20 | 2 | -2/+8 |
* | Don't include gkd-pixbuf-features.h here since is in builddir and confuses | Owen Taylor | 2001-09-19 | 2 | -15/+46 |
* | don't use BUILT_SOURCES as its broken in automake 1.4, add explicit object | Tim Janik | 2001-09-19 | 1 | -66/+45 |
* | don't use += before = | Matt Wilson | 2001-09-18 | 2 | -2/+6 |
* | Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbuf | Owen Taylor | 2001-09-17 | 5 | -34/+44 |
* | add generated files to ignore list. | James Henstridge | 2001-09-16 | 4 | -2/+53 |
* | io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE, | Matthias Clasen | 2001-09-14 | 2 | -7/+12 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 10 | -100/+5402 |
* | don't used BUILT_SOURCES to build marshal files, as in conjunction with | Tim Janik | 2001-09-13 | 2 | -1/+6 |
* | Version 1.3.7GTK_1_3_7 | Owen Taylor | 2001-09-04 | 2 | -1/+5 |
* | updates for 1.3.7 release. | Tim Janik | 2001-09-04 | 3 | -0/+102 |
* | gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Propagate | Matthias Clasen | 2001-08-30 | 2 | -3/+17 |
* | io-png.c (png_row_callback): Check that row_num is valid. | Matthias Clasen | 2001-08-30 | 2 | -0/+15 |
* | io-bmp.c (OneLine): Emit area_updated signal with proper | Matthias Clasen | 2001-08-28 | 2 | -1/+6 |
* | *** empty log message *** | Matthias Clasen | 2001-08-28 | 1 | -2/+0 |
* | gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time. | Matthias Clasen | 2001-08-28 | 2 | -6/+13 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -1/+1 |
* | Add tga loader, patch by Nicola Girardi. (#56067) | Matthias Clasen | 2001-08-21 | 5 | -2/+1209 |
* | Forgotten during last commit. | Matthias Clasen | 2001-08-20 | 1 | -0/+8 |
* | Add ico and wbmp tests. Fail with a suitable error if buffer allocation | Matthias Clasen | 2001-08-20 | 4 | -52/+237 |
* | applied some simple but effective optimizations to | Sven Neumann | 2001-08-19 | 2 | -48/+72 |
* | a comment asked to optimize this function, so that's what I did. | Sven Neumann | 2001-08-07 | 2 | -11/+29 |
* | Fix a typo. | Kjartan Maraas | 2001-08-06 | 2 | -1/+5 |
* | oops, missed it. | Hans Breuer | 2001-07-30 | 1 | -0/+6 |
* | new file use it to complete the build | Hans Breuer | 2001-07-30 | 2 | -0/+70 |
* | don't 'g_tohl (*istream++)', but move pointer increment out of the macro, | Hans Breuer | 2001-07-20 | 4 | -12/+53 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 7 | -5/+23 |
* | shut up CVS | Sven Neumann | 2001-07-11 | 1 | -0/+3 |
* | Switch over to the new include flags AC_SUBST(). (Problem pointed out by | Owen Taylor | 2001-07-05 | 2 | -1/+13 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 2 | -25/+30 |
* | Fix args to g_type_init (). | Owen Taylor | 2001-06-29 | 5 | -4/+9 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 3 | -1/+9 |
* | bogus include at the end of gdk-pixbuf-csource.c | Joel Becker | 2001-06-26 | 1 | -1/+0 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 8 | -281/+1253 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 5 | -50/+281 |
* | hm, second attempt. it's fight CVS time again. | Tim Janik | 2001-06-26 | 5 | -281/+50 |
* | shut up CVS | Sven Neumann | 2001-06-25 | 1 | -0/+1 |
* | Actually update timestamps, so rules don't constantly run. | Owen Taylor | 2001-06-25 | 2 | -3/+10 |