Fixed Glk to Gdk color bug
[projects/chimara/chimara.git] / libchimara / window.c
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