rodin/chimara.git
2009-11-25 Philip ChimentoAdded RPM package building. Configure with --enable...
2009-11-25 Philip ChimentoRemove nitfol.info from SCM, it's a generated file
2009-11-24 Philip Chimento- Get VPATH build to work
2009-11-23 Marijn van... Fix build process on FreeBSD
2009-11-23 Marijn van... Iliad client
2009-11-23 Marijn van... Missing files
2009-11-23 Philip ChimentoUpdated ignore properties in tests
2009-11-23 Philip ChimentoCancel all input requests when stopping
2009-11-22 Marijn van... Added first version of hyperlink support. Only textbuff...
2009-11-22 Marijn van... fixed #27
2009-11-22 Marijn van... Fixed style_init() related errors
2009-11-17 Marijn van... Small bug in get_current_font()
2009-11-17 Marijn van... Make the save button work \o/
2009-11-17 Marijn van... Updated default styles to use a slightly larger font
2009-11-17 Marijn van... Default font for textbuffer should be a serif font.
2009-11-17 Marijn van... Integrated 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... Fixed reversevideo
2009-11-15 Philip ChimentoSee previous commit
2009-11-15 Philip ChimentoWrote 'plugin-loader' for loading and executing a plugin.
2009-11-15 Philip ChimentoInput history for text buffers and text grids.
2009-11-15 Marijn van... Empty lines are no longer stored in the input history
2009-11-15 Philip ChimentoFirst implementation of history buffer.
2009-11-14 Marijn van... Special Portal commit
2009-11-14 Marijn van... TextGrid windows are now also buffered
2009-11-14 Marijn van... Fixed resize bug
2009-11-14 Marijn van... Some hyperlink code.
2009-11-14 Marijn van... Implemented output buffering.
2009-11-14 Philip ChimentoFix input event test name
2009-11-12 Philip ChimentoAdded Andrew Plotkin's unit tests for Glulx interpreters
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... Don't use getline(), it is not supported under BSD/OSX
2009-10-15 Marijn van... Better default width. Anchorhead looks beautiful now.
2009-10-15 Marijn van... * 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 ChimentoFixed bug - Function keys not detected in multiwin...
2009-10-11 Philip Chimento- Fix ignore properties
2009-10-09 Philip ChimentoDocumented the dispatch functions. Actually there will...
2009-10-07 Philip ChimentoApplied patches to Git interpreter from Gargoyle source...
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 ChimentoGlulxe and Git now work with the included game Photopia...
2009-10-07 Philip ChimentoWrote platform-dependent dispatch code
2009-10-07 Philip ChimentoSet ignore properties
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... Added first support for CSS files.
2009-09-13 Philip ChimentoUse '-f' instead of '--file' to be more accommodating...
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-11 Philip ChimentoAdded a test program which runs two ChimaraGlk widgets...
2009-09-11 Philip ChimentoUnref UI manager when done
2009-09-11 Philip ChimentoForgot to add chimara.ui
2009-09-11 Philip ChimentoFixed ignore properties
2009-09-11 Philip ChimentoUpdate the interface definition to use the new version...
2009-09-11 Philip ChimentoTweak to avoid warnings in frotz
2009-09-10 Philip ChimentoInspired by #17, compared our Nitfol source to the...
2009-09-09 Philip ChimentoFixed ignore properties
2009-09-09 Philip ChimentoEdited includes to finish fixing #17
2009-09-09 Philip ChimentoPlayed around with nitfol build process, adding rules...
2009-09-09 Philip ChimentoFixed warning in model.c
2009-09-09 Philip ChimentoMoved to updated gettext and did some tweaking for...
2009-08-12 Philip ChimentoAdded AM_SILENT_RULES option to configure, so you can...
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... Added a better default font, line spacing and margins
2009-06-05 Marijn van... Fixed crash in FreeBSD.
2009-06-01 Philip ChimentoDisabled libtool C++ and Fortran support, so configure...
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-25 Philip ChimentoRemoved unnecessary files from nitfol
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.
next