<menubar>
<menu action="game">
<menuitem action="open"/>
-- <menuitem action="recent"/>
++ <!-- <menuitem action="recent"/>-->
<separator/>
<menuitem action="stop"/>
<menuitem action="quit_chimara"/>
const gchar *patterns[] = {
"*.z[1-8]", "*.[zg]lb", "*.[zg]blorb", "*.ulx", "*.blb", "*.blorb", NULL
};
++
for(ptr = patterns; *ptr; ptr++)
gtk_recent_filter_add_pattern(filter, *ptr);
GtkRecentChooser *recent = GTK_RECENT_CHOOSER(load_object("recent"));
g_signal_connect(glk, "notify::story-name", G_CALLBACK(change_window_title), window);
/* Create preferences window */
-- preferences_create(CHIMARA_GLK(glk));
++ //preferences_create(CHIMARA_GLK(glk));
}
int
* text-align (left/right/center)
*/
grid {
-- font-size: 14;
++ font-size: 11;
++ font-family: "Liberation Mono";
}
buffer {
-- font-size: 14;
++ color: #303030;
++ font-size: 11;
++ margin-bottom: 5;
}
grid.user1 {
background-color: #ffffff;
}
++buffer.emphasized {
++ font-size: 14;
++}
++
buffer.header {
font-weight: bold;
text-align: center;
* contributor may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
-- * main.c IS PROVIDED BY Philip en Marijn ``AS IS'' AND ANY EXPRESS
++ * plugin-loader.c IS PROVIDED BY Philip en Marijn ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL Philip en Marijn OR ANY OTHER CONTRIBUTORS
+++ /dev/null
--/* Possible windows:
-- * grid
-- * buffer
-- *
-- * Possible selectors:
-- * normal
-- * emphasized
-- * preformatted
-- * header
-- * subheader
-- * alert
-- * note
-- * block-quote
-- * input
-- * user1
-- * user2
-- * hyperlink
-- *
-- * Possible style hints:
-- * font-family (string)
-- * font-size (float)
-- * font-weight (normal/bold)
-- * font-style (normal/italic)
-- * color (#hex-value)
-- * background-color (#hex-value)
-- * text-align (left/right/center)
-- */
--grid.normal {
-- font-size: 10;
--}
--
--grid.user1 {
-- color: #303030;
-- background-color: #ffffff;
--}
--
--buffer.normal {
-- font-size: 10;
--}
--
--buffer.header {
-- font-size: 14;
-- font-weight: bold;
-- text-align: center;
--}
--
--buffer.subheader {
-- font-size: 12;
-- font-weight: bold;
--}
--
--buffer.alert {
-- color: #aa0000;
-- font-weight: bold;
--}
--
--buffer.note {
-- color: #aaaa00;
-- font-weight: bold;
--}
--
--buffer.block-quote {
-- text-align: center;
-- font-style: italic;
--}
--
--buffer.input {
-- color: #0000aa;
-- font-style: italic;
--}
--
--buffer.user1 {
--}
--
--buffer.user2 {
--}
--
--buffer.hyperlink {
-- color: #ff0000;
--}