Refactor loading sound resource as GIO stream
[projects/chimara/chimara.git] / libchimara / schannel.c
2013-10-28 Philip ChimentoRefactor loading sound resource as GIO stream
2013-10-28 Philip ChimentoSync new GStreamer element to parent state
2013-10-28 Philip ChimentoSupport for GStreamer 1.0
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-16 Marijn van VlietEach time a sound is played, a new GioStreamSrc object...
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-01-18 Philip ChimentoBring documentation up to date with API 0.7.3
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2011-07-16 Philip ChimentoNew volume change interrupts old one
2011-07-16 Philip ChimentoImplement volume change notifications
2011-07-16 Philip ChimentoRe-implement gradual volume change using g_timeout_add()
2011-07-13 Philip ChimentoImplemented glk_schannel_set_volume_ext() partly
2011-07-12 P. F. ChimentoImplemented glk_schannel_play_multi()
2011-07-07 Philip ChimentoAdded draft docs for new functions and gestalt selectors
2011-07-07 Philip ChimentoFix documentation typo
2011-07-07 Philip ChimentoClarifications of pause/unpause
2011-07-06 Philip ChimentoStart implementing new sound API
2011-07-04 P. F. ChimentoAdd stubs for new 0.7.3 draft API functions
2011-02-16 Philip ChimentoUse internationalization header for libraries
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-30 P. F. ChimentoEnabled MOD/S3M/IT/XM support
2011-01-30 P. F. ChimentoImplemented sound notification events
2011-01-30 P. F. ChimentoFixed memory leak
2011-01-30 P. F. ChimentoImplement alternative resource loading for sound
2011-01-30 P. F. ChimentoImplemented sound repeats
2011-01-30 P. F. ChimentoImplemented sound load hints
2011-01-30 P. F. ChimentoStop playing old sound when playing new sound
2011-01-30 P. F. ChimentoSound support working!
2011-01-30 P. F. ChimentoWorking on sound support
2011-01-30 P. F. ChimentoWork on sound support
2011-01-29 Philip ChimentoWorking on sound
2011-01-19 Philip ChimentoImplemented sound playing with test sound
2011-01-05 Philip ChimentoImplement glk_schannel_set_volume()
2010-12-28 Philip ChimentoUse gst_object_unref() instead of g_object_unref()
2010-12-28 Philip ChimentoAdded guards for compiling without GStreamer
2010-12-28 Philip ChimentoImprove error handling
2010-12-28 Philip ChimentoStart work on sound capabilities
2010-04-30 fliepDefined a stub glk_schannel_struct to fix another regre...
2010-04-30 fliepDocumented all planned Glk API functions
2009-10-05 fliepAdded the dispatch layer headers. In order to get this...