summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* UpdatesHavoc Pennington2001-06-132-4/+11
* remove bogus g_return_if_failHavoc Pennington2001-06-084-5/+23
* use Owen's new way of doing stampfiles/generated sourcesHavoc Pennington2001-06-072-17/+26
* fixups for glib-mkenums and glib-genmarshal (not tested yet because withHavoc Pennington2001-06-072-5/+15
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-4/+6
* clamp the value to the range that was setHavoc Pennington2001-06-052-1/+6
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-042-21/+41
* patch from Szekeres Istvan, bug #52560Havoc Pennington2001-06-042-1/+13
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-018-128/+3270