Fix input event test name
[projects/chimara/chimara.git] / libchimara /
2009-11-12 fliepFixed stoopid bug in chimara_if_set_preferred_interpreter()
2009-10-26 fliepStyles should be initialized once per widget, not once...
2009-10-25 fliep"waiting" signal should only be sent once per input...
2009-10-25 fliep- Feeding input programmatically to the Glk program...
2009-10-25 fliepFixed minor bug - wait for event queue condition IF...
2009-10-24 fliepAvoid compilation warnings
2009-10-23 fliepWrote documentation for new functions
2009-10-21 fliep- Fixed a bug that made Nitfol crash since [130]
2009-10-16 rodinDon't use getline(), it is not supported under BSD/OSX
2009-10-15 rodin* Changing styles no longer affects existing windows
2009-10-13 fliepAdded chimara_if_run() which, given a game file, autode...
2009-10-11 fliepImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-11 fliepAdded a skeleton implementation of the ChimaraIF widget...
2009-10-11 fliepImplemented the signals 'char-input', 'line-input'...
2009-10-11 fliep- Fix ignore properties
2009-10-09 fliepDocumented the dispatch functions. Actually there will...
2009-10-07 fliepFixed bug - put array unregister function after line...
2009-10-07 fliepFixed bug - glk_stylehint_set doesn't loop infinitely...
2009-10-07 fliepFixed bug - glk_set_window(NULL) doesn't crash anymore
2009-10-07 fliepEliminated warnings in style.h
2009-10-07 fliepWrote platform-dependent dispatch code
2009-10-07 fliepAdd Glulxe and Git. They compile but don't work yet.
2009-10-05 fliepAdded the dispatch layer headers. In order to get this...
2009-10-05 rodinAdded first support for CSS files.
2009-09-13 fliepSome cosmetic fixes, like giving a window the focus...
2009-09-13 fliepFixed bug in text grid line input that obscured a new...
2009-09-13 fliepAdded an initialization function, which must be called...
2009-09-13 fliepStarted using thread-private data. Multisession still...
2009-09-12 fliepGestalt selector claimed we couldn't print unicode...
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