]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
Fix the big endian case for 3-channel source. (Reported by David Zeuthen)
[~andy/gtk] / gdk-pixbuf /
2005-06-23 Matthias ClasenUse glib-i18n.h
2005-06-20 Matthias Clasen2.7.0
2005-06-15 Matthias ClasenFix make check
2005-06-08 Matthias ClasenCheck for overflow. (#306394, Morten Welinder)
2005-05-27 Matthias ClasenAccept the 108 byte header of BMP v4. (#168799)
2005-05-25 Matthias ClasenNo need to expose the iter subclass at all in the headers.
2005-05-25 Matthias ClasenAdd new files.
2005-05-24 Sven Neumannallow to specify the PNG compression level by passing...
2005-05-02 Matthias ClasenForgotten Changelog
2005-04-29 Matthias ClasenCheck for nm.
2005-04-09 Matthias ClasenDon't display too many broken images. (#169870, Roman...
2005-04-08 Matthias ClasenMake this work when called from gtk_combo_box_destroy...
2005-04-08 Matthias ClasenNo debugging output, please.
2005-04-07 Matthias ClasenCommit the right ChangeLog
2005-04-07 Matthias ClasenInitialize the colormap to zero. (#171762, David Costanzo)
2005-04-03 Hans Breuer[merged from gtk-2-6 branch] let dash_offset shift...
2005-03-30 Matthias ClasenAvoid bus errors due to unaligned access. (#168173...
2005-03-29 Matthias ClasenFix the update areas for incremental loading of compres...
2005-03-28 Matthias ClasenUse the correct update regions for compressed bmps...
2005-03-28 Manish Singhreject 0-sized buffers as corrupt header data. Fixes...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-21 Matthias ClasenMark param spec strings as static.
2005-03-16 Manish SinghShut up CVS
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-10 Tor Lillqvistgdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI...
2005-03-09 Matthias ClasenFix a C99ism. (#169741, Morten Welinder)
2005-03-09 Matthias ClasenUse canonical form of the name when registering properties.
2005-03-08 Matthias ClasenAdd the new attributes to the .symbols files.
2005-03-08 Matthias ClasenUse G_GNUC_NULL_TERMINATED where appropriate. (#165682...
2005-03-08 Matthias ClasenUse a generated table of offsets into a big const strin...
2005-03-03 Matthias ClasenCheck the number of scanned items. (#168906, Morten...
2005-03-03 Matthias ClasenMake the gif loader handle oom when loading animations...
2005-03-01 Matthias ClasenRevert the previous change, since it breaks bin compat.
2005-03-01 Matthias ClasenForgotten file
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-28 Matthias ClasenAdd necessary protection
2005-02-28 Matthias ClasenAdd .note.GNU-stack sections to Mark these as not requi...
2005-02-24 Matthias ClasenDocument BMP saving support.
2005-02-24 Matthias ClasenFix a typo. (#168173, Ivan Wong)
2005-02-16 Matthias ClasenDon't read over the end of the buffer if '#' appears...
2005-02-07 Hans Breuerrule for gdk_pixbuf.def
2005-02-07 Matthias ClasenPass in the max number of bytes to read. (pnm_read_asci...
2005-01-23 Matthias ClasenClose the loader before unreffing it in the error case...
2005-01-13 Matthias ClasenAdd an OS_LINUX conditional.
2005-01-13 Owen TaylorRemove GLIB_DIVERT_BEFORE_HELP() on initialization...
2005-01-08 Matthias Clasen2.6.1
2005-01-04 Matthias ClasenSome more
2005-01-04 Matthias ClasenRemove leftover debug printf
2005-01-04 Matthias ClasenError on compressed images with negative height. Also...
2005-01-02 Matthias ClasenReally fix the math to make the vectors sum up to 1...
2004-12-27 Matthias Clasengdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_f...
2004-12-22 Jonathan Blandfordprint out the version and binary name in the header...
2004-12-16 Matthias Clasen2.6.0
2004-12-10 Manish Singhfilter out PRIVATE.
2004-12-05 Tor Lillqvistgdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io...
2004-12-03 Matthias Clasen2.5.6
2004-12-03 Tor Lillqvistgdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile...
2004-11-30 Matthias ClasenFix a typo in the docs. (#159955, Masao Mutoh)
2004-11-29 Matthias ClasenUse the perl found by configure. (#149826, Morten Welinder)
2004-11-28 Manish Singhytpo fix, so attributes are really propagated.
2004-11-28 Matthias ClasenMark get_type() functions generated by glib-mkenums...
2004-11-25 Manish Singhfilter out G_GNUC stuff when doing the compare.
2004-11-23 Matthias ClasenDon't mark gdk_pixbuf_error_quark() as const, to be...
2004-11-16 Manish Singh_gdk_pixbuf_lock now returns a gboolean.
2004-11-16 Matthias ClasenBe extra careful when locking and handle the case that...
2004-11-15 Matthias Clasen*** empty log message ***
2004-11-12 Matthias ClasenDon't use _gdk_pixbuf_load_module_unlocked() in the...
2004-11-12 Matthias Clasen2.5.5
2004-11-12 Matthias ClasenChanges to make gdk-pixbuf threadsafe (#157310, #157306...
2004-11-11 J. Ali HarlowUse embedded tab rather than '\t' escape sequence....
2004-11-11 Matthias ClasenUse g_filename_display_name() instead of g_filename_to_...
2004-11-05 Matthias ClasenDocument current restrictions for property values....
2004-11-01 Matthias ClasenBreak the declaration of the three version variables...
2004-10-29 Hans Breuerupdated
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-28 Matthias Clasen*** empty log message ***
2004-09-19 Matthias Clasen2.5.3
2004-09-17 Matthias ClasenForgotten ChangeLog
2004-09-15 Matthias Clasen*** empty log message ***
2004-09-15 Matthias ClasenNew option --disable-visibility to disable the use...
2004-09-13 Matthias ClasenHandle 4-channel pixbufs when saving to jpeg.
2004-09-09 Matthias ClasenUse the short prefix "IA__" for aliases instead of...
2004-09-01 Matthias ClasenAlign argument names with source.
2004-08-26 Matthias ClasenAdd gdk_pixbuf_new_from_file_at_scale(), which is just...
2004-08-26 Manish Singhremove unused set_need_recomposite() function.
2004-08-25 Matthias Clasen2.5.2
2004-08-24 Matthias ClasenUse the correct index, and compare correctly, reported...
2004-08-24 Matthias ClasenUse the correct index, reported by Tommi Komulainen.
2004-08-24 Matthias ClasenActually free the temporary pixbuf data.
2004-08-24 Matthias ClasenWork around bugs in the runlength encoder by forcing...
2004-08-22 Matthias ClasenFix a mixup in the handling of dest_channels. (#111922...
2004-08-20 Owen TaylorFix infinite loop that can occur for bad image data...
2004-08-18 Manish SinghShut up CVS
2004-08-17 Matthias ClasenNo need for INCLUDE_INTERNAL_SYMBOLS anymore.
2004-08-13 Matthias ClasenProperly determine the number of colors in an OS/2...
2004-08-12 Matthias ClasenRemove C99-isms. (#149967, Vincent Noel)
2004-08-12 Matthias ClasenCheck all symbols.
2004-08-11 Matthias ClasenMake scaling and compositing functions handle edge...
2004-08-11 Matthias Clasenunderscore prefix the mmx implementations, in order...
2004-08-11 Matthias ClasenAdd hidden aliases for exported symbols which are used...
next