summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2015-01-23 00:21:31 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2015-01-23 00:21:31 +0900
commit13e6cf068bd084c112946dc178a1bdac99700018 (patch)
treeffacfd3d3cc2efaf0a1b19f7f86f02f0a1cd4b67
parent30a6ad33d012d4e4b2aa2140528292f6f7291405 (diff)
downloadelementary-13e6cf068bd084c112946dc178a1bdac99700018.tar.gz
NEWS: Clean up news file before release.v1.12.3
-rw-r--r--NEWS41
1 files changed, 23 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index fbf94897e..c9593d59e 100644
--- a/NEWS
+++ b/NEWS
@@ -7,26 +7,31 @@ Changes since 1.12.2:
Fixes:
+ [Widgets]
+ * box: Box layout should not silently fail when size is less than min size hint
+ * colorselector: Fix not intended duplication
+ * colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode
+ * colorselector: Fix to get proper min size with picker only mode
+ * colorselector: Fix memory leak in _color_bars_add
+ * diskselector.c: Change idle enterer add condition.
+ * entry: Fix dropped text data insertion
+ * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance.
* genlist: Fix genlist crash issue when clearing genlist on item focus callback.
- * test_external.edc: pulse value have to be true for put in pulsing mode.
+ * genlist: Ignore no-select items when moving with the keyboard
+ * image: Fix an unclipped issue about image bigger than object size
+ * image: Fix to have exact size using elm_image_fill_outside_set()
+ * popup: Fix misprint in popup style alias name in theme
+ * segment_control: Fix elm_object_item_text_set bug.
+ * toolbar: Fix memory leak in _elm_toolbar_nearest_visible_item_get
+ * transit: Fix to support zoom rate zero.
* win: Fix wrong return value of window theme apply.
- * elm/image: Fix an unclipped issue about image bigger than object size
- * elm_colorselector: fix not intended duplication
- * elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode
- * add clipper for gadget popup shine
- * genlist should ignore no-select items when moving with the keyboard
- * elm_toolbar: fix memory leak in _elm_toolbar_nearest_visible_item_get
- * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance.
- * elm_colorselector: Fixed to get proper min size with picker only mode
- * test_gengrid.c: Fixed Item_Data array size for prevent buffer overflow.
- * elm_diskselector.c: idle enterer add condition changed.
- * elm_segment_control: Fix elm_object_item_text_set bug.
- * colorselector: memory leak fix in _color_bars_add
- * theme: fix misprint in popup style alias name
- * elm_image: Fixed to have exact size using elm_image_fill_outside_set()
- * box layout should not silently fail when size is less than min size hint
- * elm_transit: Fix to support zoom rate zero.
- * Elm_Entry: Fix dropped text data insertion
+
+ [Samples]
+ * test_external.edc: Pulse value have to be true for put in pulsing mode.
+ * test_gengrid.c: Fix Item_Data array size for prevent buffer overflow.
+
+ [E Theme]
+ * gadman: Add clipper for gadget popup shine
Changes since 1.12.1:
---------------------