Oops, undoing accidentally committed parts of [259]
[rodin/chimara.git] / libchimara / input.c
2010-05-02 Philip ChimentoOops, undoing accidentally committed parts of [259]
2010-05-02 Philip ChimentoFrotz now compiled to use Gargoyle extensions
2010-04-18 Marijn van VlietIliad port
2010-04-17 Marijn van VlietPager bug fixed.... or is it?
2010-04-17 Marijn van VlietFixed history recall bug
2010-03-30 Marijn van VlietFixed hitting enter key mid sentence
2010-02-14 Marijn van VlietHandle Home/End keys properly
2010-02-06 Marijn van VlietRemoved the requirement win->input_request_type ==...
2010-01-28 Marijn van VlietBeginning work on graphic windows. Hopelessly broken...
2010-01-12 Philip ChimentoAdded gdk_thread_enter() and _leave() to glk_cancel_lin...
2010-01-12 Philip ChimentoFixed shutdown problems. Everything should properly...
2009-11-23 Philip ChimentoCancel all input requests when stopping
2009-11-17 Philip ChimentoFixed breakage caused by mixing commits or something?
2009-11-17 Philip ChimentoFixed text grid line input bugs
2009-11-15 Marijn van VlietFixed reversevideo
2009-11-15 Philip ChimentoInput history for text buffers and text grids.
2009-11-15 Marijn van VlietEmpty lines are no longer stored in the input history
2009-11-15 Philip ChimentoFirst implementation of history buffer.
2009-11-14 Marijn van VlietSpecial Portal commit
2009-11-14 Marijn van VlietImplemented output buffering.
2009-10-25 Philip Chimento"waiting" signal should only be sent once per input...
2009-10-25 Philip Chimento- Feeding input programmatically to the Glk program...
2009-10-11 Philip ChimentoImplemented the signals 'char-input', 'line-input'...
2009-10-07 Philip ChimentoFixed bug - put array unregister function after line...
2009-10-07 Philip ChimentoWrote platform-dependent dispatch code
2009-09-13 Philip ChimentoSome cosmetic fixes, like giving a window the focus...
2009-09-13 Philip ChimentoFixed bug in text grid line input that obscured a new...
2009-09-13 Philip ChimentoStarted using thread-private data. Multisession still...
2009-06-08 Philip ChimentoFixed crashes after automatic scroll on text buffer...
2009-05-26 Philip ChimentoBrought all the Gtk-Doc documentation up to date with...
2009-05-24 Philip ChimentoNo need to actually cancel input requests when closing...
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6