Use statically-allocated thread private data
[projects/chimara/chimara.git] / libchimara / style.c
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-24 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-09-16 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-16 Philip ChimentoRemove code for styling the pager
2012-09-15 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-15 Marijn van Vlietupdated comments
2012-09-15 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-09-15 Marijn van VlietRedone flush_buffer logic, fixes #39
2012-08-26 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoRemove deprecated member access
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2011-11-03 Marijn van VlietFix some memory leakage
2011-11-03 Marijn van Vlietfixed get_current_font to actually do something now.
2011-06-19 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietFixed setting of proportional font in textgrids. Fixed...
2011-06-18 P. F. ChimentoAvoid code duplication
2011-06-18 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2011-06-18 Marijn van VlietProgress in abolisching usage of font-desc in GtkTextTags.
2011-04-14 P. F. ChimentoUpdated documentation to match API 0.7.2
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-30 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-30 Marijn van VlietBackground color of windows now changes with garglk_set...
2011-01-30 Marijn van VlietOverhauled the whole reverse video thing.
2011-01-29 Marijn van VlietFixes for garglk_set_zcolors()
2011-01-29 Marijn van VlietFinished implementing garglk_set_zcolors()
2011-01-29 Marijn van VlietMerge branch 'master' of https://github.com/wmvanvliet...
2011-01-29 Marijn van VlietBegan garglk_set_zcolors() implementation
2011-01-29 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-29 Marijn van VlietMerge branch 'master' of https://github.com/wmvanvliet...
2011-01-29 Marijn van Vliet * Fixed garglk_set_reversevideo to use the new way...
2011-01-15 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-11 Philip ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-09 Marijn van VlietFixed issue when setting a 'proportional' style hint.
2011-01-05 Philip ChimentoFix stylehint size bug
2010-12-19 Marijn van VlietFixed some default styling
2010-12-18 Marijn van VlietFixed default font retrieval for windows. This caused...
2010-11-17 P. F. ChimentoFixed buffers and grids sharing the same styles
2010-11-13 P. F. ChimentoFixed memory management in styles
2010-10-05 rodinFixed ordering of the application of the styles
2010-06-30 rodinDefined a base style
2010-05-23 rodinShowing off dynamic styles: started work on preferences...
2010-05-18 rodinFixing some pager bugs
2010-05-18 rodinBackend support for using dynamic styles. See also...
2010-05-05 rodinDeleted unnecessary code
2010-05-05 rodinWhen copying default styles to current styles, also...
2010-04-25 fliepBrought documentation up to date
2010-04-25 fliepFixed problem of player looking for CSS file in a hard...
2010-04-18 rodinDefault CSS file NULL
2010-04-17 rodinPager in place
2010-04-17 rodinFixed Glk to Gdk color bug
2010-02-14 rodinSupport for graphics in text buffers
2009-12-03 fliepFixed freeing data at stop & start. Previously the...
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