Documented all planned Glk API functions
[projects/chimara/chimara.git] / libchimara /
2010-04-30 fliepDocumented all planned Glk API functions
2010-04-28 fliepFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-25 fliepBrought documentation up to date
2010-04-25 fliepFixed problem of player looking for CSS file in a hard...
2010-04-18 rodinDefault CSS file NULL
2010-04-18 rodin* Path fixes
2010-04-18 rodinFixed x86-64 closing bug #44
2010-04-18 rodinIliad port
2010-04-18 rodinFixed window closing bug #43
2010-04-18 rodinDon't page when window is too small
2010-04-17 rodinPager bug fixed.... or is it?
2010-04-17 rodinFixed history recall bug
2010-04-17 rodinPager in place
2010-04-17 rodinFixed Glk to Gdk color bug
2010-03-30 rodinFixed hitting enter key mid sentence
2010-03-14 fliepAdded notify signals to properties
2010-02-14 rodinHandle Home/End keys properly
2010-02-14 rodinSupport for graphics in text buffers
2010-02-09 fliepBrought documentation up to date
2010-02-07 rodinGraphics caching not operational.
2010-02-06 rodinStart of image cache implementation... breaks image...
2010-02-06 rodinRemoved the requirement win->input_request_type ==...
2010-01-31 rodinQuick and hacky implementation of glk_draw_image_scaled().
2010-01-31 rodinCrahing bug fixed :)
2010-01-29 rodinGetting cryptic error message:
2010-01-29 rodinAdded correct resize handling
2010-01-28 rodinBeginning work on graphic windows. Hopelessly broken...
2010-01-18 rodinCompleted mouse support.
2010-01-16 rodinInitial mouse support added.
2010-01-16 rodinHyperlinks now fully supported, also on textgrids.
2010-01-12 fliepAdded gdk_thread_enter() and _leave() to glk_cancel_lin...
2010-01-12 fliepFixed shutdown problems. Everything should properly...
2009-12-20 fliepFixed Gtk-doc parse error
2009-12-06 fliepCreated open game functionality in the player. Fix...
2009-12-05 fliepBrought documentation up to date
2009-12-03 fliepBug fixes
2009-12-03 fliepFixed freeing data at stop & start. Previously the...
2009-11-29 fliepAdded buffer flush and wait for window rearrange in...
2009-11-27 fliepInserted extra definition of LT_OBJDIR for pre-2.2...
2009-11-24 fliep- Get VPATH build to work
2009-11-23 fliepCancel all input requests when stopping
2009-11-22 rodinAdded first version of hyperlink support. Only textbuff...
2009-11-22 rodinfixed #27
2009-11-22 rodinFixed style_init() related errors
2009-11-17 rodinSmall bug in get_current_font()
2009-11-17 rodinDefault font for textbuffer should be a serif font.
2009-11-17 rodinIntegrated the glk_data->default_font_desc and glk_data...
2009-11-17 fliepFixed breakage caused by mixing commits or something?
2009-11-17 fliepFixed text grid line input bugs
2009-11-15 rodinFixed reversevideo
2009-11-15 fliepInput history for text buffers and text grids.
2009-11-15 rodinEmpty lines are no longer stored in the input history
2009-11-15 fliepFirst implementation of history buffer.
2009-11-14 rodinSpecial Portal commit
2009-11-14 rodinTextGrid windows are now also buffered
2009-11-14 rodinSome hyperlink code.
2009-11-14 rodinImplemented output buffering.
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...
next