elm ChangeLog/NEWS: updated ChangeLog and NEWS.

This commit is contained in:
Daniel Juyung Seo 2013-03-05 00:01:31 +09:00
parent 8d1effeb20
commit 72115e718a
2 changed files with 10 additions and 0 deletions

View File

@ -1081,6 +1081,10 @@
* Fix the standard of scrollbar-calculation from the scroller's x to pan's x. * Fix the standard of scrollbar-calculation from the scroller's x to pan's x.
The scrollbar have to sync with pan. if not, the scrollbar doesn't move even if the position of content moves. The scrollbar have to sync with pan. if not, the scrollbar doesn't move even if the position of content moves.
2013-03-02 Brian J. Lovin
* Fix initial value of the spinner on the first mouse move.
2013-03-04 Jaeun Choi 2013-03-04 Jaeun Choi
* Fix elm_index to send a signal to the selected item in smart theme. * Fix elm_index to send a signal to the selected item in smart theme.
@ -1088,3 +1092,7 @@
2013-03-04 WooHyun Jung 2013-03-04 WooHyun Jung
* Focus highlight should not be showed on (0, 0). * Focus highlight should not be showed on (0, 0).
2013-03-04 Junki Cho
* Improved gengrid item append performance.

View File

@ -76,6 +76,7 @@ Improvements:
* Improve naviframe to not apply items' style multiple times when theme/styles are changed. * Improve naviframe to not apply items' style multiple times when theme/styles are changed.
* Don't handle the resize objects in widget infrastructure. Actually resize objects are sub objects so we don't need to care them separately. This causes overhead in some cases(ie, theme change..). * Don't handle the resize objects in widget infrastructure. Actually resize objects are sub objects so we don't need to care them separately. This causes overhead in some cases(ie, theme change..).
* Improve support on 64bits system. * Improve support on 64bits system.
* Improve gengrid item append performance.
Fixes: Fixes:
@ -164,6 +165,7 @@ Fixes:
* Fix scroller acceleration bug. It was accelerated even it's scrolled after finishing the previous scroll. This happens with page scroll enabled. * Fix scroller acceleration bug. It was accelerated even it's scrolled after finishing the previous scroll. This happens with page scroll enabled.
* Fix 1byte invalid read & do memset, rewind if needed. * Fix 1byte invalid read & do memset, rewind if needed.
* Fix the standard of scrollbar-calculation from the scroller's x to pan's x. * Fix the standard of scrollbar-calculation from the scroller's x to pan's x.
* Fix initial value of the spinner on the first mouse move.
* Fix elm_index to send a signal to the selected item in smart theme. * Fix elm_index to send a signal to the selected item in smart theme.
* Focus highlight should not be shown on (0 ,0). * Focus highlight should not be shown on (0 ,0).