- Feeding input programmatically to the Glk program now works: chimara_glk_feed_line_...
[projects/chimara/chimara.git] / libchimara / input.c
2009-10-25 fliep- Feeding input programmatically to the Glk program...
2009-10-11 fliepImplemented the signals 'char-input', 'line-input'...
2009-10-07 fliepFixed bug - put array unregister function after line...
2009-10-07 fliepWrote platform-dependent dispatch code
2009-09-13 fliepSome cosmetic fixes, like giving a window the focus...
2009-09-13 fliepFixed bug in text grid line input that obscured a new...
2009-09-13 fliepStarted using thread-private data. Multisession still...
2009-06-08 fliepFixed crashes after automatic scroll on text buffer...
2009-05-26 fliepBrought all the Gtk-Doc documentation up to date with...
2009-05-24 fliepNo need to actually cancel input requests when closing...
2009-05-23 fliepSeparated library source code from testing code, fixing #6