summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-11-09 11:08:34 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2015-11-09 11:08:34 +0100
commitdb3eba449066ce4c1455d2aba0114590b12190e4 (patch)
tree35cb5b98060c59dd302b8e8cbab440ae18ca64fe /NEWS
parentcacb788d3a781139cfc33146f3e40b5e6369dfcc (diff)
downloadelementary-db3eba449066ce4c1455d2aba0114590b12190e4.tar.gz
release: Update NEWS and bump version for 1.16.0 releasev1.16.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f469b944..24555b2db 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ Features:
* atspi: support org.a11y.atspi.Collection interface
* atspi: add new relationship append/remove/clear API
* elm run - be explicit about elm run not nesting in docs
+ * gengrid : add all_contents_unset API in gengrid for reusing contents.
Fixes:
@@ -124,6 +125,14 @@ Fixes:
* elm_cnp: DnD/X11: correct drag window position in rotation
* dayselector: fix warning related to argument type
* multibuttonentry: fix label packed many times in internal box.
+ * win: reemit atspi "focused" event on bridge connection
+ * multibuttonentry: when item is clicked/selected, select function not called issue fix.
+ * widget: update child_can_focus flag on focusability change
+ * colorselector: picker spinner UI not proper issue fix. (T2401)
+ * autoscroll focus: pass the object region position relative to the scroller. (T1686)
+ * elm_segment_control: fix invalid parameter
+ * atspi: add missing SELECTED changed signals
+ * win : Prohibiting auto-rendering, until elm_win is shown.
Changes since 1.14.0:
---------------------