igor's ru.po, update msg.txt, get_cursor_over_window tweaks
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.h
index d5c9a069f83ebaeccf797c09e0d778e2ef49d0af..e22327fe35613a875222fd1d0b05ec3306fe1c8b 100644 (file)
@@ -195,6 +195,7 @@ public:
        VFrame **filebox_descend_images;
        VFrame **filebox_delete_images;
        VFrame **filebox_reload_images;
+       VFrame **filebox_szfmt_images;
 
 // Generic button images
        VFrame **generic_button_images;
@@ -304,7 +305,6 @@ public:
        int directory_color;
        int file_color;
        double font_scale, icon_scale;
-
 // fonts
        static const char *small_font, *small_font2;
        static const char *medium_font, *medium_font2;
@@ -360,7 +360,9 @@ public:
        static size_t encode(const char *from_enc, const char *to_enc,
                char *input, int input_length, char *output, int output_length);
        static int find_font_by_char(FT_ULong char_code, char *path_new, const FT_Face oldface);
+       static int font_debug;
        static void dump_fonts(FILE *fp = stdout);
+       static void dump_font_entry(FILE *fp, const char *cp,  BC_FontEntry *ep);
 
        static void new_vframes(int n, VFrame *vframes[], ...);
        static void del_vframes(VFrame *vframes[], int n);
@@ -387,6 +389,7 @@ public:
        static VFrame *default_filebox_rename_images[3];
        static VFrame *default_filebox_delete_images[3];
        static VFrame *default_filebox_reload_images[3];
+       static VFrame *default_filebox_szfmt_images[12];
        static VFrame *default_listbox_button[4];
        static VFrame *default_listbox_bg;
        static VFrame *default_listbox_expand[5];
@@ -413,7 +416,8 @@ public:
        int use_xvideo;
 // Seems to help if only 1 window is created at a time.
        Mutex *create_window_lock;
-
+// size raw, 1000, 1024, thou
+       int filebox_size_format;
 private:
 // Test for availability of shared memory pixmaps
        void init_shm(BC_WindowBase *window);