summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend onTor Lillqvist2001-10-296-27/+93
* updated externalsHans Breuer2001-10-261-1/+1
* Don't dereference context when it may be NULL. (#62344)Matthias Clasen2001-10-182-2/+6
* Documentation. Spelling fixes.Matthias Clasen2001-10-164-25/+148
* Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.Owen Taylor2001-10-103-39/+50
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-057-29/+269
* Fix indentation use a macro to make code a bit more readable.Owen Taylor2001-10-022-73/+79
* s/g_string_printfa/g_string_append_printf/Sven Neumann2001-10-022-45/+49
* Fix a typo in the include guards. (#61254, Skip Montaro)Owen Taylor2001-09-262-1/+6
* io-xpm.c (xpm_extract_color): Rewritten to handleMatthias Clasen2001-09-212-62/+71
* updated externalsHans Breuer2001-09-213-7/+48
* On OSF, apparently fseek() works in some on-demand way, so the fseekOwen Taylor2001-09-202-0/+14
* same change as in pango, so that flags types are registered as flagsJames Henstridge2001-09-202-2/+8
* Don't include gkd-pixbuf-features.h here since is in builddir and confusesOwen Taylor2001-09-192-15/+46
* don't use BUILT_SOURCES as its broken in automake 1.4, add explicit objectTim Janik2001-09-191-66/+45
* don't use += before =Matt Wilson2001-09-182-2/+6
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-175-34/+44
* add generated files to ignore list.James Henstridge2001-09-164-2/+53
* io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE,Matthias Clasen2001-09-142-7/+12
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-1410-100/+5402
* don't used BUILT_SOURCES to build marshal files, as in conjunction withTim Janik2001-09-132-1/+6
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-042-1/+5
* updates for 1.3.7 release.Tim Janik2001-09-043-0/+102
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): PropagateMatthias Clasen2001-08-302-3/+17
* io-png.c (png_row_callback): Check that row_num is valid.Matthias Clasen2001-08-302-0/+15
* io-bmp.c (OneLine): Emit area_updated signal with properMatthias Clasen2001-08-282-1/+6
* *** empty log message ***Matthias Clasen2001-08-281-2/+0
* gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time.Matthias Clasen2001-08-282-6/+13
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+1
* Add tga loader, patch by Nicola Girardi. (#56067)Matthias Clasen2001-08-215-2/+1209
* Forgotten during last commit.Matthias Clasen2001-08-201-0/+8
* Add ico and wbmp tests. Fail with a suitable error if buffer allocationMatthias Clasen2001-08-204-52/+237
* applied some simple but effective optimizations toSven Neumann2001-08-192-48/+72
* a comment asked to optimize this function, so that's what I did.Sven Neumann2001-08-072-11/+29
* Fix a typo.Kjartan Maraas2001-08-062-1/+5
* oops, missed it.Hans Breuer2001-07-301-0/+6
* new file use it to complete the buildHans Breuer2001-07-302-0/+70
* don't 'g_tohl (*istream++)', but move pointer increment out of the macro,Hans Breuer2001-07-204-12/+53
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-187-5/+23
* shut up CVSSven Neumann2001-07-111-0/+3
* Switch over to the new include flags AC_SUBST(). (Problem pointed out byOwen Taylor2001-07-052-1/+13
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-292-25/+30
* Fix args to g_type_init ().Owen Taylor2001-06-295-4/+9
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-293-1/+9
* bogus include at the end of gdk-pixbuf-csource.cJoel Becker2001-06-261-1/+0
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-268-281/+1253
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-265-50/+281
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-265-281/+50
* shut up CVSSven Neumann2001-06-251-0/+1
* Actually update timestamps, so rules don't constantly run.Owen Taylor2001-06-252-3/+10