Barf improvements -- the paging functionality should now be ready to move into the...
[rodin/chimara.git] / libchimara /
2010-01-31 Marijn van VlietQuick and hacky implementation of glk_draw_image_scaled().
2010-01-31 Marijn van VlietCrahing bug fixed :)
2010-01-29 Marijn van VlietGetting cryptic error message:
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-16 Marijn van VlietHyperlinks now fully supported, also on textgrids.
2010-01-12 Philip ChimentoAdded gdk_thread_enter() and _leave() to glk_cancel_lin...
2010-01-12 Philip ChimentoFixed shutdown problems. Everything should properly...
2009-12-20 Philip ChimentoFixed Gtk-doc parse error
2009-12-06 Philip ChimentoCreated open game functionality in the player. Fix...
2009-12-05 Philip ChimentoBrought documentation up to date
2009-12-03 Philip ChimentoBug fixes
2009-12-03 Philip ChimentoFixed freeing data at stop & start. Previously the...
2009-11-29 Philip ChimentoAdded buffer flush and wait for window rearrange in...
2009-11-27 Philip ChimentoInserted extra definition of LT_OBJDIR for pre-2.2...
2009-11-24 Philip Chimento- Get VPATH build to work
2009-11-23 Philip ChimentoCancel all input requests when stopping
2009-11-22 Marijn van VlietAdded first version of hyperlink support. Only textbuff...
2009-11-22 Marijn van Vlietfixed #27
2009-11-22 Marijn van VlietFixed style_init() related errors
2009-11-17 Marijn van VlietSmall bug in get_current_font()
2009-11-17 Marijn van VlietDefault font for textbuffer should be a serif font.
2009-11-17 Marijn van VlietIntegrated the glk_data->default_font_desc and glk_data...
2009-11-17 Philip ChimentoFixed breakage caused by mixing commits or something?
2009-11-17 Philip ChimentoFixed text grid line input bugs
2009-11-15 Marijn van VlietFixed reversevideo
2009-11-15 Philip ChimentoInput history for text buffers and text grids.
2009-11-15 Marijn van VlietEmpty lines are no longer stored in the input history
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 VlietSome hyperlink code.
2009-11-14 Marijn van VlietImplemented output buffering.
2009-11-12 Philip ChimentoFixed stoopid bug in chimara_if_set_preferred_interpreter()
2009-10-26 Philip ChimentoStyles should be initialized once per widget, not once...
2009-10-25 Philip Chimento"waiting" signal should only be sent once per input...
2009-10-25 Philip Chimento- Feeding input programmatically to the Glk program...
2009-10-25 Philip ChimentoFixed minor bug - wait for event queue condition IF...
2009-10-24 Philip ChimentoAvoid compilation warnings
2009-10-23 Philip ChimentoWrote documentation for new functions
2009-10-21 Philip Chimento- Fixed a bug that made Nitfol crash since [130]
2009-10-16 Marijn van VlietDon't use getline(), it is not supported under BSD/OSX
2009-10-15 Marijn van Vliet* Changing styles no longer affects existing windows
2009-10-13 Philip ChimentoAdded chimara_if_run() which, given a game file, autode...
2009-10-11 Philip ChimentoImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-11 Philip ChimentoAdded a skeleton implementation of the ChimaraIF widget...
2009-10-11 Philip ChimentoImplemented the signals 'char-input', 'line-input'...
2009-10-11 Philip Chimento- Fix ignore properties
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