summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-08-04 11:21:21 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-08-04 11:21:21 +0200
commitc88fa28b8edb38e9a7f80b883bfbff7fcbd7fc60 (patch)
tree61df07c06eb5ed5f747d6acde893183482861692 /NEWS
parent8cac65ec7e0e8cc8feb11b8e5ac6e0340ee8511a (diff)
downloadelementary-c88fa28b8edb38e9a7f80b883bfbff7fcbd7fc60.tar.gz
release: Update NEWS and bump version for 1.15.0 releasev1.15.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c80060d73..c54b40311 100644
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,18 @@ Fixes:
* elm_gengrid: Fix condition error.
* Elm_Prefs: use Evil API
* elm_gengrid: fix missing variable initialization.
+ * multibuttonentry: delete clicked signal preventing code when mbe shrinked.
+ * entry: few times the hit_rect is not clipped properly during genlist scrolling, with entry as content.
+ * multibuttonentry: fix bug with uneditable MBE use case.
+ * multibuttonentry: update end text(item count) even mbe shrinked.
+ * Colorselector: fix wrong object for callback call function
+ * multibuttonentry: internal label object status, box pack, unpack logic clean up.
+ * interface_scrollable: don't use integer abs on floating point
+ * interface_scrollable: convert to int before using abs first
+ * elm: simulate the clicked event over the object only.
+ * hoversel: use elm_object_focus_set to set focus on subobjects.
+ * colorselector: fixed up the selected process
+ * popup: fix resize issue when action area and title area is absent. (T2623)
Changes since 1.13.0:
---------------------