From: Philip Chimento Date: Sun, 25 Apr 2010 12:51:37 +0000 (+0000) Subject: Fixed problem of player looking for CSS file in a hard-coded location. X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=commitdiff_plain;h=ae1a5770d142aa0900f1a4d4c7e7732a38aaafa9;hp=ae1a5770d142aa0900f1a4d4c7e7732a38aaafa9 Fixed problem of player looking for CSS file in a hard-coded location. 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 ---