Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_border.edc default_ibar.edc default_menu.edc default_pager.edc Log Message: optimise the other bits =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_border.edc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- default_border.edc 31 Mar 2005 14:04:08 -0000 1.10 +++ default_border.edc 1 Apr 2005 08:36:58 -0000 1.11 @@ -22,6 +22,9 @@ normal: "e17_mini_button_shadow2.png"; \ border: 8 8 8 8; \ } \ + fill { \ + smooth: 0; \ + } \ color: 255 255 255 255; \ } \ description { \ @@ -41,6 +44,9 @@ normal: "e17_mini_button_shadow2.png"; \ border: 8 8 8 8; \ } \ + fill { \ + smooth: 0; \ + } \ color: 255 255 255 0; \ } \ } \ @@ -64,6 +70,9 @@ normal: "e17_mini_button_shadow1.png"; \ border: 8 8 8 8; \ } \ + fill { \ + smooth: 0; \ + } \ color: 255 255 255 255; \ } \ description { \ @@ -83,6 +92,9 @@ normal: "e17_mini_button_shadow1.png"; \ border: 8 8 8 8; \ } \ + fill { \ + smooth: 0; \ + } \ color: 255 255 255 0; \ } \ } \ @@ -284,6 +296,9 @@ normal: "e17_border1.png"; border: 6 2 3 3; } + fill { + smooth: 0; + } } } part { @@ -306,6 +321,9 @@ normal: "e17_border2.png"; border: 2 2 3 3; } + fill { + smooth: 0; + } } } part { @@ -327,6 +345,9 @@ normal: "e17_border3.png"; border: 3 6 3 3; } + fill { + smooth: 0; + } } } part { @@ -368,6 +389,9 @@ image { normal: "e17_border5.png"; } + fill { + smooth: 0; + } } } part { @@ -409,6 +433,9 @@ image { normal: "e17_border7.png"; } + fill { + smooth: 0; + } } } part { @@ -510,6 +537,9 @@ normal: "e17_titlebar_shadow2.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 0; } description { @@ -529,6 +559,9 @@ normal: "e17_titlebar_shadow2.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 255; } } @@ -552,6 +585,9 @@ normal: "e17_titlebar_shadow1.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 0; } description { @@ -571,6 +607,9 @@ normal: "e17_titlebar_shadow1.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 255; } } @@ -686,6 +725,9 @@ normal: "e17_titlebar_glint1.png"; border: 5 0 5 0; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -718,6 +760,9 @@ normal: "e17_titlebar_glint2.png"; border: 0 0 5 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -794,6 +839,9 @@ normal: "e17_titlebar_glint3.png"; border: 0 5 0 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_ibar.edc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- default_ibar.edc 18 Mar 2005 04:23:36 -0000 1.6 +++ default_ibar.edc 1 Apr 2005 08:36:58 -0000 1.7 @@ -94,6 +94,7 @@ image { normal: "e17_ibar_over_h.png"; border: 13 13 13 13; + middle: 0; } fill { smooth: 0; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_menu.edc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- default_menu.edc 31 Mar 2005 14:04:10 -0000 1.7 +++ default_menu.edc 1 Apr 2005 08:36:59 -0000 1.8 @@ -115,6 +115,9 @@ normal: "e17_menu_separator.png"; border: 3 3 0 0; } + fill { + smooth: 0; + } } } } @@ -450,6 +453,9 @@ normal: "e17_titlebar_shadow2.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 0; } description { @@ -469,6 +475,9 @@ normal: "e17_titlebar_shadow2.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 255; } } @@ -492,6 +501,9 @@ normal: "e17_titlebar_shadow1.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 0; } description { @@ -511,6 +523,9 @@ normal: "e17_titlebar_shadow1.png"; border: 8 8 8 8; } + fill { + smooth: 0; + } color: 255 255 255 255; } } @@ -623,6 +638,9 @@ normal: "e17_titlebar_glint1.png"; border: 5 0 5 0; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -655,6 +673,9 @@ normal: "e17_titlebar_glint2.png"; border: 0 0 5 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -731,6 +752,9 @@ normal: "e17_titlebar_glint3.png"; border: 0 5 0 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_pager.edc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- default_pager.edc 18 Mar 2005 16:50:03 -0000 1.13 +++ default_pager.edc 1 Apr 2005 08:36:59 -0000 1.14 @@ -50,6 +50,7 @@ image { normal: "e17_ibar_over_h.png"; border: 13 13 13 13; + middle: 0; } fill { smooth: 0; @@ -120,6 +121,10 @@ image { normal: "e17_pager_desk.png"; border: 2 2 2 2; + middle: 0; + } + fill { + smooth: 0; } color: 255 255 255 64; } @@ -185,6 +190,9 @@ normal: "e17_titlebar_glint1.png"; border: 5 0 5 0; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -217,6 +225,9 @@ normal: "e17_titlebar_glint2.png"; border: 0 0 5 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; @@ -293,6 +304,9 @@ normal: "e17_titlebar_glint3.png"; border: 0 5 0 5; } + fill { + smooth: 0; + } } description { state: "active" 0.0; ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs