Implement resource streams
[projects/chimara/chimara.git] / libchimara /
2012-02-12 Philip ChimentoImplement resource streams
2012-02-11 Philip ChimentoUpdate to Blorb protocol 1.5
2012-02-11 Philip ChimentoUpdate Dispatch layer
2012-02-11 Philip ChimentoUpdate documentation to match Glk 0.7.4 spec
2012-02-11 Philip ChimentoAdd stub functions for Glk 0.7.4 API
2012-02-11 Philip ChimentoUpdate header file and spec version number
2012-02-05 Philip ChimentoPrevent unnecessary regeneration of VAPI
2012-02-01 Philip ChimentoAdd 'running' property to ChimaraGlk
2012-02-01 Philip ChimentoIdentified two more entry points
2012-01-18 Philip ChimentoAutomatic generation of VAPI file
2012-01-18 Philip ChimentoBring documentation up to date with API 0.7.3
2012-01-18 Philip ChimentoChange implemented Glk spec to 0.7.3.
2012-01-18 Philip ChimentoFix Gtk-Doc warnings
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2012-01-01 Philip ChimentoAdd API to start plugins using GFile
2011-12-06 Philip ChimentoMake const char * string argument
2011-11-29 Philip ChimentoAdd GIR and typelib to ignore files
2011-11-03 Marijn van VlietFix some memory leakage
2011-11-03 Marijn van Vlietfixed get_current_font to actually do something now.
2011-10-25 Marijn van VlietFixed some omitted applications of default and glk...
2011-09-04 Philip ChimentoAdd API to unload plugin module
2011-08-29 Philip ChimentoClarify documentation
2011-08-28 Philip ChimentoFixed crash in VALID_MAGIC with NULL object
2011-08-28 Philip ChimentoIncorporate fix for NULL memory streams
2011-08-04 P. F. ChimentoCheck if image exists before caching it
2011-07-16 Philip ChimentoMake sure PLUGINDIR is defined
2011-07-16 Philip ChimentoRemove deprecated usages
2011-07-16 Philip ChimentoNow we can claim to implement the whole gestalt_Sound2...
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 ChimentoAdd gestalt_Sound2 selector
2011-07-07 Philip ChimentoFix documentation typo
2011-07-07 Philip ChimentoClarifications of pause/unpause
2011-07-06 Philip ChimentoFix semicolon typo in seeking code
2011-07-06 Philip ChimentoFix semicolon typo in seeking code
2011-07-06 Philip ChimentoStart implementing new sound API
2011-07-06 Philip ChimentoAdd new glk.h and dispatch code
2011-07-04 P. F. ChimentoAdd stubs for new 0.7.3 draft API functions
2011-06-19 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietWhen the cursor is not on the input prompt, return...
2011-06-18 P. F. ChimentoKeep an EOF mark for memory streams
2011-06-18 P. F. ChimentoFix obscure C stdio bug
2011-06-18 P. F. ChimentoAvoid const string allocation/free
2011-06-18 P. F. ChimentoC stdio trickery for read/write mode
2011-06-18 P. F. ChimentoFix read count of glk_get_line_stream(_uni)
2011-06-18 P. F. ChimentoFixed documentation typo
2011-06-18 Marijn van VlietFixed #31
2011-06-18 Marijn van VlietRemoved some debug output
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietFixed #20
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietFixed setting of proportional font in textgrids. Fixed...
2011-06-18 P. F. ChimentoAvoid code duplication
2011-06-18 Marijn van Vlietfixed glk_request_mouse_event to only generate one...
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietProgress in abolisching usage of font-desc in GtkTextTags.
2011-06-13 P. F. ChimentoAdd non-generated Vala binding
2011-06-13 P. F. ChimentoAdd destroy notify parameter...
2011-06-13 P. F. ChimentoAdd introspection annotations
2011-06-13 P. F. ChimentoAdd introspection to build process
2011-06-08 P. F. ChimentoEnable automatic generation of .gitignore
2011-06-05 Marijn van VlietTrying to apply correct styles when recalling history...
2011-05-07 P. F. ChimentoFix (most) UniCaseTest failures (fix #27)
2011-05-07 P. F. ChimentoFix glulxercise / glk unit test failures (fix #26)
2011-05-01 P. F. ChimentoMake use of more Automake silent rules
2011-05-01 P. F. ChimentoImplement line terminators for text grids
2011-05-01 P. F. ChimentoFixed grid line input bug introduced in [9f52ac]
2011-04-27 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-04-26 P. F. ChimentoRefinement of line terminators
2011-04-26 P. F. ChimentoLine terminators in text buffer windows
2011-04-25 P. F. ChimentoFix bug in line input echoing
2011-04-25 P. F. ChimentoMinimum implementation of line terminators
2011-04-21 P. F. ChimentoUpdate docs for window borders
2011-04-21 P. F. ChimentoImplement border/noborder window flags
2011-04-21 P. F. ChimentoDon't fail on unrecognized split method
2011-04-20 P. F. ChimentoLine input echo won't affect current request
2011-04-20 P. F. ChimentoImplement line input echoing
2011-04-20 P. F. ChimentoAdd new Glk Unix extension from CheapGlk
2011-04-20 P. F. ChimentoImplement unicode normalization
2011-04-20 P. F. ChimentoSimplify gestalt checking code
2011-04-20 P. F. ChimentoImplemented date/time Glk functions
2011-04-19 P. F. ChimentoMove the gestalt_DateTime selector documentation
2011-04-19 P. F. ChimentoSimplify include comments
2011-04-19 P. F. ChimentoDocument all incomplete symbols
2011-04-17 P. F. ChimentoUpdated Gargoyle extensions and documentation
2011-04-14 P. F. ChimentoUpdated documentation to match API 0.7.2
2011-04-14 P. F. ChimentoUpdate to new Glk 0.7.2 code
2011-04-14 P. F. ChimentoMisc Garglk extensions documenting
2011-04-14 P. F. ChimentoMisc documentation fixes
2011-03-13 P. F. ChimentoFix null pointer bug
2011-03-12 P. F. ChimentoFinished preferred interpreters list
2011-02-16 Philip ChimentoUse internationalization header for libraries
2011-02-16 Philip ChimentoProper state of new hyperlinks' event handlers
2011-02-07 Marijn van VlietFixing #15: handling newlines in textgrids
2011-02-05 Philip ChimentoRemoved SVN ignore files and updated Git ones
next