diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,7 @@ Features: | |||
32 | * genlist: Implemented item_select_on_focus feature. | 32 | * genlist: Implemented item_select_on_focus feature. |
33 | * gengrid: Implemented item_select_on_focus feature. | 33 | * gengrid: Implemented item_select_on_focus feature. |
34 | * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. | 34 | * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. |
35 | * focus: Change new API names related to focus auto scrolling. | ||
35 | 36 | ||
36 | Fixes: | 37 | Fixes: |
37 | 38 | ||
@@ -103,6 +104,8 @@ Fixes: | |||
103 | * ctxpopup bg theme should block all mouse events, not just left button | 104 | * ctxpopup bg theme should block all mouse events, not just left button |
104 | * ctxpopup should not blindly show arrows when they are not wanted by the theme | 105 | * ctxpopup should not blindly show arrows when they are not wanted by the theme |
105 | * gengrid: frame variable should be used for position changes. | 106 | * gengrid: frame variable should be used for position changes. |
107 | * widgets - propagate current parent orientation to sub object. | ||
108 | * elm_map: Fix to support customized style for elm_map | ||
106 | 109 | ||
107 | 110 | ||
108 | Changes since Elementary 1.8.0: | 111 | Changes since Elementary 1.8.0: |