summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Fix the update areas for incremental loading of compressed tgas. (#171883,Matthias Clasen2005-03-292-9/+11
* Use the correct update regions for compressed bmps. (#150664, Owen Taylor,Matthias Clasen2005-03-282-1/+7
* reject 0-sized buffers as corrupt header data. Fixes bug #171707.Manish Singh2005-03-282-1/+19
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-262-3/+8
* Mark param spec strings as static.Matthias Clasen2005-03-212-18/+16
* Shut up CVSManish Singh2005-03-161-0/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-1413-100/+236
* gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility forTor Lillqvist2005-03-104-3/+97
* Fix a C99ism. (#169741, Morten Welinder)Matthias Clasen2005-03-092-2/+8
* Use canonical form of the name when registering properties.Matthias Clasen2005-03-092-3/+6
* Add the new attributes to the .symbols files.Matthias Clasen2005-03-082-3/+5
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-082-3/+8
* Use a generated table of offsets into a big const string to avoidMatthias Clasen2005-03-084-765/+1610
* Check the number of scanned items. (#168906, Morten Welinder)Matthias Clasen2005-03-032-0/+12
* Make the gif loader handle oom when loading animations. (#168857, TommiMatthias Clasen2005-03-033-7/+71
* Revert the previous change, since it breaks bin compat.Matthias Clasen2005-03-012-2/+2
* Forgotten fileMatthias Clasen2005-03-011-1/+1
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Add necessary protectionMatthias Clasen2005-02-284-9/+20
* Add .note.GNU-stack sections to Mark these as not requiring an executableMatthias Clasen2005-02-285-0/+14
* Document BMP saving support.Matthias Clasen2005-02-243-7/+128
* Fix a typo. (#168173, Ivan Wong)Matthias Clasen2005-02-242-1/+5
* Don't read over the end of the buffer if '#' appears at the very end.Matthias Clasen2005-02-162-1/+6
* rule for gdk_pixbuf.defHans Breuer2005-02-072-0/+9
* Pass in the max number of bytes to read. (pnm_read_ascii_scanline): AndMatthias Clasen2005-02-073-9/+24
* Close the loader before unreffing it in the error case. (#164915, CrispinMatthias Clasen2005-01-232-1/+10
* Add an OS_LINUX conditional.Matthias Clasen2005-01-131-1/+1
* Remove GLIB_DIVERT_BEFORE_HELP() on initialization of gdktarget, that wasOwen Taylor2005-01-132-1/+8
* 2.6.1GTK_2_6_1Matthias Clasen2005-01-081-0/+4
* Some moreMatthias Clasen2005-01-041-3/+1
* Remove leftover debug printfMatthias Clasen2005-01-041-5/+0
* Error on compressed images with negative height. Also make uncompressedMatthias Clasen2005-01-042-8/+43
* Really fix the math to make the vectors sum up to 1, makingMatthias Clasen2005-01-022-2/+8
* gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file) AvoidMatthias Clasen2004-12-272-3/+8
* print out the version and binary name in the header comment. ProblemJonathan Blandford2004-12-222-3/+12
* 2.6.0Matthias Clasen2004-12-161-0/+4
* filter out PRIVATE.Manish Singh2004-12-102-1/+5
* gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.cTor Lillqvist2004-12-0512-74/+284
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-0/+4
* gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) WorkTor Lillqvist2004-12-031-1/+1
* Fix a typo in the docs. (#159955, Masao Mutoh)Matthias Clasen2004-11-302-3/+8
* Use the perl found by configure. (#149826, Morten Welinder)Matthias Clasen2004-11-292-3/+8
* ytpo fix, so attributes are really propagated.Manish Singh2004-11-282-1/+6
* Mark get_type() functions generated by glib-mkenums as const.Matthias Clasen2004-11-283-7/+13
* filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-252-1/+5
* Don't mark gdk_pixbuf_error_quark() as const, to be consistent with allMatthias Clasen2004-11-235-7/+30
* _gdk_pixbuf_lock now returns a gboolean.Manish Singh2004-11-163-2/+9
* Be extra careful when locking and handle the case that the module mayMatthias Clasen2004-11-164-23/+56
* *** empty log message ***Matthias Clasen2004-11-152-1/+9
* Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case.Matthias Clasen2004-11-122-6/+9