Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/macros


Modified Files:
        paned.edc scrollbar.edc 


Log Message:
* [Etk_Image] Add etk_image_size_get(), etk_image_set_from_stock() and clean 
the internal code
* [Etk_Slider] Fix the behavior of the drag part
* [Etk_Scrollbar] Fix the behavior of the drag part
* [Etk_Entry] Modify the theme of the foxused entry
* [Etk_Tree] The tree now uses "col models" to make it more generic. You can 
also now load images or icons from an edje file. This breaks the API a bit!
* [Default theme] Use "smooth: 0" more often which improves a lot the resize 
perfs
* [Etk_Filechooser] Enable it since it's now useable. Still needs some work 
though


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/macros/paned.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- paned.edc   28 Oct 2005 14:06:25 -0000      1.1
+++ paned.edc   4 Dec 2005 14:54:55 -0000       1.2
@@ -19,6 +19,9 @@
       image { \
          normal: "glow_arrow_"dir".png"; \
       } \
+      fill { \
+         smooth: 0; \
+      } \
    } \
    description { \
       state: "visible" 0.0; \
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/macros/scrollbar.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- scrollbar.edc       20 Nov 2005 10:33:28 -0000      1.4
+++ scrollbar.edc       4 Dec 2005 14:54:56 -0000       1.5
@@ -26,6 +26,9 @@
          normal: image_up; \
          border: 5 5 5 5; \
       } \
+      fill { \
+         smooth: 0; \
+      } \
    } \
    description { \
       state: "down" 0.0; \
@@ -53,6 +56,9 @@
       image { \
          normal: image_thumb; \
       } \
+      fill { \
+         smooth: 0; \
+      } \
    } \
 }
 
@@ -88,6 +94,9 @@
       image { \
          normal: image_up; \
       } \
+      fill { \
+         smooth: 0; \
+      } \
    } \
    description { \
       state: "down" 0.0; \




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to