Eliminated warnings about static functions declared with G_GNUC_INTERNAL
[projects/chimara/chimara.git] / src / chimara-glk.c
2009-05-22 rodin * Added initial support for styles! (no style hints...
2009-05-22 rodin* Added timer support
2009-05-20 fliep- In the documentation, replaced <informalexample>...
2009-05-13 fliepCorrectly handles what happens when a window that is...
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-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 fliepAdded properties to the ChimaraGlk widget: "default...
2009-03-29 fliepGot Gtk-Doc working. Now all the fancy /** comments...
2008-12-29 fliepAdded gtk-doc comments to the ChimaraGlk widget.
2008-12-26 fliepImplemented glk_window_get_size()
2008-12-24 fliepImplemented "started" and "stopped" signals
2008-12-23 fliepAdded dynamic module loading: now the Glk program ...
2008-12-22 fliepChanged build system to Automake. Split Glk code off...