Use GdkRectangle for LayoutOptions::log_window
[geeqie.git] / src / main.h
1 /*
2  * Copyright (C) 2006 John Ellis
3  * Copyright (C) 2008 - 2016 The Geeqie Team
4  *
5  * Author: John Ellis
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License along
18  * with this program; if not, write to the Free Software Foundation, Inc.,
19  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20  */
21
22 #ifndef MAIN_H
23 #define MAIN_H
24
25 #include <config.h>
26
27 #include "intl.h"
28
29 #ifdef HAVE_DEVELOPER
30 #include "backward.h"
31 #endif
32
33 /*
34  *-------------------------------------
35  * Standard library includes
36  *-------------------------------------
37  */
38
39 #include <pwd.h>
40 #include <stdio.h>
41 #include <stdlib.h>
42 #include <string.h>
43 #include <time.h>
44 #include <unistd.h>
45 #include <sys/stat.h>
46 #include <sys/time.h>
47 #include <sys/types.h>
48 #include <dirent.h>
49 #include <fcntl.h>
50
51 /*
52  *-------------------------------------
53  * includes for glib / gtk / gdk-pixbuf
54  *-------------------------------------
55  */
56
57 #include <gdk/gdk.h>
58 #include <gtk/gtk.h>
59
60 #include <gdk-pixbuf/gdk-pixbuf.h>
61 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
62
63 #include "compat.h"
64
65 /*
66  *----------------------------------------------------------------------------
67  * defines
68  *----------------------------------------------------------------------------
69  */
70
71 #define USE_XDG 1
72
73 #define GQ_APPNAME "Geeqie"
74 #define GQ_APPNAME_LC "geeqie"
75 #define GQ_WEBSITE "https://www.geeqie.org/"
76 #define GQ_EMAIL_ADDRESS "geeqie@freelists.org"
77
78 #define GQ_RC_DIR               "." GQ_APPNAME_LC
79 #define GQ_COLLECTIONS_DIR      "collections"
80 #define GQ_TRASH_DIR            "trash"
81 #define GQ_WINDOW_LAYOUTS_DIR   "layouts"
82 #define GQ_ARCHIVE_DIR  "geeqie-archive"
83 #define GQ_RESOURCE_PATH_ICONS "/org/geeqie/icons"
84 #define GQ_RESOURCE_PATH_CREDITS "/org/geeqie/credits"
85 #define GQ_RESOURCE_PATH_UI "/org/geeqie/ui"
86
87 #define GQ_SYSTEM_WIDE_DIR    "/etc/" GQ_APPNAME_LC
88
89 #define RC_FILE_NAME GQ_APPNAME_LC "rc.xml"
90 #define DEFAULT_WINDOW_LAYOUT "default_window_layout.xml"
91
92 #define GQ_COLLECTION_EXT ".gqv"
93
94 #define SCROLL_RESET_TOPLEFT 0
95 #define SCROLL_RESET_CENTER 1
96 #define SCROLL_RESET_NOCHANGE 2
97
98 #define MOUSEWHEEL_SCROLL_SIZE 20
99
100
101 #define GQ_DEFAULT_SHELL_PATH "/bin/sh"
102 #define GQ_DEFAULT_SHELL_OPTIONS "-c"
103
104 #define COLOR_PROFILE_INPUTS 4
105
106 #define DEFAULT_THUMB_WIDTH     96
107 #define DEFAULT_THUMB_HEIGHT    72
108
109 #define DEFAULT_MINIMAL_WINDOW_SIZE 100
110
111 #define IMAGE_MIN_WIDTH 100
112 #define SIDEBAR_DEFAULT_WIDTH 250
113
114
115 #define DEFAULT_OVERLAY_INFO    "%collection:<i>*</i>\\n%" \
116                                 "(%number%/%total%) [%zoom%] <b>%name%</b>\n" \
117                                 "%res%|%date%|%size%\n" \
118                                 "%formatted.Aperture%|%formatted.ShutterSpeed%|%formatted.ISOSpeedRating:ISO *%|%formatted.FocalLength%|%formatted.ExposureBias:* Ev%\n" \
119                                 "%formatted.Camera:40%|%formatted.Flash%\n"            \
120                                 "%formatted.star_rating%"
121
122 #define GQ_LINK_STR "↩"
123 #include "typedefs.h"
124 #include "debug.h"
125 #include "options.h"
126
127 #define TIMEZONE_DATABASE_WEB "https://cdn.bertold.org/zonedetect/db/db.zip"
128 #define TIMEZONE_DATABASE_FILE "timezone21.bin"
129 #define TIMEZONE_DATABASE_VERSION "out_v1"
130 #define HELP_SEARCH_ENGINE "https://duckduckgo.com/?q=site:geeqie.org/help "
131
132 #define STAR_RATING_NOT_READ -12345
133 #define STAR_RATING_REJECTED 0x274C //Unicode Character 'Cross Mark'
134 #define STAR_RATING_STAR 0x2738 //Unicode Character 'Heavy Eight Pointed Rectilinear Black Star'
135
136 #define GQ_ICON_ADD "list-add"
137 #define GQ_ICON_REMOVE "list-remove"
138 #define GQ_ICON_UNDO "edit-undo"
139 #define GQ_ICON_REDO "edit-redo"
140 #define GQ_ICON_OPEN "document-open"
141 #define GQ_ICON_OPEN_WITH "open-menu"
142 #define GQ_ICON_SAVE "document-save"
143 #define GQ_ICON_SAVE_AS "document-save-as"
144 #define GQ_ICON_NEW "document-new"
145 #define GQ_ICON_EDIT "document-edit"
146 #define GQ_ICON_REVERT "document-revert"
147 #define GQ_ICON_CLOSE "window-close"
148 #define GQ_ICON_RUN "system-run"
149 #define GQ_ICON_STOP "process-stop"
150 #define GQ_ICON_FULLSCREEN "view-fullscreen"
151 #define GQ_ICON_LEAVE_FULLSCREEN "view-restore"
152 #define GQ_ICON_REFRESH "view-refresh"
153 #define GQ_ICON_ABOUT "help-about"
154 #define GQ_ICON_QUIT "application-exit"
155 #define GQ_ICON_DELETE "edit-delete"
156 #define GQ_ICON_DELETE_SHRED "edit-delete-shred"
157 #define GQ_ICON_CLEAR "edit-clear"
158 #define GQ_ICON_COPY "edit-copy"
159 #define GQ_ICON_FIND "edit-find"
160 #define GQ_ICON_REPLACE "edit-find-replace"
161 #define GQ_ICON_PRINT "document-print"
162 #define GQ_ICON_FILE_FILTER "preview-file"
163 #define GQ_ICON_USER_TRASH "user-trash"
164
165 #define GQ_ICON_GO_TOP "go-top"
166 #define GQ_ICON_GO_BOTTOM "go-bottom"
167 #define GQ_ICON_GO_UP "go-up"
168 #define GQ_ICON_GO_DOWN "go-down"
169 #define GQ_ICON_GO_FIRST "go-first"
170 #define GQ_ICON_GO_LAST "go-last"
171 #define GQ_ICON_GO_PREV "go-previous"
172 #define GQ_ICON_GO_NEXT "go-next"
173 #define GQ_ICON_GO_JUMP "go-jump"
174 #define GQ_ICON_HOME "go-home"
175
176 #define GQ_ICON_PREV_PAGE "media-skip-backward"
177 #define GQ_ICON_NEXT_PAGE "media-skip-forward"
178 #define GQ_ICON_BACK_PAGE "media-seek-backward"
179 #define GQ_ICON_FORWARD_PAGE "media-seek-forward"
180
181 #define GQ_ICON_PLAY "media-playback-start"
182 #define GQ_ICON_PAUSE "media-playback-pause"
183
184 #define GQ_ICON_ZOOM_IN "zoom-in"
185 #define GQ_ICON_ZOOM_OUT "zoom-out"
186 #define GQ_ICON_ZOOM_100 "zoom-original"
187 #define GQ_ICON_ZOOM_FIT "zoom-fit-best"
188
189 // might need replacing
190 #define GQ_ICON_PREFERENCES "preferences-system"
191 #define GQ_ICON_HELP "help-contents" // "help-browser"?
192 #define GQ_ICON_EXPORT "document-export" // use collection icon?
193
194 // not available in some themes
195 #define GQ_ICON_OK "emblem-ok"
196 #define GQ_ICON_APPLY "emblem-ok" // need something else?
197 #define GQ_ICON_CANCEL "dialog-cancel" // missing in adwaita and others, seen in breeze
198 #define GQ_ICON_PAN_DOWN "pan-down-symbolic" // adwaita, breeze, hicolor supports this
199 #define GQ_ICON_PAN_UP "pan-up-symbolic" // adwaita, breeze, hicolor supports this
200
201 #define GQ_ICON_DIALOG_ERROR "dialog-error"
202 #define GQ_ICON_DIALOG_INFO "dialog-information"
203 #define GQ_ICON_DIALOG_QUESTION "dialog-question"
204 #define GQ_ICON_DIALOG_WARNING "dialog-warning"
205
206 #define GQ_ICON_UNREADABLE "emblem-unreadable"
207 #define GQ_ICON_LINK "emblem-symbolic-link"
208 #define GQ_ICON_READONLY "emblem-readonly"
209
210 #define GQ_ICON_FLIP_HORIZONTAL "object-flip-horizontal"
211 #define GQ_ICON_FLIP_VERTICAL "object-flip-vertical"
212 #define GQ_ICON_ROTATE_LEFT "object-rotate-left"
213 #define GQ_ICON_ROTATE_RIGHT "object-rotate-right"
214
215 #define GQ_ICON_DIRECTORY "folder"
216 #define GQ_ICON_MISSING_IMAGE "image-missing"
217 #define GQ_ICON_STRIKETHROUGH "format-text-strikethrough"
218 #define GQ_ICON_FILE "text-x-generic"
219 #define GQ_ICON_GENERIC "text-x-generic"
220 #define GQ_ICON_SELECT_FONT "font-select"
221 #define GQ_ICON_SELECT_COLOR "color-select"
222 #define GQ_ICON_COLOR_MANAGEMENT "preferences-color" // breeze has nicer "color-management" icon, missing in others
223
224 // not done... plus many more
225 #define GQ_ICON_COLLECTION GTK_STOCK_INDEX
226 #define GQ_ICON_DND GTK_STOCK_DND_MULTIPLE
227 // PIXBUF_INLINE_ICON_ZOOMFILLHOR
228 // PIXBUF_INLINE_ICON_ZOOMFILLVERT
229
230 /*
231  *----------------------------------------------------------------------------
232  * main.cc
233  *----------------------------------------------------------------------------
234  */
235
236 /*
237  * This also doubles as the main.cc header.
238  */
239
240 extern gboolean thumb_format_changed;
241
242 extern gchar *gq_prefix;
243 extern gchar *gq_localedir;
244 extern gchar *gq_helpdir;
245 extern gchar *gq_htmldir;
246 extern gchar *gq_appdir;
247 extern gchar *gq_bindir;
248 extern gchar *gq_executable_path;
249 extern gchar *desktop_file_template;
250 extern gchar *instance_identifier;
251
252 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
253 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);
254
255 void exit_program();
256
257 #define CASE_SORT(a, b) ( (options->file_sort.case_sensitive) ? strcmp((a), (b)) : strcasecmp((a), (b)) )
258
259
260 #endif
261 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */