Use statically-allocated thread private data
[projects/chimara/chimara.git] / libchimara / graphics.c
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2013-09-09 Philip ChimentoUse init and clear for GMutex and GCond
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-08-26 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoUse cairo for drawing
2012-08-25 P. F. ChimentoReplace deprecated functions
2012-06-03 P. F. ChimentoReplace deprecated functions
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2011-08-04 P. F. ChimentoCheck if image exists before caching it
2011-04-14 P. F. ChimentoUpdated documentation to match API 0.7.2
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-29 Marijn van VlietMerge branch 'master' of https://github.com/wmvanvliet...
2011-01-29 P. F. ChimentoFixed pixbuf ref bug
2010-11-23 P. F. ChimentoWrote chimara_glk_set_resource_load_callback()
2010-11-22 P. F. ChimentoFixed threading bug in graphics
2010-11-22 P. F. ChimentoFixed minor bug in glk_image_get_info()
2010-11-22 P. F. ChimentoFix crash when loading resource without a map
2010-04-30 fliepDocumented all planned Glk API functions
2010-04-28 fliepFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-17 rodinFixed Glk to Gdk color bug
2010-02-14 rodinSupport for graphics in text buffers
2010-02-09 fliepBrought documentation up to date
2010-02-07 rodinGraphics caching not operational.
2010-02-06 rodinStart of image cache implementation... breaks image...
2010-01-31 rodinQuick and hacky implementation of glk_draw_image_scaled().
2010-01-31 rodinCrahing bug fixed :)
2010-01-29 rodinGetting cryptic error message:
2010-01-29 rodinAdded correct resize handling
2010-01-28 rodinBeginning work on graphic windows. Hopelessly broken...