Fixed freeing data at stop & start. Previously the root window was set to NULL when...
[rodin/chimara.git] / libchimara / window.c
2009-12-03 Philip ChimentoFixed freeing data at stop & start. Previously the...
2009-11-22 Marijn van VlietAdded first version of hyperlink support. Only textbuff...
2009-11-22 Marijn van VlietFixed style_init() related errors
2009-11-17 Marijn van VlietIntegrated the glk_data->default_font_desc and glk_data...
2009-11-17 Philip ChimentoFixed text grid line input bugs
2009-11-15 Philip ChimentoInput history for text buffers and text grids.
2009-11-15 Philip ChimentoFirst implementation of history buffer.
2009-11-14 Marijn van VlietSpecial Portal commit
2009-11-14 Marijn van VlietTextGrid windows are now also buffered
2009-11-14 Marijn van VlietImplemented output buffering.
2009-10-21 Philip Chimento- Fixed a bug that made Nitfol crash since [130]
2009-10-15 Marijn van Vliet* Changing styles no longer affects existing windows
2009-10-07 Philip ChimentoFixed bug - glk_set_window(NULL) doesn't crash anymore
2009-10-07 Philip ChimentoWrote platform-dependent dispatch code
2009-09-13 Philip ChimentoStarted using thread-private data. Multisession still...
2009-06-05 Marijn van VlietAdded a better default font, line spacing and margins
2009-05-26 Philip ChimentoBrought all the Gtk-Doc documentation up to date with...
2009-05-25 Philip Chimentoglk_set_window(NULL) should not be allowed
2009-05-24 Philip ChimentoHopefully solved the problem of waiting for windows...
2009-05-24 Philip ChimentoNo need to actually cancel input requests when closing...
2009-05-24 Philip ChimentoImplemented evtype_Arrange events, fixing #8.
2009-05-24 Philip ChimentoChecked for 0 window size in glk_window_move_cursor().
2009-05-24 Philip ChimentoProportional sizes of 100% are apparently allowed too
2009-05-24 Philip ChimentoImplemented glk_window_set_arrangement() and glk_window...
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6