Elm glayer: Cleaned elm_gesture_layer.c.
[framework/uifw/elementary.git] / config / standard / base.src
index 4df5eda..78c7d75 100644 (file)
@@ -1,22 +1,57 @@
 group "Elm_Config" struct {
-  value "engine" int: 0;
-  value "thumbscroll_enable" int: 1;
-  value "thumbscroll_threshhold" int: 4;
-  value "thumbscroll_momentum_threshhold" double: 100.0;
+  value "config_version" int: 65539;
+  value "engine" string: "software_x11";
+  value "vsync" uchar: 0;
+  value "thumbscroll_enable" uchar: 0;
+  value "thumbscroll_threshold" int: 4;
+  value "thumbscroll_momentum_threshold" double: 100.0;
   value "thumbscroll_friction" double: 1.0;
   value "thumbscroll_bounce_friction" double: 0.5;
+  value "thumbscroll_bounce_enable" uchar: 0;
   value "page_scroll_friction" double: 0.5;
   value "bring_in_scroll_friction" double: 0.5;
   value "zoom_friction" double: 0.5;
-  value "thumbscroll_bounce_enable" int: 1;
+  value "thumbscroll_border_friction" double: 0.5;
+  value "thumbscroll_sensitivity_friction" double: 0.25;
+  value "scroll_smooth_amount" double: 0.0;
+  value "scroll_smooth_history_weight" double: 0.3;
+  value "scroll_smooth_future_time" double: 0.0;
+  value "scroll_smooth_time_window" double: 0.2;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
   value "font_hinting" int: 2;
+  value "cache_flush_poll_interval" int: 512;
+  value "cache_flush_enable" uchar: 1;
   value "image_cache" int: 4096;
   value "font_cache" int: 512;
+  value "edje_cache" int: 32;
+  value "edje_collection_cache" int: 64;
   value "finger_size" int: 5;
   value "fps" double: 60.0;
-  value "theme" string: "default";
+  value "theme" string: "default-desktop";
   value "modules" string: "";
+  value "tooltip_delay" double: 1.0;
+  value "cursor_engine_only" uchar: 1;
+  value "focus_highlight_enable" uchar: 0;
+  value "focus_highlight_animate" uchar: 0;
+  value "toolbar_shrink_mode" int: 3;
+  value "fileselector_expand_enable" uchar: 1;
+  value "inwin_dialogs_enable" uchar: 0;
+  value "icon_size" int: 32;
+  value "longpress_timeout" double: 1.0;
+  value "effect_enable" uchar: 1;
+  value "desktop_entry" uchar: 1;
+  value "password_show_last" uchar: 0;
+  value "password_show_last_timeout" double: 2.0;
+  value "glayer_zoom_finger_factor" double: 1.0;
+  value "glayer_zoom_wheel_factor" double: 0.05;
+  value "glayer_zoom_distance_tolerance" double: 1.0;
+  value "glayer_rotate_angular_tolerance" double: 0.034906585;
+  value "glayer_line_min_length" double: 1.0;
+  value "glayer_line_distance_tolerance" double: 3.0;
+  value "glayer_line_angular_tolerance" double: 0.34906585; /* Represents 20 DEG */
+  value "glayer_flick_time_limit_ms" uint: 60; /* 60 ms to finish flick */
+  value "glayer_long_tap_start_timeout" double: 1.2; /* 1.2 sec to start long-tap */
+  value "glayer_continues_enable" uchar: 1;          /* Continues gesture enabled */
 }