projects/chimara/chimara.git
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...
2009-03-29 fliepFixed a bug with text grid line input in the middle...
2009-03-29 fliepWrote better checks for illegal actions.
2009-03-29 fliepAutomake tweaking
2009-03-29 fliepGot Gtk-Doc working. Now all the fancy /** comments...
2009-03-07 fliepProperly set up svn:ignore properties.
2009-03-06 fliepI have Autotools-Fu.
2009-03-05 fliepRewrote configure.ac according to my new l33t knowledge...
2009-03-03 fliepWrote all remaining Unicode input and output functions.
2009-03-01 fliepFixed a bug with newlines in line input on text buffer...
2009-03-01 fliepRefined previous update so that arrow keys and other...
2009-03-01 fliepNow keystrokes in a text grid window are redirected...
2009-03-01 fliepImplemented line input in text grid windows using a...
2009-02-28 fliepWrote behavior of Backspace key during line input in...
2009-02-05 fliepRemoved autogenerated files from source control. This...
2009-02-04 fliepAdded text grid windows. Output, cursor placement,...
2009-01-27 fliepAdded gmodule-2.0 to the dependencies of the test program.
2009-01-15 rodinpreliminary support for splitting of windows. Does...
2008-12-29 fliepAdded gtk-doc comments to the ChimaraGlk widget.
2008-12-26 fliepImplemented glk_window_get_size()
2008-12-24 fliepFixed a segfault when opening an invalid window.
2008-12-24 fliepImplemented "started" and "stopped" signals
2008-12-23 fliepAdded dynamic module loading: now the Glk program ...
2008-12-22 fliepRemoved old Makefile.
2008-12-22 fliepChanged build system to Automake. Split Glk code off...
2008-08-24 fliepVerbeterd interrupt mechanisme en afbreken van het...
2008-08-24 fliepCode opschonen, toevoegen documentatie
next