Fixed ordering of the application of the styles
[rodin/chimara.git] / libchimara /
2009-10-09 Philip ChimentoDocumented the dispatch functions. Actually there will...
2009-10-07 Philip ChimentoFixed bug - put array unregister function after line...
2009-10-07 Philip ChimentoFixed bug - glk_stylehint_set doesn't loop infinitely...
2009-10-07 Philip ChimentoFixed bug - glk_set_window(NULL) doesn't crash anymore
2009-10-07 Philip ChimentoEliminated warnings in style.h
2009-10-07 Philip ChimentoWrote platform-dependent dispatch code
2009-10-07 Philip ChimentoAdd Glulxe and Git. They compile but don't work yet.
2009-10-05 Philip ChimentoAdded the dispatch layer headers. In order to get this...
2009-10-05 Marijn van VlietAdded first support for CSS files.
2009-09-13 Philip ChimentoSome cosmetic fixes, like giving a window the focus...
2009-09-13 Philip ChimentoFixed bug in text grid line input that obscured a new...
2009-09-13 Philip ChimentoAdded an initialization function, which must be called...
2009-09-13 Philip ChimentoStarted using thread-private data. Multisession still...
2009-09-12 Philip ChimentoGestalt selector claimed we couldn't print unicode...
2009-09-09 Philip ChimentoMoved to updated gettext and did some tweaking for...
2009-06-13 Philip ChimentoFixed #7 (crash when resizing windows really small)
2009-06-13 Philip ChimentoImplemented glk_select_poll() (Fix #18)
2009-06-13 Philip ChimentoMust export garglk_ symbols in library
2009-06-09 Philip ChimentoMoved startup code to the Glk thread. Now Frotz works...
2009-06-09 Philip Chimentowrong Makefile committed in [101]
2009-06-09 Philip ChimentoAdded garglk.c and garglk.h, which is where stubs for...
2009-06-08 Philip ChimentoFixed crashes after automatic scroll on text buffer...
2009-06-05 Marijn van VlietAdded a better default font, line spacing and margins
2009-06-05 Marijn van VlietFixed crash in FreeBSD.
2009-05-26 Philip ChimentoMade sure no internal symbols were exported; can be...
2009-05-26 Philip ChimentoGot rid of unused variable warnings in gi_blorb.c
2009-05-26 Philip ChimentoEdited platform-dependent part of Blorb layer to use...
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 ChimentoFixing installed headers and directories
2009-05-24 Philip ChimentoImplemented Unix startup code, argument parsing, and...
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 ChimentoAdded dummy functions glk_style_distinguish() and glk_r...
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-24 Philip ChimentoAdded dummy glk_stylehint_clear() function
2009-05-24 Philip ChimentoFixed assertion in glk_stream_set_position()
2009-05-23 Marijn van Vliet * Added the game anchorhead to test
2009-05-23 Philip ChimentoSet ignore properties on new directories
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6