Added a "spacing" property which sets the border width between Glk windows.
[projects/chimara/chimara.git] / src / chimara-glk.c
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...