Author: olivier
Date: 2006-07-09 08:46:18 +0000 (Sun, 09 Jul 2006)
New Revision: 22304
Modified:
xfwm4/trunk/ChangeLog
xfwm4/trunk/src/frame.c
xfwm4/trunk/src/settings.c
xfwm4/trunk/src/settings.h
xfwm4/trunk/themes/daloa/close-active.xpm
xfwm4/trunk/themes/daloa/close-pressed.xpm
xfwm4/trunk/themes/daloa/hide-active.xpm
xfwm4/trunk/themes/daloa/hide-pressed.xpm
xfwm4/trunk/themes/daloa/maximize-active.xpm
xfwm4/trunk/themes/daloa/maximize-pressed.xpm
xfwm4/trunk/themes/daloa/maximize-toggled-active.xpm
xfwm4/trunk/themes/daloa/maximize-toggled-pressed.xpm
xfwm4/trunk/themes/daloa/shade-active.xpm
xfwm4/trunk/themes/daloa/shade-pressed.xpm
xfwm4/trunk/themes/daloa/shade-toggled-active.xpm
xfwm4/trunk/themes/daloa/shade-toggled-pressed.xpm
xfwm4/trunk/themes/daloa/stick-active.xpm
xfwm4/trunk/themes/daloa/stick-pressed.xpm
xfwm4/trunk/themes/daloa/stick-toggled-active.xpm
xfwm4/trunk/themes/daloa/stick-toggled-pressed.xpm
xfwm4/trunk/themes/daloa/themerc
xfwm4/trunk/themes/default/close-active.xpm
xfwm4/trunk/themes/default/close-pressed.xpm
xfwm4/trunk/themes/default/hide-active.xpm
xfwm4/trunk/themes/default/hide-pressed.xpm
xfwm4/trunk/themes/default/maximize-active.xpm
xfwm4/trunk/themes/default/maximize-pressed.xpm
xfwm4/trunk/themes/default/maximize-toggled-active.xpm
xfwm4/trunk/themes/default/maximize-toggled-pressed.xpm
xfwm4/trunk/themes/default/shade-active.xpm
xfwm4/trunk/themes/default/shade-pressed.xpm
xfwm4/trunk/themes/default/shade-toggled-active.xpm
xfwm4/trunk/themes/default/shade-toggled-pressed.xpm
xfwm4/trunk/themes/default/stick-active.xpm
xfwm4/trunk/themes/default/stick-pressed.xpm
xfwm4/trunk/themes/default/stick-toggled-active.xpm
xfwm4/trunk/themes/default/stick-toggled-pressed.xpm
xfwm4/trunk/themes/default/themerc
xfwm4/trunk/themes/moheli/themerc
Log:
Add new bevel effect to window title
Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/ChangeLog 2006-07-09 08:46:18 UTC (rev 22304)
@@ -1,3 +1,207 @@
+2006-07-08 19:19 olivier
+
+ * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
+ po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
+ po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
+ po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
+ po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
+ po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
+ po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
+ po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: French locale
+ update
+
+2006-07-08 16:57 olivier
+
+ * src/client.c, src/display.c, src/display.h, src/events.c: Not
+ sure why the tab window sometimes misses the key release.
+
+2006-07-08 15:55 olivier
+
+ * src/client.c: Prevent keyboard autorepeat from flooding the
+ event queue.
+
+2006-07-08 12:36 olivier
+
+ * mcs-plugin/wmtweaks_plugin.c, mcs-plugin/xfwm4_plugin.c: Use
+ GtkComboBox instead of deprecated GtkOptionMenu (patch from
+ Darren Salt <[EMAIL PROTECTED]>, bug #1999).
+
+2006-07-08 12:32 olivier
+
+ * src/compositor.c: The full area damage is required is some
+ cases. The fix remains though.
+
+2006-07-08 12:11 olivier
+
+ * src/compositor.c: Compositor optimization that also fixes an
+ issue with fullscreen unredirected windows.
+
+2006-07-05 19:59 olivier
+
+ * mcs-plugin/Makefile.am, src/Makefile.am: Add LIBX11_LDFLAGS
+
+2006-07-05 19:18 olivier
+
+ * src/client.c: Fix replace of windows when struts change
+
+2006-07-04 17:42 olivier
+
+ * src/frame.c: Fix small shape bug introduded yesterday
+
+2006-07-04 05:43 olivier
+
+ * src/compositor.c: Small cleanup
+
+2006-07-03 21:00 olivier
+
+ * src/frame.c: Still check for shaded.
+
+2006-07-03 20:45 olivier
+
+ * src/frame.c: Fix a bug in shape computation, that showed when
+ the frame was smaller than the corners pixmaps (this bug was
+ there from the beginning!)
+
+2006-07-02 19:35 olivier
+
+ * src/compositor.c, src/main.c: Small bug fix with enabbling
+ compositor once started without the compositor initially enabled.
+
+2006-07-02 16:28 olivier
+
+ * mcs-plugin/wmtweaks_plugin.c: Fix compile with debug=full
+
+2006-07-02 16:23 olivier
+
+ * defaults/defaults, mcs-plugin/wmtweaks_plugin.c,
+ src/compositor.c, src/compositor.h, src/display.c,
+ src/display.h, src/hints.c, src/hints.h, src/main.c,
+ src/settings.c, src/settings.h: Allow enabling/disabling of
+ compositing on the fly from the WM tweaks plugin, yeah!
+
+2006-07-01 18:58 olivier
+
+ * src/client.c, src/settings.c: Improve more/resize cancellation
+ (patch from Darren Salt <[EMAIL PROTECTED]>, bug
+ #1963)
+
+2006-07-01 18:55 olivier
+
+ * src/compositor.c: Fix overlays count
+
+2006-07-01 07:27 olivier
+
+ * src/compositor.c: Tweak traces.
+
+2006-06-30 21:59 jari
+
+ * xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/fi.po,
+ po/ChangeLog, po/fi.po: Updated Finnish translations.
+
+2006-06-30 19:52 sas
+
+ * xarchiver/trunk/po/hu.po, po/hu.po: hu trunk: wm & archiver
+ updates
+
+2006-06-30 10:47 olivier
+
+ * src/client.c, src/compositor.c, src/compositor.h: Export the
+ compositor usability so that we can save a few computations.
+
+2006-06-30 09:30 olivier
+
+ * po/fr.po: Update French translation.
+
+2006-06-30 09:24 olivier
+
+ * mcs-plugin/wmtweaks_plugin.c, po/ar.po, po/az.po, po/be.po,
+ po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po,
+ po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po,
+ po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po,
+ po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
+ po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po,
+ po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po,
+ po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfwm4.pot,
+ po/zh_CN.po, po/zh_TW.po, src/client.c, src/client.h,
+ src/compositor.c, src/focus.c, src/settings.c, src/settings.h:
+ Apply patch from Darren Salt <[EMAIL PROTECTED]>
+ to make inactive windows semi-transparent. Transparency of
+ inactive windows in configurable through the WM tweaks plugin
+ (bug #602)
+
+2006-06-29 20:09 olivier
+
+ * src/client.c: Fix for apps that use both EWMH fullscreen and
+ Motif hints concurently (e.g. gcompris).
+
+2006-06-29 06:45 sas
+
+ * terminal/trunk/po/hu.po, po/hu.po: hu trunk: wm updated
+
+2006-06-28 21:21 olivier
+
+ * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po,
+ po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po,
+ po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
+ po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po,
+ po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po,
+ po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po,
+ po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po,
+ po/vi.po, po/xfwm4.pot, po/zh_CN.po, po/zh_TW.po: Update po to
+ help translators
+
+2006-06-28 21:18 olivier
+
+ * AUTHORS, ChangeLog, defaults/defaults,
+ mcs-plugin/xfwm4_shortcuteditor.c, src/client.c, src/client.h,
+ src/compositor.c, src/display.c, src/display.h, src/events.c,
+ src/hints.c, src/hints.h, src/misc.h, src/settings.c,
+ src/settings.h, themes/daloa/README,
+ themes/daloa/bottom-active.png, themes/daloa/bottom-active.xpm,
+ themes/daloa/bottom-inactive.png,
+ themes/daloa/bottom-inactive.xpm,
+ themes/daloa/bottom-left-active.xpm,
+ themes/daloa/bottom-left-inactive.xpm,
+ themes/daloa/bottom-right-active.xpm,
+ themes/daloa/bottom-right-inactive.xpm,
+ themes/daloa/left-active.png, themes/daloa/left-active.xpm,
+ themes/daloa/left-inactive.png, themes/daloa/left-inactive.xpm,
+ themes/daloa/right-active.png, themes/daloa/right-active.xpm,
+ themes/daloa/right-inactive.png,
+ themes/daloa/right-inactive.xpm, themes/daloa/themerc,
+ themes/daloa/top-right-active.xpm,
+ themes/daloa/top-right-inactive.xpm,
+ themes/default.keys/keythemerc, themes/default/README,
+ themes/default/bottom-active.xpm,
+ themes/default/bottom-inactive.xpm,
+ themes/default/bottom-left-active.xpm,
+ themes/default/bottom-left-inactive.xpm,
+ themes/default/bottom-right-active.xpm,
+ themes/default/bottom-right-inactive.xpm,
+ themes/default/left-active.xpm,
+ themes/default/left-inactive.xpm,
+ themes/default/right-active.xpm,
+ themes/default/right-inactive.xpm,
+ themes/default/top-right-active.xpm,
+ themes/default/top-right-inactive.xpm: Add support for opacity
+ lock (patch from Darren Salt
+ <[EMAIL PROTECTED]>, bug #1958), add support for
+ changing opacity using mouse button 6 and 7 (patch from Darren
+ Salt <[EMAIL PROTECTED]>, bug #1959), add
+ move/resize cancellation using a configurable keyboard shortcut
+ (patch from Darren Salt <[EMAIL PROTECTED]>, bug
+ #1963), optimization for the compositor rebuilding screen when
+ settings change (me :)
+
+2006-06-28 17:30 eulex
+
+ * po/sv.po: A small extra change in the swedish xfwm4
+ translation...
+
+2006-06-28 17:24 eulex
+
+ * po/ChangeLog, po/sv.po: Updated Swedish xfwm4 translation
+
2006-06-25 21:08 olivier
* src/compositor.c, src/compositor.h, src/settings.c: Revert some
Modified: xfwm4/trunk/src/frame.c
===================================================================
--- xfwm4/trunk/src/frame.c 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/src/frame.c 2006-07-09 08:46:18 UTC (rev 22304)
@@ -348,7 +348,17 @@
{
gdk_gc_get_values (screen_info->title_shadow_colors[state].gc,
&values);
gdk_gc_set_values (gc, &values, GDK_GC_FOREGROUND);
- gdk_draw_layout (gpixmap, gc, title_x + 1, title_y + 1, layout);
+ if (screen_info->params->title_shadow[state] == TITLE_SHADOW_UNDER)
+ {
+ gdk_draw_layout (gpixmap, gc, title_x + 1, title_y + 1,
layout);
+ }
+ else
+ {
+ gdk_draw_layout (gpixmap, gc, title_x - 1, title_y, layout);
+ gdk_draw_layout (gpixmap, gc, title_x, title_y - 1, layout);
+ gdk_draw_layout (gpixmap, gc, title_x + 1, title_y, layout);
+ gdk_draw_layout (gpixmap, gc, title_x, title_y + 1, layout);
+ }
}
gdk_gc_get_values (screen_info->title_colors[state].gc, &values);
gdk_gc_set_values (gc, &values, GDK_GC_FOREGROUND);
Modified: xfwm4/trunk/src/settings.c
===================================================================
--- xfwm4/trunk/src/settings.c 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/src/settings.c 2006-07-09 08:46:18 UTC (rev 22304)
@@ -888,6 +888,23 @@
}
}
+static int
+getTitleShadow (Settings *rc, const gchar * name)
+{
+ const gchar *val;
+
+ val = getValue (name, rc);
+ if (!g_ascii_strcasecmp ("true", val) || !g_ascii_strcasecmp ("under",
val))
+ {
+ return TITLE_SHADOW_UNDER;
+ }
+ else if (!g_ascii_strcasecmp ("bevel", val))
+ {
+ return TITLE_SHADOW_BEVEL;
+ }
+ return TITLE_SHADOW_NONE;
+}
+
static void
loadTheme (ScreenInfo *screen_info, Settings *rc)
{
@@ -1106,10 +1123,8 @@
screen_info->params->full_width_title =
!g_ascii_strcasecmp ("true", getValue ("full_width_title", rc));
- screen_info->params->title_shadow[ACTIVE] =
- !g_ascii_strcasecmp ("true", getValue ("title_shadow_active", rc));
- screen_info->params->title_shadow[INACTIVE] =
- !g_ascii_strcasecmp ("true", getValue ("title_shadow_inactive", rc));
+ screen_info->params->title_shadow[ACTIVE] = getTitleShadow (rc,
"title_shadow_active");
+ screen_info->params->title_shadow[INACTIVE] = getTitleShadow (rc,
"title_shadow_inactive");
strncpy (screen_info->params->button_layout, getValue ("button_layout",
rc), 7);
screen_info->params->button_spacing = TOINT (getValue ("button_spacing",
rc));
Modified: xfwm4/trunk/src/settings.h
===================================================================
--- xfwm4/trunk/src/settings.h 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/src/settings.h 2006-07-09 08:46:18 UTC (rev 22304)
@@ -39,6 +39,10 @@
#define TITLE_4 3
#define TITLE_5 4
+#define TITLE_SHADOW_NONE 0
+#define TITLE_SHADOW_UNDER 1
+#define TITLE_SHADOW_BEVEL 2
+
#define MENU_BUTTON 0
#define STICK_BUTTON 1
#define SHADE_BUTTON 2
@@ -163,8 +167,8 @@
int snap_width;
int title_alignment;
int title_horizontal_offset;
+ int title_shadow[2];
int wrap_resistance;
- gboolean title_shadow[2];
gboolean box_move;
gboolean box_resize;
gboolean click_to_focus;
Modified: xfwm4/trunk/themes/daloa/close-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/close-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/close-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * close_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"........**....**........",
+".......*##*..*##*.......",
+".......*###**###*.......",
+"........*######*........",
+".........*####*.........",
+".........*####*.........",
+"........*######*........",
+".......*###**###*.......",
+".......*##*..*##*.......",
+"........**....**........",
"........................",
-"........##....##........",
-"[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"[EMAIL PROTECTED]",
-".........######.........",
-"........###@@###........",
-"........##@@[EMAIL PROTECTED]",
-".........@@....@@.......",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/close-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/close-pressed.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/close-pressed.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * close_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"........**....**........",
+".......*##*..*##*.......",
+".......*###**###*.......",
+"........*######*........",
+".........*####*.........",
+".........*####*.........",
+"........*######*........",
+".......*###**###*.......",
+".......*##*..*##*.......",
+"........**....**........",
"........................",
-"........##....##........",
-"[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"[EMAIL PROTECTED]",
-".........######.........",
-"........###@@###........",
-"........##@@[EMAIL PROTECTED]",
-".........@@....@@.......",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/hide-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/hide-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/hide-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,11 +1,12 @@
/* XPM */
static char * hide_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
@@ -16,10 +17,10 @@
"........................",
"........................",
"........................",
+".........******.........",
+"........*######*........",
+"........*######*........",
+".........******.........",
"........................",
-".........######.........",
-"[EMAIL PROTECTED]",
-"..........@@@@@@........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/hide-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/hide-pressed.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/hide-pressed.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,11 +1,12 @@
/* XPM */
static char * hide_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
@@ -17,9 +18,9 @@
"........................",
"........................",
"........................",
+".........******.........",
+"........*######*........",
+"........*######*........",
+".........******.........",
"........................",
-".........######.........",
-"[EMAIL PROTECTED]",
-"..........@@@@@@........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/maximize-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/maximize-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/maximize-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * maximize_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"........********........",
+".......*########*.......",
+".......*########*.......",
+".......*#******#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#******#*.......",
+".......*########*.......",
+"........********........",
"........................",
-"........########........",
-"[EMAIL PROTECTED]",
-"........#@@@@@@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]",
-".........@@@@@@@@.......",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/maximize-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/maximize-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/maximize-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * maximize_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"........********........",
+".......*########*.......",
+".......*########*.......",
+".......*#******#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#******#*.......",
+".......*########*.......",
+"........********........",
"........................",
-"........########........",
-"[EMAIL PROTECTED]",
-"........#@@@@@@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]",
-".........@@@@@@@@.......",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/maximize-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/maximize-toggled-active.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/daloa/maximize-toggled-active.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * maximize_toggled_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
+"..........*******.......",
+".........*#######*......",
+".........*#######*......",
+".......*********#*......",
+"......*#######**#*......",
+"......*#######**#*......",
+"......*#*****#**#*......",
+"......*#*...*#*##*......",
+"......*#*...*#***.......",
+"......*#*****#*.........",
+"......*#######*.........",
+".......*******..........",
"........................",
-"..........#######.......",
-"[EMAIL PROTECTED]",
-"...........@@@@@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@......",
-".......#@@@@@[EMAIL PROTECTED]@......",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@@@@......",
-"[EMAIL PROTECTED]@.........",
-"[EMAIL PROTECTED]",
-"........@@@@@@@.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/maximize-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/maximize-toggled-pressed.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/daloa/maximize-toggled-pressed.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * maximize_toggled_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
-"........................",
-"..........#######.......",
-"[EMAIL PROTECTED]",
-"...........@@@@@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@......",
-".......#@@@@@[EMAIL PROTECTED]@......",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@@@@......",
-"[EMAIL PROTECTED]@.........",
-"[EMAIL PROTECTED]",
-"........@@@@@@@.........",
+"..........*******.......",
+".........*#######*......",
+".........*#######*......",
+".......*********#*......",
+"......*#######**#*......",
+"......*#######**#*......",
+"......*#*****#**#*......",
+"......*#*...*#*##*......",
+"......*#*...*#***.......",
+"......*#*****#*.........",
+"......*#######*.........",
+".......*******..........",
"........................"};
Modified: xfwm4/trunk/themes/daloa/shade-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/shade-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/shade-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * shade_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+".........*####*.........",
+"........*######*........",
+".......*########*.......",
+".......*##*##*##*.......",
+"........***##***........",
+"..........*##*..........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"..........####..........",
-".........######.........",
-"........########........",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-".........@@[EMAIL PROTECTED]@@.......",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"............@@..........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/shade-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/shade-pressed.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/shade-pressed.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * shade_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+".........*####*.........",
+"........*######*........",
+".......*########*.......",
+".......*##*##*##*.......",
+"........***##***........",
+"..........*##*..........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"..........####..........",
-".........######.........",
-"........########........",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-".........@@[EMAIL PROTECTED]@@.......",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"............@@..........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/shade-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/shade-toggled-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/shade-toggled-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * shade_toggled_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+"..........*##*..........",
+"........***##***........",
+".......*##*##*##*.......",
+".......*########*.......",
+"........*######*........",
+".........*####*.........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"...........##@@.........",
-"............@@..........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/shade-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/shade-toggled-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/shade-toggled-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * shade_toggled_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+"..........*##*..........",
+"........***##***........",
+".......*##*##*##*.......",
+".......*########*.......",
+"........*######*........",
+".........*####*.........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"...........##@@.........",
-"............@@..........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/stick-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/stick-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/stick-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * stick_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*..*##*.......",
+".......*##*..*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##@@@@##........",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-".........######@@.......",
-"..........####@@........",
-"...........@@@@.........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/stick-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/stick-pressed.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/daloa/stick-pressed.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * stick_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*..*##*.......",
+".......*##*..*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##@@@@##........",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@.......",
-".........######@@.......",
-"..........####@@........",
-"...........@@@@.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/stick-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/stick-toggled-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/stick-toggled-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * stick_toggled_active_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*##*##*.......",
+".......*##*##*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##@@@@##........",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@@[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"...........@@@@.........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/stick-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/daloa/stick-toggled-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/daloa/stick-toggled-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -1,25 +1,26 @@
/* XPM */
static char * stick_toggled_pressed_xpm[] = {
-"24 17 5 1",
+"24 17 6 1",
" c None",
". c #C0C0FF s active_color_1",
"+ c #D0D0FF s active_hilight_1",
+"@ c #B0B0FF s active_mid_1",
+"* c #A0A0FF s active_shadow_1",
"# c #FFFFFF s active_text_color",
-"@ c #D0D0FF s active_shadow_1",
" ",
"........................",
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*##*##*.......",
+".......*##*##*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##@@@@##........",
-"[EMAIL PROTECTED]@.......",
-"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
-"[EMAIL PROTECTED]@@[EMAIL PROTECTED]",
-".........######@@.......",
-"..........####@@........",
-"...........@@@@.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/daloa/themerc
===================================================================
--- xfwm4/trunk/themes/daloa/themerc 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/daloa/themerc 2006-07-09 08:46:18 UTC (rev 22304)
@@ -4,6 +4,6 @@
title_horizontal_offset=0
title_vertical_offset_active=1
title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=bevel
title_shadow_inactive=false
show_app_icon=true
Modified: xfwm4/trunk/themes/default/close-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/close-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/default/close-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"........**....**........",
+".......*##*..*##*.......",
+".......*###**###*.......",
+"........*######*........",
+".........*####*.........",
+".........*####*.........",
+"........*######*........",
+".......*###**###*.......",
+".......*##*..*##*.......",
+"........**....**........",
"........................",
-"........##....##........",
-"........###..###*.......",
-".........######**.......",
-"..........####**........",
-"..........####*.........",
-".........######.........",
-"........###**###........",
-"........##**..##*.......",
-".........**....**.......",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/close-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/close-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/close-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"........**....**........",
+".......*##*..*##*.......",
+".......*###**###*.......",
+"........*######*........",
+".........*####*.........",
+".........*####*.........",
+"........*######*........",
+".......*###**###*.......",
+".......*##*..*##*.......",
+"........**....**........",
"........................",
-"........##....##........",
-"........###..###*.......",
-".........######**.......",
-"..........####**........",
-"..........####*.........",
-".........######.........",
-"........###**###........",
-"........##**..##*.......",
-".........**....**.......",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/hide-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/hide-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/default/hide-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -17,10 +17,10 @@
"........................",
"........................",
"........................",
+".........******.........",
+"........*######*........",
+"........*######*........",
+".........******.........",
"........................",
-".........######.........",
-".........######*........",
-"..........******........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/hide-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/hide-pressed.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/default/hide-pressed.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -18,9 +18,9 @@
"........................",
"........................",
"........................",
+".........******.........",
+"........*######*........",
+"........*######*........",
+".........******.........",
"........................",
-".........######.........",
-".........######*........",
-"..........******........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/maximize-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/maximize-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/maximize-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"........********........",
+".......*########*.......",
+".......*########*.......",
+".......*#******#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#******#*.......",
+".......*########*.......",
+"........********........",
"........................",
-"........########........",
-"........########*.......",
-"........#******#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........########*.......",
-".........********.......",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/maximize-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/maximize-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/maximize-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"........********........",
+".......*########*.......",
+".......*########*.......",
+".......*#******#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#*....*#*.......",
+".......*#******#*.......",
+".......*########*.......",
+"........********........",
"........................",
-"........########........",
-"........########*.......",
-"........#******#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........#*.....#*.......",
-"........########*.......",
-".........********.......",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/maximize-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/maximize-toggled-active.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/default/maximize-toggled-active.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -10,17 +10,17 @@
" ",
"........................",
"........................",
+"..........*******.......",
+".........*#######*......",
+".........*#######*......",
+".......*********#*......",
+"......*#######**#*......",
+"......*#######**#*......",
+"......*#*****#**#*......",
+"......*#*...*#*##*......",
+"......*#*...*#***.......",
+"......*#*****#*.........",
+"......*#######*.........",
+".......*******..........",
"........................",
-"..........#######.......",
-"..........#######*......",
-"...........*****#*......",
-".......#######..#*......",
-".......#######*.#*......",
-".......#*****#*.#*......",
-".......#*....#*##*......",
-".......#*....#****......",
-".......#*....#*.........",
-".......#######*.........",
-"........*******.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/maximize-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/maximize-toggled-pressed.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/default/maximize-toggled-pressed.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
-"........................",
-"..........#######.......",
-"..........#######*......",
-"...........*****#*......",
-".......#######..#*......",
-".......#######*.#*......",
-".......#*****#*.#*......",
-".......#*....#*##*......",
-".......#*....#****......",
-".......#*....#*.........",
-".......#######*.........",
-"........*******.........",
+"..........*******.......",
+".........*#######*......",
+".........*#######*......",
+".......*********#*......",
+"......*#######**#*......",
+"......*#######**#*......",
+"......*#*****#**#*......",
+"......*#*...*#*##*......",
+"......*#*...*#***.......",
+"......*#*****#*.........",
+"......*#######*.........",
+".......*******..........",
"........................"};
Modified: xfwm4/trunk/themes/default/shade-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/shade-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/default/shade-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+".........*####*.........",
+"........*######*........",
+".......*########*.......",
+".......*##*##*##*.......",
+"........***##***........",
+"..........*##*..........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"..........####..........",
-".........######.........",
-"........########........",
-"........##*##*##*.......",
-".........**##*.**.......",
-"...........##*..........",
-"...........##*..........",
-"............**..........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/shade-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/shade-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/shade-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+".........*####*.........",
+"........*######*........",
+".......*########*.......",
+".......*##*##*##*.......",
+"........***##***........",
+"..........*##*..........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"..........####..........",
-".........######.........",
-"........########........",
-"........##*##*##*.......",
-".........**##*.**.......",
-"...........##*..........",
-"...........##*..........",
-"............**..........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/shade-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/shade-toggled-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/shade-toggled-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+"..........*##*..........",
+"........***##***........",
+".......*##*##*##*.......",
+".......*########*.......",
+"........*######*........",
+".........*####*.........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"...........##*..........",
-"...........##*..........",
-"........##.##*##........",
-"........########*.......",
-".........######**.......",
-"..........####**........",
-"...........##**.........",
-"............**..........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/shade-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/shade-toggled-pressed.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/default/shade-toggled-pressed.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"...........**...........",
+"..........*##*..........",
+"..........*##*..........",
+"........***##***........",
+".......*##*##*##*.......",
+".......*########*.......",
+"........*######*........",
+".........*####*.........",
+"..........*##*..........",
+"...........**...........",
"........................",
-"...........##...........",
-"...........##*..........",
-"...........##*..........",
-"........##.##*##........",
-"........########*.......",
-".........######**.......",
-"..........####**........",
-"...........##**.........",
-"............**..........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/stick-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/stick-active.xpm 2006-07-09 08:27:58 UTC (rev
22303)
+++ xfwm4/trunk/themes/default/stick-active.xpm 2006-07-09 08:46:18 UTC (rev
22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*..*##*.......",
+".......*##*..*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##****##........",
-"........##*...##*.......",
-"........##*...##*.......",
-"........##*...##*.......",
-".........######**.......",
-"..........####**........",
-"...........****.........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/stick-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/stick-pressed.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/stick-pressed.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*..*##*.......",
+".......*##*..*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##****##........",
-"........##*...##*.......",
-"........##*...##*.......",
-"........##*...##*.......",
-".........######**.......",
-"..........####**........",
-"...........****.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/stick-toggled-active.xpm
===================================================================
--- xfwm4/trunk/themes/default/stick-toggled-active.xpm 2006-07-09 08:27:58 UTC
(rev 22303)
+++ xfwm4/trunk/themes/default/stick-toggled-active.xpm 2006-07-09 08:46:18 UTC
(rev 22304)
@@ -11,16 +11,16 @@
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*##*##*.......",
+".......*##*##*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##****##........",
-"........##*##.##*.......",
-"........##*##*##*.......",
-"........##*.**##*.......",
-".........######**.......",
-"..........####**........",
-"...........****.........",
"........................",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/stick-toggled-pressed.xpm
===================================================================
--- xfwm4/trunk/themes/default/stick-toggled-pressed.xpm 2006-07-09
08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/default/stick-toggled-pressed.xpm 2006-07-09
08:46:18 UTC (rev 22304)
@@ -12,15 +12,15 @@
"........................",
"........................",
"........................",
+"..........****..........",
+".........*####*.........",
+"........*######*........",
+".......*##****##*.......",
+".......*##*##*##*.......",
+".......*##*##*##*.......",
+".......*##****##*.......",
+"........*######*........",
+".........*####*.........",
+"..........****..........",
"........................",
-"..........####..........",
-".........######.........",
-"........##****##........",
-"........##*##.##*.......",
-"........##*##*##*.......",
-"........##*.**##*.......",
-".........######**.......",
-"..........####**........",
-"...........****.........",
-"........................",
"........................"};
Modified: xfwm4/trunk/themes/default/themerc
===================================================================
--- xfwm4/trunk/themes/default/themerc 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/default/themerc 2006-07-09 08:46:18 UTC (rev 22304)
@@ -4,6 +4,6 @@
title_horizontal_offset=0
title_vertical_offset_active=1
title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=bevel
title_shadow_inactive=false
show_app_icon=true
Modified: xfwm4/trunk/themes/moheli/themerc
===================================================================
--- xfwm4/trunk/themes/moheli/themerc 2006-07-09 08:27:58 UTC (rev 22303)
+++ xfwm4/trunk/themes/moheli/themerc 2006-07-09 08:46:18 UTC (rev 22304)
@@ -5,5 +5,5 @@
title_horizontal_offset=8
title_vertical_offset_active=1
title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=bevel
show_app_icon=true
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits