projects/chimara/chimara.git
2009-11-25 fliepRemove nitfol.info from SCM, it's a generated file
2009-11-24 fliep- Get VPATH build to work
2009-11-23 rodinFix build process on FreeBSD
2009-11-23 rodinIliad client
2009-11-23 rodinMissing files
2009-11-23 fliepUpdated ignore properties in tests
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 rodinMake the save button work \o/
2009-11-17 rodinUpdated default styles to use a slightly larger 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 fliepSee previous commit
2009-11-15 fliepWrote 'plugin-loader' for loading and executing a plugin.
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 rodinFixed resize bug
2009-11-14 rodinSome hyperlink code.
2009-11-14 rodinImplemented output buffering.
2009-11-14 fliepFix input event test name
2009-11-12 fliepAdded Andrew Plotkin's unit tests for Glulx interpreters
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 rodinBetter default width. Anchorhead looks beautiful now.
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 fliepFixed bug - Function keys not detected in multiwin...
2009-10-11 fliep- Fix ignore properties
2009-10-09 fliepDocumented the dispatch functions. Actually there will...
2009-10-07 fliepApplied patches to Git interpreter from Gargoyle source...
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 fliepGlulxe and Git now work with the included game Photopia...
2009-10-07 fliepWrote platform-dependent dispatch code
2009-10-07 fliepSet ignore properties
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 fliepUse '-f' instead of '--file' to be more accommodating...
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-11 fliepAdded a test program which runs two ChimaraGlk widgets...
2009-09-11 fliepUnref UI manager when done
2009-09-11 fliepForgot to add chimara.ui
2009-09-11 fliepFixed ignore properties
2009-09-11 fliepUpdate the interface definition to use the new version...
2009-09-11 fliepTweak to avoid warnings in frotz
2009-09-10 fliepInspired by #17, compared our Nitfol source to the...
2009-09-09 fliepFixed ignore properties
2009-09-09 fliepEdited includes to finish fixing #17
2009-09-09 fliepPlayed around with nitfol build process, adding rules...
2009-09-09 fliepFixed warning in model.c
2009-09-09 fliepMoved to updated gettext and did some tweaking for...
2009-08-12 fliepAdded AM_SILENT_RULES option to configure, so you can...
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-06-01 fliepDisabled libtool C++ and Fortran support, so configure...
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-25 fliepRemoved unnecessary files from nitfol
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().
next