Author: olivier
Date: 2006-07-16 16:56:56 +0000 (Sun, 16 Jul 2006)
New Revision: 22465

Modified:
   xfwm4/trunk/defaults/defaults
   xfwm4/trunk/themes/daloa/themerc
   xfwm4/trunk/themes/default-4.0/themerc
   xfwm4/trunk/themes/default-4.2/themerc
   xfwm4/trunk/themes/default/themerc
   xfwm4/trunk/themes/katiola/themerc
   xfwm4/trunk/themes/moheli/themerc
   xfwm4/trunk/themes/stoneage/themerc
   xfwm4/trunk/themes/therapy/themerc
   xfwm4/trunk/themes/tyrex/themerc
   xfwm4/trunk/themes/wallis/themerc
Log:
Make themes use new themerc option for full maximization

Modified: xfwm4/trunk/defaults/defaults
===================================================================
--- xfwm4/trunk/defaults/defaults       2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/defaults/defaults       2006-07-16 16:56:56 UTC (rev 22465)
@@ -2,7 +2,7 @@
 box_resize=false
 button_layout=O|HMC
 button_offset=0
-button_spacing=1
+button_spacing=0
 click_to_focus=true
 cycle_hidden=true
 cycle_minimum=true
@@ -16,6 +16,7 @@
 full_width_title=true
 inactive_opacity=100
 keytheme=Default
+maximized_offset=0
 move_opacity=100
 placement_ratio=25
 popup_opacity=100

Modified: xfwm4/trunk/themes/daloa/themerc
===================================================================
--- xfwm4/trunk/themes/daloa/themerc    2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/daloa/themerc    2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,9 +1,10 @@
 active_text_color=#ffffff
 button_offset=0
 button_spacing=-1
+maximized_offset=0
+show_app_icon=true
 title_horizontal_offset=0
+title_shadow_active=frame
+title_shadow_inactive=false
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=frame
-title_shadow_inactive=false
-show_app_icon=true

Modified: xfwm4/trunk/themes/default/themerc
===================================================================
--- xfwm4/trunk/themes/default/themerc  2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/default/themerc  2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,9 +1,10 @@
 active_text_color=#ffffff
 button_offset=0
 button_spacing=1
+maximized_offset=4
+show_app_icon=true
 title_horizontal_offset=0
+title_shadow_active=frame
+title_shadow_inactive=false
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=frame
-title_shadow_inactive=false
-show_app_icon=true

Modified: xfwm4/trunk/themes/default-4.0/themerc
===================================================================
--- xfwm4/trunk/themes/default-4.0/themerc      2006-07-16 16:56:18 UTC (rev 
22464)
+++ xfwm4/trunk/themes/default-4.0/themerc      2006-07-16 16:56:56 UTC (rev 
22465)
@@ -1,8 +1,9 @@
 button_offset=0
 button_spacing=2
 full_width_title=true
+maximized_offset=2
 title_horizontal_offset=0
+title_shadow_active=false
+title_shadow_inactive=false
 title_vertical_offset_active=0
 title_vertical_offset_inactive=0
-title_shadow_active=false
-title_shadow_inactive=false

Modified: xfwm4/trunk/themes/default-4.2/themerc
===================================================================
--- xfwm4/trunk/themes/default-4.2/themerc      2006-07-16 16:56:18 UTC (rev 
22464)
+++ xfwm4/trunk/themes/default-4.2/themerc      2006-07-16 16:56:56 UTC (rev 
22465)
@@ -2,8 +2,9 @@
 button_offset=-1
 button_spacing=0
 full_width_title=true
+maximized_offset=2
 title_horizontal_offset=8
+title_shadow_active=true
+title_shadow_inactive=false
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=true
-title_shadow_inactive=false

Modified: xfwm4/trunk/themes/katiola/themerc
===================================================================
--- xfwm4/trunk/themes/katiola/themerc  2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/katiola/themerc  2006-07-16 16:56:56 UTC (rev 22465)
@@ -5,6 +5,7 @@
 full_width_title=true
 inactive_text_color=#808080
 inactive_text_shadow_color=#f2f2f2
+maximized_offset=3
 show_app_icon=true
 title_horizontal_offset=0
 title_shadow_active=frame

Modified: xfwm4/trunk/themes/moheli/themerc
===================================================================
--- xfwm4/trunk/themes/moheli/themerc   2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/moheli/themerc   2006-07-16 16:56:56 UTC (rev 22465)
@@ -2,8 +2,9 @@
 button_offset=0
 button_spacing=0
 full_width_title=true
+maximized_offset=2
+show_app_icon=true
 title_horizontal_offset=8
+title_shadow_active=frame
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=frame
-show_app_icon=true

Modified: xfwm4/trunk/themes/stoneage/themerc
===================================================================
--- xfwm4/trunk/themes/stoneage/themerc 2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/stoneage/themerc 2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,8 +1,9 @@
 button_offset=1
 button_spacing=2
 full_width_title=true
+maximized_offset=3
+show_app_icon=true
 title_horizontal_offset=2
+title_shadow_active=under
 title_vertical_offset_active=0
 title_vertical_offset_inactive=0
-title_shadow_active=under
-show_app_icon=true

Modified: xfwm4/trunk/themes/therapy/themerc
===================================================================
--- xfwm4/trunk/themes/therapy/themerc  2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/therapy/themerc  2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,11 +1,12 @@
 # active_text_color=#ffffff
+# title_shadow_active=false
 button_offset=2
 button_spacing=1
 full_width_title=true
+maximized_offset=3
+show_app_icon=true
 title_horizontal_offset=2
+title_shadow_active=under
+title_shadow_inactive=false
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=under
-# title_shadow_active=false
-title_shadow_inactive=false
-show_app_icon=true

Modified: xfwm4/trunk/themes/tyrex/themerc
===================================================================
--- xfwm4/trunk/themes/tyrex/themerc    2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/tyrex/themerc    2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,8 +1,9 @@
 button_offset=1
 button_spacing=1
 full_width_title=true
+maximized_offset=3
+show_app_icon=true
 title_horizontal_offset=1
+title_shadow_active=under
 title_vertical_offset_active=1
 title_vertical_offset_inactive=2
-title_shadow_active=under
-show_app_icon=true

Modified: xfwm4/trunk/themes/wallis/themerc
===================================================================
--- xfwm4/trunk/themes/wallis/themerc   2006-07-16 16:56:18 UTC (rev 22464)
+++ xfwm4/trunk/themes/wallis/themerc   2006-07-16 16:56:56 UTC (rev 22465)
@@ -1,9 +1,10 @@
 button_offset=2
 button_spacing=1
 full_width_title=true
+maximized_offset=4
+show_app_icon=true
 title_horizontal_offset=3
+title_shadow_active=under
+title_shadow_inactive=false
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=under
-title_shadow_inactive=false
-show_app_icon=true

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to