- Get VPATH build to work
[projects/chimara/chimara.git] / libchimara / style.c
2009-11-24 fliep- Get VPATH build to work
2009-11-22 rodinAdded first version of hyperlink support. Only textbuff...
2009-11-22 rodinfixed #27
2009-11-22 rodinFixed style_init() related errors
2009-11-17 rodinSmall bug in get_current_font()
2009-11-17 rodinIntegrated the glk_data->default_font_desc and glk_data...
2009-11-15 rodinFixed reversevideo
2009-11-14 rodinImplemented output buffering.
2009-10-26 fliepStyles should be initialized once per widget, not once...
2009-10-24 fliepAvoid compilation warnings
2009-10-15 rodin* Changing styles no longer affects existing windows
2009-10-07 fliepFixed bug - glk_stylehint_set doesn't loop infinitely...
2009-10-07 fliepEliminated warnings in style.h
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 fliepStarted using thread-private data. Multisession still...
2009-06-05 rodinAdded a better default font, line spacing and margins
2009-05-26 fliepMade sure no internal symbols were exported; can be...
2009-05-26 fliepBrought all the Gtk-Doc documentation up to date with...
2009-05-24 fliepAdded dummy functions glk_style_distinguish() and glk_r...
2009-05-24 fliepAdded dummy glk_stylehint_clear() function
2009-05-23 fliepSeparated library source code from testing code, fixing #6