Backend support for using dynamic styles. See also Ticket #49.
[rodin/chimara.git] / libchimara / style.c
2010-05-18 Marijn van VlietBackend support for using dynamic styles. See also...
2010-05-05 Marijn van VlietDeleted unnecessary code
2010-05-05 Marijn van VlietWhen copying default styles to current styles, also...
2010-04-25 Philip ChimentoBrought documentation up to date
2010-04-25 Philip ChimentoFixed problem of player looking for CSS file in a hard...
2010-04-18 Marijn van VlietDefault CSS file NULL
2010-04-17 Marijn van VlietPager in place
2010-04-17 Marijn van VlietFixed Glk to Gdk color bug
2010-02-14 Marijn van VlietSupport for graphics in text buffers
2009-12-03 Philip ChimentoFixed freeing data at stop & start. Previously the...
2009-11-24 Philip Chimento- Get VPATH build to work
2009-11-22 Marijn van VlietAdded first version of hyperlink support. Only textbuff...
2009-11-22 Marijn van Vlietfixed #27
2009-11-22 Marijn van VlietFixed style_init() related errors
2009-11-17 Marijn van VlietSmall bug in get_current_font()
2009-11-17 Marijn van VlietIntegrated the glk_data->default_font_desc and glk_data...
2009-11-15 Marijn van VlietFixed reversevideo
2009-11-14 Marijn van VlietImplemented output buffering.
2009-10-26 Philip ChimentoStyles should be initialized once per widget, not once...
2009-10-24 Philip ChimentoAvoid compilation warnings
2009-10-15 Marijn van Vliet* Changing styles no longer affects existing windows
2009-10-07 Philip ChimentoFixed bug - glk_stylehint_set doesn't loop infinitely...
2009-10-07 Philip ChimentoEliminated warnings in style.h
2009-10-05 Philip ChimentoAdded the dispatch layer headers. In order to get this...
2009-10-05 Marijn van VlietAdded first support for CSS files.
2009-09-13 Philip ChimentoStarted using thread-private data. Multisession still...
2009-06-05 Marijn van VlietAdded a better default font, line spacing and margins
2009-05-26 Philip ChimentoMade sure no internal symbols were exported; can be...
2009-05-26 Philip ChimentoBrought all the Gtk-Doc documentation up to date with...
2009-05-24 Philip ChimentoAdded dummy functions glk_style_distinguish() and glk_r...
2009-05-24 Philip ChimentoAdded dummy glk_stylehint_clear() function
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6