git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / chimara-if.c
2013-10-26 Philip ChimentoKeep track of input and output in multiple windows...
2013-10-26 Philip ChimentoChange I/O signals to pass a unique window ID
2013-09-09 Philip ChimentoNo need to include empty default signal handlers
2013-09-09 Philip ChimentoNo need to initialize private struct members to 0
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-16 Philip ChimentoAdd Bocfel interpreter
2012-09-15 Philip ChimentoRemove compatibility checks with GTK 2.x
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-02-01 Philip ChimentoIdentified two more entry points
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-07-16 Philip ChimentoMake sure PLUGINDIR is defined
2011-04-19 P. F. ChimentoSimplify include comments
2011-03-12 P. F. ChimentoFinished preferred interpreters list
2011-02-05 Philip ChimentoClean up external Blorb file finding code
2011-01-30 P. F. ChimentoProvide blorb file to interpreter on command line
2011-01-30 P. F. ChimentoAdded hack for opening external Blorb file
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-15 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-11 Philip ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-11 Philip ChimentoAlso trigger the "command" signal on char input
2010-11-19 P. F. ChimentoFixed crash in ChimaraIF::command
2010-11-17 P. F. ChimentoEdited documentation of ChimaraIF::command signal
2010-05-03 fliepAdded underscore to prevent marshaller functions from...
2010-05-02 fliepImplemented garglk_set_program_name(), garglk_set_progr...
2010-04-30 fliepAdded some explanatory documentation to ChimaraGlk...
2010-04-25 fliepBrought documentation up to date
2010-04-18 rodinIliad port
2010-03-14 fliepAdded notify signals to properties
2009-11-27 fliepInserted extra definition of LT_OBJDIR for pre-2.2...
2009-11-24 fliep- Get VPATH build to work
2009-11-12 fliepFixed stoopid bug in chimara_if_set_preferred_interpreter()
2009-10-23 fliepWrote documentation for new functions
2009-10-21 fliep- Fixed a bug that made Nitfol crash since [130]
2009-10-16 rodinDon't use getline(), it is not supported under BSD/OSX
2009-10-13 fliepAdded chimara_if_run() which, given a game file, autode...
2009-10-11 fliepAdded a skeleton implementation of the ChimaraIF widget...