summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-05-26 11:48:53 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-05-26 12:27:28 +0200
commit919d5c050767417e22f86603aa553c5528d3fe2a (patch)
tree54911715b579137573a244475b826e070ca6a9a1 /NEWS
parent74f9704672f7af4c69147cbca5da089f4a56a80d (diff)
downloadelementary-919d5c050767417e22f86603aa553c5528d3fe2a.tar.gz
release: v1.10.0v1.10.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 931a2c644..b673c5fbf 100644
--- a/NEWS
+++ b/NEWS
@@ -106,6 +106,18 @@ Fixes:
* gengrid: frame variable should be used for position changes.
* widgets - propagate current parent orientation to sub object.
* elm_map: Fix to support customized style for elm_map
+ * entry: Fix a test case for editable, non-editable entry.
+ * layout: remove sizing_eval call when layout is already destructed. @fix
+ * elm_map: Fix to show and bring in a correct region after zooming
+ * gengrid : Fix the issue to skip disable item in item select
+ * entry: Enable context menu with mosue down even if the entry is not editable in some case.
+ * hoversel: item-loop should happen on UP/DOWN Key in case of vertical hoversel and on LEFT/RIGHT Key in case of horizontal hoversel.
+ * fix visiblity of entry cursor when selections exist (T1229)
+ * elm_map: Fix to calculate map size not to be smaller than viewport size
+ * [Fileselector] Fix double-call of callback function on clicking "Enter" key.
+ * fix 0 size focus region (T1205)
+ * Correctly emit the scroll signal when scrolling an entry @fix T1274.
+ * entry: update selection handlers' visibility when entry is hidden or shown (T1175)
Changes since Elementary 1.8.0: