- Fixed a bug that made Nitfol crash since [130]
[projects/chimara/chimara.git] / libchimara / window.c
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