projects/chimara/chimara.git
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().
2009-05-24 fliepAdded dummy functions glk_style_distinguish() and glk_r...
2009-05-24 fliepProportional sizes of 100% are apparently allowed too
2009-05-24 fliepImplemented glk_window_set_arrangement() and glk_window...
2009-05-24 fliepFixed GtkDoc makefile for new directory structure
2009-05-24 fliepAdded dummy glk_stylehint_clear() function
2009-05-24 fliepFixed assertion in glk_stream_set_position()
2009-05-23 rodin * Added the game anchorhead to test
2009-05-23 fliepSet ignore properties on new directories
2009-05-23 flieptests/Makefile.am
2009-05-23 fliepSeparated library source code from testing code, fixing #6
2009-05-22 fliepEliminated warnings about static functions declared...
2009-05-22 rodin * Added some more verbs to show off the style system
2009-05-22 rodin * Added initial support for styles! (no style hints...
2009-05-22 fliepAdded Nitfol and Frotz source code.
2009-05-22 rodin * Implemented the library-dependant functionality...
2009-05-22 rodin * Added BLORB file support (i.e. copied the gi_blorb...
2009-05-22 rodin * cancel_line_input_event now handles an NULL event...
2009-05-22 rodin * Fixed flush_text_buffer() function. It always assume...
2009-05-22 rodin * Fixed pointer cast warning
2009-05-22 rodin * Restored support for cancel_line_input_request on...
2009-05-22 fliepTraps illegal printing to a window with line input...
2009-05-22 rodin* Refactored the cancel_line_input_request code to...
2009-05-22 fliepFix #11: Implemented glk_cancel_char_event() and glk_ca...
2009-05-22 fliepFor some reason these didn't commit in revision [59]
2009-05-22 rodin* Added timer support
2009-05-21 fliepDefined glui32 and glsi32 in terms of the 32-bit intege...
2009-05-20 fliep- In the documentation, replaced <informalexample>...
2009-05-19 fliepUse gdk_window_process_all_updates() to send window...
2009-05-19 fliepTurned off line wrapping on text grids. They don't...
2009-05-19 fliep- Changed splittest.c to run through all the examples...
2009-05-13 fliepNow windows can be sized arbitrarily small, but GDK...
2009-05-13 fliepCorrectly handles what happens when a window that is...
2009-05-06 fliep- Text grid windows don't need scrollbars
2009-05-06 fliepMade the size of the main window the "default" size...
2009-05-06 fliepWhen splitting a window W, the new pair window was...
2009-05-05 fliepNow the size of text grid windows is updated when they...
2009-05-05 fliepCleaned up some window closing code, fixed GDK thread...
2009-05-03 fliepAdded comments and cleaned up code
2009-05-03 fliepFixed a crash when closing pair windows directly
2009-05-03 fliepFixed a bug: pair windows need window streams too,...
2009-05-03 fliepUse the sublime CLAMP() macro
2009-05-03 fliepAdded a "spacing" property which sets the border width...
2009-05-03 fliepNow pays attention to the GtkContainer "border-width...
2009-05-03 fliepFixed issue #1. Probably needs some more thorough testing.
2009-05-02 fliepFixed issue #4.
2009-05-02 fliepAdded properties to the ChimaraGlk widget: "default...
2009-04-23 fliep- Added pkg-config files (.pc.in), so after the library...
2009-03-30 fliepAdded 'static' and 'G_GNUC_INTERNAL' to hide all symbol...
next