rodin/chimara.git
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.
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 ChimentoFixed GtkDoc makefile for new directory structure
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... * Added the game anchorhead to test
2009-05-23 Philip ChimentoSet ignore properties on new directories
2009-05-23 Philip Chimentotests/Makefile.am
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6
2009-05-22 Philip ChimentoEliminated warnings about static functions declared...
2009-05-22 Marijn van... * Added some more verbs to show off the style system
2009-05-22 Marijn van... * Added initial support for styles! (no style hints...
2009-05-22 Philip ChimentoAdded Nitfol and Frotz source code.
2009-05-22 Marijn van... * Implemented the library-dependant functionality...
2009-05-22 Marijn van... * Added BLORB file support (i.e. copied the gi_blorb...
2009-05-22 Marijn van... * cancel_line_input_event now handles an NULL event...
2009-05-22 Marijn van... * Fixed flush_text_buffer() function. It always assume...
2009-05-22 Marijn van... * Fixed pointer cast warning
2009-05-22 Marijn van... * Restored support for cancel_line_input_request on...
2009-05-22 Philip ChimentoTraps illegal printing to a window with line input...
2009-05-22 Marijn van... * Refactored the cancel_line_input_request code to...
2009-05-22 Philip ChimentoFix #11: Implemented glk_cancel_char_event() and glk_ca...
2009-05-22 Philip ChimentoFor some reason these didn't commit in revision [59]
2009-05-22 Marijn van... * Added timer support
2009-05-21 Philip ChimentoDefined glui32 and glsi32 in terms of the 32-bit intege...
2009-05-20 Philip Chimento- In the documentation, replaced <informalexample>...
2009-05-19 Philip ChimentoUse gdk_window_process_all_updates() to send window...
2009-05-19 Philip ChimentoTurned off line wrapping on text grids. They don't...
2009-05-19 Philip Chimento- Changed splittest.c to run through all the examples...
2009-05-13 Philip ChimentoNow windows can be sized arbitrarily small, but GDK...
2009-05-13 Philip ChimentoCorrectly handles what happens when a window that is...
2009-05-06 Philip Chimento- Text grid windows don't need scrollbars
2009-05-06 Philip ChimentoMade the size of the main window the "default" size...
2009-05-06 Philip ChimentoWhen splitting a window W, the new pair window was...
2009-05-05 Philip ChimentoNow the size of text grid windows is updated when they...
2009-05-05 Philip ChimentoCleaned up some window closing code, fixed GDK thread...
2009-05-03 Philip ChimentoAdded comments and cleaned up code
2009-05-03 Philip ChimentoFixed a crash when closing pair windows directly
2009-05-03 Philip ChimentoFixed a bug: pair windows need window streams too,...
2009-05-03 Philip ChimentoUse the sublime CLAMP() macro
2009-05-03 Philip ChimentoAdded a "spacing" property which sets the border width...
2009-05-03 Philip ChimentoNow pays attention to the GtkContainer "border-width...
2009-05-03 Philip ChimentoFixed issue #1. Probably needs some more thorough testing.
2009-05-02 Philip ChimentoFixed issue #4.
2009-05-02 Philip ChimentoAdded properties to the ChimaraGlk widget: "default...
2009-04-23 Philip Chimento- Added pkg-config files (.pc.in), so after the library...
2009-03-30 Philip ChimentoAdded 'static' and 'G_GNUC_INTERNAL' to hide all symbol...
2009-03-29 Philip ChimentoFixed a bug with text grid line input in the middle...
2009-03-29 Philip ChimentoWrote better checks for illegal actions.
2009-03-29 Philip ChimentoAutomake tweaking
2009-03-29 Philip ChimentoGot Gtk-Doc working. Now all the fancy /** comments...
2009-03-07 Philip ChimentoProperly set up svn:ignore properties.
2009-03-06 Philip ChimentoI have Autotools-Fu.
2009-03-05 Philip ChimentoRewrote configure.ac according to my new l33t knowledge...
2009-03-03 Philip ChimentoWrote all remaining Unicode input and output functions.
2009-03-01 Philip ChimentoFixed a bug with newlines in line input on text buffer...
2009-03-01 Philip ChimentoRefined previous update so that arrow keys and other...
2009-03-01 Philip ChimentoNow keystrokes in a text grid window are redirected...
2009-03-01 Philip ChimentoImplemented line input in text grid windows using a...
2009-02-28 Philip ChimentoWrote behavior of Backspace key during line input in...
next