diff options
author | Thiep Ha <thiepha@gmail.com> | 2013-06-22 12:29:28 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-06-22 12:30:50 +0900 |
commit | 7767751c883f70e39da5233fff74b9e51574abb2 (patch) | |
tree | ceffda1551e9c5947495025a5fb63f0279a4749e /NEWS | |
parent | 7c65f576df5e67a616e939371d8dda661ae7d7f0 (diff) |
[Edje_Entry] Move cursor to correct position when selection handlers are pressed.
+ Main cursor should be moved to selection start or selection end
cursor's position when selection handlers are pressed.
+ Fix my mistake in signal emit for end handler mouse down event.
Conflicts:
ChangeLog
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ Improvements: | |||
191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. | 191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. |
192 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box and Evas_Object_Table. | 192 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box and Evas_Object_Table. |
193 | * evas: optimized path for when map use the same color for all corner. | 193 | * evas: optimized path for when map use the same color for all corner. |
194 | * Edje entry: Move cursor to correct position when selection handlers are pressed. | ||
194 | 195 | ||
195 | Fixes: | 196 | Fixes: |
196 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect | 197 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect |