Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/doc Modified Files: etk.css foot.html head.html Log Message: Changes: -------- - [Etk_Colorpicker] more work in the colorpicker - [Etk_Menu_Item] etk_menu_item_set_from_stock() now sets the label of a menu item, and if the item is a Etk_Menu_Item_Image, it changes its icon. - [Etk_Message_Dialog] fix a segv in Etk_Message_Dialog - [Etk_Message_Dialog] *API BREAK* etk_message_dialog_icon_set/get() --> etk_message_dialog_message_type_set/get() - [Etk_Message_Dialog] *API BREAK* the property "dialog_type" --> "message_type" - [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes the title of the message dialog - [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes the title of the message dialog - [Etk_Notebook] *API BREAK* etk_notebook_page_num_get() --> etk_notebook_page_index_get() - [Etk_Notebook] *API BREAK* etk_notebook_prev/next_page() --> etk_notebook_page_prev/next() - [Etk_Widget] fix a segv with the "unrealize" signal - [Automake] The theme is now automatically recompiled each time an .edc file is modified Documentation: -------------- - Etk_Menu_Item.c/h - Etk_Message_Dialog.c/h - Etk_Notebook.c/h =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/etk.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk.css 12 May 2006 19:13:38 -0000 1.2 +++ etk.css 25 May 2006 21:06:59 -0000 1.3 @@ -1,5 +1,5 @@ BODY { - background : url("bg.jpg"); + background : url("nav/bg.jpg"); background-repeat : repeat-x; background-position : top left; background-color : #b2a5b0; @@ -11,19 +11,19 @@ margin-left: 20px; } -td.bx1[class] { background-image:url("nav_tlf.png"); } -td.bx2[class] { background-image:url("nav_top.png"); } -td.bx3[class] { background-image:url("nav_trt.png"); } -td.bx4[class] { background-image:url("nav_lef.png"); } +td.bx1[class] { background-image:url("nav/nav_tlf.png"); } +td.bx2[class] { background-image:url("nav/nav_top.png"); } +td.bx3[class] { background-image:url("nav/nav_trt.png"); } +td.bx4[class] { background-image:url("nav/nav_lef.png"); } td.bx5 { background : #fff; text-align : left; vertical-align : middle; } -td.bx6[class] { background-image:url("nav_rig.png"); } -td.bx7[class] { background-image:url("nav_blf.png"); } -td.bx8[class] { background-image:url("nav_bot.png"); } -td.bx9[class] { background-image:url("nav_brt.png"); } +td.bx6[class] { background-image:url("nav/nav_rig.png"); } +td.bx7[class] { background-image:url("nav/nav_blf.png"); } +td.bx8[class] { background-image:url("nav/nav_bot.png"); } +td.bx9[class] { background-image:url("nav/nav_brt.png"); } BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { font-family: Geneva, Arial, Helvetica, sans-serif; @@ -130,7 +130,7 @@ font-size: 80%; } TD.mdname1 { background-color: #F4F4F4; font-weight: bold; color: #602020; } -TD.mdname { background-color: #F4F4F4; font-weight: bold; color: #602020; width: 600px; } +TD.mdname { background-color: #F4F4F4; font-weight: bold; color: #602020; } DIV.groupHeader { margin-left: 16px; margin-top: 12px; @@ -180,6 +180,7 @@ .mdTable { border: 1px solid #868686; background-color: #F4F4F4; + width: 100%; } .mdRow { padding: 8px 10px; =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/foot.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- foot.html 12 May 2006 19:13:38 -0000 1.2 +++ foot.html 25 May 2006 21:06:59 -0000 1.3 @@ -1,9 +1,9 @@ </td> -<td class="bx6" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx6" height="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr><tr> -<td class="bx7"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx8" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx9"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx7"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx8" width="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx9"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr> </table> </center></td></tr></table> =================================================================== RCS file: /cvs/e/e17/proto/etk/doc/head.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- head.html 12 May 2006 19:13:38 -0000 1.2 +++ head.html 25 May 2006 21:06:59 -0000 1.3 @@ -11,40 +11,40 @@ <tr><td class="nav"><center> <table border=0 cellpadding=0 cellspacing=0> <tr> -<td class="bx1"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx2" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx3"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx1"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx2" width="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx3"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr><tr> -<td class="bx4" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx4" height="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> <td class="bx5" height="*"> <center> <table border=0 cellpadding=0 cellspacing=0> <tr><td><table class="menu"><tr> - <td width=16><img src="etk_mini.png" width=16 height=16 alt="Etk" border=0></td> + <td width=16><img src="nav/etk_mini.png" width=16 height=16 alt="Etk" border=0></td> <td width="*" align=center><table class='menu2'><tr> - <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_img'><img src='nav/item.png' width=10 height=10 alt='' border=0></td> <td class='nav_text'><a class="qindex" href='index.html'>Main Page</a></td> - <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_img'><img src='nav/item.png' width=10 height=10 alt='' border=0></td> <td class='nav_text'><a class="qindex" href='modules.html'>Widgets</a></td> - <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_img'><img src='nav/item.png' width=10 height=10 alt='' border=0></td> <td class='nav_text'><a class="qindex" href='annotated.html'>Data Structures</a></td> - <td class='nav_img'><img src='item.png' width=10 height=10 alt='' border=0></td> + <td class='nav_img'><img src='nav/item.png' width=10 height=10 alt='' border=0></td> <td class='nav_text'><a class="qindex" href='classes.html'>Index</a></td> </tr></table></td> - <td width=16><img src="etk_mini.png" width=16 height=16 alt="Etk" border=0></td> + <td width=16><img src="nav/etk_mini.png" width=16 height=16 alt="Etk" border=0></td> </tr></table></td></tr> </table> </center> </td> -<td class="bx6" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx6" height="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr><tr> -<td class="bx7"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx8" width="*"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx9"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx7"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx8" width="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx9"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr> </table> </center></td></tr> @@ -54,10 +54,10 @@ <tr><td class="nav"><center> <table border=0 cellpadding=0 cellspacing=0 width=100%> <tr> -<td class="bx1"><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx2" width=100%><img src="blank.gif" width=20 height=20 alt=""></td> -<td class="bx3"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx1"><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx2" width=100%><img src="nav/blank.gif" width=20 height=20 alt=""></td> +<td class="bx3"><img src="nav/blank.gif" width=20 height=20 alt=""></td> </tr><tr> -<td class="bx4" height="*"><img src="blank.gif" width=20 height=20 alt=""></td> +<td class="bx4" height="*"><img src="nav/blank.gif" width=20 height=20 alt=""></td> <td class="bx5" height="*"> ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs