* Added initial support for styles! (no style hints as of yet though)
[rodin/chimara.git] / src / chimara-glk.c
2009-05-22 Marijn van Vliet * Added initial support for styles! (no style hints...
2009-05-22 Marijn van Vliet* Added timer support
2009-05-20 Philip Chimento- In the documentation, replaced <informalexample>...
2009-05-13 Philip ChimentoCorrectly handles what happens when a window that is...
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-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 ChimentoAdded properties to the ChimaraGlk widget: "default...
2009-03-29 Philip ChimentoGot Gtk-Doc working. Now all the fancy /** comments...
2008-12-29 Philip ChimentoAdded gtk-doc comments to the ChimaraGlk widget.
2008-12-26 Philip ChimentoImplemented glk_window_get_size()
2008-12-24 Philip ChimentoImplemented "started" and "stopped" signals
2008-12-23 Philip ChimentoAdded dynamic module loading: now the Glk program ...
2008-12-22 Philip ChimentoChanged build system to Automake. Split Glk code off...