git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / input.c
2013-10-26 Philip ChimentoChange I/O signals to pass a unique window ID
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2013-09-09 Philip ChimentoUse init and clear for GMutex and GCond
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-15 Philip ChimentoRemove compatibility checks with GTK 2.x
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-08-26 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoChange GDK_ key constants
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2011-10-25 Marijn van VlietFixed some omitted applications of default and glk...
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 Marijn van VlietWhen the cursor is not on the input prompt, return...
2011-06-18 Marijn van VlietFixed #31
2011-06-05 Marijn van VlietTrying to apply correct styles when recalling history...
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 VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
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-20 P. F. ChimentoLine input echo won't affect current request
2011-04-20 P. F. ChimentoImplement line input echoing
2011-04-14 P. F. ChimentoUpdated documentation to match API 0.7.2
2010-06-30 rodinDefined a base style
2010-05-11 rodinSome minor cleanup
2010-05-11 rodinMore pager improvements. Pager now determines correctly...
2010-05-11 rodinPaging is slowly becoming better, but still susceptible...
2010-05-02 fliepFixed bug: modifier keys no longer count as char input
2010-05-02 fliepOops, undoing accidentally committed parts of [259]
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