elm ChangeLog/NEWS: updated ChangeLog and NEWS.
authorDaniel Juyung Seo <seojuyung@gmail.com>
Mon, 4 Mar 2013 15:01:31 +0000 (00:01 +0900)
committerDaniel Juyung Seo <seojuyung@gmail.com>
Mon, 4 Mar 2013 15:01:31 +0000 (00:01 +0900)
legacy/elementary/ChangeLog
legacy/elementary/NEWS

index a51b34e..3972e76 100644 (file)
         * 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.
 
+2013-03-02  Brian J. Lovin
+
+        * Fix initial value of the spinner on the first mouse move.
+
 2013-03-04  Jaeun Choi
 
         * Fix elm_index to send a signal to the selected item in smart theme.
 2013-03-04  WooHyun Jung
 
         * Focus highlight should not be showed on (0, 0).
+
+2013-03-04  Junki Cho
+
+        * Improved gengrid item append performance.
index 6dfccc2..fbb286d 100644 (file)
@@ -76,6 +76,7 @@ Improvements:
    * 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..).
    * Improve support on 64bits system.
+   * Improve gengrid item append performance.
 
 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 1byte invalid read & do memset, rewind if needed.
    * 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.
    * Focus highlight should not be shown on (0 ,0).