]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
Build Wintab support always on Windows. Don't require the Wintab SDK.
[~andy/gtk] / gdk-pixbuf /
2007-01-19 Tor Lillqvistgdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefi...
2007-01-17 Michael NattererPatch taken from maemo-gtk:
2007-01-17 Matthias ClasenFix memory leaks in error paths
2007-01-04 Matthias ClasenAnother forgotten file
2007-01-04 Matthias ClasenFix a compiler warning
2006-12-22 Matthias ClasenHandle bmps with more than 8 bits per channel. (#172584...
2006-12-22 Matthias ClasenHandle offsets more carefully. (#172188, David Costanzo)
2006-12-22 Matthias ClasenEmit the closed signal when closing the loader, pointed...
2006-12-21 Matthias ClasenHandle invalid gif animations a little bit more robustl...
2006-12-21 Matthias ClasenRemove redundant size checks, and document that width...
2006-12-21 Matthias ClasenLink against GLib. (#341158, Alexey Rusakov)
2006-12-19 Matthias ClasenDon't spew a warning if the printer is already closed.
2006-12-10 Matthias ClasenBehave as documented and close the loader when returnin...
2006-10-28 Tor Lillqvistpixbufloader_*.def Remove pixbufloader_*.def, they...
2006-10-11 Tor LillqvistEnable having some gdk-pixbuf loaders built-in even...
2006-10-08 Matthias Clasenfix the build
2006-10-08 Matthias ClasenCleanups
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-10-02 Behdad EsfahbodInclude pltcheck.sh in EXTRA_DIST.
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-09-06 Behdad EsfahbodUpdate
2006-09-06 Matthias ClasenFix the last change to actually compile.
2006-09-06 Matthias ClasenSimplify and fix reading of ASCII images.
2006-08-18 Matthias Clasen2.10.2
2006-08-16 Matthias ClasenStop loading an animation if the first frame is complet...
2006-07-24 Matthias Clasen2.10.1
2006-07-17 Matthias ClasenPut the code to protect against broken loaders that...
2006-07-17 Matthias ClasenFix incremental loading of xbms. (#346427, Ed Catmur...
2006-07-03 Matthias Clasen2.10.0
2006-07-02 Matthias ClasenNetBSD portability fixes. (#346374, Thomas Klausner)
2006-06-22 Matthias Clasenbroken pipe
2006-06-13 Matthias Clasen2.9.3
2006-06-05 Matthias Clasen2.9.2
2006-05-17 Matthias Clasen2.9.1
2006-05-14 Matthias ClasenMore of the same
2006-05-05 Matthias Clasen2.9.0
2006-04-12 Matthias Clasenmodules/engines/pixbuf/Makefile.am Build fixes for...
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE
2006-04-04 Matthias ClasenSmall savings
2006-03-24 Matthias ClasenRemove a pointless check, pointed out by Kjartan Maraas.
2006-03-22 Matthias ClasenAdd some documentation about supported image formats...
2006-03-20 Matthias ClasenAlways save errno to a temporary before making other...
2006-03-14 Matthias ClasenAdd a shortcut to stop the gif mainloop after the first...
2006-03-03 Matthias ClasenSupport 16bit pnms
2006-03-03 Matthias ClasenFix incremental loading of 8-bit pcx files. (#148518...
2006-02-28 Anders CarlssonUpdate documentation now that tiff supports saving.
2006-02-10 Matthias ClasenAlways check for NULL when using callbacks. (#330563...
2006-01-29 Behdad EsfahbodIf major.minor of required and available glib versions...
2006-01-18 Matthias ClasenFix several g_new() calls which were using extra indire...
2006-01-14 Matthias ClasenMake this work on more platforms.
2006-01-12 Federico Mena QuinteroClarify the docs ("darkened/brightened" is not "saturat...
2005-12-30 Jonathan Blandfordminor doc edit
2005-12-16 Matthias ClasenUse G_MODULE_BIND_LAZY when opening modules.
2005-12-14 Michael NattererMove stuff to correct ChangeLog.
2005-12-14 Michael Natterernew utility function which factors out massive code...
2005-12-14 Michael Nattererapplied patch from maemo-gtk which avoids the allocatio...
2005-11-15 Matthias ClasenFix integer overflows in the xpm loader
2005-10-26 Matthias Clasenuse $(GLIB_MKENUMS) instead of glib-mkenums. (#318582...
2005-10-12 Matthias ClasenOnly call gdk_pixbuf_loader_eat_header_write() when...
2005-10-03 Matthias ClasenUse a 1k buffer for sniffing image formats, instead...
2005-09-05 Matthias ClasenRemove unused variable pbuf_count. (#315282, Kjartan...
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-30 Matthias ClasenMake this work again.
2005-08-30 Matthias ClasenAdd a cast to avoid compiler warnings.
2005-08-24 Matthias Clasen2.8.2
2005-08-24 Matthias Clasen2.8.1
2005-08-18 Matthias ClasenCheck for overflow in one more place. (#313818, Tommi...
2005-08-15 Matthias ClasenPay attention to the libjpeg error code and report...
2005-08-13 Matthias Clasen2.8.0
2005-08-07 Matthias ClasenTighten up ABI checks a bit
2005-08-03 Matthias Clasen2.7.5
2005-07-22 Matthias Clasen2.7.4
2005-07-22 Matthias ClasenAdd bug ref
2005-07-22 Matthias ClasenMake anchored patterns work as they did before.
2005-07-22 Matthias ClasenInterpret patterns where the first byte of the mask...
2005-07-15 Matthias Clasen2.7.3
2005-07-12 Matthias ClasenCorrect copyright information
2005-07-12 Matthias ClasenAdd copyright and license information
2005-07-09 Tor LillqvistLook for windres on Win32.
2005-07-08 Matthias Clasen2.7.2
2005-07-03 Hans Breuerupdated <io.h> for open() use G_PI instead of M_PI
2005-07-01 Matthias Clasen2.7.1
2005-07-01 Matthias ClasenAllow -1 for width/height and interpret them as "not...
2005-06-26 Tor LillqvistCurrent GNU tools do understand the PRIVATE keyword...
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)
next