* Changing styles no longer affects existing windows
authorMarijn van Vliet <marijn.vanvliet@med.kuleuven.be>
Thu, 15 Oct 2009 15:01:55 +0000 (15:01 +0000)
committerMarijn van Vliet <marijn.vanvliet@med.kuleuven.be>
Thu, 15 Oct 2009 15:01:55 +0000 (15:01 +0000)
commite4819b66649d4963a0661cba603c2967b02a6b80
tree721d97fb2ffd43e1c3243d5a17d95210e431c0bf
parentb2786d791c97b51fee5f5c628d2819fc58c03d8e
* Changing styles no longer affects existing windows
* glk_style_hint_clear() now works as intended
* Support for changing stylehints on textgrids

There are now four sets of tags stored inside two style_sets:
default->text_grid
default->text_buffer
current->text_grid
current->text_buffer

The default styles get loaded from CSS (hardcoded if not present in CSS)
The current styles get changed all the time and copied to a new window upon
creation.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@144 ddfedd41-794f-dd11-ae45-00112f111e67
libchimara/chimara-glk-private.h
libchimara/chimara-glk.c
libchimara/strio.c
libchimara/style.c
libchimara/style.h
libchimara/window.c
tests/style.css