Tweak to avoid warnings in frotz
[projects/chimara/chimara.git] / libchimara /
2009-09-09 fliepMoved to updated gettext and did some tweaking for...
2009-06-13 fliepFixed #7 (crash when resizing windows really small)
2009-06-13 fliepImplemented glk_select_poll() (Fix #18)
2009-06-13 fliepMust export garglk_ symbols in library
2009-06-09 fliepMoved startup code to the Glk thread. Now Frotz works...
2009-06-09 fliepwrong Makefile committed in [101]
2009-06-09 fliepAdded garglk.c and garglk.h, which is where stubs for...
2009-06-08 fliepFixed crashes after automatic scroll on text buffer...
2009-06-05 rodinAdded a better default font, line spacing and margins
2009-06-05 rodinFixed crash in FreeBSD.
2009-05-26 fliepMade sure no internal symbols were exported; can be...
2009-05-26 fliepGot rid of unused variable warnings in gi_blorb.c
2009-05-26 fliepEdited platform-dependent part of Blorb layer to use...
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 fliepFixing installed headers and directories
2009-05-24 fliepImplemented Unix startup code, argument parsing, and...
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 fliepAdded dummy functions glk_style_distinguish() and glk_r...
2009-05-24 fliepProportional sizes of 100% are apparently allowed too
2009-05-24 fliepImplemented glk_window_set_arrangement() and glk_window...
2009-05-24 fliepAdded dummy glk_stylehint_clear() function
2009-05-24 fliepFixed assertion in glk_stream_set_position()
2009-05-23 rodin * Added the game anchorhead to test
2009-05-23 fliepSet ignore properties on new directories
2009-05-23 fliepSeparated library source code from testing code, fixing #6