* Changing styles no longer affects existing windows
authorrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Thu, 15 Oct 2009 15:01:55 +0000 (15:01 +0000)
committerrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Thu, 15 Oct 2009 15:01:55 +0000 (15:01 +0000)
commita8d619bf27856cb0c0c88273f85f6dac4b9fef4b
tree721d97fb2ffd43e1c3243d5a17d95210e431c0bf
parent0121bfb334acf7756e068776bf40890c6fe14e13
* 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.
libchimara/chimara-glk-private.h
libchimara/chimara-glk.c
libchimara/strio.c
libchimara/style.c
libchimara/style.h
libchimara/window.c
tests/style.css