Frotz now compiled to use Gargoyle extensions
[projects/chimara/chimara.git] / libchimara / input.c
2010-05-02 fliepFrotz now compiled to use Gargoyle extensions
2010-04-18 rodinIliad port
2010-04-17 rodinPager bug fixed.... or is it?
2010-04-17 rodinFixed history recall bug
2010-03-30 rodinFixed hitting enter key mid sentence
2010-02-14 rodinHandle Home/End keys properly
2010-02-06 rodinRemoved the requirement win->input_request_type ==...
2010-01-28 rodinBeginning work on graphic windows. Hopelessly broken...
2010-01-12 fliepAdded gdk_thread_enter() and _leave() to glk_cancel_lin...
2010-01-12 fliepFixed shutdown problems. Everything should properly...
2009-11-23 fliepCancel all input requests when stopping
2009-11-17 fliepFixed breakage caused by mixing commits or something?
2009-11-17 fliepFixed text grid line input bugs
2009-11-15 rodinFixed reversevideo
2009-11-15 fliepInput history for text buffers and text grids.
2009-11-15 rodinEmpty lines are no longer stored in the input history
2009-11-15 fliepFirst implementation of history buffer.
2009-11-14 rodinSpecial Portal commit
2009-11-14 rodinImplemented output buffering.
2009-10-25 fliep"waiting" signal should only be sent once per input...
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