add layout_scale preference, scaling cleanup, rework init bc_resources, init tip_info...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcresources.h
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef BCRESOURCES_H
23 #define BCRESOURCES_H
24
25
26
27 // Global objects for the user interface
28
29
30
31
32 #include "bcdisplayinfo.inc"
33 #include "bcfilebox.h"
34 #include "bcfontentry.inc"
35 #include "bcresources.inc"
36 #include "bcsignals.inc"
37 #include "bcsynchronous.inc"
38 #include "bcwindowbase.inc"
39 #include "vframe.inc"
40
41 #include <X11/Xlib.h>
42
43 typedef struct
44 {
45         const char *suffix;
46         int icon_type;
47 } suffix_to_type_t;
48
49 typedef struct
50 {
51         char path[BCTEXTLEN];
52         int id;
53 } filebox_history_t;
54
55 class BC_Resources
56 {
57 public:
58 // The window parameter is used to get the display information initially
59         BC_Resources(float x_scale, float y_scale);
60         ~BC_Resources();
61
62         friend class BC_WindowBase;
63
64         int initialize_display(BC_WindowBase *window);
65
66 // Get unique ID
67         int get_id();
68 // Get ID for filebox history.  Persistent.
69         int get_filebox_id();
70         int get_bg_color();          // window backgrounds
71         int get_bg_shadow1();        // border for windows
72         int get_bg_shadow2();
73         int get_bg_light1();
74         int get_bg_light2();
75 // Get synchronous thread for OpenGL
76         BC_Synchronous* get_synchronous();
77 // Called by user after synchronous thread is created.
78         void set_synchronous(BC_Synchronous *synchronous);
79 // Set signal handler
80         static void set_signals(BC_Signals *signal_handler);
81         static BC_Signals* get_signals();
82
83
84 // These values should be changed before the first window is created.
85 // colors
86         int bg_color;          // window backgrounds
87         int border_light1;
88         int border_light2;
89         int border_shadow1;
90         int border_shadow2;
91
92         int bg_shadow1;        // border for windows
93         int bg_shadow2;
94         int bg_light1;
95         int bg_light2;
96         int default_text_color;
97         int disabled_text_color;
98
99
100 // beveled box colors
101         int button_light;
102         int button_highlighted;
103         int button_down;
104         int button_up;
105         int button_shadow;
106         int button_uphighlighted;
107
108 // highlighting
109         int highlight_inverse;
110
111 // 3D box colors for menus
112         int menu_light;
113         int menu_highlighted;
114         int menu_down;
115         int menu_up;
116         int menu_shadow;
117 // If these are nonzero, they override the menu backgrounds.
118         VFrame *menu_popup_bg;
119         VFrame **menu_title_bg;
120         VFrame *menu_bar_bg;
121         VFrame **popupmenu_images;
122
123 // Minimum menu width
124         int min_menu_w;
125 // Menu bar text color
126         int menu_title_text;
127 // color of popup title
128         int popup_title_text;
129 // Right and left margin for text not including triangle space.
130         int popupmenu_margin;
131 // post popup on button release event
132         int popupmenu_btnup;
133 // Right margin for triangle not including text margin.
134         int popupmenu_triangle_margin;
135 // color for item text
136         int menu_item_text;
137 // Override the menu item background if nonzero.
138         VFrame **menu_item_bg;
139
140
141 // color for progress text
142         int progress_text;
143 // set focus on enter
144         int grab_input_focus;
145
146         int menu_highlighted_fontcolor;
147
148 // ms for double click
149         long double_click;
150 // ms for cursor flash
151         int blink_rate;
152 // ms for scroll repeats
153         int scroll_repeat;
154 // ms before tooltip
155         int tooltip_delay;
156         int tooltip_bg_color;
157         int tooltips_enabled;
158         int textbox_focus_policy;
159
160         int audiovideo_color;
161
162 // default color of text
163         int text_default;
164 // background color of textboxes and list boxes
165         int text_border1;
166         int text_border2;
167         int text_border2_hi;
168         int text_background;
169         int text_background_disarmed;
170         int text_background_hi;
171         int text_background_noborder_hi;
172         int text_border3;
173         int text_border3_hi;
174         int text_border4;
175         int text_highlight;
176         int text_inactive_highlight;
177         int text_selected_highlight;
178 // Not used
179         int text_background_noborder;
180
181 // Optional background for highlighted text in toggle
182         VFrame *toggle_highlight_bg;
183         int toggle_text_margin;
184
185 // Background images
186         static VFrame *bg_image;
187         static VFrame *menu_bg;
188
189 // default icon
190         VFrame *default_icon;
191 // Buttons
192         VFrame **ok_images;
193         VFrame **cancel_images;
194         VFrame **filebox_text_images;
195         VFrame **filebox_icons_images;
196         VFrame **filebox_updir_images;
197         VFrame **filebox_newfolder_images;
198         VFrame **filebox_rename_images;
199         VFrame **filebox_descend_images;
200         VFrame **filebox_delete_images;
201         VFrame **filebox_reload_images;
202         VFrame **filebox_szfmt_images;
203
204 // Generic button images
205         VFrame **generic_button_images;
206 // Generic button text margin
207         int generic_button_margin;
208         VFrame **usethis_button_images;
209
210 // Toggles
211         VFrame **checkbox_images;
212         VFrame **radial_images;
213         VFrame **label_images;
214 // menu check
215         VFrame *check;
216
217         VFrame **tumble_data;
218         int tumble_duration;
219
220 // Horizontal bar
221         VFrame *bar_data;
222
223 // Listbox
224         VFrame *listbox_bg;
225         VFrame **listbox_button;
226         VFrame **listbox_expand;
227         VFrame **listbox_column;
228         VFrame *listbox_up;
229         VFrame *listbox_dn;
230         int listbox_title_overlap;
231 // Margin for titles in addition to listbox border
232         int listbox_title_margin;
233         int listbox_title_color;
234         int listbox_title_hotspot;
235         int listbox_border1;
236         int listbox_border2_hi;
237         int listbox_border2;
238         int listbox_border3_hi;
239         int listbox_border3;
240         int listbox_border4;
241 // Selected row color
242         int listbox_selected;
243 // Highlighted row color
244         int listbox_highlighted;
245 // Inactive row color
246         int listbox_inactive;
247 // Default text color
248         int listbox_text;
249
250
251 // Sliders
252         VFrame **horizontal_slider_data;
253         VFrame **vertical_slider_data;
254         VFrame **hscroll_data;
255
256         VFrame **vscroll_data;
257 // Minimum pixels in handle
258         int scroll_minhandle;
259
260 // Pans
261         VFrame **pan_data;
262         int pan_text_color;
263
264 // Pots
265         VFrame **pot_images;
266         int pot_x1, pot_y1, pot_r;
267 // Amount of deflection of pot when down
268         int pot_offset;
269         int pot_needle_color;
270
271 // Meters
272         VFrame **xmeter_images, **ymeter_images;
273         int meter_font;
274         int meter_font_color;
275         int meter_title_w;
276         int meter_3d;
277
278 // Progress bar
279         VFrame **progress_images;
280
281 // Motion required to start a drag
282         int drag_radius;
283
284 // Filebox
285         static suffix_to_type_t suffix_to_type[];
286         VFrame **type_to_icon;
287 // Display mode for fileboxes
288         int filebox_mode;
289 // Filter currently used in filebox
290         char filebox_filter[BCTEXTLEN];
291 // History of submitted files
292         filebox_history_t filebox_history[FILEBOX_HISTORY_SIZE];
293 // filebox size
294         int filebox_w;
295         int filebox_h;
296 // Column types for filebox
297         int filebox_columntype[FILEBOX_COLUMNS];
298         int filebox_columnwidth[FILEBOX_COLUMNS];
299         int filebox_sortcolumn;
300         int filebox_sortorder;
301 // Column types for filebox in directory mode
302         int dirbox_columntype[FILEBOX_COLUMNS];
303         int dirbox_columnwidth[FILEBOX_COLUMNS];
304         int dirbox_sortcolumn;
305         int dirbox_sortorder;
306 // Bottom margin between list and window
307         int filebox_margin;
308         int dirbox_margin;
309         int directory_color;
310         int file_color;
311         double font_scale, icon_scale;
312         double x_scale, y_scale;
313 // fonts
314         static const char *small_font, *small_font2;
315         static const char *medium_font, *medium_font2;
316         static const char *large_font, *large_font2;
317         static const char *big_font, *big_font2;
318         static const char *clock_font, *clock_font2;
319
320         static const char *small_fontset;
321         static const char *medium_fontset;
322         static const char *large_fontset;
323         static const char *big_fontset;
324         static const char *clock_fontset;
325
326         static const char *small_font_xft, *small_b_font_xft;
327         static const char *medium_font_xft, *medium_b_font_xft;
328         static const char *large_font_xft, *large_b_font_xft;
329         static const char *big_font_xft, *big_b_font_xft;
330         static const char *clock_font_xft, *clock_b_font_xft;
331
332 // Backup of fonts in case the first choices don't exist
333         static const char *small_font_xft2;
334         static const char *medium_font_xft2;
335         static const char *large_font_xft2;
336         static const char *big_font_xft2;
337         static const char *clock_font_xft2;
338
339         void init_font_defs(double scale);
340         void finit_font_defs();
341
342         VFrame **medium_7segment;
343
344 //clock
345         int draw_clock_background;
346
347         int use_fontset;
348         int use_xft;
349
350 // Current locale uses utf8
351         static int locale_utf8;
352 // Byte order is little_endian
353         static int little_endian;
354 // Language and region
355         static char language[LEN_LANG];
356         static char region[LEN_LANG];
357         static char encoding[LEN_ENCOD];
358         static const char *wide_encoding;
359         static ArrayList<BC_FontEntry*> *fontlist;
360         static int init_fontconfig(const char *search_path);
361         static BC_FontEntry *find_fontentry(const char *displayname, int style,
362                 int mask, int preferred_style = 0);
363         static void encode_to_utf8(char *buffer, int buflen);
364         static FcPattern* find_similar_font(FT_ULong char_code, FcPattern *oldfont);
365         static size_t encode(const char *from_enc, const char *to_enc,
366                 char *input, int input_length, char *output, int output_length);
367         static int find_font_by_char(FT_ULong char_code, char *path_new, const FT_Face oldface);
368         static int font_debug;
369         static void dump_fonts(FILE *fp = stdout);
370         static void dump_font_entry(FILE *fp, const char *cp,  BC_FontEntry *ep);
371
372         static void new_vframes(int n, VFrame *vframes[], ...);
373         static void del_vframes(VFrame *vframes[], int n);
374 // default images
375         static VFrame *default_type_to_icon[6];
376         static VFrame *default_bar;
377         static VFrame *default_cancel_images[3];
378         static VFrame *default_ok_images[3];
379         static VFrame *default_usethis_images[3];
380 #if 0
381         static VFrame *default_checkbox_images[5];
382         static VFrame *default_radial_images[5];
383         static VFrame *default_label_images[5];
384 #endif
385         static VFrame *default_menuitem_data[3];
386         static VFrame *default_menubar_data[3];
387         static VFrame *default_menu_popup_bg;
388         static VFrame *default_menu_bar_bg;
389         static VFrame *default_check_image;
390         static VFrame *default_filebox_text_images[3];
391         static VFrame *default_filebox_icons_images[3];
392         static VFrame *default_filebox_updir_images[3];
393         static VFrame *default_filebox_newfolder_images[3];
394         static VFrame *default_filebox_rename_images[3];
395         static VFrame *default_filebox_delete_images[3];
396         static VFrame *default_filebox_reload_images[3];
397         static VFrame *default_filebox_szfmt_images[12];
398         static VFrame *default_listbox_button[4];
399         static VFrame *default_listbox_bg;
400         static VFrame *default_listbox_expand[5];
401         static VFrame *default_listbox_column[3];
402         static VFrame *default_listbox_up;
403         static VFrame *default_listbox_dn;
404         static VFrame *default_pot_images[3];
405         static VFrame *default_progress_images[2];
406         static VFrame *default_medium_7segment[20];
407         static VFrame *default_vscroll_data[10];
408         static VFrame *default_hscroll_data[10];
409         static VFrame *default_icon_img;
410
411 // Make VFrame use shm
412         int vframe_shm;
413         int use_vframe_shm() { return use_shm && vframe_shm ? 1 : 0; }
414
415         static int get_machine_cpus();
416         static int machine_cpus;
417 // Available display extensions
418         int use_shm;
419         int shm_reply;
420         static int error;
421 // If the program uses recursive_resizing
422         int recursive_resizing;
423 // Work around X server bugs
424         int use_xvideo;
425 // Seems to help if only 1 window is created at a time.
426         Mutex *create_window_lock;
427 // size raw, 1000, 1024, thou
428         int filebox_size_format;
429 private:
430 // Test for availability of shared memory pixmaps
431         void init_shm(BC_WindowBase *window);
432         void init_sizes(BC_WindowBase *window);
433         static int x_error_handler(Display *display, XErrorEvent *event);
434         VFrame **list_pointers[100];
435         int list_lengths[100];
436         int list_total;
437         static const char *fc_properties[];
438
439
440         Mutex *id_lock;
441         static Mutex fontconfig_lock;
442
443 // Pointer to signal handler class to run after ipc
444         static BC_Signals *signal_handler;
445         BC_Synchronous *synchronous;
446
447         int id;
448         int filebox_id;
449 };
450
451
452 #endif