projects/chimara/chimara.git
2011-07-21 Philip ChimentoAdd custom renderer browser
2011-07-20 P. F. ChimentoAdded a browser view with fake library data
2011-07-16 Philip ChimentoMerge branch 'master' into browser
2011-07-16 Philip ChimentoPorted babeltest to libsoup
2011-07-16 Philip ChimentoMake sure PLUGINDIR is defined
2011-07-16 Philip ChimentoRemove deprecated usages
2011-07-07 Philip ChimentoTook removed function out of docs
2011-07-06 Philip ChimentoFix semicolon typo in seeking code
2011-07-03 Marijn van... Finished babeltest, it now does all of the following:
2011-06-22 P. F. ChimentoAdd browser actions and toolbar
2011-06-22 P. F. ChimentoUpdate Glade file version to 2.20
2011-06-22 P. F. ChimentoRe-enable loading CSS file from preferences
2011-06-22 P. F. ChimentoAdd chimara_app_foreach_game_window()
2011-06-22 P. F. ChimentoMake chimara_glk_get_tag_names() a class method
2011-06-22 P. F. ChimentoFix const pointer warning
2011-06-22 P. F. ChimentoOpen game as a method of ChimaraApp
2011-06-21 P. F. ChimentoQuit program when browser window is closed
2011-06-21 P. F. ChimentoGeneral code cleanup
2011-06-21 P. F. ChimentoAvoid duplicating code
2011-06-21 P. F. ChimentoRemove conditional compilation of recent files
2011-06-21 P. F. ChimentoImplement empty browser window
2011-06-21 P. F. ChimentoAdd skeleton ChimaraBrowser class
2011-06-21 P. F. ChimentoGet GUI mostly working again
2011-06-20 P. F. ChimentoChimaraPrefs class, split up callbacks.c
2011-06-19 Marijn van... Completed babeltest. It now opens the library.bdf in...
2011-06-19 Marijn van... Build babel before the tests. Use <stdlib.h> instead...
2011-06-19 Marijn van... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-19 Marijn van... Working on babel/library support
2011-06-19 P. F. ChimentoMade ChimaraApp class
2011-06-19 P. F. ChimentoMade ChimaraPlayer class
2011-06-18 Marijn van... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van... When 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. ChimentoAdd tests for fseek problem
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. ChimentoEliminate warning in plugin-loader
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... Nicer default color for textgrids
2011-06-18 Marijn van... Fixed #31
2011-06-18 Marijn van... Removed some debug output
2011-06-18 Marijn van... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van... Fixed #20
2011-06-18 P. F. ChimentoFix accelerator keys
2011-06-18 Marijn van... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van... Fixed setting of proportional font in textgrids. Fixed...
2011-06-18 P. F. ChimentoAvoid code duplication
2011-06-18 Marijn van... fixed glk_request_mouse_event to only generate one...
2011-06-18 Marijn van... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van... Progress in abolisching usage of font-desc in GtkTextTags.
2011-06-13 P. F. ChimentoDon't need to mkdir m4 anymore
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-13 P. F. ChimentoUpdate libtool invocation in configure
2011-06-08 P. F. ChimentoEnable automatic generation of .gitignore
2011-06-05 Marijn van... Trying 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-04 P. F. ChimentoUpdate Glulxercise unit tests
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... Merge branch 'master' of ssh://git.stderr.nl/projects...
2011-04-27 Marijn van... Added a useful dtrace script for listing all GLK calls...
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. ChimentoTurn on window border in Glulxercise
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. ChimentoDistinguish input in Glulxercise
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. ChimentoUpdated Glulxercise unit tests to latest
2011-04-19 P. F. ChimentoMove the gestalt_DateTime selector documentation
2011-04-19 P. F. ChimentoFix program listing
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-17 P. F. ChimentoUpdate Gargoyle interpreters to r548
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-04-05 P. F. ChimentoGet rid of compile warning in error.c
2011-03-13 P. F. ChimentoSet CSS file from preferences dialog
2011-03-13 P. F. ChimentoFix null pointer bug
2011-03-13 P. F. ChimentoDeactivate CSS editor for now
2011-03-13 Philip ChimentoMove construction to glade file
2011-03-12 P. F. ChimentoFinished preferred interpreters list
next