Use init and clear for GMutex and GCond
[projects/chimara/chimara.git] / libchimara / window.c
2013-09-09 Philip ChimentoUse init and clear for GMutex and GCond
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-16 Marijn van VlietSome style cleanup work in glk_window_clear()
2012-09-16 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-16 Philip ChimentoAdvance the pager to the end when clicked
2012-09-16 Philip ChimentoConvert the pager to a GtkOverlay
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-08-26 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoUse cairo for drawing
2012-08-25 Philip ChimentoReplace deprecated signals
2012-08-25 Philip ChimentoRemove deprecated member access
2012-01-18 Philip ChimentoBring documentation up to date with API 0.7.3
2011-06-19 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietRemoved some debug output
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietFixed #20
2011-04-27 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-04-25 P. F. ChimentoMinimum implementation of line terminators
2011-04-21 P. F. ChimentoDon't fail on unrecognized split method
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
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.
2010-05-18 rodinFixing some pager bugs
2010-05-18 rodinRemoved pager debugging output
2010-05-18 rodinBackend support for using dynamic styles. See also...
2010-05-11 rodinMore pager improvements. Pager now determines correctly...
2010-05-11 rodinPaging is slowly becoming better, but still susceptible...
2010-05-10 rodinPlaced pager functionality into the idle handler
2010-05-05 rodinFixed segfault when requesting non-existant parent...
2010-05-02 fliepFixed hyperlink bug, #46
2010-04-28 fliepFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-18 rodinFixed window closing bug #43
2010-04-17 rodinPager bug fixed.... or is it?
2010-04-17 rodinPager in place
2010-04-17 rodinFixed Glk to Gdk color bug
2010-01-29 rodinAdded correct resize handling
2010-01-28 rodinBeginning work on graphic windows. Hopelessly broken...
2010-01-18 rodinCompleted mouse support.
2010-01-16 rodinInitial mouse support added.
2010-01-12 fliepFixed shutdown problems. Everything should properly...
2009-12-03 fliepFixed freeing data at stop & start. Previously the...
2009-11-22 rodinAdded first version of hyperlink support. Only textbuff...
2009-11-22 rodinFixed style_init() related errors
2009-11-17 rodinIntegrated the glk_data->default_font_desc and glk_data...
2009-11-17 fliepFixed text grid line input bugs
2009-11-15 fliepInput history for text buffers and text grids.
2009-11-15 fliepFirst implementation of history buffer.
2009-11-14 rodinSpecial Portal commit
2009-11-14 rodinTextGrid windows are now also buffered
2009-11-14 rodinImplemented output buffering.
2009-10-21 fliep- Fixed a bug that made Nitfol crash since [130]
2009-10-15 rodin* Changing styles no longer affects existing windows
2009-10-07 fliepFixed bug - glk_set_window(NULL) doesn't crash anymore
2009-10-07 fliepWrote platform-dependent dispatch code
2009-09-13 fliepStarted using thread-private data. Multisession still...
2009-06-05 rodinAdded a better default font, line spacing and margins
2009-05-26 fliepBrought all the Gtk-Doc documentation up to date with...
2009-05-25 fliepglk_set_window(NULL) should not be allowed
2009-05-24 fliepHopefully solved the problem of waiting for windows...
2009-05-24 fliepNo need to actually cancel input requests when closing...
2009-05-24 fliepImplemented evtype_Arrange events, fixing #8.
2009-05-24 fliepChecked for 0 window size in glk_window_move_cursor().
2009-05-24 fliepProportional sizes of 100% are apparently allowed too
2009-05-24 fliepImplemented glk_window_set_arrangement() and glk_window...
2009-05-23 fliepSeparated library source code from testing code, fixing #6