Backend support for using dynamic styles. See also Ticket #49.
[rodin/chimara.git] / libchimara / window.c
2010-05-18 Marijn van VlietBackend support for using dynamic styles. See also...
2010-05-11 Marijn van VlietMore pager improvements. Pager now determines correctly...
2010-05-11 Marijn van VlietPaging is slowly becoming better, but still susceptible...
2010-05-10 Marijn van VlietPlaced pager functionality into the idle handler
2010-05-05 Marijn van VlietFixed segfault when requesting non-existant parent...
2010-05-02 Philip ChimentoFixed hyperlink bug, #46
2010-04-28 Philip ChimentoFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-18 Marijn van VlietFixed window closing bug #43
2010-04-17 Marijn van VlietPager bug fixed.... or is it?
2010-04-17 Marijn van VlietPager in place
2010-04-17 Marijn van VlietFixed Glk to Gdk color bug
2010-01-29 Marijn van VlietAdded correct resize handling
2010-01-28 Marijn van VlietBeginning work on graphic windows. Hopelessly broken...
2010-01-18 Marijn van VlietCompleted mouse support.
2010-01-16 Marijn van VlietInitial mouse support added.
2010-01-12 Philip ChimentoFixed shutdown problems. Everything should properly...
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