git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / strio.c
2013-10-26 Philip ChimentoChange I/O signals to pass a unique window ID
2012-09-24 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-09-15 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-09-15 Marijn van VlietRedone flush_buffer logic, fixes #39
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-02-12 Philip ChimentoMerge branch 'glk-074'
2012-02-12 Philip ChimentoImplement resource streams
2011-07-06 Philip ChimentoFix semicolon typo in seeking code
2011-07-06 Philip ChimentoFix semicolon typo in seeking code
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 P. F. ChimentoKeep an EOF mark for memory streams
2011-06-18 P. F. ChimentoFix obscure C stdio bug
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 VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietFixed setting of proportional font in textgrids. Fixed...
2011-04-14 P. F. ChimentoUpdated documentation to match API 0.7.2
2011-02-07 Marijn van VlietFixing #15: handling newlines in textgrids
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-30 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-30 Marijn van VlietOverhauled the whole reverse video thing.
2011-01-29 Marijn van VlietFixes for garglk_set_zcolors()
2011-01-29 Marijn van VlietFinished implementing garglk_set_zcolors()
2011-01-29 Marijn van VlietMerge branch 'master' of https://github.com/wmvanvliet...
2011-01-29 Marijn van VlietBegan garglk_set_zcolors() implementation
2010-06-30 rodinDefined a base style
2010-05-18 rodinBackend support for using dynamic styles. See also...
2010-05-11 rodinSome minor cleanup
2010-05-11 rodinPaging is slowly becoming better, but still susceptible...
2010-05-10 rodinPlaced pager functionality into the idle handler
2010-05-02 fliepOops, undoing accidentally committed parts of [259]
2010-05-02 fliepFrotz now compiled to use Gargoyle extensions
2009-11-22 rodinAdded first version of hyperlink support. Only textbuff...
2009-11-14 rodinTextGrid windows are now also buffered
2009-11-14 rodinImplemented output buffering.
2009-10-15 rodin* Changing styles no longer affects existing windows
2009-10-11 fliepImplemented the signals 'char-input', 'line-input'...
2009-05-26 fliepBrought all the Gtk-Doc documentation up to date with...
2009-05-24 fliepFixed assertion in glk_stream_set_position()
2009-05-23 fliepSeparated library source code from testing code, fixing #6