fb688fa3b15ce1161817a1000ceec4e00ee64564
[framework/uifw/elementary.git] / config / illume / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65539;
3   value "engine" string: "software_x11";
4   value "vsync" uchar: 0;
5   value "thumbscroll_enable" uchar: 1;
6   value "thumbscroll_threshold" int: 24;
7   value "thumbscroll_momentum_threshold" double: 100.0;
8   value "thumbscroll_friction" double: 1.0;
9   value "thumbscroll_bounce_friction" double: 0.5;
10   value "thumbscroll_bounce_enable" uchar: 1;
11   value "page_scroll_friction" double: 0.5;
12   value "bring_in_scroll_friction" double: 0.5;
13   value "zoom_friction" double: 0.5;
14   value "thumbscroll_border_friction" double: 0.5;
15   value "thumbscroll_sensitivity_friction" double: 0.25;
16 <<<<<<< HEAD
17   value "scroll_smooth_time_interval" double: 0.008;
18 =======
19 >>>>>>> remotes/origin/upstream
20   value "scroll_smooth_amount" double: 1.0;
21   value "scroll_smooth_history_weight" double: 0.3;
22   value "scroll_smooth_future_time" double: 0.0;
23   value "scroll_smooth_time_window" double: 0.2;
24   value "scale" double: 1.0;
25   value "bgpixmap" int: 0;
26   value "compositing" int: 1;
27   value "font_hinting" int: 2;
28   value "cache_flush_poll_interval" int: 512;
29   value "cache_flush_enable" uchar: 1;
30   value "image_cache" int: 4096;
31   value "font_cache" int: 512;
32   value "edje_cache" int: 32;
33   value "edje_collection_cache" int: 64;
34   value "finger_size" int: 40;
35   value "fps" double: 60.0;
36   value "theme" string: "default";
37 <<<<<<< HEAD
38   value "modules" string: "";
39 =======
40   value "modules" string: "datetime_input_ctxpopup>datetime/api";
41 >>>>>>> remotes/origin/upstream
42   value "tooltip_delay" double: 1.0;
43   value "cursor_engine_only" uchar: 1;
44   value "focus_highlight_enable" uchar: 0;
45   value "focus_highlight_animate" uchar: 0;
46   value "toolbar_shrink_mode" int: 3;
47   value "fileselector_expand_enable" uchar: 0;
48   value "inwin_dialogs_enable" uchar: 1;
49   value "icon_size" int: 32;
50   value "longpress_timeout" double: 1.0;
51   value "effect_enable" uchar: 1;
52   value "desktop_entry" uchar: 0;
53   value "password_show_last" uchar: 1;
54   value "password_show_last_timeout" double: 2.0;
55   value "glayer_zoom_finger_enable" uchar: 1;
56   value "glayer_zoom_finger_factor" double: 1.0;
57   value "glayer_zoom_wheel_factor" double: 0.05;
58   value "glayer_zoom_distance_tolerance" double: 1.0;
59   value "glayer_rotate_finger_enable" uchar: 1;
60   value "glayer_rotate_angular_tolerance" double: 2.0;
61   value "glayer_line_min_length" double: 1.0;
62   value "glayer_line_distance_tolerance" double: 3.0;
63   value "glayer_line_angular_tolerance" double: 20.0
64   value "glayer_flick_time_limit_ms" uint: 100; /* ms to finish flick */
65   value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
66   value "glayer_continues_enable" uchar: 1;          /* Continues gesture enabled */
67 <<<<<<< HEAD
68 =======
69   value "week_start" int: 1;
70   value "weekend_start" int: 6;
71   value "weekend_len" int: 2;
72 >>>>>>> remotes/origin/upstream
73 }