900964c8fad9f2acdd14d31d031ed6ed88e9e8a6
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_neophyte / neophyte.C
1 /*
2  *
3  * CINELERRA
4  * Copyright (C) 1997-2014 Adam Williams <broadcast at earthling dot net>
5  * by Paolo Rampino <info at tuttoainternet dot it>
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
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  *
21  */
22
23 #include "bcsignals.h"
24 #include "clip.h"
25 #include "cwindowgui.h"
26 #include "neophyte.h"
27 #include "edl.h"
28 #include "edlsession.h"
29 #include "mainmenu.h"
30 #include "mainsession.h"
31 #include "mbuttons.h"
32 #include "meterpanel.h"
33 #include "mwindow.h"
34 #include "mwindowgui.h"
35 #include "new.h"
36 #include "patchbay.h"
37 #include "preferencesthread.h"
38 #include "recordgui.h"
39 #include "recordmonitor.h"
40 #include "setformat.h"
41 #include "statusbar.h"
42 #include "timebar.h"
43 #include "trackcanvas.h"
44 #include "vframe.h"
45 #include "vwindowgui.h"
46
47 #define ALARM 0xff00ff             // not yet defined, to search for the element
48 #define CreamyWhite 0xe6e4dd       // creamy white 10% black
49 #define CreamyWhiteBright 0xfffdee // creamy white without black
50 #define BlackNineTwo 0x141414      // 92% black
51 #define BlackSevenTwo 0x474747     // 72% black
52 #define BlackEightFive 0x262626    // 85% black
53 #define BlackFive 0xf2f2f2         //  5% black
54 #define BabyBlue 0x5f8dd3
55 #define BabyBlueDark 0x162d50      // baby-blue -3 (inkscape), e.g. dialog Subtitle
56 // traffic lights, light green: 0x27ae60/0x37c871 - just on the buttons.
57 #define ComicYellow 0xffcc00       // heads up!
58 #define DarkRed 0xaa0000           // locked or not switched on. 
59 #define LockedRed 0x400000
60
61 PluginClient* new_plugin(PluginServer *server)
62 {
63         return new NEOPHYTETHEMEMain(server);
64 }
65
66 NEOPHYTETHEMEMain::NEOPHYTETHEMEMain(PluginServer *server)
67         : PluginTClient(server)
68 {
69 }
70
71 NEOPHYTETHEMEMain::~NEOPHYTETHEMEMain()
72 {
73 }
74
75 const char* NEOPHYTETHEMEMain::plugin_title() { return N_("Neophyte"); }
76
77 Theme* NEOPHYTETHEMEMain::new_theme()
78 {
79         theme = new NEOPHYTETHEME;
80         extern unsigned char _binary_theme_neophyte_data_start[];
81         theme->set_data(_binary_theme_neophyte_data_start);
82         return theme;
83 }
84
85 NEOPHYTETHEME::NEOPHYTETHEME()
86         : Theme()
87 {
88 }
89
90 NEOPHYTETHEME::~NEOPHYTETHEME()
91 {
92         delete camerakeyframe_data;
93         delete channel_position_data;
94         delete keyframe_data;
95         delete maskkeyframe_data;
96         delete modekeyframe_data;
97         delete hardedge_data;
98         delete pankeyframe_data;
99         delete projectorkeyframe_data;
100 }
101
102 void NEOPHYTETHEME::initialize()
103 {
104         //printf("Neophyte::initialize 1\n");
105         BC_Resources *resources = BC_WindowBase::get_resources();
106
107         /* Something own, fitting to the theme and independent of
108            the integrated splash screen/about */
109         // Preferences: About (logo)
110         delete about_bg;
111         about_bg = new VFramePng(get_image_data("about_bg.png"));
112         
113         /* Replacement for the heroine icon. Everyone has his 
114            own ideas about this, especially in connection with the 
115            new desktops[tm]. It would be better to solve this globally,
116            irrespective of the theme currently in use. */
117         // /home/olaf/src/cinelerra-gg/cin5/cinelerra-5.1/cinelerra/theme.C-237
118         new_image_set_images("mwindow_icon", 1, new VFramePng(get_image_data("cin_icon_mwin.png")));
119         new_image_set_images("vwindow_icon", 1, new VFramePng(get_image_data("cin_icon_vwin.png")));
120         new_image_set_images("cwindow_icon", 1, new VFramePng(get_image_data("cin_icon_cwin.png")));
121         new_image_set_images("awindow_icon", 1, new VFramePng(get_image_data("cin_icon_awin.png")));
122         new_image_set_images("record_icon",  1, new VFramePng(get_image_data("cin_icon_rec.png")));
123         // Windows without an icon: Camera, Overlays, etc.
124         
125         resources->text_default = CreamyWhite;     // general text color
126         resources->text_background = BlackNineTwo;
127         resources->text_background_disarmed = LockedRed; // arm track locked (!)
128         resources->text_border2 = BlackNineTwo;    // l,t outside
129         resources->text_border1 = BLACK;           // l,t inside
130         resources->text_border3 = BlackSevenTwo;   // r,d inside
131         resources->text_border4 = BlackNineTwo;    // r,d outside
132         resources->text_border2_hi = ComicYellow;  // highlighting on mouseover
133         resources->text_border3_hi = ComicYellow;
134         resources->text_inactive_highlight = BabyBlueDark; /* e.g. Subtitle (double click
135                                                                                                                   on inactive text, choose next or 
136                                                                                                                   prev and be amazed). */
137         resources->text_highlight = BabyBlue;
138   
139         resources->bg_color = BlackEightFive;
140         resources->border_light2 = resources->bg_color;
141         resources->border_shadow2 = resources->bg_color;
142
143         resources->default_text_color = CreamyWhite; // Timeline, dialogs and much more. 
144         resources->menu_title_text = WHITE;          // high contrast
145         resources->popup_title_text = WHITE;
146         resources->menu_item_text = WHITE; 
147
148         resources->menu_highlighted_fontcolor = CreamyWhiteBright;
149         /* This indent is too global and the fullness ultimately depends
150          * on the text. (Pref. top right, engl.: ~17) */
151         resources->generic_button_margin = 20;     // [15]
152         resources->pot_needle_color = CreamyWhite; // [resources->text_default] – marginal
153         resources->pot_offset = 1;                 // only the needle
154         resources->progress_text = resources->text_default;
155         resources->meter_font_color = resources->default_text_color;
156
157         // the following four are overwritten by graphics
158         resources->menu_light = BlackEightFive;  
159         resources->menu_down = ALARM;
160         resources->menu_up = ALARM;
161         resources->menu_shadow = ALARM;
162
163         resources->menu_highlighted = BabyBlue;
164         resources->popupmenu_margin = 15;       // indent, moves the button text to the right
165         resources->popupmenu_triangle_margin = 15;
166
167         resources->listbox_title_color = CreamyWhiteBright; // columns header
168         resources->listbox_title_margin = 15;               // [20] indent
169         resources->listbox_title_hotspot = 15;              // [20]
170
171         resources->listbox_border2 = BlackNineTwo; // as text_border
172         resources->listbox_border1 = BLACK;
173         resources->listbox_border3 = BlackSevenTwo;
174         resources->listbox_border4 = BlackNineTwo;
175         // ../../guicast/bcresources.C:684, highlighting on mouseover
176         resources->listbox_border2_hi = BabyBlue;
177         resources->listbox_border3_hi = BabyBlue;
178
179         resources->listbox_highlighted = BabyBlue;  // recources, loadfiles
180         resources->listbox_inactive = BlackNineTwo; //       background
181         resources->listbox_bg = 0;                  // s.a. ../theme_blond_cv/blondcvtheme.C:249
182         resources->listbox_text = CreamyWhite;
183         resources->listbox_selected = 0x3d5477;     // approximately matches column_hi
184   
185         resources->filebox_margin = 130; // [130]
186         resources->file_color = WHITE;
187         resources->directory_color = BabyBlue;
188
189         // Footage in the timeline
190         title_font = MEDIUMFONT;
191         title_color = WHITE;
192
193         /* Because the colors of the text in the list are fixed.
194            So it is at least uniform. */
195         recordgui_fixed_color = YELLOW;
196         recordgui_variable_color = RED;
197               
198         channel_position_color = ComicYellow; // Set Format, speaker numbers 
199         resources->meter_title_w = 25;
200
201         // (asset) edit info text color
202         edit_font_color = ComicYellow; // ? ../../cinelerra/theme.h:282
203         assetedit_color = CreamyWhiteBright; // variable attributes
204
205         // flash_color = ALARM;          // ../../cinelerra/recordgui.C:135
206         timebar_cursor_color = WHITE; // ../../cinelerra/theme.C:73
207     
208         // tooltip ../../guicast/bcresources.C:786
209         resources->tooltip_bg_color = CreamyWhiteBright;
210         // resources->tooltip_fg_color = ALARM; // undefined.
211         resources->tooltip_delay = 1500; // [1000]
212   
213         /* Waveform of audio tracks.
214            Instead of squeaky [GREEN]. This three are soft, warm and matte:
215            848661 beige, 6d876f green, 665f8a purple */
216         audio_color = 0x6d876f;
217
218         /* Resources: the text overlay location display. Affects 
219            a) Preferences, Performace: BR "Video" (text).
220            b) Render. */
221         resources->audiovideo_color = CreamyWhite; // BlackNineTwo;
222
223         /* ../../guicast/bcresources.C:781 ff.
224            Delays must all be different for repeaters */
225         resources->blink_rate = 750; // [250] - we're not on the run.
226
227         // ../../cinelerra/theme.C:87
228         clock_fg_color = ComicYellow;
229         // clock_bg_color = ALARM; // see vclock
230
231         // The line between the in and out markings
232         inout_highlight_color=BabyBlue;
233
234         new_toggle(
235                 "loadmode_new.png",
236                 "loadmode_up.png",
237                 "loadmode_hi.png",
238                 "loadmode_checked.png",
239                 "loadmode_dn.png",
240                 "loadmode_checkedhi.png",
241                 "loadmode_new");
242         new_toggle(
243                 "loadmode_none.png",
244                 "loadmode_up.png",
245                 "loadmode_hi.png",
246                 "loadmode_checked.png",
247                 "loadmode_dn.png",
248                 "loadmode_checkedhi.png",
249                 "loadmode_none");
250         new_toggle(
251                 "loadmode_newcat.png",
252                 "loadmode_up.png",
253                 "loadmode_hi.png",
254                 "loadmode_checked.png",
255                 "loadmode_dn.png",
256                 "loadmode_checkedhi.png",
257                 "loadmode_newcat");
258         new_toggle(
259                 "loadmode_cat.png",
260                 "loadmode_up.png",
261                 "loadmode_hi.png",
262                 "loadmode_checked.png",
263                 "loadmode_dn.png",
264                 "loadmode_checkedhi.png",
265                 "loadmode_cat");
266         new_toggle(
267                 "loadmode_newtracks.png",
268                 "loadmode_up.png",
269                 "loadmode_hi.png",
270                 "loadmode_checked.png",
271                 "loadmode_dn.png",
272                 "loadmode_checkedhi.png",
273                 "loadmode_newtracks");
274         new_toggle(
275                 "loadmode_paste.png",
276                 "loadmode_up.png",
277                 "loadmode_hi.png",
278                 "loadmode_checked.png",
279                 "loadmode_dn.png",
280                 "loadmode_checkedhi.png",
281                 "loadmode_paste");
282         new_toggle(
283                 "loadmode_resource.png",
284                 "loadmode_up.png",
285                 "loadmode_hi.png",
286                 "loadmode_checked.png",
287                 "loadmode_dn.png",
288                 "loadmode_checkedhi.png",
289                 "loadmode_resource");
290         new_toggle(
291                 "loadmode_nested.png",
292                 "loadmode_up.png",
293                 "loadmode_hi.png",
294                 "loadmode_checked.png",
295                 "loadmode_dn.png",
296                 "loadmode_checkedhi.png",
297                 "loadmode_nested");
298         resources->filebox_icons_images = new_button(
299                 "icons.png",
300                 "fileboxbutton_up.png",
301                 "fileboxbutton_hi.png",
302                 "fileboxbutton_dn.png",
303                 "filebox_icons");
304         resources->filebox_text_images = new_button(
305                 "text.png",
306                 "fileboxbutton_up.png",
307                 "fileboxbutton_hi.png",
308                 "fileboxbutton_dn.png",
309                 "filebox_text");
310         resources->filebox_newfolder_images = new_button(
311                 "folder.png",
312                 "fileboxbutton_up.png",
313                 "fileboxbutton_hi.png",
314                 "fileboxbutton_dn.png",
315                 "filebox_newfolder");
316         resources->filebox_rename_images = new_button(
317                 "rename.png",
318                 "fileboxbutton_up.png",
319                 "fileboxbutton_hi.png",
320                 "fileboxbutton_dn.png",
321                 "filebox_rename");
322         resources->filebox_updir_images = new_button(
323                 "updir.png",
324                 "fileboxbutton_up.png",
325                 "fileboxbutton_hi.png",
326                 "fileboxbutton_dn.png",
327                 "filebox_updir");
328         resources->filebox_delete_images = new_button(
329                 "delete.png",
330                 "fileboxbutton_up.png",
331                 "fileboxbutton_hi.png",
332                 "fileboxbutton_dn.png",
333                 "filebox_delete");
334         resources->filebox_reload_images = new_button(
335                 "reload.png",
336                 "fileboxbutton_up.png",
337                 "fileboxbutton_hi.png",
338                 "fileboxbutton_dn.png",
339                 "filebox_reload");
340         resources->filebox_descend_images = new_button(
341                 "openfolder.png",
342                 "filebox_bigbutton_up.png",
343                 "filebox_bigbutton_hi.png",
344                 "filebox_bigbutton_dn.png",
345                 "filebox_descend");
346         resources->usethis_button_images = resources->ok_images = new_button(
347                 "ok.png",
348                 "filebox_bigbutton_up.png",
349                 "filebox_bigbutton_hi.png",
350                 "filebox_bigbutton_dn.png",
351                 "ok_button");
352         new_button(
353                 "ok.png",
354                 "new_bigbutton_up.png",
355                 "new_bigbutton_hi.png",
356                 "new_bigbutton_dn.png",
357                 "new_ok_images");
358         new_button(
359                 "reset.png",
360                 "reset_up.png",
361                 "reset_dn.png",
362                 "reset_hi.png",
363                 "reset_button");
364         resources->cancel_images = new_button(
365                 "cancel.png",
366                 "filebox_bigbutton_up.png",
367                 "filebox_bigbutton_hi.png",
368                 "filebox_bigbutton_dn.png",
369                 "cancel_button");
370         new_button(
371                 "cancel.png",
372                 "new_bigbutton_up.png",
373                 "new_bigbutton_hi.png",
374                 "new_bigbutton_dn.png",
375                 "new_cancel_images");
376
377         new_button("mask_pnt_linear.png",
378                 "mask_button_up.png",
379                 "mask_button_hi.png",
380                 "mask_button_dn.png",
381                 "mask_pnt_linear_images");
382         new_button("mask_crv_linear.png",
383                 "mask_button_up.png",
384                 "mask_button_hi.png",
385                 "mask_button_dn.png",
386                 "mask_crv_linear_images");
387         new_button("mask_all_linear.png",
388                 "mask_button_up.png",
389                 "mask_button_hi.png",
390                 "mask_button_dn.png",
391                 "mask_all_linear_images");
392
393         new_button("mask_pnt_smooth.png",
394                 "mask_button_up.png",
395                 "mask_button_hi.png",
396                 "mask_button_dn.png",
397                 "mask_pnt_smooth_images");
398         new_button("mask_crv_smooth.png",
399                 "mask_button_up.png",
400                 "mask_button_hi.png",
401                 "mask_button_dn.png",
402                 "mask_crv_smooth_images");
403         new_button("mask_all_smooth.png",
404                 "mask_button_up.png",
405                 "mask_button_hi.png",
406                 "mask_button_dn.png",
407                 "mask_all_smooth_images");
408
409         new_button("mask_prst_sqr.png",
410                 "mask_button_up.png",
411                 "mask_button_hi.png",
412                 "mask_button_dn.png",
413                 "mask_prst_sqr_images");
414         new_button("mask_prst_crc.png",
415                 "mask_button_up.png",
416                 "mask_button_hi.png",
417                 "mask_button_dn.png",
418                 "mask_prst_crc_images");
419         new_button("mask_prst_tri.png",
420                 "mask_button_up.png",
421                 "mask_button_hi.png",
422                 "mask_button_dn.png",
423                 "mask_prst_tri_images");
424         new_button("mask_prst_ovl.png",
425                 "mask_button_up.png",
426                 "mask_button_hi.png",
427                 "mask_button_dn.png",
428                 "mask_prst_ovl_images");
429
430         new_button("mask_prst_load.png",
431                 "mask_button_up.png",
432                 "mask_button_hi.png",
433                 "mask_button_dn.png",
434                 "mask_prst_load_images");
435         new_button("mask_prst_save.png",
436                 "mask_button_up.png",
437                 "mask_button_hi.png",
438                 "mask_button_dn.png",
439                 "mask_prst_save_images");
440         new_button("mask_prst_trsh.png",
441                 "mask_button_up.png",
442                 "mask_button_hi.png",
443                 "mask_button_dn.png",
444                 "mask_prst_trsh_images");
445
446         new_button("mask_pstn_cen.png",
447                 "mask_button_up.png",
448                 "mask_button_hi.png",
449                 "mask_button_dn.png",
450                 "mask_pstn_cen_images");
451         new_button("mask_pstn_nrm.png",
452                 "mask_button_up.png",
453                 "mask_button_hi.png",
454                 "mask_button_dn.png",
455                 "mask_pstn_nrm_images");
456
457         // Clock - is not used (AFAIK). See also clock color.
458         // resources->medium_7segment = new_image_set(TOTAL_7SEGMENT,
459         //      "0.png", "1.png", "2.png", "3.png", "4.png", "5.png", "6.png", "7.png",
460         //      "8.png", "9.png", "colon.png", "period.png", "a.png", "b.png", "c.png",
461         //      "d.png", "e.png", "f.png", "space.png", "dash.png");
462
463         resources->bar_data = new_image("bar", "bar.png");
464         resources->check = new_image("check", "check.png");
465
466         resources->min_menu_w = 96;
467         resources->menu_popup_bg = new_image("menu_popup_bg.png");
468         resources->menu_item_bg = new_image_set(
469                 3,
470                 "menuitem_up.png",
471                 "menuitem_hi.png",
472                 "menuitem_dn.png");
473         resources->menu_bar_bg = new_image("menubar_bg.png");
474         resources->menu_title_bg = new_image_set
475                 (3,
476                  "menubar_up.png",
477                  "menubar_hi.png",
478                  "menubar_dn.png");
479         resources->popupmenu_images = 0;
480         // new_image_set(3,
481         // "menupopup_up.png",
482         // "menupopup_hi.png",
483         // "menupopup_dn.png");
484         resources->toggle_highlight_bg = new_image(
485                 "toggle_highlight_bg",
486                 "text_highlight.png");
487         resources->generic_button_images = new_image_set(
488                 3,
489                 "generic_up.png",
490                 "generic_hi.png",
491                 "generic_dn.png");
492         resources->horizontal_slider_data = new_image_set(
493                 6,
494                 "hslider_fg_up.png",
495                 "hslider_fg_hi.png",
496                 "hslider_fg_dn.png",
497                 "hslider_bg_up.png",
498                 "hslider_bg_hi.png",
499                 "hslider_bg_dn.png");
500         resources->vertical_slider_data = new_image_set(
501                 6,
502                 "hslider_fg_up.png",
503                 "hslider_fg_hi.png",
504                 "hslider_fg_dn.png",
505                 "hslider_bg_up.png",
506                 "hslider_bg_hi.png",
507                 "hslider_bg_dn.png");
508   
509         for( int i=0; i<6; ++i )
510                 resources->vertical_slider_data[i]->rotate90();
511
512         resources->progress_images = new_image_set(
513                 2,
514                 "progress_bg.png",
515                 "progress_hi.png");
516         resources->tumble_data = new_image_set(
517                 4,
518                 "tumble_up.png",
519                 "tumble_hi.png",
520                 "tumble_bottom.png",
521                 "tumble_top.png");
522         resources->listbox_button = new_button4(
523                 "listbox_button.png",
524                 "editpanel_up.png",
525                 "editpanel_hi.png",
526                 "editpanel_dn.png",
527                 "editpanel_hi.png",
528                 "listbox_button");
529         // Dialog "Load files…" switch SI/IEC
530         resources->filebox_szfmt_images = new_image_set(
531                 12,
532                 "file_size_zero_up.png",
533                 "file_size_zero_hi.png",
534                 "file_size_zero_dn.png",
535                 "file_size_lwrb_up.png",
536                 "file_size_lwrb_hi.png",
537                 "file_size_lwrb_dn.png",
538                 "file_size_capb_up.png",
539                 "file_size_capb_hi.png",
540                 "file_size_capb_dn.png",
541                 "file_size_semi_up.png",
542                 "file_size_semi_hi.png",
543                 "file_size_semi_dn.png");
544         resources->listbox_column = new_image_set(
545                 3,
546                 "column_up.png",
547                 "column_hi.png",
548                 "column_dn.png");
549         resources->listbox_up = new_image("listbox_up.png");
550         resources->listbox_dn = new_image("listbox_dn.png");
551         resources->pan_data = new_image_set(
552                 7,
553                 "pan_up.png",
554                 "pan_hi.png",
555                 "pan_popup.png",
556                 "pan_channel.png",
557                 "pan_stick.png",
558                 "pan_channel_small.png",
559                 "pan_stick_small.png");
560         resources->pan_text_color = CreamyWhiteBright;
561         resources->pot_images = new_image_set(
562                 3,
563                 "pot_up.png",
564                 "pot_hi.png",
565                 "pot_dn.png");
566         resources->checkbox_images = new_image_set(
567                 5,
568                 "checkbox_up.png",
569                 "checkbox_hi.png",
570                 "checkbox_checked.png",
571                 "checkbox_dn.png",
572                 "checkbox_checkedhi.png");
573         resources->radial_images = new_image_set(
574                 5,
575                 "radial_up.png",
576                 "radial_hi.png",
577                 "radial_checked.png",
578                 "radial_dn.png",
579                 "radial_checkedhi.png");
580         resources->xmeter_images = new_image_set(
581                 7,
582                 "xmeter_normal.png",
583                 "xmeter_green.png",
584                 "xmeter_red.png",
585                 "xmeter_yellow.png",
586                 "xmeter_white.png",
587                 "xmeter_over.png",
588                 "downmix51_2.png");
589         resources->ymeter_images = new_image_set(
590                 7,
591                 "ymeter_normal.png",
592                 "ymeter_green.png",
593                 "ymeter_red.png",
594                 "ymeter_yellow.png",
595                 "ymeter_white.png",
596                 "ymeter_over.png",
597                 "downmix51_2.png");
598         resources->hscroll_data = new_image_set(
599                 10,
600                 "hscroll_handle_up.png",
601                 "hscroll_handle_hi.png",
602                 "hscroll_handle_dn.png",
603                 "hscroll_handle_bg.png",
604                 "hscroll_left_up.png",
605                 "hscroll_left_hi.png",
606                 "hscroll_left_dn.png",
607                 "hscroll_right_up.png",
608                 "hscroll_right_hi.png",
609                 "hscroll_right_dn.png");
610         resources->vscroll_data = new_image_set(
611                 10,
612                 "vscroll_handle_up.png",
613                 "vscroll_handle_hi.png",
614                 "vscroll_handle_dn.png",
615                 "vscroll_handle_bg.png",
616                 "vscroll_left_up.png",
617                 "vscroll_left_hi.png",
618                 "vscroll_left_dn.png",
619                 "vscroll_right_up.png",
620                 "vscroll_right_hi.png",
621                 "vscroll_right_dn.png");
622         resources->scroll_minhandle = 20;
623     
624         new_button(
625                 "prevtip.png", "tipbutton_up.png",
626                 "tipbutton_hi.png", "tipbutton_dn.png", "prev_tip");
627         new_button(
628                 "nexttip.png", "tipbutton_up.png",
629                 "tipbutton_hi.png", "tipbutton_dn.png", "next_tip");
630         new_button(
631                 "closetip.png", "tipbutton_up.png",
632                 "tipbutton_hi.png", "tipbutton_dn.png", "close_tip");
633         new_button(
634                 "swap_extents.png", "editpanel_up.png",
635                 "editpanel_hi.png", "editpanel_dn.png", "swap_extents");
636
637         // Record windows
638         preferences_category_overlap = 0;
639         preferencescategory_x = 0;
640         preferencescategory_y = 5;
641         preferencestitle_x = 5;
642         preferencestitle_y = 10;
643         preferencesoptions_x = 5;
644         preferencesoptions_y = 0;
645
646         // MWindow
647         message_normal = resources->text_default;
648
649         mtransport_margin = 10;
650         toggle_margin = 10;
651
652         new_button("pane.png", "pane_up.png", "pane_hi.png", "pane_dn.png",
653                            "pane");
654         new_image_set("xpane", 3,
655                                   "xpane_up.png",
656                                   "xpane_hi.png",
657                                   "xpane_dn.png");
658         new_image_set("ypane", 3,
659                                   "ypane_up.png",
660                                   "ypane_hi.png",
661                                   "ypane_dn.png");
662
663         new_image("mbutton_bg", "mbutton_bg.png");
664         new_image("timebar_bg", "timebar_bg_flat.png");
665         new_image("timebar_brender", "timebar_brender.png");
666         new_image("clock_bg", "mclock_flat.png");
667         new_image("patchbay_bg", "patchbay_bg.png");
668         new_image("statusbar", "statusbar.png");
669         // new_image("mscroll_filler", "mscroll_filler.png");
670
671         new_image_set("zoombar_menu", 3,
672                                   "zoompopup_up.png",
673                                   "zoompopup_hi.png",
674                                   "zoompopup_dn.png");
675         new_image_set("zoombar_tumbler", 4,
676                                   "zoomtumble_up.png",
677                                   "zoomtumble_hi.png",
678                                   "zoomtumble_bottom.png",
679                                   "zoomtumble_top.png");
680
681         new_image_set("mode_popup", 3,
682                                   "mode_up.png", "mode_hi.png", "mode_dn.png");
683         new_image("mode_add", "mode_add.png");
684         new_image("mode_divide", "mode_divide.png");
685         new_image("mode_multiply", "mode_multiply.png");
686         new_image("mode_normal", "mode_normal.png");
687         new_image("mode_replace", "mode_replace.png");
688         new_image("mode_subtract", "mode_subtract.png");
689         new_image("mode_max", "mode_max.png");
690
691         new_image_set("plugin_on", 5,
692                                   "plugin_on.png",
693                                   "plugin_onhi.png",
694                                   "plugin_onselect.png",
695                                   "plugin_ondn.png",
696                                   "plugin_onselecthi.png");
697         new_image_set("plugin_show", 5,
698                                   "plugin_show.png",
699                                   "plugin_showhi.png",
700                                   "plugin_showselect.png",
701                                   "plugin_showdn.png",
702                                   "plugin_showselecthi.png");
703         
704         // Mixer
705         new_image_set("mixpatch_data", 5,
706                                   "mixpatch_up.png",
707                                   "mixpatch_hi.png",
708                                   "mixpatch_checked.png",
709                                   "mixpatch_dn.png",
710                                   "mixpatch_checkedhi.png");
711         
712         // CWindow
713         new_image("cpanel_bg", "cpanel_bg.png");
714         new_image("cbuttons_left", "cbuttons_left.png");
715         new_image("cbuttons_right", "cbuttons_right.png");
716         new_image("cmeter_bg", "cmeter_bg.png");
717         new_image("cwindow_focus", "cwindow_focus.png");
718         
719         // VWindow
720         /* The red position indicator is currently only 5 px high.
721            The backgrounds were made according to this. */
722         new_image("vbuttons_left", "vbuttons_left.png");
723         new_image("vbuttons_right", "vbuttons_right.png"); // unset = cbuttons_right
724         new_image("vclock", "vclock.png");
725         //new_image("vmeter_bg", ".png"); // ! 
726   
727         new_image("preferences_bg", "preferences_bg.png");
728
729         new_image("new_bg", "new_bg.png");
730         new_image("setformat_bg", "setformat_bg.png");
731
732         timebar_view_data = new_image("timebar_view.png");
733
734         setformat_w = get_image("setformat_bg")->get_w();
735         setformat_h = get_image("setformat_bg")->get_h();
736         setformat_x1 = 15;
737         setformat_x2 = 110;
738         setformat_x3 = 315;
739         setformat_x4 = 425;
740         setformat_y1 = 20;
741         setformat_y2 = 85;
742         setformat_y3 = 125;
743         setformat_margin = 30;
744         setformat_channels_x = 25;
745         setformat_channels_y = 242;
746         setformat_channels_w = 250;
747         setformat_channels_h = 250;
748
749         loadfile_pad = get_image_set("loadmode_new")[0]->get_h() + 10;
750         browse_pad = 20;
751
752         new_toggle("playpatch.png",
753                            "playpatch_up.png",
754                            "playpatch_hi.png",
755                            "playpatch_checked.png",
756                            "playpatch_dn.png",
757                            "playpatch_checkedhi.png",
758                            "playpatch_data");
759         new_toggle("recordpatch.png",
760                            "recordpatch_up.png",
761                            "recordpatch_hi.png",
762                            "recordpatch_checked.png",
763                            "recordpatch_dn.png",
764                            "recordpatch_checkedhi.png",
765                            "recordpatch_data");
766         new_toggle("gangpatch.png",
767                            "patch_up.png",
768                            "patch_hi.png",
769                            "patch_checked.png",
770                            "patch_dn.png",
771                            "patch_checkedhi.png",
772                            "gangpatch_data");
773         new_toggle("drawpatch.png",
774                            "patch_up.png",
775                            "patch_hi.png",
776                            "patch_checked.png",
777                            "patch_dn.png",
778                            "patch_checkedhi.png",
779                            "drawpatch_data");
780
781         new_image_set("mutepatch_data",
782                                   5,
783                                   "mutepatch_up.png",
784                                   "mutepatch_hi.png",
785                                   "mutepatch_checked.png",
786                                   "mutepatch_dn.png",
787                                   "mutepatch_checkedhi.png");
788         new_image_set("expandpatch_data",
789                                   5,
790                                   "expandpatch_up.png",
791                                   "expandpatch_hi.png",
792                                   "expandpatch_checked.png",
793                                   "expandpatch_dn.png",
794                                   "expandpatch_checkedhi.png");
795
796         build_bg_data();
797         build_overlays();
798
799         out_point = new_image_set(
800                 5,
801                 "out_up.png",
802                 "out_hi.png",
803                 "out_checked.png",
804                 "out_dn.png",
805                 "out_checkedhi.png");
806         in_point = new_image_set(
807                 5,
808                 "in_up.png",
809                 "in_hi.png",
810                 "in_checked.png",
811                 "in_dn.png",
812                 "in_checkedhi.png");
813         label_toggle = new_image_set(
814                 5,
815                 "labeltoggle_up.png",
816                 "labeltoggle_uphi.png",
817                 "label_checked.png",
818                 "labeltoggle_dn.png",
819                 "label_checkedhi.png");
820         ffmpeg_toggle = new_image_set(
821                 5,
822                 "ff_up.png",
823                 "ff_hi.png",
824                 "ff_checked.png",
825                 "ff_down.png",
826                 "ff_checkedhi.png");
827         proxy_p_toggle = new_image_set(
828                 5,
829                 "proxy_p_up.png",
830                 "proxy_p_hi.png",
831                 "proxy_p_chkd.png",
832                 "proxy_p_down.png",
833                 "proxy_p_chkdhi.png");
834         proxy_s_toggle = new_image_set( // proxy use ffmpeg scaler
835                 5,
836                 "proxy_s_up.png",
837                 "proxy_s_hi.png",
838                 "proxy_s_chkd.png",
839                 "proxy_s_down.png",
840                 "proxy_s_chkdhi.png");
841         mask_mode_toggle = new_image_set(5,
842                 "mask_mode_up.png",
843                 "mask_mode_hi.png",
844                 "mask_mode_chkd.png",
845                 "mask_mode_down.png",
846                 "mask_mode_chkdhi.png");
847         shbtn_data = new_image_set(
848                 3,
849                 "shbtn_up.png",
850                 "shbtn_hi.png",
851                 "shbtn_dn.png");
852         new_image_set(
853                 "preset_edit",
854                 3,
855                 "preset_edit0.png",
856                 "preset_edit1.png",
857                 "preset_edit2.png");
858         new_image_set(
859                 "histogram_carrot",
860                 5,
861                 "histogram_carrot_up.png",
862                 "histogram_carrot_hi.png",
863                 "histogram_carrot_checked.png",
864                 "histogram_carrot_dn.png",
865                 "histogram_carrot_checkedhi.png");
866         statusbar_cancel_data = new_image_set(
867                 3,
868                 "statusbar_cancel_up.png",
869                 "statusbar_cancel_hi.png",
870                 "statusbar_cancel_dn.png");
871
872         VFrame *editpanel_up = new_image("editpanel_up.png");
873         VFrame *editpanel_hi = new_image("editpanel_hi.png");
874         VFrame *editpanel_dn = new_image("editpanel_dn.png");
875         VFrame *editpanel_checked = new_image("editpanel_checked.png");
876         VFrame *editpanel_checkedhi = new_image("editpanel_checkedhi.png");
877
878         new_image("panel_divider", "panel_divider.png");
879         new_button("bottom_justify.png",
880                            editpanel_up, editpanel_hi, editpanel_dn,
881                            "bottom_justify");
882         new_button("center_justify.png",
883                            editpanel_up, editpanel_hi, editpanel_dn,
884                            "center_justify");
885         new_button("channel.png",
886                            editpanel_up, editpanel_hi, editpanel_dn,
887                            "channel");
888         new_button("lok.png", // popup slider
889                            editpanel_up, editpanel_hi, editpanel_dn,
890                            "lok");
891         new_toggle("histogram_toggle.png",
892                            editpanel_up,
893                            editpanel_hi,
894                            editpanel_checked,
895                            editpanel_dn,
896                            editpanel_checkedhi,
897                            "histogram_toggle");
898         new_toggle("histogram_rgb.png",
899                            editpanel_up,
900                            editpanel_hi,
901                            editpanel_checked,
902                            editpanel_dn,
903                            editpanel_checkedhi,
904                            "histogram_rgb_toggle");
905         new_toggle("waveform.png",
906                            editpanel_up,
907                            editpanel_hi,
908                            editpanel_checked,
909                            editpanel_dn,
910                            editpanel_checkedhi,
911                            "waveform_toggle");
912         new_toggle("waveform_rgb.png",
913                            editpanel_up,
914                            editpanel_hi,
915                            editpanel_checked,
916                            editpanel_dn,
917                            editpanel_checkedhi,
918                            "waveform_rgb_toggle");
919         new_toggle("scope.png",
920                            editpanel_up,
921                            editpanel_hi,
922                            editpanel_checked,
923                            editpanel_dn,
924                            editpanel_checkedhi,
925                            "scope_toggle");
926
927         new_button("picture.png",
928                            editpanel_up, editpanel_hi, editpanel_dn,
929                            "picture");
930         new_button("histogram_img.png",
931                            editpanel_up, editpanel_hi, editpanel_dn,
932                            "histogram_img");
933         new_button("copy.png",
934                            editpanel_up, editpanel_hi, editpanel_dn,
935                            "copy");
936         new_button("commercial.png",
937                            editpanel_up, editpanel_hi, editpanel_dn,
938                            "commercial"); // cdb
939         new_button("cut.png",
940                            editpanel_up, editpanel_hi, editpanel_dn,
941                            "cut");
942         new_button("fit.png",
943                            editpanel_up, editpanel_hi, editpanel_dn,
944                            "fit");
945         new_button("fitautos.png",
946                            editpanel_up, editpanel_hi, editpanel_dn,
947                            "fitautos");
948         new_button("inpoint.png",
949                            editpanel_up, editpanel_hi, editpanel_dn,
950                            "inbutton");
951         new_button("label.png",
952                            editpanel_up, editpanel_hi, editpanel_dn,
953                            "labelbutton");
954         new_button("left_justify.png",
955                            editpanel_up, editpanel_hi, editpanel_dn,
956                            "left_justify");
957         new_button("magnify.png",
958                            editpanel_up, editpanel_hi, editpanel_dn,
959                            "magnify_button");
960         new_button("middle_justify.png",
961                            editpanel_up, editpanel_hi, editpanel_dn,
962                            "middle_justify");
963         new_button("nextlabel.png",
964                            editpanel_up, editpanel_hi, editpanel_dn,
965                            "nextlabel");
966         new_button("prevlabel.png",
967                            editpanel_up, editpanel_hi, editpanel_dn,
968                            "prevlabel");
969         new_button("nextedit.png",
970                            editpanel_up, editpanel_hi, editpanel_dn,
971                            "nextedit");
972         new_button("prevedit.png",
973                            editpanel_up, editpanel_hi, editpanel_dn,
974                            "prevedit");
975         new_button("outpoint.png",
976                            editpanel_up, editpanel_hi, editpanel_dn,
977                            "outbutton");
978         over_button = new_button("over.png",
979                                                          editpanel_up, editpanel_hi, editpanel_dn,
980                                                          "overbutton");
981         overwrite_data = new_button("overwrite.png",
982                                                                 editpanel_up, editpanel_hi, editpanel_dn,
983                                                                 "overwritebutton");
984         new_button("paste.png",
985                            editpanel_up, editpanel_hi, editpanel_dn,
986                            "paste");
987         new_button("redo.png",
988                            editpanel_up, editpanel_hi, editpanel_dn,
989                            "redo");
990         new_button("right_justify.png",
991                            editpanel_up, editpanel_hi, editpanel_dn,
992                            "right_justify");
993         splice_data = new_button("splice.png",
994                                                          editpanel_up, editpanel_hi, editpanel_dn,
995                                                          "splicebutton");
996         new_button("toclip.png",
997                            editpanel_up, editpanel_hi, editpanel_dn,
998                            "toclip");
999         new_button("goto.png",
1000                            editpanel_up, editpanel_hi, editpanel_dn,
1001                            "goto");
1002         new_button("top_justify.png",
1003                            editpanel_up, editpanel_hi, editpanel_dn,
1004                            "top_justify");
1005         new_button("undo.png",
1006                            editpanel_up, editpanel_hi, editpanel_dn,
1007                            "undo");
1008         new_button("wrench.png",
1009                            editpanel_up, editpanel_hi, editpanel_dn,
1010                            "wrench");
1011
1012         VFrame *transport_up = new_image("transportup.png");
1013         VFrame *transport_hi = new_image("transporthi.png");
1014         VFrame *transport_dn = new_image("transportdn.png");
1015
1016         new_button("end.png",
1017                            transport_up, transport_hi, transport_dn,
1018                            "end");
1019         new_button("fastfwd.png",
1020                            transport_up, transport_hi, transport_dn,
1021                            "fastfwd");
1022         new_button("fastrev.png",
1023                            transport_up, transport_hi, transport_dn,
1024                            "fastrev");
1025         new_button("play.png",
1026                            transport_up, transport_hi, transport_dn,
1027                            "play");
1028         new_button("framefwd.png",
1029                            transport_up, transport_hi, transport_dn,
1030                            "framefwd");
1031         new_button("framerev.png",
1032                            transport_up, transport_hi, transport_dn,
1033                            "framerev");
1034         new_button("pause.png",
1035                            transport_up, transport_hi, transport_dn,
1036                            "pause");
1037         new_button("record.png",
1038                            transport_up, transport_hi, transport_dn,
1039                            "record");
1040         new_button("singleframe.png",
1041                            transport_up, transport_hi, transport_dn,
1042                            "recframe");
1043         new_button("reverse.png",
1044                            transport_up, transport_hi, transport_dn,
1045                            "reverse");
1046         new_button("rewind.png",
1047                            transport_up, transport_hi, transport_dn,
1048                            "rewind");
1049         new_button("stop.png",
1050                            transport_up, transport_hi, transport_dn,
1051                            "stop");
1052         new_button("stop.png",
1053                            transport_up, transport_hi, transport_dn,
1054                            "stoprec");
1055
1056         // CWindow icons (led)
1057         new_image("cwindow_inactive", "cwindow_inactive.png");
1058         new_image("cwindow_active", "cwindow_active.png");
1059
1060         new_image_set("category_button",
1061                                   3,
1062                                   "preferencesbutton_dn.png",
1063                                   "preferencesbutton_dnhi.png",
1064                                   "preferencesbutton_dnlo.png");
1065         new_image_set("category_button_checked",
1066                                   3,
1067                                   "preferencesbutton_up.png",
1068                                   "preferencesbutton_uphi.png",
1069                                   "preferencesbutton_dnlo.png");
1070         new_image_set("color3way_point",
1071                                   3,
1072                                   "color3way_up.png",
1073                                   "color3way_hi.png",
1074                                   "color3way_dn.png");
1075
1076         new_toggle("arrow.png",
1077                            editpanel_up, editpanel_hi, editpanel_checked,
1078                            editpanel_dn, editpanel_checkedhi,
1079                            "arrow");
1080         new_toggle("autokeyframe.png",
1081                            transport_up, editpanel_hi, editpanel_checked,
1082                            editpanel_dn, editpanel_checkedhi,
1083                            "autokeyframe");
1084         new_toggle("ibeam.png",
1085                            editpanel_up, editpanel_hi, editpanel_checked,
1086                            editpanel_dn, editpanel_checkedhi,
1087                            "ibeam");
1088         new_toggle("show_meters.png",
1089                            editpanel_up, editpanel_hi, editpanel_checked,
1090                            editpanel_dn, editpanel_checkedhi,
1091                            "meters");
1092         new_toggle("blank30x30.png",
1093                            new_image("locklabels_locked.png"),
1094                            new_image("locklabels_lockedhi.png"),
1095                            new_image("locklabels_unlocked.png"),
1096                            new_image("locklabels_dn.png"), // can't have seperate down for each!!??
1097                            new_image("locklabels_unlockedhi.png"),
1098                            "locklabels");
1099
1100         VFrame *cpanel_up = new_image("cpanel_up.png");
1101         VFrame *cpanel_hi = new_image("cpanel_hi.png");
1102         VFrame *cpanel_dn = new_image("cpanel_dn.png");
1103         VFrame *cpanel_checked = new_image("cpanel_checked.png");
1104         VFrame *cpanel_checkedhi = new_image("cpanel_checkedhi.png");
1105
1106         new_toggle("camera.png",
1107                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1108                            "camera");
1109         new_toggle("crop.png",
1110                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1111                            "crop");
1112         new_toggle("eyedrop.png",
1113                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1114                            "eyedrop");
1115         new_toggle("magnify.png",
1116                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1117                            "magnify");
1118         new_toggle("mask.png",
1119                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1120                            "mask");
1121         new_toggle("ruler.png",
1122                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1123                            "ruler");
1124         new_toggle("projector.png",
1125                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1126                            "projector");
1127         new_toggle("protect.png",
1128                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1129                            "protect");
1130         new_toggle("titlesafe.png",
1131                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1132                            "titlesafe");
1133         new_toggle("toolwindow.png",
1134                            cpanel_up, cpanel_hi, cpanel_checked, cpanel_dn, cpanel_checkedhi,
1135                            "tool");
1136         // toggle for tangent mode (compositor/tool window)
1137         new_toggle("tan_smooth.png",
1138                            editpanel_up, editpanel_hi, editpanel_checked,
1139                            editpanel_dn, editpanel_checkedhi,
1140                            "tan_smooth");
1141         new_toggle("tan_linear.png",
1142                            editpanel_up, editpanel_hi, editpanel_checked,
1143                            editpanel_dn, editpanel_checkedhi,
1144                            "tan_linear");
1145
1146         new_toggle("mask_scale_x.png",   "mask_scale_up.png",    "mask_scale_uphi.png",
1147                 "mask_scale_chkd.png",  "mask_scale_xdown.png",  "mask_scale_chkdhi.png",
1148                 "mask_scale_x");
1149         new_toggle("mask_scale_y.png",   "mask_scale_up.png",    "mask_scale_uphi.png",
1150                 "mask_scale_chkd.png",  "mask_scale_ydown.png",  "mask_scale_chkdhi.png",
1151                 "mask_scale_y");
1152         new_toggle("mask_scale_xy.png",  "mask_scale_up.png",   "mask_scale_uphi.png",
1153                 "mask_scale_chkd.png", "mask_scale_xydown.png", "mask_scale_chkdhi.png",
1154                 "mask_scale_xy");
1155
1156         flush_images();
1157 }
1158
1159 // Re-align the Clock. theme.c:931 
1160 void NEOPHYTETHEME::get_vwindow_sizes(VWindowGUI *gui)
1161 {
1162         int edit_w = EditPanel::calculate_w(mwindow, 0, 10);
1163         int transport_w = PlayTransport::get_transport_width(mwindow) + toggle_margin;
1164         vtimebar_h = 16;       // The height of the position indicator
1165         int division_w = 30;
1166         
1167         /* For the deco, [150]-10. The remaining space should theoretically
1168            suffice for 999,999:59:59.960 hours. Total size: 140 x 26, where
1169            a height of 24 or 22 px would be nicer. */
1170         vtime_w = 140;
1171         
1172         /* Indent, flat. Larger indentation also puts
1173            the 35% view into the compact view. */
1174         int vtime_border = 15; 
1175   
1176         vmeter_y = widget_border;
1177         vmeter_h = mwindow->session->vwindow_h - cmeter_y - widget_border;
1178
1179         int buttons_h;
1180         if (mwindow->edl->session->vwindow_meter) {
1181                 vmeter_x = mwindow->session->vwindow_w -
1182                         MeterPanel::get_meters_width(this,
1183                                                                                  mwindow->edl->session->audio_channels,
1184                                                                                  mwindow->edl->session->vwindow_meter);
1185         } else {
1186                 vmeter_x = mwindow->session->vwindow_w + widget_border;
1187         }
1188
1189         vcanvas_x = 0;
1190         vcanvas_y = 0;
1191         vcanvas_w = vmeter_x - vcanvas_x - widget_border;
1192
1193         if (edit_w +
1194                 widget_border * 2 +
1195                 transport_w + widget_border +
1196                 vtime_w + division_w +
1197                 vtime_border > vmeter_x) {
1198                 buttons_h = get_image("vbuttons_left")->get_h();
1199                 vedit_x = widget_border;
1200                 vedit_y = mwindow->session->vwindow_h -
1201                         buttons_h +
1202                         vtimebar_h +
1203                         widget_border;
1204
1205                 vtransport_x = widget_border;
1206                 vtransport_y = mwindow->session->vwindow_h -
1207                         get_image_set("autokeyframe")[0]->get_h() -
1208                         widget_border;
1209
1210                 vdivision_x = 280;      // field width, compact
1211                 vtime_x = vedit_x + 38; // concentric
1212                 vtime_y = vedit_y + 24; // vertical alignment
1213         } else {
1214                 buttons_h = vtimebar_h +
1215                         widget_border +
1216                         EditPanel::calculate_h(mwindow) +
1217                         widget_border;
1218                 vtransport_x = widget_border;
1219                 vtransport_y = mwindow->session->vwindow_h -
1220                         buttons_h +
1221                         vtimebar_h +
1222                         widget_border;
1223
1224                 vedit_x = vtransport_x + transport_w + widget_border;
1225                 vedit_y = vtransport_y;
1226
1227                 vdivision_x = vedit_x + edit_w + division_w;
1228                 vtime_x = vdivision_x + vtime_border;
1229                 vtime_y = vedit_y + widget_border - 7; // vertical height concentric at button height
1230         }
1231
1232         // vtimebar_x = vcanvas_x;
1233         // vtimebar_y = vcanvas_y + vcanvas_h;
1234         // vtimebar_w = vcanvas_w;
1235
1236         vcanvas_h = mwindow->session->vwindow_h - buttons_h;
1237         vtimebar_x = 0;
1238         vtimebar_y = vcanvas_y + vcanvas_h;
1239         vtimebar_w = vmeter_x - widget_border;
1240 }
1241
1242 void NEOPHYTETHEME::build_bg_data()
1243 {
1244         // Audio settings
1245         channel_position_data = new VFramePng(get_image_data("channel_position.png"));
1246         // Track bitmaps
1247         new_image("resource1024", "resource1024.png");
1248         new_image("resource512", "resource512.png");
1249         new_image("resource256", "resource256.png");
1250         new_image("resource128", "resource128.png");
1251         new_image("resource64", "resource64.png");
1252         new_image("resource32", "resource32.png");
1253         new_image("plugin_bg_data", "plugin_bg.png");
1254         new_image("title_bg_data", "title_bg.png");
1255         new_image("vtimebar_bg_data", "vwindow_timebar.png");
1256 }
1257
1258 void NEOPHYTETHEME::build_overlays()
1259 {
1260         keyframe_data = new VFramePng(get_image_data("keyframe3.png"));
1261         camerakeyframe_data = new VFramePng(get_image_data("camerakeyframe.png"));
1262         maskkeyframe_data = new VFramePng(get_image_data("maskkeyframe.png"));
1263         modekeyframe_data = new VFramePng(get_image_data("modekeyframe.png"));
1264         hardedge_data = new VFramePng(get_image_data("hardedge.png"));
1265         pankeyframe_data = new VFramePng(get_image_data("pankeyframe.png"));
1266         projectorkeyframe_data = new VFramePng(get_image_data("projectorkeyframe.png"));
1267 }
1268
1269 void NEOPHYTETHEME::draw_rwindow_bg(RecordGUI *gui)
1270 {
1271         // int y;
1272         // int margin = 50;
1273         // int margin2 = 80;
1274         // gui->draw_9segment(recordgui_batch_x - margin,
1275         //      0,
1276         //      mwindow->session->rwindow_w - recordgui_status_x + margin,
1277         //      recordgui_buttons_y,
1278         //      rgui_batch);
1279         // gui->draw_3segmenth(recordgui_options_x - margin2,
1280         //      recordgui_buttons_y - 5,
1281         //      mwindow->session->rwindow_w - recordgui_options_x + margin2,
1282         //      rgui_controls);
1283         // y = recordgui_buttons_y - 5 + rgui_controls->get_h();
1284         // gui->draw_9segment(0,
1285         //      y,
1286         //      mwindow->session->rwindow_w,
1287         //      mwindow->session->rwindow_h - y,
1288         //      rgui_list);
1289 }
1290
1291 void NEOPHYTETHEME::draw_rmonitor_bg(RecordMonitorGUI *gui)
1292 {
1293         // int margin = 45;
1294         // int panel_w = 300;
1295         // int x = rmonitor_meter_x - margin;
1296         // int w = mwindow->session->rmonitor_w - x;
1297         // if(w < rmonitor_meters->get_w()) w = rmonitor_meters->get_w();
1298         // gui->clear_box(0,
1299         //      0,
1300         //      mwindow->session->rmonitor_w,
1301         //      mwindow->session->rmonitor_h);
1302         // gui->draw_9segment(x,
1303         //      0,
1304         //      w,
1305         //      mwindow->session->rmonitor_h,
1306         //      rmonitor_meters);
1307 }
1308
1309 void NEOPHYTETHEME::draw_mwindow_bg(MWindowGUI *gui)
1310 {
1311         // Button bar
1312         gui->draw_3segmenth(mbuttons_x, mbuttons_y - 1,
1313                                                 gui->menu_w(), get_image("mbutton_bg"));
1314
1315         int pdw = get_image("panel_divider")->get_w();
1316         int x = mbuttons_x;
1317         x += 9 * get_image("play")->get_w();
1318         x += mtransport_margin;                                     // the control buttons
1319
1320         gui->draw_vframe(get_image("panel_divider"),
1321                                          x - toggle_margin / 2 - pdw / 2 + 2,
1322                                          mbuttons_y - 1);
1323         x += 2 * get_image("arrow")->get_w() + toggle_margin;       // the mode buttons
1324
1325         gui->draw_vframe(get_image("panel_divider"),
1326                                          x - toggle_margin / 2 - pdw / 2 + 2,
1327                                          mbuttons_y - 1);
1328
1329         x += 2 * get_image("autokeyframe")->get_w() + toggle_margin; // the state toggle buttons
1330         gui->draw_vframe(get_image("panel_divider"),
1331                                          x - toggle_margin / 2 - pdw / 2 + 2,
1332                                          mbuttons_y - 1);
1333         // Clock
1334         gui->draw_3segmenth(0,
1335                                                 mbuttons_y - 1 + get_image("mbutton_bg")->get_h(),
1336                                                 get_image("patchbay_bg")->get_w(),
1337                                                 get_image("clock_bg"));
1338         // Patchbay
1339         gui->draw_3segmentv(patchbay_x,
1340                                                 patchbay_y,
1341                                                 patchbay_h,
1342                                                 get_image("patchbay_bg"));
1343         // Track canvas
1344         gui->set_color(BLACK);
1345         gui->draw_box(mcanvas_x + get_image("patchbay_bg")->get_w(),
1346                                   mcanvas_y + mtimebar_h,
1347                                   mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
1348                                   mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ) - mtimebar_h);
1349         // Timebar
1350         gui->draw_3segmenth(mtimebar_x,
1351                                                 mtimebar_y,
1352                                                 mtimebar_w,
1353                                                 get_image("timebar_bg"));
1354         // Zoombar
1355         gui->set_color(BlackNineTwo);
1356         gui->draw_box(mzoom_x,
1357                                   mzoom_y,
1358                                   mwindow->session->mwindow_w,
1359                                   25);
1360         // Scrollbar filler
1361         // gui->draw_vframe(get_image("mscroll_filler"),
1362         //                  mcanvas_x + mcanvas_w - BC_ScrollBar::get_span(SCROLL_VERT),
1363         //                  mcanvas_y + mcanvas_h - BC_ScrollBar::get_span(SCROLL_HORIZ));
1364
1365         // Status
1366         gui->draw_3segmenth(mzoom_x,
1367                                                 mzoom_y,
1368                                                 mzoom_w,
1369                                                 get_image("statusbar"));
1370 }
1371
1372 void NEOPHYTETHEME::draw_cwindow_bg(CWindowGUI *gui)
1373 {
1374         gui->draw_3segmentv(0, 0, ccomposite_h, get_image("cpanel_bg"));
1375
1376         gui->draw_3segmenth(0, ccomposite_h, cstatus_x, get_image("cbuttons_left"));
1377
1378         if(mwindow->edl->session->cwindow_meter)
1379         {
1380                 gui->draw_3segmenth(cstatus_x,
1381                                                         ccomposite_h,
1382                                                         cmeter_x - widget_border - cstatus_x,
1383                                                         get_image("cbuttons_right"));
1384                 gui->draw_9segment(cmeter_x - widget_border,
1385                                                    0,
1386                                                    mwindow->session->cwindow_w - cmeter_x + widget_border,
1387                                                    mwindow->session->cwindow_h,
1388                                                    get_image("cmeter_bg"));
1389         } else {
1390                 gui->draw_3segmenth(cstatus_x,
1391                                                         ccomposite_h,
1392                                                         cmeter_x - widget_border - cstatus_x + 100,
1393                                                         get_image("cbuttons_right"));
1394         }
1395 }
1396
1397 void NEOPHYTETHEME::draw_vwindow_bg(VWindowGUI *gui)
1398 {
1399         gui->draw_3segmenth(0,
1400                                                 vcanvas_h,
1401                                                 vdivision_x,
1402                                                 get_image("vbuttons_left"));
1403         if(mwindow->edl->session->vwindow_meter)
1404         {
1405                 gui->draw_3segmenth(vdivision_x,
1406                                                         vcanvas_h,
1407                                                         vmeter_x - widget_border - vdivision_x,
1408                                                         get_image("vbuttons_right"));
1409                 gui->draw_9segment(vmeter_x - widget_border,
1410                                                    0,
1411                                                    mwindow->session->vwindow_w - vmeter_x + widget_border,
1412                                                    mwindow->session->vwindow_h,
1413                                                    get_image("cmeter_bg"));
1414         } else {
1415                 gui->draw_3segmenth(vdivision_x,
1416                                                         vcanvas_h,
1417                                                         vmeter_x - widget_border - vdivision_x + 100,
1418                                                         get_image("vbuttons_right"));
1419         }
1420
1421         // Clock deco
1422         gui->draw_3segmenth(
1423                 vtime_x - 5,  // -left, +right 
1424                 vtime_y + 0,  // -up, +down. Careful, move some of the buttons as well.
1425                 vtime_w + 10, // protruded l/r x*2
1426                 get_image("vclock"));
1427
1428 }
1429
1430 void NEOPHYTETHEME::draw_preferences_bg(PreferencesWindow *gui)
1431 {
1432         gui->draw_vframe(get_image("preferences_bg"), 0, 0);
1433 }
1434
1435 void NEOPHYTETHEME::draw_new_bg(NewWindow *gui)
1436 {
1437         gui->draw_vframe(get_image("new_bg"), 0, 0);
1438 }
1439
1440 void NEOPHYTETHEME::draw_setformat_bg(SetFormatWindow *gui)
1441 {
1442         gui->draw_vframe(get_image("setformat_bg"), 0, 0);
1443 }