annotate doc/index.html @ 1733:91a65afb5d77

check gtk_clutter_init return value https://sourceforge.net/tracker/index.php?func=detail&aid=2899866&group_id=222125&atid=1054680
author nadvornik
date Sat, 21 Nov 2009 20:08:51 +0000
parents c564ab6c11fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
1121
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1115
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1115
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
4
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
6 <head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
8
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
9 <title>Contents - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1140
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1140
diff changeset
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1140
diff changeset
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
13 </head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
14
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
15 <body lang="en-US" dir="ltr" xml:lang="en-US">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
16 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
19 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <col id="navtop_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
21
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
22 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
23 <th>&nbsp;</th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
24
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
25 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1103
diff changeset
26 <p class="navtop_title">Contents</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
27 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
28
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
29 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1103
diff changeset
30 <p class="next"><a href="introduction.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
31 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
32 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
33 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
34 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
35 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
36
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
37 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
39 <h1>The Geeqie User Manual</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
40
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1103
diff changeset
41 <p>If you are having trouble finding a solution in the manual, try looking in the <a href="faq.html">FAQ</a>.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
42
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
43 <div class="menu">
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
44 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
45 <li><a href="introduction.html">Introduction</a></li>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
46 <li><a href="main_window.html">Main Window</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
47 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
48 <li><a href="main_window_navigation.html">Navigation</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
49 <li><a href="main_window_menus.html">Menus</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
50 <li><a href="main_window_layout.html">Layout</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
51 <li><a href="main_window_file_pane.html">File Pane</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
52 <li><a href="main_window_folder_pane.html">Folder Pane</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
53 <li><a href="main_window_image_pane.html">Image Pane</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
54 <li><a href="main_window_status_bar.html">Status Bar</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
55 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
56 </li>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
57 <li><a href="other_windows.html">Other Windows</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
58 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
59 <li><a href="other_windows_image_window.html">Image Window</a></li>
1103
a815340f1a52 Index cleanup.
zas_
parents: 1101
diff changeset
60 <li><a href="other_windows_image_properties.html">Image Properties Window</a></li>
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents: 1130
diff changeset
61 <li><a href="other_windows_pan_view.html">Pan View Window</a></li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
62 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
63 </li>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
64 <li><a href="image_management.html">Image Management</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
65 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
66 <li><a href="image_management_copy_move.html">Copy and Move</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
67 <li><a href="image_management_rename.html">Rename</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
68 <li><a href="image_management_delete.html">Delete</a></li>
1103
a815340f1a52 Index cleanup.
zas_
parents: 1101
diff changeset
69 <li><a href="image_management_external_editing.html">External Editing Commands</a></li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
70 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
71 </li>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
72 <li><a href="image_search.html">Image Search</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
73 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
74 <li><a href="image_search_search.html">Search Window</a></li>
1103
a815340f1a52 Index cleanup.
zas_
parents: 1101
diff changeset
75 <li><a href="image_search_finding_duplicates.html">Finding Duplicate Images</a></li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
76 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
77 </li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
78 <li><a href="collections.html">Collections</a></li>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
79 <li><a href="sidebars.html">Sidebars</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
80 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
81 <li><a href="sidebars_exif.html">EXIF</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
82 <li><a href="sidebars_sort_manager.html">Sort Manager</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
83 <li><a href="sidebars_keywords.html">Keywords</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
84 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
85 </li>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
86 <li><a href="image_presentation.html">Image Presentation</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
87 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
88 <li><a href="image_presentation_slideshow.html">Slide show</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
89 <li><a href="image_presentation_fullscreen.html">Full screen</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
90 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
91 </li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
92 <li><a href="printing.html">Printing</a></li>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
93 <li><a href="options.html">Options</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
94 <ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
95 <li><a href="options_general.html">General Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
96 <li><a href="options_image.html">Image Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
97 <li><a href="options_window.html">Window Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
98 <li><a href="options_filtering.html">Filtering Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
99 <li><a href="options_editor_commands.html">Editor Commands</a></li>
1130
302d85a9962f Add Properties Options page.
zas_
parents: 1121
diff changeset
100 <li><a href="options_properties.html">Properties Options</a></li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
101 <li><a href="options_advanced.html">Advanced Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
102 <li><a href="options_hidden.html">Hidden Options</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
103 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
104 </li>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
105 <li><a href="reference.html">Reference</a>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
106 <ul>
1103
a815340f1a52 Index cleanup.
zas_
parents: 1101
diff changeset
107 <li><a href="reference_command_line.html">Command Line Options</a></li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
108 <li><a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
109 <li><a href="reference_thumbnails.html">Thumbnails</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
110 <li><a href="reference_management.html">Cache and Data Management</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
111 </ul>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
112 </li>
1083
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
113 <li><a href="credits.html">Credits</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
114 <li><a href="gnu_fdl.txt">GNU Free Documentation License</a></li>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
115 </ul>
f6a3f17f79f7 Move menus to unordered lists - step 1.
zas_
parents: 1082
diff changeset
116 </div>
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1107
diff changeset
117 <hr id="bottomseparator" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
118
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
119 <div class="navbottom">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
120 <table width="100%" border="0" cellpadding="4" cellspacing="0">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
121 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
122 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
123 <col id="navbottom_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
124
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
125 <tr>
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
126 <th>&nbsp;</th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
127
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
128 <th>&nbsp;</th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
129
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
130 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1103
diff changeset
131 <p class="next"><a href="introduction.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
132 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
133 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
134 </tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
135
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
136 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
137 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
138
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
139 <div class="footer">Geeqie User Manual</div>
1098
2d9c9b10e84d Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents: 1097
diff changeset
140 <div class="bottomspacer">&nbsp;</div>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
141 </body>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
142 </html>