Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default/widgets


Modified Files:
        combobox.edc menu.edc toggle_button.edc windows.edc 


Log Message:
Lib:
----
* [Tree2] More work and some fixes
* [Widget] Add etk_widget_padding_set()
* Various fixes

Engine:
-------
* [FB engine] Fb engine now supports mouse pointers, window's titles, 
borderless window, + a lot of fixes

Theme:
------
* The widget theme has been separated from the WM theme (the WM theme is 
used by the FB engine)


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/combobox.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- combobox.edc        7 Jan 2007 21:49:57 -0000       1.12
+++ combobox.edc        12 Jan 2007 02:20:49 -0000      1.13
@@ -52,9 +52,6 @@
                normal: "button_down.png";
                border: 8 8 8 8;
             }
-            fill {
-               smooth: 0;
-            }
          }
          description {
             state: "down" 0.0;
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/menu.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- menu.edc    6 Oct 2006 17:04:13 -0000       1.11
+++ menu.edc    12 Jan 2007 02:20:49 -0000      1.12
@@ -199,7 +199,6 @@
          description {
             state: "default" 0.0;
             visible: 0;
-            color: 255 255 255 255;
             rel1 {
                relative: 1.0 0.0;
                offset: 0 0;
@@ -222,7 +221,6 @@
             state: "active" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            color: 255 255 255 255;
          }
       }
       part {
@@ -231,7 +229,6 @@
          description {
             state: "default" 0.0;
             visible: 0;
-            color: 255 255 255 255;
             rel1 {
                relative: 1.0 0.0;
                offset: 0 0;
@@ -254,7 +251,6 @@
             state: "active" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            color: 255 255 255 255;
          }
       }
       part {
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/toggle_button.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- toggle_button.edc   7 Jan 2007 21:49:57 -0000       1.12
+++ toggle_button.edc   12 Jan 2007 02:20:49 -0000      1.13
@@ -71,11 +71,11 @@
             state: "down" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 9 9;
+               offset: 9 8;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -8 -8;
+               offset: -8 -7;
             }
          }
       }
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/windows.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- windows.edc 6 Oct 2006 17:04:13 -0000       1.9
+++ windows.edc 12 Jan 2007 02:20:49 -0000      1.10
@@ -9,7 +9,7 @@
          type: RECT;
          description {
             state: "default" 0.0;
-            color: 231 231 231 255;
+            color: 226 226 226 255;
             rel1 {
                relative: 0 0;
                offset: 1 1;
@@ -57,7 +57,7 @@
          type: RECT;
          description {
             state: "default" 0.0;
-            color: 231 231 231 255;
+            color: 226 226 226 255;
             rel1 {
                relative: 0 0;
                offset: 1 1;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to