Fixed problem of player looking for CSS file in a hard-coded location.
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 25 Apr 2010 12:51:37 +0000 (12:51 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 25 Apr 2010 12:51:37 +0000 (12:51 +0000)
Dug up a lot of other problems doing that:
* Moved style initialization to the constructor of ChimaraGlk
* Now styles are always initialized, so we don't have to keep track of
  whether they are or not
* Moved style initialization and CSS parsing out of the Glk thread, into the
  main GTK thread, since it's controlled by the widget API not the Glk API
* Removed the 'default-font-description' and 'monospace-font-description'
  properties and their associated API
* Added API chimara_glk_set_css_to_default() [not implemented yet],
  chimara_glk_set_css_from_file(), chimara_glk_set_css_from_string()

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@244 ddfedd41-794f-dd11-ae45-00112f111e67


No differences found