From 03b0fcffaa09f7fa6193a770684ec0deb9532e02 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Thu, 8 Apr 2004 19:32:11 +0000 Subject: [PATCH] Update ChangeLog (Old svn revision: 11692) --- ChangeLog | 12436 ++++++++++++++++++++++++++++------------------------ 1 file changed, 6655 insertions(+), 5781 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc7373ecf..51b9a2913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7588 +1,8462 @@ -2003-11-09 olivier +2004-04-08 19:44 olivier + + * src/: client.c, events.c: Fix warnings + +2004-04-08 19:15 olivier + + * ChangeLog, po/xfwm4.pot (xfce_4_0): Update ChangeLog + +2004-04-08 19:11 olivier + + * src/: client.c, events.c (xfce_4_0): Fix bug #138 Remove some + compilation warnings + +2004-04-08 19:07 olivier + + * src/events.c: Fix bug #138 + +2004-04-08 12:31 olivier + + * src/mypixmap.c: Be a bit less verbose. + +2004-04-07 22:48 olivier + + * themes/opta/: Makefile.am, Makefile.in, themerc, + title-2-active.png, title-2-active.xpm, title-2-inactive.png, + title-3-active.png, title-3-active.xpm, title-3-inactive.png, + title-4-active.png, title-4-active.xpm, title-4-inactive.png, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: The theme "Opta" now makes use of the new + alpha channel + +2004-04-06 21:12 olivier + + * po/xfwm4.pot, themes/default/Makefile.am, + themes/default/Makefile.in, themes/default/close-active.png, + themes/default/close-active.xpm, + themes/default/close-inactive.png, + themes/default/close-inactive.xpm, + themes/default/close-pressed.png, + themes/default/close-pressed.xpm, themes/default/hide-active.png, + themes/default/hide-active.xpm, themes/default/hide-inactive.png, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.png, themes/default/hide-pressed.xpm, + themes/default/maximize-active.png, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.png, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.png, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.png, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.png, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.png, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.png, themes/default/menu-active.xpm, + themes/default/menu-inactive.png, + themes/default/menu-inactive.xpm, + themes/default/menu-pressed.png, themes/default/menu-pressed.xpm, + themes/default/shade-active.png, themes/default/shade-active.xpm, + themes/default/shade-inactive.png, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.png, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.png, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.png, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.png, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.png, themes/default/stick-active.xpm, + themes/default/stick-inactive.png, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.png, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.png, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.png, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.png, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.png, + themes/default/title-2-active.png, + themes/default/title-3-active.png, + themes/default/title-4-active.png, + themes/default/title-5-active.png, + themes/default/top-left-active.png, + themes/default/top-right-active.png, + themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in, + themes/opta/Makefile.am, themes/opta/Makefile.in, + themes/synthetic/Makefile.am, themes/synthetic/Makefile.in: + Various cleanups and play with the alpha channel in themes + +2004-04-06 13:19 olivier + + * src/mypixmap.c, src/settings.c, themes/default/Makefile.am, + themes/default/Makefile.in, themes/default/close-active.png, + themes/default/close-inactive.png, + themes/default/close-pressed.png, themes/default/hide-active.png, + themes/default/hide-inactive.png, + themes/default/hide-pressed.png, + themes/default/maximize-active.png, + themes/default/maximize-inactive.png, + themes/default/maximize-pressed.png, + themes/default/maximize-toggled-active.png, + themes/default/maximize-toggled-inactive.png, + themes/default/maximize-toggled-pressed.png, + themes/default/menu-active.png, themes/default/menu-pressed.png, + themes/default/shade-active.png, + themes/default/shade-inactive.png, + themes/default/shade-pressed.png, + themes/default/shade-toggled-active.png, + themes/default/shade-toggled-inactive.png, + themes/default/shade-toggled-pressed.png, + themes/default/stick-active.png, + themes/default/stick-inactive.png, + themes/default/stick-pressed.png, + themes/default/stick-toggled-active.png, + themes/default/stick-toggled-inactive.png, + themes/default/stick-toggled-pressed.png, + themes/default/title-1-active.png, + themes/default/title-1-inactive.png, + themes/default/title-2-active.png, + themes/default/title-2-inactive.png, + themes/default/title-3-active.png, + themes/default/title-3-inactive.png, + themes/default/title-4-active.png, + themes/default/title-4-inactive.png, + themes/default/title-5-active.png, + themes/default/title-5-inactive.png, + themes/default/top-left-active.png, + themes/default/top-left-inactive.png, + themes/default/top-right-active.png, + themes/default/top-right-inactive.png: Add support for alpha + compose using optional PNG images Add PNG to default theme as a + proof of concept + +2004-04-03 00:26 olivier * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Theme stuff - -2003-11-09 olivier + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Remove the 2pix black frame as noone but + me seems to like it :( - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Duh! - -2003-11-08 olivier +2004-04-02 23:59 olivier - * src/client.c, 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/close-active.xpm, themes/default/close-inactive.xpm, - themes/default/close-pressed.xpm, themes/default/hide-active.xpm, - themes/default/hide-inactive.xpm, themes/default/hide-pressed.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-inactive.xpm, - themes/default/maximize-pressed.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/maximize-toggled-inactive.xpm, - themes/default/maximize-toggled-pressed.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/stick-active.xpm, themes/default/stick-inactive.xpm, - themes/default/stick-pressed.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/stick-toggled-inactive.xpm, - themes/default/stick-toggled-pressed.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Fix a bug added recently and - change back theme - -2003-11-08 olivier - - * src/client.c: Fix recently introduced bug - -2003-11-08 olivier + * src/client.c (xfce_4_0): Backport from HEAD as a bug fix: Use + separate "prefered" and "highest" clients when selecting top most + focusable - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, shade-toggled-active.xpm, - shade-toggled-inactive.xpm, shade-toggled-pressed.xpm: Make buttons - smaller in default theme +2004-04-02 23:52 olivier -2003-11-08 olivier + * src/client.c: Use separate "prefered" and "highest" clients when + selecting top most focusable - * themes/: default/bottom-active.xpm, default/bottom-inactive.xpm, - default/bottom-left-active.xpm, default/bottom-left-inactive.xpm, - default/bottom-right-active.xpm, default/bottom-right-inactive.xpm, - default/close-active.xpm, default/close-inactive.xpm, - default/close-pressed.xpm, default/hide-active.xpm, - default/hide-inactive.xpm, default/hide-pressed.xpm, - default/left-active.xpm, default/left-inactive.xpm, - default/maximize-active.xpm, default/maximize-inactive.xpm, - default/maximize-pressed.xpm, default/maximize-toggled-active.xpm, - default/maximize-toggled-inactive.xpm, - default/maximize-toggled-pressed.xpm, default/menu-active.xpm, - default/menu-inactive.xpm, default/menu-pressed.xpm, - default/right-active.xpm, default/right-inactive.xpm, - default/shade-active.xpm, default/shade-inactive.xpm, - default/shade-pressed.xpm, default/shade-toggled-active.xpm, - default/shade-toggled-inactive.xpm, - default/shade-toggled-pressed.xpm, default/stick-active.xpm, - default/stick-inactive.xpm, default/stick-pressed.xpm, - default/stick-toggled-active.xpm, - default/stick-toggled-inactive.xpm, - default/stick-toggled-pressed.xpm, default/themerc, - default/title-1-active.xpm, default/title-1-inactive.xpm, - default/title-2-active.xpm, default/title-2-inactive.xpm, - default/title-3-active.xpm, default/title-3-inactive.xpm, - default/title-4-active.xpm, default/title-4-inactive.xpm, - default/title-5-active.xpm, default/title-5-inactive.xpm, - default/top-left-active.xpm, default/top-left-inactive.xpm, - default/top-right-active.xpm, default/top-right-inactive.xpm, - default-4.0/bottom-active.xpm, default-4.0/bottom-inactive.xpm, - default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, - default-4.0/close-pressed.xpm, default-4.0/left-active.xpm, - default-4.0/left-inactive.xpm, default-4.0/maximize-active.xpm, - default-4.0/maximize-inactive.xpm, - default-4.0/maximize-pressed.xpm, default-4.0/menu-active.xpm, - default-4.0/menu-inactive.xpm, default-4.0/menu-pressed.xpm, - default-4.0/right-active.xpm, default-4.0/right-inactive.xpm, - default-4.0/shade-active.xpm, default-4.0/shade-inactive.xpm, - default-4.0/shade-pressed.xpm, - default-4.0/shade-toggled-active.xpm, - default-4.0/shade-toggled-inactive.xpm, - default-4.0/shade-toggled-pressed.xpm: Theme changes - -2003-11-08 jasper - - * doc/fr/: xfwm4.html, xfwm4.xml, xfwm4.html, xfwm4.xml: French - documentation updates (final?) - -2003-11-07 jasper +2004-04-01 23:13 olivier - * configure, configure.ac, doc/Makefile.am, doc/Makefile.in, - doc/C/xfwm4.html, doc/fr/Makefile.am, doc/fr/Makefile.in, - doc/fr/xfwm4.html, doc/fr/xfwm4.xml, doc/fr/images/Makefile.am, - doc/fr/images/Makefile.in, doc/fr/images/decoration_style.png, - doc/fr/images/keyboard_and_focus.png, - doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png, - doc/fr/images/workspace_margins.png: Add French documentation + * src/client.c (xfce_4_0): Fix #0000165 a much better way -2003-11-07 jasper +2004-04-01 22:52 olivier - * doc/fr/xfwm4.xml: Update French documentation + * src/client.c: Fix #0000165 a much better way -2003-11-07 jasper +2004-03-31 00:09 olivier - * configure, configure.ac, doc/Makefile.am, doc/Makefile.in, - doc/C/xfwm4.html, doc/fr/Makefile.am, doc/fr/Makefile.in, - doc/fr/xfwm4.html, doc/fr/xfwm4.xml, doc/fr/images/Makefile.am, - doc/fr/images/Makefile.in, doc/fr/images/decoration_style.png, - doc/fr/images/keyboard_and_focus.png, - doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png, - doc/fr/images/workspace_margins.png, - doc/fr/images/xfwm_workspaces.png: Add French documentation. Rather - large commit. + * src/: client.c, workspaces.c (xfce_4_0), client.c, workspaces.c: + Fix bug #0000165 -2003-11-06 olivier +2004-03-29 22:23 olivier * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Reduce title height - by 1 pix - -2003-11-03 jasper + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Small changes, make + the title smaller, reduce button spacing. - * po/uk.po: file uk.po was initially added on branch xfce_4_0. +2004-03-29 22:15 olivier -2003-11-03 jasper + * src/client.c (xfce_4_0): Use the same window selection algorithm + in pass focus as in window cycling - * po/uk.gmo: file uk.gmo was initially added on branch xfce_4_0. +2004-03-29 22:12 olivier -2003-11-03 jasper + * src/client.c: Use the same window selection algorithm in pass + focus as in window cycling - * configure, configure.ac, po/uk.gmo, po/uk.po, configure, - configure.ac, po/uk.gmo, po/uk.po: Add Ukranian translations +2004-03-28 23:00 olivier -2003-11-03 jasper + * src/: client.c, events.c (xfce_4_0): Fix focus problem with rox + as reported by Francois. - * doc/C/: xfwm4.html, xfwm4.xml, images/workspace_margins.png, - images/xfwm_workspaces.png: Documentation update by Francois +2004-03-28 22:56 olivier -2003-11-02 olivier + * src/: client.c, events.c: Fix focus problem with rox as reported + by Francois. - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-inactive.xpm, hide-inactive.xpm, left-active.xpm, - left-inactive.xpm, maximize-inactive.xpm, - maximize-toggled-inactive.xpm, menu-inactive.xpm, right-active.xpm, - right-inactive.xpm, shade-inactive.xpm, shade-toggled-inactive.xpm, - stick-inactive.xpm, stick-toggled-inactive.xpm, themerc, - title-1-inactive.xpm, title-2-inactive.xpm, title-3-inactive.xpm, - title-4-inactive.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Change back to a previous test, seems I - really can't make up my mind... - -2003-11-02 olivier +2004-03-28 21:52 olivier - * aclocal.m4, configure, configure.ac, po/hi.gmo, po/hi.po: Add - hi.po + * src/client.c (xfce_4_0): Simplify focus transition -2003-11-02 olivier +2004-03-28 16:20 olivier - * po/hi.po: file hi.po was initially added on branch xfce_4_0. + * src/client.c: Simplify focus transition -2003-11-02 olivier +2004-03-28 00:35 olivier - * po/hi.gmo: file hi.gmo was initially added on branch xfce_4_0. + * src/client.c (xfce_4_0): Focus passing -2003-11-02 olivier +2004-03-28 00:17 olivier - * configure, configure.ac, po/hi.gmo, po/hi.po: Add Hindi - translation + * src/client.c: Focus passing -2003-11-01 olivier +2004-03-25 22:59 olivier - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-inactive.xpm, hide-inactive.xpm, left-active.xpm, - left-inactive.xpm, maximize-inactive.xpm, - maximize-toggled-inactive.xpm, menu-inactive.xpm, right-active.xpm, - right-inactive.xpm, shade-inactive.xpm, shade-toggled-inactive.xpm, - stick-inactive.xpm, stick-toggled-inactive.xpm, themerc, - title-1-inactive.xpm, title-2-inactive.xpm, title-3-inactive.xpm, - title-4-inactive.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Theme - -2003-11-01 olivier + * src/client.c: Bug fix and small usability improvement in focus + transition - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, themerc: Theme - changes +2004-03-25 22:47 olivier -2003-11-01 olivier + * src/client.c (xfce_4_0): Bug fix and small usability improvement + in focus transition - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Theme tweaking +2004-03-24 22:09 olivier -2003-10-31 benny + * src/client.c: Change focus transition routine - * aclocal.m4, config.h.in, configure, configure.ac, src/main.c: Use - daemon(3) when available. +2004-03-24 21:39 olivier -2003-10-31 olivier + * po/xfwm4.pot, src/client.c (xfce_4_0): Change focus transition + routine Do not react on BottomIf, TopIf and Opposite stack + requests - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, themerc, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] +2004-03-23 21:49 olivier -2003-10-30 olivier + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm: Change stipples - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, hide-active.xpm, - hide-inactive.xpm, left-active.xpm, left-inactive.xpm, - maximize-active.xpm, maximize-inactive.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - menu-active.xpm, menu-inactive.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Enlarging CVS history file :) - -2003-10-29 olivier +2004-03-23 13:10 olivier - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, hide-active.xpm, left-active.xpm, - left-inactive.xpm, maximize-active.xpm, - maximize-toggled-active.xpm, menu-active.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-toggled-active.xpm, - stick-active.xpm, stick-toggled-active.xpm, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2003-10-29 olivier + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm: Add stipples - * src/client.c, src/client.h, src/events.c, - 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/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: theme, apply Dan Compton - <gtg786g@mail.gatech.edu> patch for reverse cycling on shift press - -2003-10-29 olivier - - * src/: client.c, client.h: Apply Dan Compton - <gtg786g@mail.gatech.edu> patch for reverse cycling when shift key - is pressed - -2003-10-29 olivier - - * src/events.c: Raise apps w/out border even when click_on_raise is - false - -2003-10-29 olivier +2004-03-22 23:27 olivier - * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] - -2003-10-28 olivier - - * themes/default/title-5-inactive.xpm: [no log message] - -2003-10-28 olivier + * src/client.c: Add a "pending_focus" variable that helps with + XSetInputFocus() transitions - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm: [no - log message] - -2003-10-27 olivier +2004-03-22 23:21 olivier - * src/hints.c: Fix removal of CR in non UTF8 strings + * po/xfwm4.pot, src/client.c (xfce_4_0): Add a "pending_focus" + variable that helps with XSetInputFocus() transitions -2003-10-27 olivier +2004-03-22 21:03 olivier - * src/hints.c: Fix removal of CR in non UTF8 strings + * src/: client.h, events.c: Compilation warnings -2003-10-26 olivier +2004-03-22 20:59 olivier - * src/client.c, src/events.c, 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/close-active.xpm, themes/default/hide-active.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/stick-active.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Change unmapNotify handler - to add smarter support for reparenting Change default theme - -2003-10-26 olivier - - * src/client.c: Small code reorg - -2003-10-26 olivier - - * src/: client.c, events.c: Rework unmap and clientUnframe() - -2003-10-25 jasper - - * configure, configure.ac, po/vi.gmo, po/vi.po: - Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>. - -2003-10-25 jasper - - * configure, configure.ac, po/vi.gmo, po/vi.po: - Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>. - -2003-10-24 olivier + * src/: client.h, events.c, misc.c (xfce_4_0): Fix compilation + warnings - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Very slick & smooth default theme - -2003-10-22 olivier +2004-03-22 20:54 olivier - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: This one looks okay. - -2003-10-20 olivier + * src/: client.c, client.h, events.c, frame.c, frame.h (xfce_4_0): + Apply patch for SUN Forte compiler - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2003-10-19 olivier +2004-03-22 20:41 olivier - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: A much more - optimistic theme, flat and smooth, without any sharp edge. - -2003-10-19 olivier + * src/: client.c, client.h, events.c, frame.c, frame.h: Apply patch + for SUN Forte compiler - * themes/default/: title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] +2004-03-22 07:47 olivier -2003-10-19 olivier + * src/: client.c (xfce_4_0), client.c: Change the paranoids - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Change default theme +2004-03-21 22:47 olivier -2003-10-19 olivier + * mcs-plugin/workspaces.c: The workspace plugin failed to set a + value for the number of workspaces if it can't load its config + file (ie first run on a fresh install) - * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] - -2003-10-18 olivier +2004-03-21 21:06 olivier - * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Reduce title height - -2003-10-18 olivier + * po/xfwm4.pot (xfce_4_0): autogen - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Change default theme +2004-03-20 11:59 olivier -2003-10-18 olivier + * src/client.c (xfce_4_0): Add some paranoid checks - * themes/default/: title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Enlarge title height +2004-03-20 11:53 olivier -2003-10-18 olivier + * src/: client.c, workspaces.c: Add some paranoid checks - * themes/default/themerc: Remove shadow +2004-03-18 21:37 olivier -2003-10-18 olivier + * src/: client.c, events.c: Don't decorate shaped windows Bug fix + due to missing init (HEAD only, xfce_4_0 branch not impacted) - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Change default theme - -2003-10-17 olivier +2004-03-18 21:25 olivier - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - maximize-active.xpm, maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, themerc: Change default theme - -2003-10-17 jasper + * src/: client.c, events.c (xfce_4_0): Do not decorate shaped + windows (fix #0000145) - * configure, configure.ac, po/sv.gmo, po/sv.po: Add/update swedish - translations +2004-03-18 19:17 olivier -2003-10-17 jasper + * src/: client.c (xfce_4_0), client.c: Focus transition bug fix. - * configure, configure.ac, po/sv.gmo, po/sv.po: Add/update swedish - translations +2004-03-17 23:45 olivier -2003-10-16 olivier + * src/: keyboard.c (xfce_4_0), keyboard.c: Fix key w/out modifier + requiring "+" - * src/client.c, 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/close-active.xpm, themes/default/close-inactive.xpm, - themes/default/hide-active.xpm, themes/default/hide-inactive.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-inactive.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/maximize-toggled-inactive.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/right-active.xpm, themes/default/right-inactive.xpm, - themes/default/shade-active.xpm, themes/default/shade-inactive.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/stick-active.xpm, themes/default/stick-inactive.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/stick-toggled-inactive.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Improve and make resize - internals simpler Add inner black frame to default theme - -2003-10-16 olivier - - * src/client.c: Improve and make resizing internals simpler - -2003-10-15 olivier +2004-03-17 19:05 olivier - * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, - 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/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm, - themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in, - themes/default-4.0/README, themes/default-4.0/bottom-active.xpm, - themes/default-4.0/bottom-inactive.xpm, - themes/default-4.0/bottom-left-active.xpm, - themes/default-4.0/bottom-left-inactive.xpm, - themes/default-4.0/bottom-right-active.xpm, - themes/default-4.0/bottom-right-inactive.xpm, - themes/default-4.0/close-active.xpm, - themes/default-4.0/close-inactive.xpm, - themes/default-4.0/close-pressed.xpm, - themes/default-4.0/hide-active.xpm, - themes/default-4.0/hide-inactive.xpm, - themes/default-4.0/hide-pressed.xpm, - themes/default-4.0/left-active.xpm, - themes/default-4.0/left-inactive.xpm, - themes/default-4.0/maximize-active.xpm, - themes/default-4.0/maximize-inactive.xpm, - themes/default-4.0/maximize-pressed.xpm, - themes/default-4.0/maximize-toggled-active.xpm, - themes/default-4.0/maximize-toggled-inactive.xpm, - themes/default-4.0/maximize-toggled-pressed.xpm, - themes/default-4.0/menu-active.xpm, - themes/default-4.0/menu-inactive.xpm, - themes/default-4.0/menu-pressed.xpm, - themes/default-4.0/right-active.xpm, - themes/default-4.0/right-inactive.xpm, - themes/default-4.0/shade-active.xpm, - themes/default-4.0/shade-inactive.xpm, - themes/default-4.0/shade-pressed.xpm, - themes/default-4.0/shade-toggled-active.xpm, - themes/default-4.0/shade-toggled-inactive.xpm, - themes/default-4.0/shade-toggled-pressed.xpm, - themes/default-4.0/stick-active.xpm, - themes/default-4.0/stick-inactive.xpm, - themes/default-4.0/stick-pressed.xpm, - themes/default-4.0/stick-toggled-active.xpm, - themes/default-4.0/stick-toggled-inactive.xpm, - themes/default-4.0/stick-toggled-pressed.xpm, - themes/default-4.0/themerc, themes/default-4.0/title-1-active.xpm, - themes/default-4.0/title-1-inactive.xpm, - themes/default-4.0/title-2-active.xpm, - themes/default-4.0/title-2-inactive.xpm, - themes/default-4.0/title-3-active.xpm, - themes/default-4.0/title-3-inactive.xpm, - themes/default-4.0/title-4-active.xpm, - themes/default-4.0/title-4-inactive.xpm, - themes/default-4.0/title-5-active.xpm, - themes/default-4.0/title-5-inactive.xpm, - themes/default-4.0/top-left-active.xpm, - themes/default-4.0/top-left-inactive.xpm, - themes/default-4.0/top-right-active.xpm, - themes/default-4.0/top-right-inactive.xpm: Rename existing default - to default-4.0 and update default theme - -2003-10-15 olivier - - * src/: client.c, client.c: Prevent other shortcuts when performing - Alt+move/resize - -2003-10-15 olivier - - * src/client.c, src/client.h, src/events.c, src/misc.c, src/misc.h, - themes/bbs/themerc: Make sure we use event time for grab/ungrab in - resize/move/cycle, Grab keybd when moving/resizing even when using - just the mouse, Use closest corner for resize using Alt+right click - resizing. Wrong offset in bbs vertical title align - -2003-10-15 olivier - - * themes/bbs/themerc: Wrong offset in bbs vertical title align - -2003-10-15 olivier + * src/: client.c, events.c: Still bug fix in new focus code - * src/: client.c, client.h, events.c, misc.c, misc.h: Make sure we - use event time for grab/ungrab in resize/move/cycle, Grab keybd - when moving/resizing even when using just the mouse, Use closest - corner for resize using Alt+right click resizing. +2004-03-17 18:59 olivier -2003-10-14 olivier + * src/: client.c, events.c (xfce_4_0): Still bug fix in new focus + code - * src/client.c, 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/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Sync with my local tree - -2003-10-13 olivier +2004-03-16 22:15 olivier * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Apply changes from my - local tree + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: This is the only theme I liked; so I put + it back as default. -2003-10-13 jasper +2004-03-16 21:54 olivier - * ChangeLog: Update ChangeLog's after syncing with SF. Everything - should now be up-to-date. + * src/: client.c, client.h, events.c, settings.c, workspaces.c + (xfce_4_0): Fix a bunch of focus problems with new focus mgt + code. -2003-10-13 jasper +2004-03-16 21:45 olivier - * ChangeLog: Update ChangeLog's after syncing with SF. Everything - should now be up-to-date. + * src/: client.c, client.h, events.c, settings.c, workspaces.c: Fix + a bunch of focus problems with new focus mgt code. -2003-10-13 jasper +2004-03-15 08:36 olivier - * ChangeLog, configure, configure.ac, src/client.c, src/events.c, - src/settings.c, themes/Makefile.am, themes/Makefile.in, - 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/close-active.xpm, themes/default/close-inactive.xpm, - themes/default/close-pressed.xpm, themes/default/hide-active.xpm, - themes/default/hide-inactive.xpm, themes/default/hide-pressed.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-inactive.xpm, - themes/default/maximize-pressed.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/maximize-toggled-inactive.xpm, - themes/default/maximize-toggled-pressed.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/stick-active.xpm, themes/default/stick-inactive.xpm, - themes/default/stick-pressed.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/stick-toggled-inactive.xpm, - themes/default/stick-toggled-pressed.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm, - themes/default.keys/keythemerc, themes/tgc-large/Makefile.am, - themes/tgc-large/Makefile.in, themes/tgc-large/README, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: - Huge update to get new repository in sync with the one on SF. We - lose some CVS history here, but I will include the missing - ChangeLog entries here: - - +++ - - 2003-10-12 23:13 xfce - - * xfce4/xfce4rc, xfwm4/src/client.c: Add --no-desktop to - default - nautilus entry Use Height/Width on Mwm hints updates - - 2003-10-10 23:51 edscott - - * xffm/libs/: menu_callbacks.c, run.c: fixed another - g_strchug() - bug - - 2003-10-10 23:15 xfce - - * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that - DPI - settings load even on workstations w/out cpp - - 2003-10-10 22:38 xfce - - * xfwm4/: configure, configure.ac, themes/Makefile.am, - themes/Makefile.in, themes/tgc-large/Makefile.am, - themes/tgc-large/Makefile.in, themes/tgc-large/README, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, - themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: Add tgc-large as - in HEAD - branch - - 2003-10-10 22:06 xfce - - * libxfcegui4/libxfcegui4/netk-pager.c, - xfwm4/themes/default/bottom-active.xpm, - xfwm4/themes/default/bottom-inactive.xpm, - xfwm4/themes/default/bottom-left-active.xpm, - xfwm4/themes/default/bottom-left-inactive.xpm, - xfwm4/themes/default/bottom-right-active.xpm, - xfwm4/themes/default/bottom-right-inactive.xpm, - xfwm4/themes/default/close-active.xpm, - xfwm4/themes/default/close-inactive.xpm, - xfwm4/themes/default/close-pressed.xpm, - xfwm4/themes/default/hide-active.xpm, - xfwm4/themes/default/hide-inactive.xpm, - xfwm4/themes/default/hide-pressed.xpm, - xfwm4/themes/default/left-active.xpm, - xfwm4/themes/default/left-inactive.xpm, - xfwm4/themes/default/maximize-active.xpm, - xfwm4/themes/default/maximize-inactive.xpm, - xfwm4/themes/default/maximize-pressed.xpm, - xfwm4/themes/default/maximize-toggled-active.xpm, - xfwm4/themes/default/maximize-toggled-inactive.xpm, - xfwm4/themes/default/maximize-toggled-pressed.xpm, - xfwm4/themes/default/menu-active.xpm, - xfwm4/themes/default/menu-inactive.xpm, - xfwm4/themes/default/menu-pressed.xpm, - xfwm4/themes/default/right-active.xpm, - xfwm4/themes/default/right-inactive.xpm, - xfwm4/themes/default/shade-active.xpm, - xfwm4/themes/default/shade-inactive.xpm, - xfwm4/themes/default/shade-pressed.xpm, - xfwm4/themes/default/shade-toggled-active.xpm, - xfwm4/themes/default/shade-toggled-inactive.xpm, - xfwm4/themes/default/shade-toggled-pressed.xpm, - xfwm4/themes/default/stick-active.xpm, - xfwm4/themes/default/stick-inactive.xpm, - xfwm4/themes/default/stick-pressed.xpm, - xfwm4/themes/default/stick-toggled-active.xpm, - xfwm4/themes/default/stick-toggled-inactive.xpm, - xfwm4/themes/default/stick-toggled-pressed.xpm, - xfwm4/themes/default/title-1-active.xpm, - xfwm4/themes/default/title-1-inactive.xpm, - xfwm4/themes/default/title-2-active.xpm, - xfwm4/themes/default/title-2-inactive.xpm, - xfwm4/themes/default/title-3-active.xpm, - xfwm4/themes/default/title-3-inactive.xpm, - xfwm4/themes/default/title-4-active.xpm, - xfwm4/themes/default/title-4-inactive.xpm, - xfwm4/themes/default/title-5-active.xpm, - xfwm4/themes/default/title-5-inactive.xpm, - xfwm4/themes/default/top-left-active.xpm, - xfwm4/themes/default/top-left-inactive.xpm, - xfwm4/themes/default/top-right-active.xpm, - xfwm4/themes/default/top-right-inactive.xpm: Basically - revert to - "pre" xfwm4 default style that looked better than 4.0.0 - - 2003-10-10 20:21 huysmans - - * xfce4/plugins/pager/pager.c: Fix resizing bug - - 2003-10-08 23:35 xfce - - * xfwm4/src/: client.c, events.c, settings.c: Fix - raise/lower patch - - 2003-10-08 22:34 xfce - - * xfwm4/: src/settings.c, themes/default.keys/keythemerc: - Fix - raise/lower key shortcut - - 2003-10-07 22:37 xfce - - * xffm/libs/input.c: With gtk 2.2.3/2.2.4 the - gtk_getentrytext_function does not return "" but NULL. - - 2003-10-07 22:31 xfce - - * xfwm4/themes/tgc-large/: Makefile.am, Makefile.in, - README, - bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, close-active.xpm, - close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, left-active.xpm, left-inactive.xpm, - maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, - stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, - themerc, - title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Change - default theme, - keep old 4.0 theme as default-4.0 and add tgc-large theme - Include - improvements for fullscreen mode for gst from Arwed von - Merkatz - <v.merkatz@gmx.net> - - 2003-10-07 22:14 xfce - - * xffm/libs/run.c, xfwm4/ChangeLog, xfwm4/configure, - xfwm4/configure.ac, xfwm4/src/client.c, xfwm4/src/events.c: - Include - changes for gst fullscreen mode as suggested by Arwed von - Merkatz - <v.merkatz@gmx.net> Include fix for "run..." in xffm from - Edscott - - +++ - -2003-10-13 jasper + * aclocal.m4, configure, configure.ac, po/ar.gmo, po/ar.po, + po/bg.gmo, po/bg.po, po/it.gmo, po/it.po: Add/update i18n for: + Bulgarian from Miroslav Yordanov <miordanov@i-space.org> and + Peter Slavov <peshka@i-space.org> Italian from Alex Dupre + <ale@FreeBSD.org> Arabic from Saleh Hathal + <hathalsal@hotmail.com> - * configure, configure.ac, doc/C/xfwm4.html, doc/C/xfwm4.xml, - doc/C/images/Makefile.am, doc/C/images/Makefile.in, - doc/C/images/xfwm_workspaces.png, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, mcs-plugin/margins.c, mcs-plugin/margins.h, - mcs-plugin/margins_plugin.c, mcs-plugin/plugin.c, - mcs-plugin/plugin.h, mcs-plugin/workspaces-icon.h, - mcs-plugin/workspaces.c, mcs-plugin/workspaces.h, - mcs-plugin/workspaces.png, src/client.c, src/events.c, - src/settings.c, themes/Makefile.am, themes/Makefile.in, - 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/close-active.xpm, themes/default/close-inactive.xpm, - themes/default/close-pressed.xpm, themes/default/hide-active.xpm, - themes/default/hide-inactive.xpm, themes/default/hide-pressed.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-inactive.xpm, - themes/default/maximize-pressed.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/maximize-toggled-inactive.xpm, - themes/default/maximize-toggled-pressed.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/stick-active.xpm, themes/default/stick-inactive.xpm, - themes/default/stick-pressed.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/stick-toggled-inactive.xpm, - themes/default/stick-toggled-pressed.xpm, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm, - themes/default.keys/keythemerc, themes/tgc-large/Makefile.am, - themes/tgc-large/Makefile.in, themes/tgc-large/README, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: - - Huge commit to bring new repository in sync with SF. We are losing - some CVS history here, but for completeness sake I'm including the - ChangeLog entries here: - - +++ - - 2003-10-11 00:08 edscott - - * xffm/src/: add_folder.c, add_node_contents.c, - callbacks.c, - keybindings.c, main.c, treeview.c: do second letter search - if first - letter is / -- DONE autohide diagnostics on click or - keypress--DONE - compare dates between mime file and dbh file before - updating - applications -- DONE scroll by keyboard debugged and - enhanced - --DONE g_strchug() crash on openwith by menu... --FIXED on - go_up do - not place in history, nor back nor forward --DONE - - 2003-10-11 00:05 edscott - - * xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h, - libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c, - libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c, - libs/menu.c, - libs/menu_callbacks.c, libs/misc.c, libs/misc.h, - libs/monitor.c, - libs/new_win.c, libs/pasteboard.c, libs/print.c, - libs/refresh.c, - libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, - libs/run.h, - libs/scramble.c, libs/symlink.c, libs/terminal.c, - libs/touch.c, - libs/trash.c, libs/xfdiff.c, smb/smb_download.c, - smb/smb_list.c: do - second letter search if first letter is / -- DONE autohide - diagnostics on click or keypress--DONE compare dates - between mime - file and dbh file before updating applications -- DONE - scroll by - keyboard debugged and enhanced --DONE g_strchug() crash on - openwith - by menu... --FIXED on go_up do not place in history, nor - back nor - forward --DONE - - 2003-10-10 23:19 xfce - - * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that - DPI - settings load even on workstations w/out cpp - - 2003-10-10 22:17 xfce - - * libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure, - xfwm4/configure.ac, xfwm4/themes/Makefile.am, - xfwm4/themes/Makefile.in, - xfwm4/themes/default/bottom-active.xpm, - xfwm4/themes/default/bottom-inactive.xpm, - xfwm4/themes/default/bottom-left-active.xpm, - xfwm4/themes/default/bottom-left-inactive.xpm, - xfwm4/themes/default/bottom-right-active.xpm, - xfwm4/themes/default/bottom-right-inactive.xpm, - xfwm4/themes/default/close-active.xpm, - xfwm4/themes/default/close-inactive.xpm, - xfwm4/themes/default/close-pressed.xpm, - xfwm4/themes/default/hide-active.xpm, - xfwm4/themes/default/hide-inactive.xpm, - xfwm4/themes/default/hide-pressed.xpm, - xfwm4/themes/default/left-active.xpm, - xfwm4/themes/default/left-inactive.xpm, - xfwm4/themes/default/maximize-active.xpm, - xfwm4/themes/default/maximize-inactive.xpm, - xfwm4/themes/default/maximize-pressed.xpm, - xfwm4/themes/default/maximize-toggled-active.xpm, - xfwm4/themes/default/maximize-toggled-inactive.xpm, - xfwm4/themes/default/maximize-toggled-pressed.xpm, - xfwm4/themes/default/menu-active.xpm, - xfwm4/themes/default/menu-inactive.xpm, - xfwm4/themes/default/menu-pressed.xpm, - xfwm4/themes/default/right-active.xpm, - xfwm4/themes/default/right-inactive.xpm, - xfwm4/themes/default/shade-active.xpm, - xfwm4/themes/default/shade-inactive.xpm, - xfwm4/themes/default/shade-pressed.xpm, - xfwm4/themes/default/shade-toggled-active.xpm, - xfwm4/themes/default/shade-toggled-inactive.xpm, - xfwm4/themes/default/shade-toggled-pressed.xpm, - xfwm4/themes/default/stick-active.xpm, - xfwm4/themes/default/stick-inactive.xpm, - xfwm4/themes/default/stick-pressed.xpm, - xfwm4/themes/default/stick-toggled-active.xpm, - xfwm4/themes/default/stick-toggled-inactive.xpm, - xfwm4/themes/default/stick-toggled-pressed.xpm, - xfwm4/themes/default/themerc, - xfwm4/themes/default/title-1-active.xpm, - xfwm4/themes/default/title-1-inactive.xpm, - xfwm4/themes/default/title-2-active.xpm, - xfwm4/themes/default/title-2-inactive.xpm, - xfwm4/themes/default/title-3-active.xpm, - xfwm4/themes/default/title-3-inactive.xpm, - xfwm4/themes/default/title-4-active.xpm, - xfwm4/themes/default/title-4-inactive.xpm, - xfwm4/themes/default/title-5-active.xpm, - xfwm4/themes/default/title-5-inactive.xpm, - xfwm4/themes/default/top-left-active.xpm, - xfwm4/themes/default/top-left-inactive.xpm, - xfwm4/themes/default/top-right-active.xpm, - xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 - default - theme to the one found in pre-release as it looked better - Fix a - very small thing in netk-pager - - 2003-10-10 19:21 huysmans - - * xfce4/plugins/pager/pager.c: Fix resizing bug - - 2003-10-09 23:41 huysmans - - * xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move - workspace - names settings into settings plugin. Rename count to - Xfwm/WorkspaceCount for consistency. - - 2003-10-09 23:03 xfce - - * libxfcegui4/: configure, configure.ac: Increase version - number - - 2003-10-09 22:13 xfce - - * xfwm4/themes/default/: close-active.xpm, - close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, - maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, - stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, - themerc, - title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: - Change default theme for 4.2 - - 2003-10-09 15:19 edscott - - * xffm/: glade_intl, src/glade_callbacks.h, - src/glade_gui.c.bak, - src/glade_gui.h: remove obsolete files - - 2003-10-09 07:04 edscott - - * xffm/src/: Makefile.am, Makefile.in, callbacks.c, - keybindings.c, - keybindings.h, treeview.c, treeview.h: scroll by keyboard - is now - case insensitive, if shift is pressed, scroll search w ill - proceed - backwards. Backward scroll-search will not wrap. Forward - scroll-sear ch will wrap (as before). - - 2003-10-09 04:14 edscott - - * xffm/: glade/xffm_main.glade, libs/apps.c, - libs/bookmarks.c, - libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c, - libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c, - libs/goto.h, - libs/icons.c, libs/input.c, libs/menu.c, - libs/menu_callbacks.c, - libs/misc.c, libs/monitor.c, libs/options.c, - libs/options.h, - libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h, - libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c, - libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c, - smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c, - src/main.c, src/treeview.c, src/widgets.c: eliminate all - warnings - when compiling with --enable-debug - - 2003-10-09 01:46 edscott - - * xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade, - glade/xffm_find.gladep, glade/xffm_main.glade, - glade/xffm_main.gladep, glade/xffm_remove.glade, - glade/xffm_remove.gladep, libs/Makefile.am, - libs/Makefile.in, - libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h, - libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c, - libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c, - libs/goto.c, libs/help.c, libs/input.c, libs/input.h, - libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c, - libs/monitor.c, libs/new.c, libs/options.c, - libs/pasteboard.c, - libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c, - libs/rename.c, libs/run.c, libs/scramble.c, - libs/settings.c, - libs/symlink.c, libs/terminal.c, libs/touch.c, - libs/trash.c, - libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c, - src/Makefile.am, src/Makefile.in, src/add_file.c, - src/add_folder.c, - src/add_node_contents.c, src/aux.c, src/callbacks.c, - src/glade_callbacks.c, src/glade_find_callbacks.c, - src/glade_find_callbacks.h, src/glade_find_gui.c, - src/glade_find_gui.h, src/glade_gui.c, - src/glade_main_callbacks.c, - src/glade_main_callbacks.h, src/glade_main_gui.c, - src/glade_main_gui.h, src/glade_remove_callbacks.c, - src/glade_remove_callbacks.h, src/glade_remove_gui.c, - src/glade_remove_gui.h, src/main.c, src/mcs-manager.c, - src/treeview.c, src/widgets.c: broke glade files into three - parts - - 2003-10-08 23:43 xfce - - * xfwm4/src/: client.c, events.c, settings.c: [no log - message] - - 2003-10-08 22:29 xfce - - * xfwm4/themes/default.keys/keythemerc: Change raise/lower - key - - 2003-10-08 22:24 xfce - - * xfwm4/: src/settings.c, themes/default.keys/keythemerc: - Fix - raise/lower key shortcut patch - - 2003-10-08 22:12 xfce - - * xfwm4/: configure, configure.ac, themes/Makefile.am, - themes/Makefile.in, themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Add missing files - - 2003-10-08 10:20 huysmans - - * xfdesktop/doc/C/xfdesktop.html, - xfdesktop/doc/C/xfdesktop.xml, - xfdesktop/doc/C/images/Makefile.am, - xfdesktop/doc/C/images/Makefile.in, - xfdesktop/doc/C/images/xfdesktop-workspace.png, - xfdesktop/settings/Makefile.am, - xfdesktop/settings/Makefile.in, - xfdesktop/settings/backdrop-icon.h, - xfdesktop/src/Makefile.am, - xfdesktop/src/Makefile.in, xfdesktop/src/menu.c, - xfdesktop/src/settings.c, xfwm4/configure, - xfwm4/configure.ac, - xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml, - xfwm4/doc/C/images/Makefile.am, - xfwm4/doc/C/images/Makefile.in, - xfwm4/doc/C/images/xfwm_workspaces.png, - xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in, - xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h, - xfwm4/mcs-plugin/margins_plugin.c, - xfwm4/mcs-plugin/plugin.c, - xfwm4/mcs-plugin/plugin.h, - xfwm4/mcs-plugin/workspaces-icon.h, - xfwm4/mcs-plugin/workspaces.c, - xfwm4/mcs-plugin/workspaces.h, - xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c, - xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish - update: - merge workspaces dialog from xfdesktop with workspace - margins - dialog from xfwm4. The new dialog is part of xfwm4. - - 2003-10-07 22:44 xfce - - * libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in, - netk-class-group.c, netk-class-group.h, netk-private.h, - netk-screen.c, netk-screen.h, netk-tasklist.c, - netk-window.c, - netk-window.h, netk-xutils.c, netk-xutils.h: Backport - changes from - libwnck HEAD cvs - - 2003-10-07 22:40 xfce - - * xffm/libs/: input.c, run.c: Include Edscott patches - - 2003-10-07 22:31 xfce - - * xfwm4/: configure, configure.ac, src/client.c, - src/events.c, - themes/Makefile.am, themes/Makefile.in, - 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/themerc, themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm, - themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, - themes/tgc-large/README, - themes/tgc-large/bottom-active.xpm, - themes/tgc-large/bottom-inactive.xpm, - themes/tgc-large/bottom-left-active.xpm, - themes/tgc-large/bottom-left-inactive.xpm, - themes/tgc-large/bottom-right-active.xpm, - themes/tgc-large/bottom-right-inactive.xpm, - themes/tgc-large/close-active.xpm, - themes/tgc-large/close-inactive.xpm, - themes/tgc-large/close-pressed.xpm, - themes/tgc-large/hide-active.xpm, - themes/tgc-large/hide-inactive.xpm, - themes/tgc-large/hide-pressed.xpm, - themes/tgc-large/left-active.xpm, - themes/tgc-large/left-inactive.xpm, - themes/tgc-large/maximize-active.xpm, - themes/tgc-large/maximize-inactive.xpm, - themes/tgc-large/maximize-pressed.xpm, - themes/tgc-large/maximize-toggled-active.xpm, - themes/tgc-large/maximize-toggled-inactive.xpm, - themes/tgc-large/maximize-toggled-pressed.xpm, - themes/tgc-large/menu-active.xpm, - themes/tgc-large/menu-inactive.xpm, - themes/tgc-large/menu-pressed.xpm, - themes/tgc-large/right-active.xpm, - themes/tgc-large/right-inactive.xpm, - themes/tgc-large/shade-active.xpm, - themes/tgc-large/shade-inactive.xpm, - themes/tgc-large/shade-pressed.xpm, - themes/tgc-large/shade-toggled-active.xpm, - themes/tgc-large/shade-toggled-inactive.xpm, - themes/tgc-large/shade-toggled-pressed.xpm, - themes/tgc-large/stick-active.xpm, - themes/tgc-large/stick-inactive.xpm, - themes/tgc-large/stick-pressed.xpm, - themes/tgc-large/stick-toggled-active.xpm, - themes/tgc-large/stick-toggled-inactive.xpm, - themes/tgc-large/stick-toggled-pressed.xpm, - themes/tgc-large/themerc, - themes/tgc-large/title-1-active.xpm, - themes/tgc-large/title-1-inactive.xpm, - themes/tgc-large/title-2-active.xpm, - themes/tgc-large/title-2-inactive.xpm, - themes/tgc-large/title-3-active.xpm, - themes/tgc-large/title-3-inactive.xpm, - themes/tgc-large/title-4-active.xpm, - themes/tgc-large/title-4-inactive.xpm, - themes/tgc-large/title-5-active.xpm, - themes/tgc-large/title-5-inactive.xpm, - themes/tgc-large/top-left-active.xpm, - themes/tgc-large/top-left-inactive.xpm, - themes/tgc-large/top-right-active.xpm, - themes/tgc-large/top-right-inactive.xpm: Change default - theme, keep - old 4.0 theme as default-4.0 and add tgc-large theme - Include - improvements for fullscreen mode for gst from Arwed von - Merkatz - <v.merkatz@gmx.net> - - +++ - -2003-09-30 edscott - - * src/: client.c, events.c, settings.c, settings.h: raise/lower by - keypress patch - -2003-09-30 edscott +2004-03-15 00:26 olivier - * src/: client.c, events.c, settings.c, settings.h: apply patch for - raise and lower windows by keyboard + * configure, configure.ac, po/ar.gmo, po/ar.po, po/bg.gmo, + po/bg.po, po/it.gmo, po/it.po, po/xfwm4.pot (xfce_4_0): + Add/update i18n for: Bulgarian from Miroslav Yordanov + <miordanov@i-space.org> and Peter Slavov <peshka@i-space.org> + Italian from Alex Dupre <ale@FreeBSD.org> Arabic from Saleh + Hathal <hathalsal@hotmail.com> -2003-09-27 huysmans +2004-03-14 22:23 olivier - * po/: ta.gmo, ta.po: Update tamil translation + * src/: client.c, events.c (xfce_4_0), client.c, events.c, menu.c: + Improve focus transition Fix a couple of compilation warnings -2003-09-27 huysmans +2004-03-12 23:17 olivier - * po/: ta.gmo, ta.po: Update tamil translations + * src/: events.c (xfce_4_0), events.c: Treat focus change events + while checking for dbl click. -2003-09-22 huysmans +2004-03-12 23:04 olivier - * ChangeLog: Update ChangeLogs + * src/client.c: Put back a small optimization -2003-09-22 huysmans +2004-03-12 23:01 olivier - * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, - es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, hu.gmo, hu.po, - ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo, ms.po, nl.gmo, - nl.po, pl.gmo, pl.po, pt_PT.gmo, pt_PT.po, ru.gmo, ru.po, ta.gmo, - ta.po, tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, zh_CN.po, zh_TW.gmo, - zh_TW.po: Update version numbers and po files for release + * aclocal.m4, configure, configure.ac, po/xfwm4.pot, src/client.c + (xfce_4_0): Set version to 4.0.5 Handle focus transitions the way + it should be. I know that the dbl click detection *will* + introduce some lags, but that's the proper way. -2003-09-22 xfce +2004-03-12 22:31 olivier - * configure, configure.ac, src/client.c: Update version number to - 4.0.0 Improve focus change for modal dialogs in xfwm4 + * src/client.c: HAndle focus ransition they way it should be. I + know that the dbl click detection *will* introduce some lags, but + that's the proper way. -2003-09-21 xfce +2004-03-12 22:07 olivier - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: Reduce corner width + * src/client.c: Fix for client not accepting focus -2003-09-20 xfce +2004-03-10 22:17 olivier - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Reduce size of - decorations for default theme - -2003-09-19 xfce + * themes/default/: themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm: + tweaking to save title space when using few buttons - * doc/C/images/: decoration_style.png, keyboard_and_focus.png, - misc_wm_prefs.png, workspace_margins.png: Change default background - color to #336699 and update screen captures for doc (default WM - decorations are rounded) +2004-03-09 21:36 olivier -2003-09-16 xfce + * src/client.c: Do nothing on BottomIf and TopIf - * src/client.c: Don't remove EWMH hints when restarting, so that - the other WM can pick previous state. +2004-03-09 21:33 olivier -2003-09-15 huysmans + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, stick-active.xpm, stick-toggled-active.xpm: + The final touch! - * configure, configure.ac, po/pt_PT.gmo, po/pt_PT.po: Big portugese - translation update +2004-03-08 20:53 olivier -2003-09-15 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm: Smaller + buttons + +2004-03-07 22:15 olivier - * ChangeLog: Update ChangeLog + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Add a light frame + around the window -2003-09-14 huysmans +2004-03-07 18:29 olivier - * doc/C/: xfwm4.html, xfwm4.xml: Documentation updates + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Reduce title height + +2004-03-07 15:01 olivier + + * po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/ca.gmo, po/ca.po, + po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, + po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, + po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, + po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, + po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, + po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, + po/uk.po, po/vi.gmo, po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po, src/events.c, + src/hints.c, src/hints.h, src/main.c, src/menu.c, src/menu.h, + src/settings.c, src/settings.h, src/workspaces.c, + src/workspaces.h: Include patch for desktop names from Aurelien + Foret <orelien@chez.com> + +2004-03-07 10:06 olivier + + * src/: client.c (xfce_4_0), client.c: Fix a bug reported by danny + last night regarding default placement of non-transient dialogs + +2004-03-07 00:30 olivier + + * themes/default/: hide-active.xpm, hide-pressed.xpm: hide buttons + +2004-03-07 00:17 olivier + + * themes/default/: close-active.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + maximize-active.xpm, maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-pressed.xpm, + shade-active.xpm, shade-pressed.xpm, shade-toggled-active.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-pressed.xpm, + stick-toggled-active.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme change + +2004-03-05 21:03 olivier -2003-09-14 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Remove the black + frame around windows, looks smoother + +2004-03-05 00:58 olivier + + * themes/default/: themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Keep the offset, but reduce the title + height by 2 pixels + +2004-03-05 00:38 olivier - * ChangeLog: Update ChangeLog + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: increase title + height by 1 pix, allows to set title and buttons with a slight + offset (looks a bit nicer IMO) -2003-09-14 xfce +2004-03-05 00:15 olivier - * src/client.c: Use the same technique for real EWMH fullscreen - windows as for legacy emulated fullscreen + * src/events.c (xfce_4_0): Partial fix for #0000128 -2003-09-13 xfce +2004-03-05 00:13 olivier - * ChangeLog: Update ChangeLog + * src/events.c: No XSync() needed -2003-09-13 xfce +2004-03-05 00:12 olivier - * src/client.c: Add check for non-EWMH compliance before applying - fullscreen for legacy apps. + * src/events.c: Partial fix for #0000128 -2003-09-13 huysmans +2004-03-03 19:34 olivier - * doc/C/: xfwm4.html, xfwm4.xml: Update by francois + * po/xfwm4.pot (xfce_4_0): pot file (?) -2003-09-13 xfce +2004-03-03 19:18 olivier - * src/client.c: Cleanup EWMH properties on unframed windows + * po/xfwm4.pot, src/client.c (xfce_4_0): Fix circular linked list + bug -2003-09-12 xfce +2004-03-03 19:13 olivier - * src/: client.c, client.h, events.c, menu.c: Bunch of small fixes: - - Automatically above/normal layer switch added for older legacy - apps trying to achieve fullscreen mode. - Focus won't go to - windows from another desktop on MapRequest event - Fix very rare - freeze under high load when double clicking on menu button - - Support update of wm_protocol properties for apps that set it after - window mapping. + * src/client.c, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm: Fix the circular linked list bug -2003-09-12 xfce +2004-03-02 23:53 olivier - * src/client.c: Don't kill the client application (ala xkill) when - right clicking on the close [X] button anymore (ie read "I remove - that hidden feature" as it's too dangerous, the application has no - chance to recover or prompt the user for unsaved data for example) + * src/: client.c (xfce_4_0), client.c: Enforce layer on modals as + it breaks xfwm4 internal logics otherwise -2003-09-11 xfce +2004-03-02 22:16 olivier - * src/client.c: Don't test WM_PROTOCOLS_DELETE_WINDOW when closing - client (as some client don't set this flag, they get killed while - they do support "wm_delete_window" message. + * po/xfwm4.pot (xfce_4_0): Dummy -2003-09-10 huysmans +2004-03-02 20:00 olivier - * ChangeLog: Update ChangeLogs + * themes/default/: README, bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Defaut theme change -2003-09-10 huysmans +2004-03-01 23:20 olivier - * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, - po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, - po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, - po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, - po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, - po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, - po/zh_TW.po: Update version numbers and po files for release + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Prolly one of the most simplistic themes + +2004-03-01 22:09 benny + + * m4/debug.m4: Added --enable-gcov to compile xfce with support for + coverage tests. Very useful. + +2004-02-28 18:24 olivier + + * ltmain.sh, po/xfwm4.pot (xfce_4_0): sync for 4.0.4 release + +2004-02-28 16:04 olivier + + * src/client.c (xfce_4_0): Fix for apps using cascading modals + +2004-02-28 15:56 olivier + + * src/client.c: Fix for apps using cascading modals + +2004-02-27 22:31 olivier + + * config.h.in, configure, configure.ac, defaults/defaults.in, + mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, + mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in, + src/parserc.c, src/parserc.h, src/settings.c, themes/Makefile.am, + themes/Makefile.in, themes/default/Makefile.am, + themes/default/Makefile.in, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/right-active.xpm, + themes/default/right-inactive.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in, + themes/default.keys/Makefile.am, themes/default.keys/Makefile.in, + themes/opta/Makefile.am, themes/opta/Makefile.in, + themes/synthetic/Makefile.am, themes/synthetic/Makefile.in: Use + standard location for xfwm4 themes (breaking backward compat, + older themes won't show anymore) + +2004-02-26 00:36 olivier + + * 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, .cdtproject, configure, + configure.ac, ltmain.sh, .project, themes/Makefile.am, + themes/Makefile.in: Reorg xfwm4 theme by moving most theme from + xfwm4 base package to xfwm4-themes + +2004-02-25 20:03 olivier -2003-09-08 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Daily theme change + +2004-02-24 22:13 olivier - * doc/C/: xfwm4.html, xfwm4.xml: Update xfwm doc + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Daily theme change + +2004-02-24 08:31 olivier -2003-09-08 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: New theme + +2004-02-19 22:10 olivier - * po/: ru.gmo, ru.po: Update russian translations + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Use odd height for title -2003-09-07 xfce +2004-02-19 20:15 olivier - * src/events.c: Fix typo + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Daily theme cron job :) + +2004-02-18 21:08 olivier -2003-09-05 xfce + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Tweaking - * src/events.c: Flush X buffer before and after grabbing mouse in - double click detection +2004-02-18 19:14 olivier -2003-09-02 huysmans + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Reduce title height, give more space to + the top corners, use square corners at bottom. - * po/: ms.gmo, ms.po: Update malaysian translations +2004-02-18 07:59 olivier -2003-09-01 xfce + * src/: client.c, client.h: Use a serial number instead of a + timestamp for transient property check - * src/hints.c: More 64bit + endianess fixes +2004-02-18 07:53 olivier -2003-09-01 xfce + * src/: client.c, client.h (xfce_4_0): Use a serial number instead + of a timestamp for transient property check - * src/: client.c, hints.c, hints.h, main.c, main.h, workspaces.c, - workspaces.h: Use "int" where "int" is to be used instead of CARD32 - (for portability) +2004-02-17 23:38 olivier -2003-09-01 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: New default theme - * src/: client.c, hints.c: Code cleanup (for portability) +2004-02-17 23:36 olivier -2003-08-31 xfce + * src/: client.c, client.h, events.c, main.c, main.h, workspaces.c: + Resync with xfce_4_0 branch: Keep track of window creation + timestamp for "transient for group" management, Simplify code a + bit, should be handled with care. - * src/: client.c, hints.h: Use "unsigned long" instead of CARD32 - for MWM hints as CARD32 seems to cause trouble on Alpha. +2004-02-17 23:25 olivier -2003-08-30 xfce + * src/client.c (xfce_4_0): Simplify code a bit, should be handled + with care. - * src/events.c: Remove auto unhide feature because it causes - problems with some apps (Lotus Notes R5 under Wine being an - example) +2004-02-17 23:16 olivier -2003-08-30 huysmans + * src/: client.c, client.h, events.c, main.c, main.h, workspaces.c + (xfce_4_0): Keep track of window creation timestamp for + "transient for group" management - * aclocal.m4, configure, configure.ac, po/zh_TW.Big5.gmo, - po/zh_TW.Big5.po, po/zh_TW.gmo, po/zh_TW.po: Rename zh_TW.Big5 -> - zh_TW +2004-02-17 20:36 jasper -2003-08-30 huysmans + * configure.ac, po/ms.gmo, po/ms.po: Update Malay translations - * po/: zh_TW.Big5.gmo, zh_TW.Big5.po: Add traditional chinese - translations +2004-02-16 22:43 olivier -2003-08-30 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Drop the 2 pix + black frame + +2004-02-16 21:19 olivier + + * src/client.c (xfce_4_0): Typo + +2004-02-16 00:09 dannym + + * src/client.c: fix oliver's typo ;) + +2004-02-15 22:26 olivier + + * src/: client.c, events.c: Place (non transients) modals at a + normal layer, or on top of its parent window if on a upper layer, + Restore windows on current workspace as default (bug id #0000115 + and #0000116) + +2004-02-15 22:13 olivier + + * src/: client.c, events.c (xfce_4_0): Place (non transients) + modals at a normal layer, or on top of its parent window if on a + upper layer, Restore windows on current workspace as default (bug + id #0000115 and #0000116) + +2004-02-13 18:26 olivier - * src/events.c: Add traces. + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Theme change + +2004-02-12 23:29 olivier -2003-08-30 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm: Add inner frame - * src/: hints.c, hints.h: Blender sets only 4 elements in MWM hints - intead of 5 as defined, as we ignore the fifth element anyway, read - only 4 elements and make blender happy... +2004-02-12 22:34 olivier -2003-08-26 huysmans + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Daily theme change - * ChangeLog: Update changelogs +2004-02-11 21:44 jasper -2003-08-26 huysmans + * configure, ltmain.sh, po/eu.gmo, po/eu.po: Add Basque (eu) + translations - * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, - es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, hu.gmo, hu.po, - ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo, ms.po, nl.gmo, - nl.po, pl.gmo, pl.po, ru.gmo, ru.po, ta.gmo, ta.po, tr.gmo, tr.po, - xfwm4.pot, zh_CN.gmo, zh_CN.po: Update version numbers and po files - for release +2004-02-10 21:14 olivier -2003-08-25 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, close-inactive.xpm, hide-inactive.xpm, + maximize-inactive.xpm, maximize-toggled-inactive.xpm, + menu-inactive.xpm, shade-inactive.xpm, + shade-toggled-inactive.xpm, stick-inactive.xpm, + stick-toggled-inactive.xpm, themerc: Theme - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - right-active.xpm, right-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Smoothen frame shadow on default theme +2004-02-09 23:17 olivier -2003-08-25 xfce + * src/client.c (xfce_4_0): Experimental fix for windows not being + withdrawn when unmap occurs before fist map. - * src/: client.c, events.c, misc.c, misc.h, workspaces.c: Remove - the "stashEventTime()" and "getEventTime()" functions as it causes - more trouble than it fixes. +2004-02-09 23:13 olivier -2003-08-24 xfce + * src/client.c: Experimental fix for windows not being withdrawn + when unmap occurs before fist map. - * src/workspaces.c: Fix focus on transients not being restored on - w/s switch +2004-02-09 20:46 olivier -2003-08-24 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: pixmaps + +2004-02-09 07:50 olivier + + * src/: client.c (xfce_4_0), client.c: Make sure we grab buttons + when passing focus + +2004-02-08 23:34 olivier + + * src/client.c (xfce_4_0): Bug fix in getTopMostFocusable() Pass + focus in clientUnmap() + +2004-02-08 23:30 olivier + + * src/client.c: Bug fix in getTopMostFocusable() Pass focus in + clientUnmap() + +2004-02-08 00:05 olivier + + * themes/default/: close-active.xpm, close-pressed.xpm, + hide-active.xpm, hide-pressed.xpm, maximize-active.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-pressed.xpm, + shade-active.xpm, shade-pressed.xpm, shade-toggled-active.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-pressed.xpm, + stick-toggled-active.xpm, stick-toggled-pressed.xpm: Dark frame + arround active buttons + +2004-02-07 23:52 olivier - * src/events.c: Fix focus on desktop switch + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc: + Smooth button frame + +2004-02-05 20:34 olivier -2003-08-24 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Change default theme (last change, + promise:) + +2004-02-04 22:06 olivier - * src/: client.c, client.h, events.c: Fix focus problem with - Motif/Lesstif apps + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme for xfwm4 + +2004-02-03 22:29 olivier -2003-08-24 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + +2004-02-02 23:11 olivier - * src/: client.c, client.h, events.c: Reimplement MapRequest - handling in a cleaner way. + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Back to previous + +2004-01-30 12:56 olivier -2003-08-17 huysmans + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: ic the light now - * configure, configure.ac, po/lt.gmo, po/lt.po: Add lithuanian - translations +2004-01-30 08:07 jasper -2003-08-14 xfce + * configure, configure.ac, ltmain.sh, po/es.gmo, po/es.po, + po/fa_IR.gmo, po/fa_IR.po, po/pt_BR.gmo, po/pt_BR.po, + po/zh_CN.gmo, po/zh_CN.po (xfce_4_0): Update translations for + spanish, persian, brasilian and chinese - * src/: client.c, events.c: Simplify the mapping/unmapping - management and bug fixes +2004-01-29 22:01 olivier -2003-08-14 xfce + * src/events.c: Rework the patch from yesterday to handle FocusIn + on the root win (ie more general case) - * po/xfwm4.pot: Update +2004-01-29 21:57 olivier -2003-08-14 xfce + * src/events.c (xfce_4_0): Rework the patch from yesterday to + handle FocusIn on the root win (ie more general case) - * src/: client.c, events.c: Even more changes and fixes (I hope) +2004-01-29 21:33 olivier -2003-08-13 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Smaller title + +2004-01-29 16:51 jasper + + * po/: fa_IR.gmo, fa_IR.po: Update Persian translations + +2004-01-28 23:50 olivier + + * src/: client.c, client.h, events.c, workspaces.c: Use bit based + flag param for clientSetFocus instead of a bunch of gbooleans Add + FOCUS_FORCE to clientSetFocus Handle FocusOut from Motif combo + menu nicely and force focus back to dialog + +2004-01-28 23:33 olivier + + * po/xfwm4.pot, src/client.c, src/client.h, src/events.c, + src/workspaces.c (xfce_4_0): Use bit based flag param for + clientSetFocus instead of a bunch of gbooleans Add FOCUS_FORCE to + clientSetFocus Handle FocusOut from Motif combo menu nicely and + force focus back to dialog + +2004-01-27 21:15 olivier + + * src/client.c, src/client.h, src/events.c, themes/default/README, + themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Improve grab/ungrab of + Button1 Change default theme + +2004-01-27 21:13 olivier + + * po/xfwm4.pot, src/client.c, src/events.c (xfce_4_0): Improve + grab/ungrab of Button1 + +2004-01-26 23:38 olivier + + * themes/default/: themerc, top-left-inactive.xpm, + top-right-inactive.xpm: corners + +2004-01-25 16:03 olivier + + * themes/default/themerc: Add shadow to active title text + +2004-01-25 15:38 olivier + + * themes/default/: close-active.xpm, hide-active.xpm, + maximize-active.xpm, maximize-toggled-active.xpm, + menu-active.xpm, shade-active.xpm, shade-toggled-active.xpm, + stick-active.xpm, stick-toggled-active.xpm: Smoother shadow on + active buttons + +2004-01-25 15:16 olivier + + * src/: client.c, events.c, settings.c (xfce_4_0): Rearrange + grab/ungrab of button1 + +2004-01-25 15:09 olivier + + * src/: client.c, events.c, settings.c: Rearrange grab/ungrab of + button1 + +2004-01-25 01:11 olivier + + * configure, configure.ac, po/fa_IR.gmo, po/fa_IR.po, src/client.c + (xfce_4_0): Update libtool and other automake, autoconf and + gettext. + +2004-01-25 01:08 olivier + + * Makefile.in, aclocal.m4, compile, config.guess, config.h.in, + config.sub, configure, depcomp, install-sh, ltmain.sh, missing, + mkinstalldirs, defaults/Makefile.in, doc/Makefile.in, + doc/C/Makefile.in, doc/C/images/Makefile.in, doc/fr/Makefile.in, + doc/fr/images/Makefile.in, mcs-plugin/Makefile.in, po/xfwm4.pot, + src/Makefile.in, src/client.c, themes/Makefile.in, + themes/default/Makefile.in, themes/default-4.0/Makefile.in, + themes/default.keys/Makefile.in, themes/opta/Makefile.in, + themes/synthetic/Makefile.in: Update libtool and other automake, + autoconf and gettext packages + +2004-01-24 17:50 olivier + + * src/: client.c, client.h, events.c, keyboard.c, keyboard.h, + main.c, settings.c: Try to fix bug #92 by properly ungrabbing + buttons when needed. Beware, this is fairly sensitive changes and + might be still a bit rough on the edges. Try to fix bug #82 by + selecting a more appropriate visual. + +2004-01-24 17:36 olivier + + * po/xfwm4.pot, src/client.c (xfce_4_0): A bit too much of cleanup + in clientPassFocus() + +2004-01-24 16:19 olivier + + * Makefile.in, aclocal.m4, compile, config.guess, config.h.in, + config.sub, configure, configure.ac, depcomp, install-sh, + ltmain.sh, missing, mkinstalldirs, defaults/Makefile.in, + doc/Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, + doc/fr/Makefile.in, doc/fr/images/Makefile.in, + mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in, + src/client.c, src/client.h, src/events.c, src/keyboard.c, + src/keyboard.h, src/main.c, src/settings.c, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in + (xfce_4_0): Try to fix bug #92 by properly ungrabbing buttons + when needed. Beware, this is fairly sensiteite and might be still + a bit rough on the edges. Try to fix bug #82 by selecting a more + appropriate visual Update auto* and libtool chain. - * src/: client.c, events.c, events.h, misc.c, misc.h, workspaces.c: - Code reorg. +2004-01-22 21:46 olivier -2003-08-13 xfce + * themes/default/: title-2-active.xpm, title-4-active.xpm: Shadows - * src/: client.c, events.c: Unset CLIENT_FLAG_MAPPED when - iconifying (and only then) +2004-01-22 21:36 olivier -2003-08-13 xfce + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Small changes in default theme - * src/: client.c, client.h, events.c, events.h, menu.c, misc.c, - workspaces.c: Adopt a MapRequest/MapNotify/UnmapNotify scheme that - is similar to xfwm3 that was rock solid... +2004-01-21 14:43 jasper -2003-08-12 xfce + * configure, configure.ac, po/es.gmo, po/es.po, po/fa_IR.gmo, + po/fa_IR.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, + po/pt_BR.gmo, po/pt_BR.po, po/zh_CN.gmo, po/zh_CN.po: + Translations added/updated for spanish, persian, japanese, + korean, brasilian and chinese - * src/client.c: Send configure notify after resizing +2004-01-20 22:57 olivier -2003-08-12 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Redo corners + +2004-01-19 21:47 olivier + + * themes/default/: README, bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme to something really different! + +2004-01-17 12:09 olivier - * src/client.c: Remove some XSync() calls that were introduced in - the debug process lately. + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme + +2004-01-14 22:41 olivier -2003-08-12 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Very slick, flat, + default theme + +2004-01-13 23:08 olivier + + * src/hints.c (xfce_4_0): Sync with HEAD: Fix a return w/out value + as rightly spotted by Benny. + +2004-01-13 23:06 olivier + + * src/hints.c: Put back a return with value spotted by Benny. + +2004-01-13 22:37 olivier + + * src/hints.c: Revert Benny change that breaks the WM behaviour + +2004-01-13 21:55 olivier - * src/: client.c, client.h, events.c, hints.c, hints.h, main.c, - settings.c, workspaces.c: A deseperate attempt to fix remaining - bugs in xfwm4 + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme + +2004-01-13 21:13 benny + + * mcs-plugin/workspaces.c, src/events.c, src/hints.c, src/misc.c: + Various fixes to get the beast compiled with gcc 3.3.x and -Wall + -Werror. We have to take special care about new ISO C aliasing + rules. + +2004-01-13 21:11 olivier + + * themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm (xfce_4_0), + po/xfwm4.pot, themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm: Pixmap for buttons + were actually larger than advertised. + +2004-01-11 21:42 olivier + + * configure, configure.ac (xfce_4_0): Set version to 4.0.3.1 + +2004-01-11 09:42 olivier + + * xfwm4.spec.in (xfce_4_0): Very small change in spec file + +2004-01-11 00:33 olivier + + * configure, configure.ac, po/de.gmo, themes/Makefile.am, + themes/Makefile.in, themes/default/README, + 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/synthetic/Makefile.am, themes/synthetic/Makefile.in, + themes/synthetic/README, themes/synthetic/bottom-active.xpm, + themes/synthetic/bottom-inactive.xpm, + themes/synthetic/bottom-left-active.xpm, + themes/synthetic/bottom-left-inactive.xpm, + themes/synthetic/bottom-right-active.xpm, + themes/synthetic/bottom-right-inactive.xpm, + themes/synthetic/close-active.xpm, + themes/synthetic/close-inactive.xpm, + themes/synthetic/close-pressed.xpm, + themes/synthetic/hide-active.xpm, + themes/synthetic/hide-inactive.xpm, + themes/synthetic/hide-pressed.xpm, + themes/synthetic/left-active.xpm, + themes/synthetic/left-inactive.xpm, + themes/synthetic/maximize-active.xpm, + themes/synthetic/maximize-inactive.xpm, + themes/synthetic/maximize-pressed.xpm, + themes/synthetic/maximize-toggled-active.xpm, + themes/synthetic/maximize-toggled-inactive.xpm, + themes/synthetic/maximize-toggled-pressed.xpm, + themes/synthetic/menu-active.xpm, + themes/synthetic/menu-inactive.xpm, + themes/synthetic/menu-pressed.xpm, + themes/synthetic/right-active.xpm, + themes/synthetic/right-inactive.xpm, + themes/synthetic/shade-active.xpm, + themes/synthetic/shade-inactive.xpm, + themes/synthetic/shade-pressed.xpm, + themes/synthetic/shade-toggled-active.xpm, + themes/synthetic/shade-toggled-inactive.xpm, + themes/synthetic/shade-toggled-pressed.xpm, + themes/synthetic/stick-active.xpm, + themes/synthetic/stick-inactive.xpm, + themes/synthetic/stick-pressed.xpm, + themes/synthetic/stick-toggled-active.xpm, + themes/synthetic/stick-toggled-inactive.xpm, + themes/synthetic/stick-toggled-pressed.xpm, + themes/synthetic/themerc, themes/synthetic/title-1-active.xpm, + themes/synthetic/title-1-inactive.xpm, + themes/synthetic/title-2-active.xpm, + themes/synthetic/title-2-inactive.xpm, + themes/synthetic/title-3-active.xpm, + themes/synthetic/title-3-inactive.xpm, + themes/synthetic/title-4-active.xpm, + themes/synthetic/title-4-inactive.xpm, + themes/synthetic/title-5-active.xpm, + themes/synthetic/title-5-inactive.xpm, + themes/synthetic/top-left-active.xpm, + themes/synthetic/top-left-inactive.xpm, + themes/synthetic/top-right-active.xpm, + themes/synthetic/top-right-inactive.xpm: Play with themes again, + rename previous defaut as "synthetic", and use a much simpler + default theme + +2004-01-10 22:25 olivier + + * xfwm4.spec.in, src/client.c, src/events.c, src/misc.c, + src/misc.h, themes/default-4.0/themerc: Resync with xfce_4_0 + branch: Focus management issues as reported in + http://bugs.xfce.org/view_bug_page.php?f_id=0000070 + +2004-01-10 22:08 olivier + + * configure, configure.ac, po/xfwm4.pot, src/client.c, + src/events.c, src/misc.c, src/misc.h (xfce_4_0): Focus management + issuesas reported in + http://bugs.xfce.org/view_bug_page.php?f_id=0000070 + +2004-01-10 18:05 olivier + + * src/client.c: Late commit to resync with 4.0.3 + +2004-01-08 00:14 moe + + * po/de.po: Can't stop me now! + +2004-01-07 21:38 olivier + + * ChangeLog, po/ChangeLog (xfce_4_0): Huge update before 4.0.3 + release, mainly: ChangeLog update, Version number updates. + +2004-01-07 19:58 olivier + + * xfwm4.spec.in, po/xfwm4.pot (xfce_4_0): Fix spec files so that + debug files aren't include on Red Hat 9 and later + +2004-01-07 00:36 olivier + + * themes/default/themerc (xfce_4_0): Title too low in default theme + +2004-01-06 19:50 olivier + + * po/xfwm4.pot, themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm, + themes/default-4.0/themerc, + themes/default-4.0/title-1-active.xpm, + themes/default-4.0/title-1-inactive.xpm, + themes/default-4.0/title-2-active.xpm, + themes/default-4.0/title-2-inactive.xpm, + themes/default-4.0/title-3-active.xpm, + themes/default-4.0/title-3-inactive.xpm, + themes/default-4.0/title-4-active.xpm, + themes/default-4.0/title-4-inactive.xpm, + themes/default-4.0/title-5-active.xpm, + themes/default-4.0/title-5-inactive.xpm, + themes/default-4.0/top-left-active.xpm, + themes/default-4.0/top-left-inactive.xpm, + themes/default-4.0/top-right-active.xpm, + themes/default-4.0/top-right-inactive.xpm: Update default theme + +2004-01-06 19:48 olivier + + * po/xfwm4.pot, themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm (xfce_4_0): update theme + +2004-01-05 00:30 olivier + + * src/: hints.c (xfce_4_0), hints.c: Fix for gcc 2.x + +2004-01-04 15:18 olivier + + * src/: client.c, events.c, hints.c, hints.h, main.c, main.h + (xfce_4_0): Backport from HEAD: Implement experimental support + for KDE systray protocol (xfwm4 acting like a proxy between KDE + systray protocol and Freedesktop systray protocol) + +2004-01-04 00:05 olivier + + * src/: client.c, events.c, hints.c, hints.h, main.c, main.h: Fix + C++ comment in Bernhard's patch Implement experimental support + for KDE systray protocol (xfwm4 acting like a proxy between KDE + systray protocol and Freedesktop systray protocol) + +2004-01-03 22:21 olivier + + * po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/ca.gmo, po/ca.po, + po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, + po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, + po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, + po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_PT.gmo, + po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, + po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, + po/vi.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, + po/zh_TW.po, src/client.c, src/client.h, src/events.c, + src/hints.c, src/hints.h, src/main.c, src/menu.c, src/menu.h: + Integrate Bernhard Walle <bernhard@bwalle.de> patch to add + support for KDE contect help. + +2004-01-03 21:54 olivier + + * po/: pl.gmo, pl.po, xfwm4.pot (xfce_4_0): Fix Polish translation + from Daniel Mróz <beorn@alpha.pl> + +2004-01-03 21:23 olivier + + * po/: pl.gmo, pl.po: Update Polish translation from Daniel Mróz + <beorn@alpha.pl> + +2004-01-02 18:47 olivier + + * src/: client.c, client.h, events.c, frame.c, session.c, + startup_notification.c, workspaces.c: Change internals to allow + more than 32 flags. + +2003-12-31 00:25 olivier + + * src/: client.c (xfce_4_0), client.c: Don't delete properties on + restart + +2003-12-29 16:20 olivier + + * po/: no.gmo, no.po (xfce_4_0): Update version number, Update + ChangeLog Fix missing CHARSET in potfiles + +2003-12-29 13:16 jasper + + * configure, configure.ac, po/no.gmo, po/no.po, po/tr.gmo, po/tr.po + (xfce_4_0): Update Norwegian and Turkish translations + +2003-12-29 11:56 jasper + + * po/: tr.gmo, tr.po: Update Norwegian and Turkish translations + +2003-12-28 22:17 olivier -2003-08-10 huysmans + * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, + configure, install-sh, ltmain.sh, defaults/Makefile.in, + doc/Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, + doc/fr/Makefile.in, doc/fr/images/Makefile.in, + mcs-plugin/Makefile.in, po/xfwm4.pot, src/Makefile.in, + themes/Makefile.in, themes/default/Makefile.in, + themes/default-4.0/Makefile.in, themes/default.keys/Makefile.in, + themes/opta/Makefile.in: Build fix in case - * po/: zh_CN.gmo, zh_CN.po: Update chinese translations +2003-12-28 21:28 olivier -2003-08-08 xfce + * po/xfwm4.pot, src/client.c (xfce_4_0): Fix removal of properties + on unframed windows - * src/events.c: Bug fixes in MapNotify handler +2003-12-28 17:51 olivier -2003-08-08 xfce + * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, + configure, install-sh, ltmain.sh, defaults/Makefile.in, + doc/Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, + doc/fr/Makefile.in, doc/fr/images/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.in, src/client.c, + src/hints.c, themes/Makefile.in, themes/default/Makefile.in, + themes/default-4.0/Makefile.in, themes/default.keys/Makefile.in, + themes/opta/Makefile.in: We leaked!! - * src/: client.c, hints.c, misc.c, misc.h: Revert to an old (and - probably safer) way of framing new windows. +2003-12-28 17:25 olivier -2003-08-08 huysmans + * src/: client.c, hints.c (xfce_4_0): We leaked!! - * aclocal.m4, configure, po/ca.gmo, po/ca.po: Update catalan - translations +2003-12-27 22:52 jasper -2003-08-07 huysmans + * po/: pl.gmo, pl.po (xfce_4_0): Update Polish translations - * src/hints.c: Revert changes +2003-12-27 20:46 jasper -2003-08-06 xfce + * po/: de.gmo, pl.gmo, pl.po: Update Polish translations - * src/client.c: Small optimization +2003-12-23 23:04 moe -2003-08-06 xfce + * po/de.po: Rather large update. Forgot about the moved + margin/workspaces plugin. - * src/: client.c, client.h, events.c: Try to address the reparent - bug... +2003-12-23 20:46 olivier -2003-08-04 xfce + * src/client.c: Fix a mistake that was preventing Above and Below + flag to work - * configure, configure.ac, po/ko.gmo, po/ko.po, themes/bbs/themerc: - Add Korean translation from ByungHyun Choi - <byunghyunchoi@hotmail.com> +2003-12-22 23:56 olivier -2003-08-03 bmeurer + * configure, configure.ac (xfce_4_0): Version 4.0.3 - * ChangeLog: Updated ChangeLogs +2003-12-22 23:50 olivier -2003-08-03 bmeurer + * po/xfwm4.pot, src/client.c, src/misc.c, src/misc.h (xfce_4_0): + Send wm_takefocus client message on focus change (as pointed out + by Mike McCormack <mike@codeweavers.com>) - * m4/X11.m4: grep -q does not work with Solaris grep, fixed it. +2003-12-22 23:49 olivier -2003-08-01 xfce + * src/: client.c, client.h, events.c, misc.c, misc.h: Use xfwm4 + built-in functions to toggle "always on top" (better, cleaner) + Rearrange internals Send wm_takefocus client message on focus + change - * src/: client.c, client.h, workspaces.c: Use dbl linked list - instead of single linked list internally Other optimizations +2003-12-21 22:53 olivier -2003-08-01 xfce + * po/: POTFILES.in, ar.gmo, ar.po, az.gmo, az.po, ca.gmo, ca.po, + cs.gmo, cs.po, de.gmo, de.po, es.gmo, es.po, es_MX.gmo, es_MX.po, + fi.gmo, fi.po, fr.gmo, fr.po, hi.gmo, hi.po, hu.gmo, hu.po, + ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo, ms.po, + nl.gmo, nl.po, pl.gmo, pl.po, pt_PT.gmo, pt_PT.po, ru.gmo, ru.po, + sv.gmo, sv.po, ta.gmo, ta.po, tr.gmo, tr.po, uk.gmo, uk.po, + vi.gmo, vi.po, xfwm4.pot, zh_CN.gmo, zh_CN.po, zh_TW.gmo, + zh_TW.po: Update po - * src/client.c: Various small fixes and improvements +2003-12-21 22:31 olivier -2003-08-01 xfce + * src/: events.c, menu.c, menu.h: Apply Eduard Roccatello + <xfce@roccatello.it> for "always on top" - * src/: client.c, client.h, events.c, workspaces.c: Rework modal - management +2003-12-18 00:00 olivier -2003-07-31 huysmans + * ChangeLog (xfce_4_0): Update ChangeLog(s) - * src/main.c: Catch SIGUSR1 as well +2003-12-17 22:50 olivier -2003-07-31 huysmans + * src/client.c: Prevent focus change on move/resize in focus follow + mouse mode - * src/: client.c, hints.c, main.c: Fix compiler warnings +2003-12-17 22:47 olivier -2003-07-31 xfce + * src/client.c (xfce_4_0): Prevent focus change on move/resize in + focus follow mouse mode - * ChangeLog: Update ChangeLog +2003-12-16 21:41 olivier -2003-07-31 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm: Use square corners for bottom - * src/: client.c, client.h, events.c, workspaces.c: Add proper - modality management Small bug fixes Improve legacy apps fullscreen - mgmt +2003-12-15 23:26 olivier -2003-07-30 huysmans + * po/xfwm4.pot (xfce_4_0): Fix a (potential) crash in workspace + plugins - * ChangeLog: Update changlogs +2003-12-15 23:15 olivier -2003-07-30 huysmans + * mcs-plugin/workspaces.c, themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm: Fix crash in workspace MCS + plugin Include a patch from Patrick Bores <p@trickbores.com> that + allows pop3 email checking from mailcheck panel plugin (use + pop3://username:password@host for the mailbox) Small tweaks to + default xfwm4 and gtk themes - * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, - po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, - po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, - po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po: Update version numbers and po files for release +2003-12-15 22:35 jasper -2003-07-30 xfce + * configure, configure.ac, po/az.gmo, po/az.po (xfce_4_0): Add + Azerbaijani translations - * src/client.c: Code cleanup +2003-12-15 21:56 jasper -2003-07-30 xfce + * configure, configure.ac, po/az.gmo, po/az.po: Add Azerbaijani + translations - * src/client.c: Use the same default layer for modal dialogs as - some apps just set modal and open other windows that show - underneath the modal... +2003-12-13 10:33 olivier -2003-07-29 xfce + * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, + themes/default/README, themes/default/themerc, + themes/opta/Makefile.am, themes/opta/Makefile.in, + themes/opta/README, themes/opta/bottom-active.xpm, + themes/opta/bottom-inactive.xpm, + themes/opta/bottom-left-active.xpm, + themes/opta/bottom-left-inactive.xpm, + themes/opta/bottom-right-active.xpm, + themes/opta/bottom-right-inactive.xpm, + themes/opta/close-active.xpm, themes/opta/close-inactive.xpm, + themes/opta/close-pressed.xpm, themes/opta/hide-active.xpm, + themes/opta/hide-inactive.xpm, themes/opta/hide-pressed.xpm, + themes/opta/left-active.xpm, themes/opta/left-inactive.xpm, + themes/opta/maximize-active.xpm, + themes/opta/maximize-inactive.xpm, + themes/opta/maximize-pressed.xpm, + themes/opta/maximize-toggled-active.xpm, + themes/opta/maximize-toggled-inactive.xpm, + themes/opta/maximize-toggled-pressed.xpm, + themes/opta/menu-active.xpm, themes/opta/menu-inactive.xpm, + themes/opta/menu-pressed.xpm, themes/opta/right-active.xpm, + themes/opta/right-inactive.xpm, themes/opta/shade-active.xpm, + themes/opta/shade-inactive.xpm, themes/opta/shade-pressed.xpm, + themes/opta/shade-toggled-active.xpm, + themes/opta/shade-toggled-inactive.xpm, + themes/opta/shade-toggled-pressed.xpm, + themes/opta/stick-active.xpm, themes/opta/stick-inactive.xpm, + themes/opta/stick-pressed.xpm, + themes/opta/stick-toggled-active.xpm, + themes/opta/stick-toggled-inactive.xpm, + themes/opta/stick-toggled-pressed.xpm, themes/opta/themerc, + themes/opta/title-1-active.xpm, themes/opta/title-1-inactive.xpm, + themes/opta/title-2-active.xpm, themes/opta/title-2-inactive.xpm, + themes/opta/title-3-active.xpm, themes/opta/title-3-inactive.xpm, + themes/opta/title-4-active.xpm, themes/opta/title-4-inactive.xpm, + themes/opta/title-5-active.xpm, themes/opta/title-5-inactive.xpm, + themes/opta/top-left-active.xpm, + themes/opta/top-left-inactive.xpm, + themes/opta/top-right-active.xpm, + themes/opta/top-right-inactive.xpm: Add (on Jasper's request) + previous default theme now named "opta" + +2003-12-12 21:33 olivier - * themes/microdeck/themerc: [no log message] + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc: + Improve default theme look + +2003-12-12 01:04 olivier + + * themes/default/: close-active.xpm, close-pressed.xpm, + hide-active.xpm, hide-pressed.xpm, maximize-active.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-pressed.xpm, + shade-active.xpm, shade-pressed.xpm, shade-toggled-active.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-pressed.xpm, + stick-toggled-active.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-2-active.xpm, title-3-active.xpm, + title-4-active.xpm, title-5-active.xpm, top-left-active.xpm, + top-right-active.xpm: Reduce color bleeding + +2003-12-12 00:43 olivier -2003-07-29 huysmans + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: New design for the + default theme + +2003-12-10 21:55 olivier - * doc/C/: xfwm4.html, xfwm4.xml: Update documentation to latest - versions + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc: Enlarge side width + +2003-12-09 23:08 olivier + + * themes/default/themerc: Shift title 1 pix down + +2003-12-07 11:55 olivier + + * src/: client.c, events.c: Change dialog placement + +2003-12-07 11:48 olivier + + * po/xfwm4.pot, src/client.c, src/events.c (xfce_4_0): Change + dialog placement + +2003-12-07 01:26 olivier + + * src/: client.c, events.c: Implement a workarround for a bug in + recent GNOME regarding window placement + +2003-12-07 01:21 olivier + + * src/: client.c, events.c (xfce_4_0): Implement a workarround for + a bug in recent GNOME regarding window placement + +2003-12-05 22:54 olivier + + * themes/default/: themerc, title-2-inactive.xpm, + title-3-inactive.xpm, title-4-inactive.xpm: Remove grad title for + inactive window + +2003-12-03 23:55 olivier + + * src/events.c, themes/default/themerc, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm: ignore slight move between + dbl click Include new default theme for 4.2 + +2003-12-03 22:04 olivier + + * po/xfwm4.pot, src/events.c (xfce_4_0): Allow 1 px move between + dbl clicks + +2003-12-03 18:44 olivier + + * themes/default/: themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Theme + +2003-12-03 00:11 olivier + + * src/client.c, themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm, + themes/default-4.0/title-1-active.xpm, + themes/default-4.0/title-1-inactive.xpm, + themes/default-4.0/title-2-active.xpm, + themes/default-4.0/title-2-inactive.xpm, + themes/default-4.0/title-3-active.xpm, + themes/default-4.0/title-3-inactive.xpm, + themes/default-4.0/title-4-active.xpm, + themes/default-4.0/title-4-inactive.xpm, + themes/default-4.0/title-5-active.xpm, + themes/default-4.0/title-5-inactive.xpm, + themes/default-4.0/top-left-active.xpm, + themes/default-4.0/top-left-inactive.xpm, + themes/default-4.0/top-right-active.xpm, + themes/default-4.0/top-right-inactive.xpm: Fix send event not + being emited when maximize occured on a window with its size to + the maximized size Themes + +2003-12-02 23:58 olivier + + * ChangeLog (xfce_4_0): Update ChangeLog + +2003-12-02 23:45 olivier + + * po/xfwm4.pot, src/client.c, themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm (xfce_4_0): Fix send event + not being emited when maximize occured on a window with its size + to the maximized size Theme + +2003-11-25 21:03 olivier + + * configure, configure.ac: Commit updated configure script + +2003-11-25 18:46 olivier -2003-07-29 huysmans + * themes/default/: close-active.xpm, close-inactive.xpm, + hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, menu-active.xpm, + menu-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Theme stuff + +2003-11-24 23:22 olivier + + * po/de.gmo, themes/Makefile.am, themes/Makefile.in: Add "prune" + and "tubular" themes + +2003-11-24 18:44 olivier + + * themes/: default/close-active.xpm, default/close-inactive.xpm, + default/hide-active.xpm, default/hide-inactive.xpm, + default/maximize-active.xpm, default/maximize-inactive.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/shade-active.xpm, + default/shade-inactive.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, default/themerc, + default/title-2-active.xpm, default/title-2-inactive.xpm, + default/title-3-active.xpm, default/title-3-inactive.xpm, + default/title-4-active.xpm, default/title-4-inactive.xpm, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/hide-active.xpm, default-4.0/hide-inactive.xpm, + default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-toggled-active.xpm, + default-4.0/maximize-toggled-inactive.xpm, + default-4.0/menu-active.xpm, default-4.0/menu-inactive.xpm, + default-4.0/shade-active.xpm, default-4.0/shade-inactive.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/stick-active.xpm, default-4.0/stick-inactive.xpm, + default-4.0/stick-toggled-active.xpm, + default-4.0/stick-toggled-inactive.xpm, default-4.0/themerc, + default-4.0/title-2-active.xpm, default-4.0/title-2-inactive.xpm, + default-4.0/title-3-active.xpm, default-4.0/title-3-inactive.xpm, + default-4.0/title-4-active.xpm, default-4.0/title-4-inactive.xpm: + Themes + +2003-11-24 18:43 olivier - * doc/C/images/: decoration_style.png, keyboard_and_focus.png, - misc_wm_prefs.png, titlebar.png, workspace_margins.png: Update all - images to new defaults + * themes/default/: close-active.xpm, close-inactive.xpm, + hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, menu-active.xpm, + menu-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, themerc, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm (xfce_4_0): Theme + +2003-11-23 22:56 olivier + + * src/client.c, themes/default/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default-4.0/bottom-left-active.xpm, + themes/default-4.0/bottom-left-inactive.xpm, + themes/default-4.0/bottom-right-active.xpm, + themes/default-4.0/bottom-right-inactive.xpm, + themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/left-active.xpm, + themes/default-4.0/left-inactive.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm, + themes/default-4.0/themerc, + themes/default-4.0/title-1-active.xpm, + themes/default-4.0/title-1-inactive.xpm, + themes/default-4.0/title-2-active.xpm, + themes/default-4.0/title-2-inactive.xpm, + themes/default-4.0/title-3-active.xpm, + themes/default-4.0/title-3-inactive.xpm, + themes/default-4.0/title-4-active.xpm, + themes/default-4.0/title-4-inactive.xpm, + themes/default-4.0/title-5-active.xpm, + themes/default-4.0/title-5-inactive.xpm, + themes/default-4.0/top-left-active.xpm, + themes/default-4.0/top-left-inactive.xpm, + themes/default-4.0/top-right-active.xpm, + themes/default-4.0/top-right-inactive.xpm: Themes Flush X after + setting focus explicitely + +2003-11-23 22:51 olivier -2003-07-29 huysmans + * src/client.c, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm (xfce_4_0): Themes Flush X + after setting focus explicitely + +2003-11-23 14:57 moe + + * po/de.po: Rather huge update to the german translation + +2003-11-23 00:05 olivier - * po/: ru.gmo, ru.po: Update russian translations + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm (xfce_4_0): Themes + +2003-11-23 00:03 olivier + + * src/misc.c, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default-4.0/bottom-active.xpm, + themes/default-4.0/bottom-inactive.xpm, + themes/default-4.0/bottom-left-active.xpm, + themes/default-4.0/bottom-left-inactive.xpm, + themes/default-4.0/bottom-right-active.xpm, + themes/default-4.0/bottom-right-inactive.xpm, + themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/left-active.xpm, + themes/default-4.0/left-inactive.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/right-active.xpm, + themes/default-4.0/right-inactive.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm, + themes/default-4.0/themerc, + themes/default-4.0/title-1-active.xpm, + themes/default-4.0/title-1-inactive.xpm, + themes/default-4.0/title-2-active.xpm, + themes/default-4.0/title-2-inactive.xpm, + themes/default-4.0/title-3-active.xpm, + themes/default-4.0/title-3-inactive.xpm, + themes/default-4.0/title-4-active.xpm, + themes/default-4.0/title-4-inactive.xpm, + themes/default-4.0/title-5-active.xpm, + themes/default-4.0/title-5-inactive.xpm, + themes/default-4.0/top-left-active.xpm, + themes/default-4.0/top-left-inactive.xpm, + themes/default-4.0/top-right-active.xpm, + themes/default-4.0/top-right-inactive.xpm: Themes Merges from + xfce_4_0 + +2003-11-22 23:09 olivier + + * src/misc.c (xfce_4_0): Check that new windows are still on root + before framing 'em. + +2003-11-21 23:28 olivier -2003-07-29 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, hide-active.xpm, + hide-inactive.xpm, left-active.xpm, left-inactive.xpm, + maximize-active.xpm, maximize-inactive.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + menu-active.xpm, menu-inactive.xpm, right-active.xpm, + right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Themes + +2003-11-21 22:11 olivier - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Themes -2003-07-28 xfce +2003-11-21 21:52 olivier - * ChangeLog: Update ChangeLog + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm (xfce_4_0): Themes + +2003-11-21 21:43 olivier -2003-07-28 xfce + * themes/: default/bottom-active.xpm, default/bottom-inactive.xpm, + default/bottom-left-active.xpm, default/bottom-left-inactive.xpm, + default/bottom-right-active.xpm, + default/bottom-right-inactive.xpm, default/close-active.xpm, + default/close-inactive.xpm, default/close-pressed.xpm, + default/hide-active.xpm, default/hide-inactive.xpm, + default/hide-pressed.xpm, default/left-active.xpm, + default/left-inactive.xpm, default/maximize-active.xpm, + default/maximize-inactive.xpm, default/maximize-pressed.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, + default/maximize-toggled-pressed.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/menu-pressed.xpm, + default/right-active.xpm, default/right-inactive.xpm, + default/shade-active.xpm, default/shade-inactive.xpm, + default/shade-pressed.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, + default/shade-toggled-pressed.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-pressed.xpm, + default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, + default/stick-toggled-pressed.xpm, default/themerc, + default/title-1-active.xpm, default/title-1-inactive.xpm, + default/title-2-active.xpm, default/title-2-inactive.xpm, + default/title-3-active.xpm, default/title-3-inactive.xpm, + default/title-4-active.xpm, default/title-4-inactive.xpm, + default/title-5-active.xpm, default/title-5-inactive.xpm, + default/top-left-active.xpm, default/top-left-inactive.xpm, + default/top-right-active.xpm, default/top-right-inactive.xpm, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/close-pressed.xpm, default-4.0/hide-active.xpm, + default-4.0/hide-inactive.xpm, default-4.0/hide-pressed.xpm, + default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-pressed.xpm, + default-4.0/maximize-toggled-active.xpm, + default-4.0/maximize-toggled-inactive.xpm, + default-4.0/maximize-toggled-pressed.xpm, + default-4.0/menu-active.xpm, default-4.0/menu-inactive.xpm, + default-4.0/menu-pressed.xpm, default-4.0/shade-active.xpm, + default-4.0/shade-inactive.xpm, default-4.0/shade-pressed.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/shade-toggled-pressed.xpm, + default-4.0/stick-active.xpm, default-4.0/stick-inactive.xpm, + default-4.0/stick-pressed.xpm, + default-4.0/stick-toggled-active.xpm, + default-4.0/stick-toggled-inactive.xpm, + default-4.0/stick-toggled-pressed.xpm, default-4.0/themerc, + default-4.0/title-1-active.xpm, default-4.0/title-1-inactive.xpm, + default-4.0/title-2-active.xpm, default-4.0/title-2-inactive.xpm, + default-4.0/title-3-active.xpm, default-4.0/title-3-inactive.xpm, + default-4.0/title-4-active.xpm, default-4.0/title-4-inactive.xpm, + default-4.0/title-5-active.xpm, default-4.0/title-5-inactive.xpm, + default-4.0/top-left-active.xpm, + default-4.0/top-left-inactive.xpm, + default-4.0/top-right-active.xpm, + default-4.0/top-right-inactive.xpm: Themes + +2003-11-20 21:42 olivier + + * themes/default/: top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme + +2003-11-19 23:27 olivier + + * themes/: default/close-active.xpm, default/close-inactive.xpm, + default/hide-active.xpm, default/hide-inactive.xpm, + default/maximize-active.xpm, default/maximize-inactive.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/shade-active.xpm, + default/shade-inactive.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, default/themerc, + default/title-1-active.xpm, default/title-1-inactive.xpm, + default/title-2-active.xpm, default/title-2-inactive.xpm, + default/title-3-active.xpm, default/title-3-inactive.xpm, + default/title-4-active.xpm, default/title-4-inactive.xpm, + default/title-5-active.xpm, default/title-5-inactive.xpm, + default/top-left-active.xpm, default/top-left-inactive.xpm, + default/top-right-active.xpm, default/top-right-inactive.xpm + (xfce_4_0), default/close-active.xpm, default/close-inactive.xpm, + default/hide-active.xpm, default/hide-inactive.xpm, + default/maximize-active.xpm, default/maximize-inactive.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/shade-active.xpm, + default/shade-inactive.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, default/themerc, + default/title-1-active.xpm, default/title-1-inactive.xpm, + default/title-2-active.xpm, default/title-2-inactive.xpm, + default/title-3-active.xpm, default/title-3-inactive.xpm, + default/title-4-active.xpm, default/title-4-inactive.xpm, + default/title-5-active.xpm, default/title-5-inactive.xpm, + default/top-left-active.xpm, default/top-left-inactive.xpm, + default/top-right-active.xpm, default/top-right-inactive.xpm, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/hide-active.xpm, default-4.0/hide-inactive.xpm, + default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-toggled-active.xpm, + default-4.0/maximize-toggled-inactive.xpm, + default-4.0/menu-active.xpm, default-4.0/menu-inactive.xpm, + default-4.0/shade-active.xpm, default-4.0/shade-inactive.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/stick-active.xpm, default-4.0/stick-inactive.xpm, + default-4.0/stick-toggled-active.xpm, + default-4.0/stick-toggled-inactive.xpm, default-4.0/themerc, + default-4.0/title-1-active.xpm, default-4.0/title-1-inactive.xpm, + default-4.0/title-2-active.xpm, default-4.0/title-2-inactive.xpm, + default-4.0/title-3-active.xpm, default-4.0/title-3-inactive.xpm, + default-4.0/title-4-active.xpm, default-4.0/title-4-inactive.xpm, + default-4.0/title-5-active.xpm, default-4.0/title-5-inactive.xpm, + default-4.0/top-left-active.xpm, + default-4.0/top-left-inactive.xpm, + default-4.0/top-right-active.xpm, + default-4.0/top-right-inactive.xpm: Themes + +2003-11-19 00:04 olivier + + * themes/default/: top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change corners + +2003-11-17 22:46 olivier + + * themes/default/: right-inactive.xpm, bottom-left-active.xpm, + bottom-right-inactive.xpm, left-inactive.xpm, + top-left-inactive.xpm, bottom-active.xpm, bottom-inactive.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + left-active.xpm, right-active.xpm, top-left-active.xpm, + top-right-active.xpm, top-right-inactive.xpm: Add some additional + controls to libxfcegui4 Change default 4.2 xfwm4 default theme + +2003-11-16 22:49 olivier + + * po/de.gmo: Fix 64bit/endianess problem + +2003-11-16 22:39 olivier + + * configure, configure.ac (xfce_4_0): Fix 64bit/endianess problem + +2003-11-16 09:44 jasper + + * po/: cs.gmo, cs.po (xfce_4_0): Update Czech translations + +2003-11-14 18:35 moe + + * po/de.po: Updating translation + +2003-11-12 23:42 olivier + + * themes/: default/stick-toggled-active.xpm, default/themerc, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/close-pressed.xpm, default-4.0/hide-active.xpm, + default-4.0/hide-inactive.xpm, default-4.0/hide-pressed.xpm, + default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-pressed.xpm, + default-4.0/maximize-toggled-active.xpm, + default-4.0/maximize-toggled-inactive.xpm, + default-4.0/maximize-toggled-pressed.xpm, + default-4.0/menu-active.xpm, default-4.0/menu-inactive.xpm, + default-4.0/menu-pressed.xpm, default-4.0/shade-active.xpm, + default-4.0/shade-inactive.xpm, default-4.0/shade-pressed.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/shade-toggled-pressed.xpm, + default-4.0/stick-active.xpm, default-4.0/stick-inactive.xpm, + default-4.0/stick-pressed.xpm, + default-4.0/stick-toggled-active.xpm, + default-4.0/stick-toggled-inactive.xpm, + default-4.0/stick-toggled-pressed.xpm, default-4.0/themerc, + default-4.0/title-1-active.xpm, default-4.0/title-1-inactive.xpm, + default-4.0/title-2-active.xpm, default-4.0/title-2-inactive.xpm, + default-4.0/title-3-active.xpm, default-4.0/title-3-inactive.xpm, + default-4.0/title-4-active.xpm, default-4.0/title-4-inactive.xpm, + default-4.0/title-5-active.xpm, default-4.0/title-5-inactive.xpm, + default-4.0/top-left-active.xpm, + default-4.0/top-left-inactive.xpm, + default-4.0/top-right-active.xpm, + default-4.0/top-right-inactive.xpm: Theme stuff + +2003-11-12 23:26 olivier + + * themes/default/: stick-toggled-active.xpm, themerc (xfce_4_0): + Stick button + +2003-11-12 20:43 olivier - * src/client.c: Fix smart placement wasting pixels on right and - bottom side of the screen. + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm (xfce_4_0): Reduce + title height + +2003-11-12 19:34 olivier + + * themes/default/shade-inactive.xpm: Missed 1 button + +2003-11-12 19:29 olivier -2003-07-28 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Redude title height + +2003-11-12 08:02 jasper + + * po/: ar.gmo, ca.gmo, cs.gmo, de.gmo, es.gmo, es_MX.gmo, fi.gmo, + fr.gmo, hi.gmo, hu.gmo, ja.gmo, ko.gmo, lt.gmo, ms.gmo, nl.gmo, + pl.gmo, pt_PT.gmo, ru.gmo, sv.gmo, ta.gmo, tr.gmo, uk.gmo, + vi.gmo, zh_CN.gmo, zh_TW.gmo (xfce_4_0): Forgot gmo files update + +2003-11-11 19:35 jasper + + * po/: ar.po, ca.po, cs.po, de.po, es.po, es_MX.po, fi.po, fr.po, + hi.po, hu.po, ja.po, ko.po, lt.po, ms.po, nl.po, pl.po, pt_PT.po, + ru.po, sv.po, ta.po, tr.po, uk.po, vi.po, xfwm4.pot, zh_CN.po, + zh_TW.po (xfce_4_0): Update po files, just in case something + changed ... + +2003-11-11 10:09 olivier - * ChangeLog: Update ChangeLog + * themes/: default/bottom-active.xpm, default/bottom-inactive.xpm, + default/close-active.xpm, default/close-inactive.xpm, + default/close-pressed.xpm, default/hide-active.xpm, + default/hide-inactive.xpm, default/hide-pressed.xpm, + default/left-active.xpm, default/left-inactive.xpm, + default/maximize-active.xpm, default/maximize-inactive.xpm, + default/maximize-pressed.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, + default/maximize-toggled-pressed.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/menu-pressed.xpm, + default/right-active.xpm, default/right-inactive.xpm, + default/shade-active.xpm, default/shade-inactive.xpm, + default/shade-pressed.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, + default/shade-toggled-pressed.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-pressed.xpm, + default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, + default/stick-toggled-pressed.xpm, default/title-1-active.xpm, + default/title-1-inactive.xpm, default/title-2-active.xpm, + default/title-2-inactive.xpm, default/title-3-active.xpm, + default/title-3-inactive.xpm, default/title-4-active.xpm, + default/title-4-inactive.xpm, default/title-5-active.xpm, + default/title-5-inactive.xpm, default/top-left-active.xpm, + default/top-left-inactive.xpm, default/top-right-active.xpm, + default/top-right-inactive.xpm (xfce_4_0), + default-4.0/bottom-active.xpm, default-4.0/bottom-inactive.xpm, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/close-pressed.xpm, default-4.0/hide-active.xpm, + default-4.0/hide-inactive.xpm, default-4.0/hide-pressed.xpm, + default-4.0/left-active.xpm, default-4.0/left-inactive.xpm, + default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-pressed.xpm, + default-4.0/maximize-toggled-active.xpm, + default-4.0/maximize-toggled-inactive.xpm, + default-4.0/maximize-toggled-pressed.xpm, + default-4.0/menu-active.xpm, default-4.0/menu-inactive.xpm, + default-4.0/menu-pressed.xpm, default-4.0/right-active.xpm, + default-4.0/right-inactive.xpm, default-4.0/shade-active.xpm, + default-4.0/shade-inactive.xpm, default-4.0/shade-pressed.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/shade-toggled-pressed.xpm, + default-4.0/stick-active.xpm, default-4.0/stick-inactive.xpm, + default-4.0/stick-pressed.xpm, + default-4.0/stick-toggled-active.xpm, + default-4.0/stick-toggled-inactive.xpm, + default-4.0/stick-toggled-pressed.xpm, + default-4.0/title-1-active.xpm, default-4.0/title-1-inactive.xpm, + default-4.0/title-2-active.xpm, default-4.0/title-2-inactive.xpm, + default-4.0/title-3-active.xpm, default-4.0/title-3-inactive.xpm, + default-4.0/title-4-active.xpm, default-4.0/title-4-inactive.xpm, + default-4.0/title-5-active.xpm, default-4.0/title-5-inactive.xpm, + default-4.0/top-left-active.xpm, + default-4.0/top-left-inactive.xpm, + default-4.0/top-right-active.xpm, + default-4.0/top-right-inactive.xpm: Theme stuff + +2003-11-10 18:50 olivier + + * themes/default-4.0/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, left-active.xpm, left-inactive.xpm, + themerc, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme stuff + +2003-11-10 18:49 olivier -2003-07-28 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, left-active.xpm, left-inactive.xpm, + themerc, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm (xfce_4_0): THeme + stuff - * Makefile.in, configure, configure.ac: Change version to 3.99.3 - (rc3) +2003-11-10 18:09 olivier -2003-07-28 xfce + * src/: client.c (xfce_4_0), client.c: On key/mouse grab fail, use + "CurrentTime" instead of last event time for ungrab - * src/client.c: Add (missing) aspect ratio support +2003-11-10 17:59 olivier -2003-07-27 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, hide-active.xpm, + hide-inactive.xpm, left-active.xpm, left-inactive.xpm, + maximize-active.xpm, maximize-inactive.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + menu-active.xpm, menu-inactive.xpm, right-active.xpm, + right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Theme + +2003-11-09 20:22 jasper + + * configure, configure.ac, po/cs.gmo, po/cs.po: Add Check + translations + +2003-11-09 20:09 jasper + + * configure, configure.ac, po/cs.gmo, po/cs.po (xfce_4_0): Add + Check translations + +2003-11-09 12:10 olivier - * src/client.c: Add fullscreen autodetect for older legacy apps + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme stuff + +2003-11-09 00:52 olivier -2003-07-26 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Duh! + +2003-11-08 23:52 olivier - * ChangeLog: Update ChangeLog + * src/client.c, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Fix a bug added recently + and change back theme + +2003-11-08 23:49 olivier + + * src/client.c (xfce_4_0): Fix recently introduced bug + +2003-11-08 23:30 olivier -2003-07-26 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, + menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, + right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-pressed.xpm, shade-toggled-active.xpm, + shade-toggled-inactive.xpm, shade-toggled-pressed.xpm (xfce_4_0): + Make buttons smaller in default theme - * src/: client.c, client.h, events.c: Send ConfigureNotify at first - map (for Tk apps) +2003-11-08 23:28 olivier -2003-07-25 xfce + * themes/: default/bottom-active.xpm, default/bottom-inactive.xpm, + default/bottom-left-active.xpm, default/bottom-left-inactive.xpm, + default/bottom-right-active.xpm, + default/bottom-right-inactive.xpm, default/close-active.xpm, + default/close-inactive.xpm, default/close-pressed.xpm, + default/hide-active.xpm, default/hide-inactive.xpm, + default/hide-pressed.xpm, default/left-active.xpm, + default/left-inactive.xpm, default/maximize-active.xpm, + default/maximize-inactive.xpm, default/maximize-pressed.xpm, + default/maximize-toggled-active.xpm, + default/maximize-toggled-inactive.xpm, + default/maximize-toggled-pressed.xpm, default/menu-active.xpm, + default/menu-inactive.xpm, default/menu-pressed.xpm, + default/right-active.xpm, default/right-inactive.xpm, + default/shade-active.xpm, default/shade-inactive.xpm, + default/shade-pressed.xpm, default/shade-toggled-active.xpm, + default/shade-toggled-inactive.xpm, + default/shade-toggled-pressed.xpm, default/stick-active.xpm, + default/stick-inactive.xpm, default/stick-pressed.xpm, + default/stick-toggled-active.xpm, + default/stick-toggled-inactive.xpm, + default/stick-toggled-pressed.xpm, default/themerc, + default/title-1-active.xpm, default/title-1-inactive.xpm, + default/title-2-active.xpm, default/title-2-inactive.xpm, + default/title-3-active.xpm, default/title-3-inactive.xpm, + default/title-4-active.xpm, default/title-4-inactive.xpm, + default/title-5-active.xpm, default/title-5-inactive.xpm, + default/top-left-active.xpm, default/top-left-inactive.xpm, + default/top-right-active.xpm, default/top-right-inactive.xpm, + default-4.0/bottom-active.xpm, default-4.0/bottom-inactive.xpm, + default-4.0/close-active.xpm, default-4.0/close-inactive.xpm, + default-4.0/close-pressed.xpm, default-4.0/left-active.xpm, + default-4.0/left-inactive.xpm, default-4.0/maximize-active.xpm, + default-4.0/maximize-inactive.xpm, + default-4.0/maximize-pressed.xpm, default-4.0/menu-active.xpm, + default-4.0/menu-inactive.xpm, default-4.0/menu-pressed.xpm, + default-4.0/right-active.xpm, default-4.0/right-inactive.xpm, + default-4.0/shade-active.xpm, default-4.0/shade-inactive.xpm, + default-4.0/shade-pressed.xpm, + default-4.0/shade-toggled-active.xpm, + default-4.0/shade-toggled-inactive.xpm, + default-4.0/shade-toggled-pressed.xpm: Theme changes + +2003-11-08 17:28 jasper + + * doc/fr/: xfwm4.html, xfwm4.xml (xfce_4_0), xfwm4.html, xfwm4.xml: + French documentation updates (final?) + +2003-11-07 22:09 jasper - * src/settings.c: Fall back to default keytheme if user specified - keytheme is not found, rather than just exiting... + * configure, configure.ac, doc/Makefile.am, doc/Makefile.in, + doc/C/xfwm4.html, doc/fr/Makefile.am, doc/fr/Makefile.in, + doc/fr/xfwm4.html, doc/fr/xfwm4.xml, doc/fr/images/Makefile.am, + doc/fr/images/Makefile.in, doc/fr/images/decoration_style.png, + doc/fr/images/keyboard_and_focus.png, + doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png, + doc/fr/images/workspace_margins.png (xfce_4_0): Add French + documentation -2003-07-25 xfce +2003-11-07 19:42 jasper - * src/client.c: Revert another change in frameWindow() + * doc/fr/xfwm4.xml: Update French documentation -2003-07-25 xfce +2003-11-07 13:49 jasper - * po/xfwm4.pot, src/hints.c: Change the getMotifHints() -It's the - last thing that changed in xfwm4 before rc2- (New impl should be - bullet proof :) + * configure, configure.ac, doc/Makefile.am, doc/Makefile.in, + doc/C/xfwm4.html, doc/fr/Makefile.am, doc/fr/Makefile.in, + doc/fr/xfwm4.html, doc/fr/xfwm4.xml, doc/fr/images/Makefile.am, + doc/fr/images/Makefile.in, doc/fr/images/decoration_style.png, + doc/fr/images/keyboard_and_focus.png, + doc/fr/images/misc_wm_prefs.png, doc/fr/images/titlebar.png, + doc/fr/images/workspace_margins.png, + doc/fr/images/xfwm_workspaces.png: Add French documentation. + Rather large commit. -2003-07-24 huysmans +2003-11-06 22:52 olivier - * po/: fi.gmo, fi.po: Update finnish translations + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Reduce title height + by 1 pix + +2003-11-03 19:06 jasper + + * configure, configure.ac, po/uk.gmo, po/uk.po (xfce_4_0), + configure, configure.ac, po/uk.gmo, po/uk.po: Add Ukranian + translations + +2003-11-03 14:36 jasper -2003-07-21 bmeurer + * doc/C/: xfwm4.html, xfwm4.xml, images/workspace_margins.png, + images/xfwm_workspaces.png: Documentation update by Francois - * Makefile.in, src/Makefile.am, src/Makefile.in: This should - finally fix the solaris -lXext issue +2003-11-02 10:14 olivier -2003-07-20 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-inactive.xpm, hide-inactive.xpm, left-active.xpm, + left-inactive.xpm, maximize-inactive.xpm, + maximize-toggled-inactive.xpm, menu-inactive.xpm, + right-active.xpm, right-inactive.xpm, shade-inactive.xpm, + shade-toggled-inactive.xpm, stick-inactive.xpm, + stick-toggled-inactive.xpm, themerc, title-1-inactive.xpm, + title-2-inactive.xpm, title-3-inactive.xpm, title-4-inactive.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change back to a + previous test, seems I really can't make up my mind... + +2003-11-02 09:22 olivier - * src/: client.c, hints.c, hints.h: Adjust motif hints, to avoid a - bug on some system where the motif hint is smaller that the - expected size. + * aclocal.m4, configure, configure.ac, po/hi.gmo, po/hi.po: Add + hi.po -2003-07-19 huysmans +2003-11-02 00:28 olivier - * ChangeLog: Update ChangeLogs + * configure, configure.ac, po/hi.gmo, po/hi.po (xfce_4_0): Add + Hindi translation -2003-07-19 huysmans +2003-11-01 22:00 olivier - * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, - po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, - po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, - po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po: Update version numbers and po files for release + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-inactive.xpm, hide-inactive.xpm, left-active.xpm, + left-inactive.xpm, maximize-inactive.xpm, + maximize-toggled-inactive.xpm, menu-inactive.xpm, + right-active.xpm, right-inactive.xpm, shade-inactive.xpm, + shade-toggled-inactive.xpm, stick-inactive.xpm, + stick-toggled-inactive.xpm, themerc, title-1-inactive.xpm, + title-2-inactive.xpm, title-3-inactive.xpm, title-4-inactive.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme + +2003-11-01 13:28 olivier -2003-07-18 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, themerc: + Theme changes - * po/: hu.gmo, hu.po: Update hungarian translations +2003-11-01 13:16 olivier -2003-07-18 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Theme tweaking - * po/: de.gmo, de.po, tr.gmo, tr.po: Update turkish translations +2003-10-31 22:30 benny -2003-07-16 xfce + * aclocal.m4, config.h.in, configure, configure.ac, src/main.c: Use + daemon(3) when available. - * src/client.c: Cleanup: Remove #if 0/#endif as it seems to work +2003-10-30 23:13 olivier -2003-07-16 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, hide-active.xpm, + hide-inactive.xpm, left-active.xpm, left-inactive.xpm, + maximize-active.xpm, maximize-inactive.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + menu-active.xpm, menu-inactive.xpm, right-active.xpm, + right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + stick-active.xpm, stick-inactive.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Enlarging CVS history file :) + +2003-10-29 22:41 olivier - * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, - po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, - po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, - po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po: Add hungarian translations + * src/client.c, src/client.h, src/events.c, + 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/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: theme, apply Dan Compton + <gtg786g@mail.gatech.edu> patch for reverse cycling on shift + press + +2003-10-29 22:38 olivier + + * src/: client.c, client.h (xfce_4_0): Apply Dan Compton + <gtg786g@mail.gatech.edu> patch for reverse cycling when shift + key is pressed + +2003-10-29 22:30 olivier + + * src/events.c (xfce_4_0): Raise apps w/out border even when + click_on_raise is false + +2003-10-27 22:46 olivier -2003-07-16 huysmans + * src/hints.c: Fix removal of CR in non UTF8 strings - * po/: ca.gmo, ca.po: Update catalan translations +2003-10-27 22:33 olivier -2003-07-15 xfce + * src/hints.c (xfce_4_0): Fix removal of CR in non UTF8 strings - * src/: client.c, events.c: Fix Reparent with UnmapNotify/MapNotify - for good this time (I think) +2003-10-26 21:52 olivier -2003-07-15 xfce + * src/client.c, src/events.c, 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/close-active.xpm, themes/default/hide-active.xpm, + themes/default/left-active.xpm, themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Change unmapNotify handler + to add smarter support for reparenting Change default theme + +2003-10-26 21:41 olivier + + * src/client.c (xfce_4_0): Small code reorg + +2003-10-26 17:00 olivier + + * src/: client.c, events.c (xfce_4_0): Rework unmap and + clientUnframe() + +2003-10-25 00:31 jasper + + * configure, configure.ac, po/vi.gmo, po/vi.po (xfce_4_0): + Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>. + +2003-10-25 00:20 jasper + + * configure, configure.ac, po/vi.gmo, po/vi.po: + Add vietnamese translations by Lam Vinh Nien <nienvl@yahoo.ca>. + +2003-10-24 21:43 olivier - * src/: client.c, events.c: Still the Reparent issue with - UnmapNotify/MapNotify + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Very slick & smooth default theme + +2003-10-22 23:34 olivier -2003-07-14 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: This one looks okay. + +2003-10-19 23:18 olivier - * src/client.c: Add some comment to the code - just for the record + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: A much more + optimistic theme, flat and smooth, without any sharp edge. + +2003-10-19 20:05 olivier -2003-07-14 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme - * mcs-plugin/xfwm4_plugin.c: Fix strings not being translated in - drop-down menus of xfwm4 mcs plugin +2003-10-18 18:40 olivier -2003-07-14 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Reduce title height + +2003-10-18 15:40 olivier - * configure, configure.ac: Set version to 3.99.2 (rc2) + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme -2003-07-14 xfce +2003-10-18 12:34 olivier - * src/events.c: Forgot to remove traces + * themes/default/: title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Enlarge title height -2003-07-14 xfce +2003-10-18 12:22 olivier - * src/: client.c, events.c: More tweaks + * themes/default/themerc: Remove shadow -2003-07-14 xfce +2003-10-18 12:04 olivier - * src/client.c: Tweak map_state and reparenting + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change default + theme + +2003-10-17 18:38 olivier -2003-07-13 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + maximize-active.xpm, maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, themerc: Change default theme - * ChangeLog: Update ChangeLogs for release +2003-10-17 18:32 jasper -2003-07-11 huysmans + * configure, configure.ac, po/sv.gmo, po/sv.po (xfce_4_0): + Add/update swedish translations - * ChangeLog: Update ChangeLog's for release +2003-10-17 17:37 jasper -2003-07-11 huysmans + * configure, configure.ac, po/sv.gmo, po/sv.po: Add/update swedish + translations - * po/: zh_CN.gmo, zh_CN.po: Update Chinese translations +2003-10-16 23:53 olivier -2003-07-10 huysmans + * src/client.c, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/hide-active.xpm, themes/default/hide-inactive.xpm, + themes/default/left-active.xpm, themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Improve and make resize + internals simpler Add inner black frame to default theme + +2003-10-16 23:29 olivier + + * src/client.c (xfce_4_0): Improve and make resizing internals + simpler + +2003-10-15 00:47 olivier - * ChangeLog: Update ChangeLog's for release + * configure, configure.ac, themes/Makefile.am, themes/Makefile.in, + 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/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default-4.0/Makefile.am, themes/default-4.0/Makefile.in, + themes/default-4.0/README, themes/default-4.0/bottom-active.xpm, + themes/default-4.0/bottom-inactive.xpm, + themes/default-4.0/bottom-left-active.xpm, + themes/default-4.0/bottom-left-inactive.xpm, + themes/default-4.0/bottom-right-active.xpm, + themes/default-4.0/bottom-right-inactive.xpm, + themes/default-4.0/close-active.xpm, + themes/default-4.0/close-inactive.xpm, + themes/default-4.0/close-pressed.xpm, + themes/default-4.0/hide-active.xpm, + themes/default-4.0/hide-inactive.xpm, + themes/default-4.0/hide-pressed.xpm, + themes/default-4.0/left-active.xpm, + themes/default-4.0/left-inactive.xpm, + themes/default-4.0/maximize-active.xpm, + themes/default-4.0/maximize-inactive.xpm, + themes/default-4.0/maximize-pressed.xpm, + themes/default-4.0/maximize-toggled-active.xpm, + themes/default-4.0/maximize-toggled-inactive.xpm, + themes/default-4.0/maximize-toggled-pressed.xpm, + themes/default-4.0/menu-active.xpm, + themes/default-4.0/menu-inactive.xpm, + themes/default-4.0/menu-pressed.xpm, + themes/default-4.0/right-active.xpm, + themes/default-4.0/right-inactive.xpm, + themes/default-4.0/shade-active.xpm, + themes/default-4.0/shade-inactive.xpm, + themes/default-4.0/shade-pressed.xpm, + themes/default-4.0/shade-toggled-active.xpm, + themes/default-4.0/shade-toggled-inactive.xpm, + themes/default-4.0/shade-toggled-pressed.xpm, + themes/default-4.0/stick-active.xpm, + themes/default-4.0/stick-inactive.xpm, + themes/default-4.0/stick-pressed.xpm, + themes/default-4.0/stick-toggled-active.xpm, + themes/default-4.0/stick-toggled-inactive.xpm, + themes/default-4.0/stick-toggled-pressed.xpm, + themes/default-4.0/themerc, + themes/default-4.0/title-1-active.xpm, + themes/default-4.0/title-1-inactive.xpm, + themes/default-4.0/title-2-active.xpm, + themes/default-4.0/title-2-inactive.xpm, + themes/default-4.0/title-3-active.xpm, + themes/default-4.0/title-3-inactive.xpm, + themes/default-4.0/title-4-active.xpm, + themes/default-4.0/title-4-inactive.xpm, + themes/default-4.0/title-5-active.xpm, + themes/default-4.0/title-5-inactive.xpm, + themes/default-4.0/top-left-active.xpm, + themes/default-4.0/top-left-inactive.xpm, + themes/default-4.0/top-right-active.xpm, + themes/default-4.0/top-right-inactive.xpm: Rename existing + default to default-4.0 and update default theme + +2003-10-15 00:32 olivier + + * src/: client.c (xfce_4_0), client.c: Prevent other shortcuts when + performing Alt+move/resize + +2003-10-15 00:19 olivier -2003-07-10 huysmans + * src/: client.c, client.h, events.c, misc.c, misc.h: Make sure we + use event time for grab/ungrab in resize/move/cycle, Grab keybd + when moving/resizing even when using just the mouse, Use closest + corner for resize using Alt+right click resizing. Wrong offset + in bbs vertical title align - * ChangeLog, configure, configure.ac, po/ar.gmo, po/ar.po, - po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, - po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, - po/fr.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, - po/ta.po, po/tr.gmo, po/tr.po, po/zh_CN.gmo, po/zh_CN.po: Bump - version numbers for release and update po files +2003-10-15 00:13 olivier -2003-07-09 xfce + * src/: client.c, client.h, events.c, misc.c, misc.h (xfce_4_0): + Make sure we use event time for grab/ungrab in resize/move/cycle, + Grab keybd when moving/resizing even when using just the mouse, + Use closest corner for resize using Alt+right click resizing. - * po/: de.gmo, de.po, xfwm4.pot: Update de.po from Moe. +2003-10-14 00:06 olivier -2003-07-08 xfce + * src/client.c, 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/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Sync with my local tree + +2003-10-13 23:26 olivier - * po/Makefile.in.in: Don't perform an update-po on make dist as it - causes far too much trouble + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm (xfce_4_0): Apply + changes from my local tree -2003-07-08 xfce +2003-10-13 20:51 jasper - * src/events.c: Fix compiler warning + * ChangeLog: Update ChangeLog's after syncing with SF. Everything + should now be up-to-date. -2003-07-08 xfce +2003-10-13 20:30 jasper - * ltmain.sh: Update ltmain.sh with patched version + * ChangeLog (xfce_4_0): Update ChangeLog's after syncing with SF. + Everything should now be up-to-date. -2003-07-07 huysmans +2003-10-13 20:01 jasper - * po/: ca.gmo, ca.po: Update catalan translations + * ChangeLog, configure, configure.ac, src/client.c, src/events.c, + src/settings.c, themes/Makefile.am, themes/Makefile.in, + 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default.keys/keythemerc (xfce_4_0): + Huge update to get new repository in sync with the one on SF. We + lose some CVS history here, but I will include the missing + ChangeLog entries here: + + +++ + + 2003-10-12 23:13 xfce + + * xfce4/xfce4rc, xfwm4/src/client.c: Add --no-desktop to + default + nautilus entry Use Height/Width on Mwm hints updates + + 2003-10-10 23:51 edscott + + * xffm/libs/: menu_callbacks.c, run.c: fixed another + g_strchug() + bug + + 2003-10-10 23:15 xfce + + * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so + that DPI + settings load even on workstations w/out cpp + + 2003-10-10 22:38 xfce + + * xfwm4/: configure, configure.ac, themes/Makefile.am, + themes/Makefile.in, themes/tgc-large/Makefile.am, + themes/tgc-large/Makefile.in, themes/tgc-large/README, + themes/tgc-large/bottom-active.xpm, + themes/tgc-large/bottom-inactive.xpm, + themes/tgc-large/bottom-left-active.xpm, + themes/tgc-large/bottom-left-inactive.xpm, + themes/tgc-large/bottom-right-active.xpm, + themes/tgc-large/bottom-right-inactive.xpm, + themes/tgc-large/close-active.xpm, + themes/tgc-large/close-inactive.xpm, + themes/tgc-large/close-pressed.xpm, + themes/tgc-large/hide-active.xpm, + themes/tgc-large/hide-inactive.xpm, + themes/tgc-large/hide-pressed.xpm, + themes/tgc-large/left-active.xpm, + themes/tgc-large/left-inactive.xpm, + themes/tgc-large/maximize-active.xpm, + themes/tgc-large/maximize-inactive.xpm, + themes/tgc-large/maximize-pressed.xpm, + themes/tgc-large/maximize-toggled-active.xpm, + themes/tgc-large/maximize-toggled-inactive.xpm, + themes/tgc-large/maximize-toggled-pressed.xpm, + themes/tgc-large/menu-active.xpm, + themes/tgc-large/menu-inactive.xpm, + themes/tgc-large/menu-pressed.xpm, + themes/tgc-large/right-active.xpm, + themes/tgc-large/right-inactive.xpm, + themes/tgc-large/shade-active.xpm, + themes/tgc-large/shade-inactive.xpm, + themes/tgc-large/shade-pressed.xpm, + themes/tgc-large/shade-toggled-active.xpm, + themes/tgc-large/shade-toggled-inactive.xpm, + themes/tgc-large/shade-toggled-pressed.xpm, + themes/tgc-large/stick-active.xpm, + themes/tgc-large/stick-inactive.xpm, + themes/tgc-large/stick-pressed.xpm, + themes/tgc-large/stick-toggled-active.xpm, + themes/tgc-large/stick-toggled-inactive.xpm, + themes/tgc-large/stick-toggled-pressed.xpm, + themes/tgc-large/themerc, + themes/tgc-large/title-1-active.xpm, + themes/tgc-large/title-1-inactive.xpm, + themes/tgc-large/title-2-active.xpm, + themes/tgc-large/title-2-inactive.xpm, + themes/tgc-large/title-3-active.xpm, + themes/tgc-large/title-3-inactive.xpm, + themes/tgc-large/title-4-active.xpm, + themes/tgc-large/title-4-inactive.xpm, + themes/tgc-large/title-5-active.xpm, + themes/tgc-large/title-5-inactive.xpm, + themes/tgc-large/top-left-active.xpm, + themes/tgc-large/top-left-inactive.xpm, + themes/tgc-large/top-right-active.xpm, + themes/tgc-large/top-right-inactive.xpm: Add tgc-large as + in HEAD + branch + + 2003-10-10 22:06 xfce + + * libxfcegui4/libxfcegui4/netk-pager.c, + xfwm4/themes/default/bottom-active.xpm, + xfwm4/themes/default/bottom-inactive.xpm, + xfwm4/themes/default/bottom-left-active.xpm, + xfwm4/themes/default/bottom-left-inactive.xpm, + xfwm4/themes/default/bottom-right-active.xpm, + xfwm4/themes/default/bottom-right-inactive.xpm, + xfwm4/themes/default/close-active.xpm, + xfwm4/themes/default/close-inactive.xpm, + xfwm4/themes/default/close-pressed.xpm, + xfwm4/themes/default/hide-active.xpm, + xfwm4/themes/default/hide-inactive.xpm, + xfwm4/themes/default/hide-pressed.xpm, + xfwm4/themes/default/left-active.xpm, + xfwm4/themes/default/left-inactive.xpm, + xfwm4/themes/default/maximize-active.xpm, + xfwm4/themes/default/maximize-inactive.xpm, + xfwm4/themes/default/maximize-pressed.xpm, + xfwm4/themes/default/maximize-toggled-active.xpm, + xfwm4/themes/default/maximize-toggled-inactive.xpm, + xfwm4/themes/default/maximize-toggled-pressed.xpm, + xfwm4/themes/default/menu-active.xpm, + xfwm4/themes/default/menu-inactive.xpm, + xfwm4/themes/default/menu-pressed.xpm, + xfwm4/themes/default/right-active.xpm, + xfwm4/themes/default/right-inactive.xpm, + xfwm4/themes/default/shade-active.xpm, + xfwm4/themes/default/shade-inactive.xpm, + xfwm4/themes/default/shade-pressed.xpm, + xfwm4/themes/default/shade-toggled-active.xpm, + xfwm4/themes/default/shade-toggled-inactive.xpm, + xfwm4/themes/default/shade-toggled-pressed.xpm, + xfwm4/themes/default/stick-active.xpm, + xfwm4/themes/default/stick-inactive.xpm, + xfwm4/themes/default/stick-pressed.xpm, + xfwm4/themes/default/stick-toggled-active.xpm, + xfwm4/themes/default/stick-toggled-inactive.xpm, + xfwm4/themes/default/stick-toggled-pressed.xpm, + xfwm4/themes/default/title-1-active.xpm, + xfwm4/themes/default/title-1-inactive.xpm, + xfwm4/themes/default/title-2-active.xpm, + xfwm4/themes/default/title-2-inactive.xpm, + xfwm4/themes/default/title-3-active.xpm, + xfwm4/themes/default/title-3-inactive.xpm, + xfwm4/themes/default/title-4-active.xpm, + xfwm4/themes/default/title-4-inactive.xpm, + xfwm4/themes/default/title-5-active.xpm, + xfwm4/themes/default/title-5-inactive.xpm, + xfwm4/themes/default/top-left-active.xpm, + xfwm4/themes/default/top-left-inactive.xpm, + xfwm4/themes/default/top-right-active.xpm, + xfwm4/themes/default/top-right-inactive.xpm: Basically + revert to + "pre" xfwm4 default style that looked better than 4.0.0 + + 2003-10-10 20:21 huysmans + + * xfce4/plugins/pager/pager.c: Fix resizing bug + + 2003-10-08 23:35 xfce + + * xfwm4/src/: client.c, events.c, settings.c: Fix + raise/lower patch + + 2003-10-08 22:34 xfce + + * xfwm4/: src/settings.c, themes/default.keys/keythemerc: + Fix + raise/lower key shortcut + + 2003-10-07 22:37 xfce + + * xffm/libs/input.c: With gtk 2.2.3/2.2.4 the + gtk_getentrytext_function does not return "" but NULL. + + 2003-10-07 22:31 xfce + + * xfwm4/themes/tgc-large/: Makefile.am, Makefile.in, + README, + bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, close-active.xpm, + close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, left-active.xpm, left-inactive.xpm, + maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, + maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, + menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, + stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + themerc, + title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, + title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Change + default theme, + keep old 4.0 theme as default-4.0 and add tgc-large theme + Include + improvements for fullscreen mode for gst from Arwed von + Merkatz + <v.merkatz@gmx.net> + + 2003-10-07 22:14 xfce + + * xffm/libs/run.c, xfwm4/ChangeLog, xfwm4/configure, + xfwm4/configure.ac, xfwm4/src/client.c, + xfwm4/src/events.c: Include + changes for gst fullscreen mode as suggested by Arwed von + Merkatz + <v.merkatz@gmx.net> Include fix for "run..." in xffm from + Edscott + + +++ + +2003-10-13 18:21 jasper -2003-07-06 huysmans + * configure, configure.ac, doc/C/xfwm4.html, doc/C/xfwm4.xml, + doc/C/images/Makefile.am, doc/C/images/Makefile.in, + doc/C/images/xfwm_workspaces.png, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, mcs-plugin/margins.c, + mcs-plugin/margins.h, mcs-plugin/margins_plugin.c, + mcs-plugin/plugin.c, mcs-plugin/plugin.h, + mcs-plugin/workspaces-icon.h, mcs-plugin/workspaces.c, + mcs-plugin/workspaces.h, mcs-plugin/workspaces.png, src/client.c, + src/events.c, src/settings.c, themes/Makefile.am, + themes/Makefile.in, 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/default.keys/keythemerc: + + Huge commit to bring new repository in sync with SF. We are + losing some CVS history here, but for completeness sake I'm + including the ChangeLog entries here: + + +++ + + 2003-10-11 00:08 edscott + + * xffm/src/: add_folder.c, add_node_contents.c, + callbacks.c, + keybindings.c, main.c, treeview.c: do second letter + search if first + letter is / -- DONE autohide diagnostics on click or + keypress--DONE + compare dates between mime file and dbh file before + updating + applications -- DONE scroll by keyboard debugged and + enhanced + --DONE g_strchug() crash on openwith by menu... --FIXED + on go_up do + not place in history, nor back nor forward --DONE + + 2003-10-11 00:05 edscott + + * xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h, + libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c, + libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c, + libs/menu.c, + libs/menu_callbacks.c, libs/misc.c, libs/misc.h, + libs/monitor.c, + libs/new_win.c, libs/pasteboard.c, libs/print.c, + libs/refresh.c, + libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, + libs/run.h, + libs/scramble.c, libs/symlink.c, libs/terminal.c, + libs/touch.c, + libs/trash.c, libs/xfdiff.c, smb/smb_download.c, + smb/smb_list.c: do + second letter search if first letter is / -- DONE + autohide + diagnostics on click or keypress--DONE compare dates + between mime + file and dbh file before updating applications -- DONE + scroll by + keyboard debugged and enhanced --DONE g_strchug() crash + on openwith + by menu... --FIXED on go_up do not place in history, nor + back nor + forward --DONE + + 2003-10-10 23:19 xfce + + * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so + that DPI + settings load even on workstations w/out cpp + + 2003-10-10 22:17 xfce + + * libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure, + xfwm4/configure.ac, xfwm4/themes/Makefile.am, + xfwm4/themes/Makefile.in, + xfwm4/themes/default/bottom-active.xpm, + xfwm4/themes/default/bottom-inactive.xpm, + xfwm4/themes/default/bottom-left-active.xpm, + xfwm4/themes/default/bottom-left-inactive.xpm, + xfwm4/themes/default/bottom-right-active.xpm, + xfwm4/themes/default/bottom-right-inactive.xpm, + xfwm4/themes/default/close-active.xpm, + xfwm4/themes/default/close-inactive.xpm, + xfwm4/themes/default/close-pressed.xpm, + xfwm4/themes/default/hide-active.xpm, + xfwm4/themes/default/hide-inactive.xpm, + xfwm4/themes/default/hide-pressed.xpm, + xfwm4/themes/default/left-active.xpm, + xfwm4/themes/default/left-inactive.xpm, + xfwm4/themes/default/maximize-active.xpm, + xfwm4/themes/default/maximize-inactive.xpm, + xfwm4/themes/default/maximize-pressed.xpm, + xfwm4/themes/default/maximize-toggled-active.xpm, + xfwm4/themes/default/maximize-toggled-inactive.xpm, + xfwm4/themes/default/maximize-toggled-pressed.xpm, + xfwm4/themes/default/menu-active.xpm, + xfwm4/themes/default/menu-inactive.xpm, + xfwm4/themes/default/menu-pressed.xpm, + xfwm4/themes/default/right-active.xpm, + xfwm4/themes/default/right-inactive.xpm, + xfwm4/themes/default/shade-active.xpm, + xfwm4/themes/default/shade-inactive.xpm, + xfwm4/themes/default/shade-pressed.xpm, + xfwm4/themes/default/shade-toggled-active.xpm, + xfwm4/themes/default/shade-toggled-inactive.xpm, + xfwm4/themes/default/shade-toggled-pressed.xpm, + xfwm4/themes/default/stick-active.xpm, + xfwm4/themes/default/stick-inactive.xpm, + xfwm4/themes/default/stick-pressed.xpm, + xfwm4/themes/default/stick-toggled-active.xpm, + xfwm4/themes/default/stick-toggled-inactive.xpm, + xfwm4/themes/default/stick-toggled-pressed.xpm, + xfwm4/themes/default/themerc, + xfwm4/themes/default/title-1-active.xpm, + xfwm4/themes/default/title-1-inactive.xpm, + xfwm4/themes/default/title-2-active.xpm, + xfwm4/themes/default/title-2-inactive.xpm, + xfwm4/themes/default/title-3-active.xpm, + xfwm4/themes/default/title-3-inactive.xpm, + xfwm4/themes/default/title-4-active.xpm, + xfwm4/themes/default/title-4-inactive.xpm, + xfwm4/themes/default/title-5-active.xpm, + xfwm4/themes/default/title-5-inactive.xpm, + xfwm4/themes/default/top-left-active.xpm, + xfwm4/themes/default/top-left-inactive.xpm, + xfwm4/themes/default/top-right-active.xpm, + xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 + default + theme to the one found in pre-release as it looked better + Fix a + very small thing in netk-pager + + 2003-10-10 19:21 huysmans + + * xfce4/plugins/pager/pager.c: Fix resizing bug + + 2003-10-09 23:41 huysmans + + * xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move + workspace + names settings into settings plugin. Rename count to + Xfwm/WorkspaceCount for consistency. + + 2003-10-09 23:03 xfce + + * libxfcegui4/: configure, configure.ac: Increase version + number + + 2003-10-09 22:13 xfce + + * xfwm4/themes/default/: close-active.xpm, + close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, + maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, + stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + themerc, + title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, + title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm: + Change default theme for 4.2 + + 2003-10-09 15:19 edscott + + * xffm/: glade_intl, src/glade_callbacks.h, + src/glade_gui.c.bak, + src/glade_gui.h: remove obsolete files + + 2003-10-09 07:04 edscott + + * xffm/src/: Makefile.am, Makefile.in, callbacks.c, + keybindings.c, + keybindings.h, treeview.c, treeview.h: scroll by keyboard + is now + case insensitive, if shift is pressed, scroll search w + ill proceed + backwards. Backward scroll-search will not wrap. Forward + scroll-sear ch will wrap (as before). + + 2003-10-09 04:14 edscott + + * xffm/: glade/xffm_main.glade, libs/apps.c, + libs/bookmarks.c, + libs/combo.c, libs/cpy.c, libs/dummies.c, + libs/duplicate.c, + libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c, + libs/goto.h, + libs/icons.c, libs/input.c, libs/menu.c, + libs/menu_callbacks.c, + libs/misc.c, libs/monitor.c, libs/options.c, + libs/options.h, + libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h, + libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c, + libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c, + smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c, + src/main.c, src/treeview.c, src/widgets.c: eliminate all + warnings + when compiling with --enable-debug + + 2003-10-09 01:46 edscott + + * xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade, + glade/xffm_find.gladep, glade/xffm_main.glade, + glade/xffm_main.gladep, glade/xffm_remove.glade, + glade/xffm_remove.gladep, libs/Makefile.am, + libs/Makefile.in, + libs/apps.c, libs/bookmarks.c, libs/combo.c, + libs/combo.h, + libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c, + libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c, + libs/goto.c, libs/help.c, libs/input.c, libs/input.h, + libs/menu_callbacks.c, libs/menu_callbacks.h, + libs/misc.c, + libs/monitor.c, libs/new.c, libs/options.c, + libs/pasteboard.c, + libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c, + libs/rename.c, libs/run.c, libs/scramble.c, + libs/settings.c, + libs/symlink.c, libs/terminal.c, libs/touch.c, + libs/trash.c, + libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c, + src/Makefile.am, src/Makefile.in, src/add_file.c, + src/add_folder.c, + src/add_node_contents.c, src/aux.c, src/callbacks.c, + src/glade_callbacks.c, src/glade_find_callbacks.c, + src/glade_find_callbacks.h, src/glade_find_gui.c, + src/glade_find_gui.h, src/glade_gui.c, + src/glade_main_callbacks.c, + src/glade_main_callbacks.h, src/glade_main_gui.c, + src/glade_main_gui.h, src/glade_remove_callbacks.c, + src/glade_remove_callbacks.h, src/glade_remove_gui.c, + src/glade_remove_gui.h, src/main.c, src/mcs-manager.c, + src/treeview.c, src/widgets.c: broke glade files into + three parts + + 2003-10-08 23:43 xfce + + * xfwm4/src/: client.c, events.c, settings.c: [no log + message] + + 2003-10-08 22:29 xfce + + * xfwm4/themes/default.keys/keythemerc: Change + raise/lower key + + 2003-10-08 22:24 xfce + + * xfwm4/: src/settings.c, themes/default.keys/keythemerc: + Fix + raise/lower key shortcut patch + + 2003-10-08 22:12 xfce + + * xfwm4/: configure, configure.ac, themes/Makefile.am, + themes/Makefile.in, themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Add missing files + + 2003-10-08 10:20 huysmans + + * xfdesktop/doc/C/xfdesktop.html, + xfdesktop/doc/C/xfdesktop.xml, + xfdesktop/doc/C/images/Makefile.am, + xfdesktop/doc/C/images/Makefile.in, + xfdesktop/doc/C/images/xfdesktop-workspace.png, + xfdesktop/settings/Makefile.am, + xfdesktop/settings/Makefile.in, + xfdesktop/settings/backdrop-icon.h, + xfdesktop/src/Makefile.am, + xfdesktop/src/Makefile.in, xfdesktop/src/menu.c, + xfdesktop/src/settings.c, xfwm4/configure, + xfwm4/configure.ac, + xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml, + xfwm4/doc/C/images/Makefile.am, + xfwm4/doc/C/images/Makefile.in, + xfwm4/doc/C/images/xfwm_workspaces.png, + xfwm4/mcs-plugin/Makefile.am, + xfwm4/mcs-plugin/Makefile.in, + xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h, + xfwm4/mcs-plugin/margins_plugin.c, + xfwm4/mcs-plugin/plugin.c, + xfwm4/mcs-plugin/plugin.h, + xfwm4/mcs-plugin/workspaces-icon.h, + xfwm4/mcs-plugin/workspaces.c, + xfwm4/mcs-plugin/workspaces.h, + xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c, + xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: + Largish update: + merge workspaces dialog from xfdesktop with workspace + margins + dialog from xfwm4. The new dialog is part of xfwm4. + + 2003-10-07 22:44 xfce + + * libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in, + netk-class-group.c, netk-class-group.h, netk-private.h, + netk-screen.c, netk-screen.h, netk-tasklist.c, + netk-window.c, + netk-window.h, netk-xutils.c, netk-xutils.h: Backport + changes from + libwnck HEAD cvs + + 2003-10-07 22:40 xfce + + * xffm/libs/: input.c, run.c: Include Edscott patches + + 2003-10-07 22:31 xfce + + * xfwm4/: configure, configure.ac, src/client.c, + src/events.c, + themes/Makefile.am, themes/Makefile.in, + 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/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm, + themes/tgc-large/Makefile.am, + themes/tgc-large/Makefile.in, + themes/tgc-large/README, + themes/tgc-large/bottom-active.xpm, + themes/tgc-large/bottom-inactive.xpm, + themes/tgc-large/bottom-left-active.xpm, + themes/tgc-large/bottom-left-inactive.xpm, + themes/tgc-large/bottom-right-active.xpm, + themes/tgc-large/bottom-right-inactive.xpm, + themes/tgc-large/close-active.xpm, + themes/tgc-large/close-inactive.xpm, + themes/tgc-large/close-pressed.xpm, + themes/tgc-large/hide-active.xpm, + themes/tgc-large/hide-inactive.xpm, + themes/tgc-large/hide-pressed.xpm, + themes/tgc-large/left-active.xpm, + themes/tgc-large/left-inactive.xpm, + themes/tgc-large/maximize-active.xpm, + themes/tgc-large/maximize-inactive.xpm, + themes/tgc-large/maximize-pressed.xpm, + themes/tgc-large/maximize-toggled-active.xpm, + themes/tgc-large/maximize-toggled-inactive.xpm, + themes/tgc-large/maximize-toggled-pressed.xpm, + themes/tgc-large/menu-active.xpm, + themes/tgc-large/menu-inactive.xpm, + themes/tgc-large/menu-pressed.xpm, + themes/tgc-large/right-active.xpm, + themes/tgc-large/right-inactive.xpm, + themes/tgc-large/shade-active.xpm, + themes/tgc-large/shade-inactive.xpm, + themes/tgc-large/shade-pressed.xpm, + themes/tgc-large/shade-toggled-active.xpm, + themes/tgc-large/shade-toggled-inactive.xpm, + themes/tgc-large/shade-toggled-pressed.xpm, + themes/tgc-large/stick-active.xpm, + themes/tgc-large/stick-inactive.xpm, + themes/tgc-large/stick-pressed.xpm, + themes/tgc-large/stick-toggled-active.xpm, + themes/tgc-large/stick-toggled-inactive.xpm, + themes/tgc-large/stick-toggled-pressed.xpm, + themes/tgc-large/themerc, + themes/tgc-large/title-1-active.xpm, + themes/tgc-large/title-1-inactive.xpm, + themes/tgc-large/title-2-active.xpm, + themes/tgc-large/title-2-inactive.xpm, + themes/tgc-large/title-3-active.xpm, + themes/tgc-large/title-3-inactive.xpm, + themes/tgc-large/title-4-active.xpm, + themes/tgc-large/title-4-inactive.xpm, + themes/tgc-large/title-5-active.xpm, + themes/tgc-large/title-5-inactive.xpm, + themes/tgc-large/top-left-active.xpm, + themes/tgc-large/top-left-inactive.xpm, + themes/tgc-large/top-right-active.xpm, + themes/tgc-large/top-right-inactive.xpm: Change default + theme, keep + old 4.0 theme as default-4.0 and add tgc-large theme + Include + improvements for fullscreen mode for gst from Arwed von + Merkatz + <v.merkatz@gmx.net> + + +++ + +2003-09-30 03:02 edscott + + * src/: client.c, events.c, settings.c, settings.h (xfce_4_0): + raise/lower by keypress patch + +2003-09-30 02:43 edscott - * ChangeLog: Updating ChangeLogs + * src/: client.c, events.c, settings.c, settings.h: apply patch for + raise and lower windows by keyboard -2003-07-05 xfce +2003-09-27 14:38 huysmans - * Makefile.in, ltconfig: Remove ltconfig script as it is generated + * po/: ta.gmo, ta.po: Update tamil translation -2003-07-05 xfce +2003-09-27 13:20 huysmans - * Makefile.in, ltcf-c.sh, po/es.gmo, po/es_MX.gmo: libttol update - and all + * po/: ta.gmo, ta.po (xfce_4_0): Update tamil translations -2003-07-03 xfce +2003-09-22 22:52 huysmans - * src/events.c: Flush pointer motion events after wrapping - workspaces + * ChangeLog: Update ChangeLogs -2003-07-03 xfce +2003-09-22 22:33 huysmans - * src/main.c: Store session in .xfce4/sessions/ and use session_id - in saved session name + * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, + es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, hu.gmo, hu.po, + ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo, ms.po, + nl.gmo, nl.po, pl.gmo, pl.po, pt_PT.gmo, pt_PT.po, ru.gmo, ru.po, + ta.gmo, ta.po, tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, zh_CN.po, + zh_TW.gmo, zh_TW.po: Update version numbers and po files for + release -2003-07-03 edscott +2003-09-22 00:19 xfce - * po/: es.po, es_MX.po: spanish tranlation updates for 4.0 release. + * configure, configure.ac, src/client.c: Update version number to + 4.0.0 Improve focus change for modal dialogs in xfwm4 -2003-07-01 xfce +2003-09-21 11:12 xfce - * Makefile.in, configure, configure.ac, defaults/Makefile.in, - doc/Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, - mcs-plugin/Makefile.in, src/Makefile.in, src/hints.c, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Make use of - the new utf8 function added ti libxfce4util. Add explicit - dependency on libxfce4util - -2003-07-01 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm: Reduce corner width - * src/: client.c, client.h, events.c, main.c, main.h, misc.c, - misc.h, settings.c: Improve Xrandr support Hide sidewalks off - screen when wrap workspace is turned off +2003-09-20 14:32 xfce -2003-06-30 huysmans + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + close-active.xpm, close-inactive.xpm, close-pressed.xpm, + hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, + left-active.xpm, left-inactive.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, + menu-pressed.xpm, right-active.xpm, right-inactive.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Reduce size of + decorations for default theme + +2003-09-19 23:11 xfce - * doc/C/: xfwm4.html, xfwm4.xml: Doc update by Francois + * doc/C/images/: decoration_style.png, keyboard_and_focus.png, + misc_wm_prefs.png, workspace_margins.png: Change default + background color to #336699 and update screen captures for doc + (default WM decorations are rounded) -2003-06-28 xfce +2003-09-16 19:51 xfce - * Makefile.in, aclocal.m4, config.h.in, configure, ltmain.sh, - defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Update to - libtool-1.5 Use proper complete CURRENT:REVISION:AGE scheme for lib - versionning - -2003-06-27 xfce + * src/client.c: Don't remove EWMH hints when restarting, so that + the other WM can pick previous state. - * Makefile.in, aclocal.m4, configure, configure.ac, ltcf-c.sh, - ltconfig, ltmain.sh, defaults/Makefile.in, doc/Makefile.in, - doc/C/Makefile.in, doc/C/images/Makefile.in, - mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in, - src/events.c, src/main.c, src/main.h, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Add Xrandr support - -2003-06-26 xfce +2003-09-15 22:55 huysmans - * src/client.c: Remov ethe workarround for gtk bug because KDE apps - place themselves at a predefined position :( + * configure, configure.ac, po/pt_PT.gmo, po/pt_PT.po: Big portugese + translation update -2003-06-25 bmeurer +2003-09-15 00:07 xfce - * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, - ltmain.sh: Fixed -lXext on Solaris. + * ChangeLog: Update ChangeLog -2003-06-25 xfce +2003-09-14 14:20 huysmans - * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, - ltmain.sh, src/client.c, src/client.h, src/events.c: Improve ICCCM - compliance for configure events + * doc/C/: xfwm4.html, xfwm4.xml: Documentation updates -2003-06-24 xfce +2003-09-14 01:13 xfce - * po/xfwm4.pot: Sync + * ChangeLog: Update ChangeLog -2003-06-23 xfce +2003-09-14 00:51 xfce - * src/: client.c, events.c, main.c, main.h, misc.c, misc.h: Use - small input only window located on screen edges to detect mouse - move on the screen edge. + * src/client.c: Use the same technique for real EWMH fullscreen + windows as for legacy emulated fullscreen -2003-06-21 xfce +2003-09-13 17:34 xfce - * po/ar.gmo, po/ca.gmo, po/de.gmo, po/es.gmo, po/es_MX.gmo, - po/fi.gmo, po/fr.gmo, po/ja.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo, - po/ru.gmo, po/ta.gmo, po/tr.gmo, po/zh_CN.gmo, src/client.c: Chnage - clientPassFocus() to not fallback on tp most window if nothing else - has been found in click to focus mode. + * ChangeLog: Update ChangeLog -2003-06-21 bmeurer +2003-09-13 17:32 xfce - * aclocal.m4, config.h.in, configure, configure.ac, ltcf-c.sh, - ltconfig, ltmain.sh, aclocal.m4, config.h.in, configure, - configure.ac, ltcf-c.sh, ltconfig, ltmain.sh, po/ar.gmo, po/ca.gmo, - po/de.gmo, po/es.gmo, po/es_MX.gmo, po/fi.gmo, po/fr.gmo, - po/ja.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo, po/ru.gmo, po/ta.gmo, - po/tr.gmo, po/zh_CN.gmo: Fixes. + * src/client.c: Add check for non-EWMH compliance before applying + fullscreen for legacy apps. -2003-06-21 xfce +2003-09-13 15:55 huysmans - * po/: ar.po, ca.po, de.po, es.po, es_MX.po, fi.po, fr.po, ja.po, - ms.po, nl.po, pl.po, ru.po, ta.po, tr.po, xfwm4.pot, zh_CN.po: - Update po + * doc/C/: xfwm4.html, xfwm4.xml: Update by francois -2003-06-21 xfce +2003-09-13 01:54 xfce - * src/client.c: Apply NET state fullscreen after actually - configuring the window in fullscreen mode. + * src/client.c: Cleanup EWMH properties on unframed windows -2003-06-21 xfce +2003-09-12 23:40 xfce - * src/: hints.c, main.c: Protect against newlines and other - crazyness in window titles + * src/: client.c, client.h, events.c, menu.c: Bunch of small fixes: + - Automatically above/normal layer switch added for older legacy + apps trying to achieve fullscreen mode. - Focus won't go to + windows from another desktop on MapRequest event - Fix very rare + freeze under high load when double clicking on menu button - + Support update of wm_protocol properties for apps that set it + after window mapping. -2003-06-20 xfce +2003-09-12 00:29 xfce - * src/settings.c: Move xfwm4rc from $HOME to $HOME/.xfce4/ + * src/client.c: Don't kill the client application (ala xkill) when + right clicking on the close [X] button anymore (ie read "I remove + that hidden feature" as it's too dangerous, the application has + no chance to recover or prompt the user for unsaved data for + example) -2003-06-20 xfce +2003-09-11 23:52 xfce - * src/events.c: Prevent Alt+F8 to hide windows that should not be - hidden + * src/client.c: Don't test WM_PROTOCOLS_DELETE_WINDOW when closing + client (as some client don't set this flag, they get killed while + they do support "wm_delete_window" message. -2003-06-19 xfce +2003-09-10 09:54 huysmans - * src/: client.c, main.c: Fix a major bug introduced when adding - the loop to flush the event queue (very bad idea). + * ChangeLog: Update ChangeLogs -2003-06-19 xfce +2003-09-10 09:39 huysmans - * src/events.c: Add Alt+middle mouse button to lower window + * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, + po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, + po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, + po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, + po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, + po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, + po/zh_TW.po: Update version numbers and po files for release -2003-06-19 xfce +2003-09-08 09:27 huysmans - * po/xfwm4.pot, src/client.c: Test for initial (x,y) values to work - arround a gtk bug that doesn't set PPosition flag sometimes (to - center windows, for example) + * doc/C/: xfwm4.html, xfwm4.xml: Update xfwm doc -2003-06-19 bmeurer +2003-09-08 08:25 huysmans - * doc/C/images/: decoration_style.png, keyboard_and_focus.png, - misc_wm_prefs.png, workspace_margins.png: Updated images. Thanks to - Francois. + * po/: ru.gmo, ru.po: Update russian translations -2003-06-18 xfce +2003-09-07 15:00 xfce - * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/client.c: Improve clientFrame() Call gtk_window_set_position () - as late at possible as it seems there is a race cond in gtk+ + * src/events.c: Fix typo -2003-06-18 xfce +2003-09-05 08:36 xfce - * src/client.c: Make sure we align on increment vales when resizing - using kbd. + * src/events.c: Flush X buffer before and after grabbing mouse in + double click detection -2003-06-18 xfce +2003-09-02 08:48 huysmans - * defaults/defaults.in, src/client.c, src/settings.c, - src/settings.h: Exclude panel from cycling by default + * po/: ms.gmo, ms.po: Update malaysian translations -2003-06-18 xfce +2003-09-01 23:09 xfce - * src/: client.c, client.h, events.c: Improve updates of - NormalWMHints + * src/hints.c: More 64bit + endianess fixes -2003-06-17 xfce +2003-09-01 00:46 xfce - * src/: client.c, misc.c: Grab server earlier in clientFrame() + * src/: client.c, hints.c, hints.h, main.c, main.h, workspaces.c, + workspaces.h: Use "int" where "int" is to be used instead of + CARD32 (for portability) -2003-06-16 xfce +2003-09-01 00:26 xfce - * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, - ltmain.sh, po/xfwm4.pot: Switch to version 3.91.0 + * src/: client.c, hints.c: Code cleanup (for portability) -2003-06-15 xfce +2003-08-31 23:03 xfce - * src/client.c: A lot of improvements on Xinerama support + * src/: client.c, hints.h: Use "unsigned long" instead of CARD32 + for MWM hints as CARD32 seems to cause trouble on Alpha. -2003-06-14 bmeurer +2003-08-30 18:19 xfce - * Makefile.in, config.guess, config.sub, install-sh, ltcf-c.sh, - ltconfig, ltmain.sh, defaults/Makefile.in, doc/Makefile.in, - doc/C/Makefile.in, doc/C/images/Makefile.in, - mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c, - mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Introduced - xfce_textdomain() - -2003-06-14 xfce + * src/events.c: Remove auto unhide feature because it causes + problems with some apps (Lotus Notes R5 under Wine being an + example) - * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/client.c: Improve restacking +2003-08-30 14:49 huysmans -2003-06-14 xfce + * aclocal.m4, configure, configure.ac, po/zh_TW.Big5.gmo, + po/zh_TW.Big5.po, po/zh_TW.gmo, po/zh_TW.po: Rename zh_TW.Big5 -> + zh_TW - * src/client.c: Try to find a better wayof managing restacking +2003-08-30 10:58 huysmans -2003-06-14 xfce + * po/: zh_TW.Big5.gmo, zh_TW.Big5.po: Add traditional chinese + translations - * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: apply Benny's - patch for mcs plugins +2003-08-30 01:34 xfce -2003-06-14 xfce + * src/events.c: Add traces. - * src/client.c: Include Thomas Leonard <tal00r@ecs.soton.ac.uk> - patch to workarround flickering during restack of windows. +2003-08-30 00:59 xfce -2003-06-14 bmeurer + * src/: hints.c, hints.h: Blender sets only 4 elements in MWM hints + intead of 5 as defined, as we ignore the fifth element anyway, + read only 4 elements and make blender happy... - * m4/i18n.m4, aclocal.m4, configure: Fixed - bind_textdomain_codeset() problem on linux. +2003-08-26 09:38 huysmans -2003-06-11 xfce + * ChangeLog: Update changelogs - * src/: client.c, main.c, misc.c: Add some debug messages +2003-08-26 09:12 huysmans -2003-06-11 xfce + * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, + es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, hu.gmo, hu.po, + ja.gmo, ja.po, ko.gmo, ko.po, lt.gmo, lt.po, ms.gmo, ms.po, + nl.gmo, nl.po, pl.gmo, pl.po, ru.gmo, ru.po, ta.gmo, ta.po, + tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Update version + numbers and po files for release - * src/client.c: Don't raise top stack window when reorg. the stack - list. +2003-08-25 23:38 xfce -2003-06-11 xfce + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + right-active.xpm, right-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Smoothen frame shadow on default theme - * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/main.c: Various updates +2003-08-25 07:22 xfce -2003-06-10 xfce + * src/: client.c, events.c, misc.c, misc.h, workspaces.c: Remove + the "stashEventTime()" and "getEventTime()" functions as it + causes more trouble than it fixes. - * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Add new widget - xfce_framebox to unify look across UI Migrate all plugins to this - new widget +2003-08-24 22:44 xfce -2003-06-09 xfce + * src/workspaces.c: Fix focus on transients not being restored on + w/s switch - * configure.ac, mcs-plugin/margins_plugin.c, - mcs-plugin/xfwm4_plugin.c: Redesign UI +2003-08-24 20:49 xfce -2003-06-09 xfce + * src/events.c: Fix focus on desktop switch - * mcs-plugin/xfwm4_plugin.c: Fix compile warning +2003-08-24 18:46 xfce -2003-06-09 xfce + * src/: client.c, client.h, events.c: Fix focus problem with + Motif/Lesstif apps - * mcs-plugin/xfwm4_plugin.c: Implement (some of) Eugenia's advise - on UI design +2003-08-24 15:49 xfce -2003-06-08 huysmans + * src/: client.c, client.h, events.c: Reimplement MapRequest + handling in a cleaner way. - * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, - defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/ru.gmo, - po/ru.po, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Add russian translation and fix xfdesktop - not reading a new local menu - -2003-06-08 bmeurer +2003-08-17 13:36 huysmans - * TODO: Added daemon(3) TODO item + * configure, configure.ac, po/lt.gmo, po/lt.po: Add lithuanian + translations -2003-06-06 xfce +2003-08-14 20:15 xfce - * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, - defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/xfwm4.pot, - src/Makefile.in, themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Versionning - scheme - -2003-06-05 huysmans + * src/: client.c, events.c: Simplify the mapping/unmapping + management and bug fixes - * doc/C/: xfwm4.html, xfwm4.xml: Doc fixes assorti +2003-08-14 02:09 xfce -2003-06-05 huysmans + * po/xfwm4.pot: Update - * po/: de.gmo, de.po, tr.gmo, tr.po: Updated translations and - multiple file drop on backdrop list manager +2003-08-14 02:06 xfce -2003-06-04 xfce + * src/: client.c, events.c: Even more changes and fixes (I hope) - * src/client.c: Remove last change regarding last client raised, - Add an XFlush just after restacking windows. +2003-08-13 07:39 xfce -2003-06-03 huysmans + * src/: client.c, events.c, events.h, misc.c, misc.h, workspaces.c: + Code reorg. - * doc/C/images/: decoration_style.png, keyboard_and_focus.png, - misc_wm_prefs.png, workspace_margins.png: Use properly compressed - images +2003-08-13 01:17 xfce -2003-06-02 xfce + * src/: client.c, events.c: Unset CLIENT_FLAG_MAPPED when + iconifying (and only then) - * src/client.c: Don't assume that the latest mapped window is - raised +2003-08-13 00:49 xfce -2003-06-02 xfce + * src/: client.c, client.h, events.c, events.h, menu.c, misc.c, + workspaces.c: Adopt a MapRequest/MapNotify/UnmapNotify scheme + that is similar to xfwm3 that was rock solid... - * defaults/defaults.in, src/events.c, src/settings.c, - src/settings.h: Add a hidden option to disable Alt+Click action Add - easy_click=false to ~/.xfwm4rc to disable Alt+Click => move/resize +2003-08-12 13:14 xfce -2003-06-01 huysmans + * src/client.c: Send configure notify after resizing - * po/: Makefile.in.in, ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, - es.gmo, es.po, es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, - ja.gmo, ja.po, ms.gmo, ms.po, nl.gmo, nl.po, pl.gmo, pl.po, ta.gmo, - ta.po, tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: po file - tweaks +2003-08-12 07:42 xfce -2003-06-01 huysmans + * src/client.c: Remove some XSync() calls that were introduced in + the debug process lately. - * doc/C/images/: decoration_style.png, keyboard_and_focus.png, - misc_wm_prefs.png: Updated images by Francois +2003-08-12 00:04 xfce -2003-05-31 huysmans + * src/: client.c, client.h, events.c, hints.c, hints.h, main.c, + settings.c, workspaces.c: A deseperate attempt to fix remaining + bugs in xfwm4 - * doc/C/: xfwm4.html, xfwm4.xml, images/Makefile.am, - images/Makefile.in, images/misc_wm_prefs.png, - images/workspace_margins.png: Doc updates by Francois +2003-08-10 21:54 huysmans -2003-05-30 huysmans + * po/: zh_CN.gmo, zh_CN.po: Update chinese translations - * configure, configure.ac, po/ms.gmo, po/ms.po: Add malayan - translations +2003-08-08 07:57 xfce -2003-05-30 huysmans + * src/events.c: Bug fixes in MapNotify handler - * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, - configure, depcomp, install-sh, mkinstalldirs, - defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, - doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/C/images/Makefile.am, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Small tweaks - to build files - -2003-05-29 huysmans +2003-08-08 01:09 xfce - * xfwm4.spec.in: updating spec files + * src/: client.c, hints.c, misc.c, misc.h: Revert to an old (and + probably safer) way of framing new windows. -2003-05-29 huysmans +2003-08-08 00:09 huysmans - * doc/xfce-nochunk.xsl: improve stylesheet import + * aclocal.m4, configure, po/ca.gmo, po/ca.po: Update catalan + translations -2003-05-29 huysmans +2003-08-07 22:24 huysmans - * po/: nl.gmo, nl.po: Translations update + * src/hints.c: Revert changes -2003-05-28 huysmans +2003-08-06 23:06 xfce - * doc/C/: xfwm4.html, xfwm4.xml: Doc update by Francois + * src/client.c: Small optimization -2003-05-27 xfce +2003-08-06 23:02 xfce - * po/: fi.gmo, fi.po: Update Finnish translation by Ilkka Ollakka - (ilkka dot j dot ollakka at students dot oamk dot fi) + * src/: client.c, client.h, events.c: Try to address the reparent + bug... -2003-05-27 xfce +2003-08-04 20:17 xfce - * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, - configure, configure.ac, depcomp, install-sh, mkinstalldirs, - defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, - mcs-plugin/monitor-icon.h, po/ja.gmo, po/ja.po, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Add Japanese - translation by Zhao-Ji <zhao-ji at awz dot ne dot jp> - -2003-05-27 huysmans + * configure, configure.ac, po/ko.gmo, po/ko.po: Add Korean + translation from ByungHyun Choi <byunghyunchoi@hotmail.com> - * doc/C/: xfwm4.html, xfwm4.xml, images/Makefile.am, - images/Makefile.in, images/decoration_style.png, - images/keyboard_and_focus.png, images/misc_wm_prefs.png, - images/titlebar.png: Add documentation by Francois +2003-08-03 20:45 bmeurer -2003-05-26 xfce + * ChangeLog: Updated ChangeLogs - * src/menu.c: Fix submenu item selection when munu was opened with - right mouse button +2003-08-03 20:37 bmeurer -2003-05-25 xfce + * m4/X11.m4: grep -q does not work with Solaris grep, fixed it. - * mcs-plugin/xfwm4_plugin.c: Set Xft.dpi to 96, and use "Sans 8" as - default font and "Sans Bold 10" as window title font +2003-08-01 18:49 xfce -2003-05-24 xfce + * src/: client.c, client.h, workspaces.c: Use dbl linked list + instead of single linked list internally Other optimizations - * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, - es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, - pl.gmo, pl.po, ta.gmo, ta.po, tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, - zh_CN.po: Merging po +2003-08-01 08:29 xfce -2003-05-23 xfce + * src/client.c: Various small fixes and improvements - * src/: .indent.pro, events.c, menu.c, menu.h: Rework the window - menu Add send to... workspace # sub menu +2003-08-01 00:43 xfce -2003-05-23 xfce + * src/: client.c, client.h, events.c, workspaces.c: Rework modal + management - * defaults/defaults.in, mcs-plugin/margins_plugin.c, - mcs-plugin/xfwm4_plugin.c, po/ar.gmo, po/ar.po, po/ca.gmo, - po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo, - po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, src/.indent.pro, - src/client.c, src/events.c, src/frame.c, src/hints.c, - src/keyboard.c, src/main.c, src/menu.c, src/menu.h, src/misc.c, - src/mypixmap.c, src/mywindow.c, src/parserc.c, src/session.c, - src/settings.c, src/settings.h, src/spinning_cursor.c, - src/startup_notification.c, src/tabwin.c, src/workspaces.c: - Disconnect wrap workspaces and wrap windows options Reorganize - mcs-plugin a bit Rerun indent and fix some wrong indent behaviour - toward _() Changs "Misc." label to "Advanced" in xfwm4 mcs-plugin - -2003-05-21 huysmans +2003-07-31 21:44 huysmans - * Makefile.in, configure, configure.ac, po/tr.gmo, po/tr.po: Add - Turkish translations + * src/main.c: Catch SIGUSR1 as well -2003-05-21 xfce +2003-07-31 10:03 huysmans - * mcs-plugin/xfwm4_plugin.c: Turn off wrap workspace by default + * src/: client.c, hints.c, main.c: Fix compiler warnings -2003-05-16 xfce +2003-07-31 00:19 xfce * ChangeLog: Update ChangeLog -2003-05-16 xfce +2003-07-31 00:15 xfce - * Makefile.in, configure, configure.ac: Bump version to 3.90 for - beta release (coming soon... etc.) + * src/: client.c, client.h, events.c, workspaces.c: Add proper + modality management Small bug fixes Improve legacy apps + fullscreen mgmt -2003-05-16 xfce +2003-07-30 13:31 huysmans - * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/.indent.pro, src/client.c, src/client.h, src/events.c, - src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h, - src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c, src/menu.h, - src/misc.c, src/misc.h, src/mypixmap.c, src/mypixmap.h, - src/mywindow.c, src/mywindow.h, src/parserc.c, src/parserc.h, - src/session.c, src/session.h, src/settings.c, src/settings.h, - src/spinning_cursor.c, src/spinning_cursor.h, - src/startup_notification.c, src/startup_notification.h, - src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h: - Various small cleanups, rerun indent with new settings. - -2003-05-16 huysmans + * ChangeLog: Update changlogs - * configure, configure.ac, po/ta.gmo, po/ta.po: Add tamil - translations +2003-07-30 10:05 huysmans -2003-05-16 xfce + * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, + po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, + po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, + po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po: Update version numbers and po files for release - * src/workspaces.c: Fix a problem with focus not being restored on - transients when switching workspaces +2003-07-30 08:41 xfce -2003-05-15 xfce + * src/client.c: Code cleanup - * src/: client.c, events.c, workspaces.c: Various minor fixes +2003-07-30 07:40 xfce -2003-05-15 huysmans + * src/client.c: Use the same default layer for modal dialogs as + some apps just set modal and open other windows that show + underneath the modal... - * Makefile.am, Makefile.in: Forgot to add the doc directory to - Makefile.am +2003-07-29 17:04 huysmans -2003-05-15 huysmans + * doc/C/: xfwm4.html, xfwm4.xml: Update documentation to latest + versions - * ChangeLog: Mass update of ChangeLogs +2003-07-29 14:24 huysmans -2003-05-15 xfce + * doc/C/images/: decoration_style.png, keyboard_and_focus.png, + misc_wm_prefs.png, titlebar.png, workspace_margins.png: Update + all images to new defaults - * Makefile.in, aclocal.m4, config.guess, config.sub, configure, - configure.ac, defaults/Makefile.in, doc/Makefile.in, - doc/C/Makefile.in, doc/C/images/Makefile.in, - mcs-plugin/Makefile.in, src/Makefile.in, src/client.c, - src/events.c, src/hints.c, src/misc.c, src/settings.c, - src/workspaces.c, themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Various - fixes and small improvements - -2003-05-14 xfce +2003-07-29 08:28 huysmans - * mcs-plugin/xfwm4_plugin.c: Fix edge resistance scale not being - updated, set minimum edge resistance to 1 instead of 5 as before. + * po/: ru.gmo, ru.po: Update russian translations -2003-05-14 xfce +2003-07-28 21:02 xfce - * src/: client.c, client.h, workspaces.c: Improve focus management - in focus-follow-mode + * ChangeLog: Update ChangeLog -2003-05-14 huysmans +2003-07-28 20:59 xfce - * po/: fi.gmo, fi.po: Update finnish translations + * src/client.c: Fix smart placement wasting pixels on right and + bottom side of the screen. -2003-05-14 xfce +2003-07-28 00:29 xfce - * src/frame.c: New flag clearance missing in frameDraw + * ChangeLog: Update ChangeLog -2003-05-13 xfce +2003-07-28 00:28 xfce - * src/: client.c, client.h, frame.c: Code cleanup; make window type - dock w/out border + * Makefile.in, configure, configure.ac: Change version to 3.99.3 + (rc3) -2003-05-13 huysmans +2003-07-28 00:16 xfce - * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub, - configure, configure.ac, xfwm4.spec.in, defaults/Makefile.in, - doc/Makefile.am, doc/Makefile.in, doc/xfce-nochunk.xsl, - doc/C/Makefile.am, doc/C/Makefile.in, doc/C/xfwm4.html, - doc/C/xfwm4.xml, doc/C/images/Makefile.am, - doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/ca.gmo, - po/ca.po, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Add catalan translations and skeleton - documentation - -2003-05-13 huysmans + * src/client.c: Add (missing) aspect ratio support - * xfwm4.spec.in: spec file tweaks +2003-07-27 02:29 xfce -2003-05-12 xfce + * src/client.c: Add fullscreen autodetect for older legacy apps - * src/settings.c: Small typo +2003-07-26 17:58 xfce -2003-05-12 xfce + * ChangeLog: Update ChangeLog - * defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo, - po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po, src/client.c, src/events.c, src/main.c, - src/settings.c, src/settings.h: Add wrap workspace even when not - moving windows, add edge resistance, update mcs plugin, and huge - code cleaup in mcs plugin. Update french i18n +2003-07-26 16:32 xfce -2003-05-11 xfce + * src/: client.c, client.h, events.c: Send ConfigureNotify at first + map (for Tk apps) - * src/: client.c, events.c: Try to improve things with mutiple - screen w/out breaking existing proven code. +2003-07-25 23:33 xfce -2003-05-10 xfce + * src/settings.c: Fall back to default keytheme if user specified + keytheme is not found, rather than just exiting... - * src/: client.c, events.c, hints.c, keyboard.c, main.c, misc.c, - parserc.c: Just small code cleanup. +2003-07-25 07:48 xfce -2003-05-10 xfce + * src/client.c: Revert another change in frameWindow() - * src/events.c: Add a hook to unfocus active window when leaving - the root win (for multi-screen configs) +2003-07-25 00:50 xfce -2003-05-10 xfce + * po/xfwm4.pot, src/hints.c: Change the getMotifHints() -It's the + last thing that changed in xfwm4 before rc2- (New impl should be + bullet proof :) - * src/: client.c, events.c: Change sequence so that the timeout for - dbl click is not perceived by the user. It "feels" faster, - although I doubt it is :) +2003-07-24 08:27 huysmans -2003-05-07 xfce + * po/: fi.gmo, fi.po: Update finnish translations - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Change the default theme (who said "again" - ??) - -2003-05-06 xfce +2003-07-21 21:37 bmeurer - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: Slightly change the - default theme to make it a bit simpler + * Makefile.in, src/Makefile.am, src/Makefile.in: This should + finally fix the solaris -lXext issue -2003-05-04 xfce +2003-07-20 19:11 xfce - * Makefile.in, aclocal.m4, config.guess, config.sub, configure, - configure.ac, xfwm4.spec.in, defaults/Makefile.in, - mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.am, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Move most - themes to xfce4-extras/xfwm4-themes/ - -2003-05-04 huysmans + * src/: client.c, hints.c, hints.h: Adjust motif hints, to avoid a + bug on some system where the motif hint is smaller that the + expected size. - * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub, - configure, ltcf-c.sh, ltconfig, ltmain.sh, defaults/Makefile.am, - defaults/Makefile.in, mcs-plugin/Makefile.in, po/ar.gmo, po/ar.po, - po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Fix rpm target and some distcheck stuff. - distcheck still fails - -2003-05-04 xfce +2003-07-19 11:30 huysmans - * src/client.c: Various fixes, added french translation, fixed - desktop switching in xfwm4 + * ChangeLog: Update ChangeLogs -2003-05-03 bmeurer +2003-07-19 10:59 huysmans - * mcs-plugin/: Makefile.am, Makefile.in: Fixed wrong margins plugin - path. + * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, + po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, + po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, + po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po: Update version numbers and po files for release -2003-05-03 huysmans +2003-07-18 12:57 huysmans - * po/: zh_CN.gmo, zh_CN.po: Update chinese translations + * po/: hu.gmo, hu.po: Update hungarian translations -2003-05-02 bmeurer +2003-07-18 09:46 huysmans - * Makefile.in, aclocal.m4, configure, configure.ac, - defaults/Makefile.in, m4/depends.m4, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Several changes. See - http://www.home.unix-ag.org/bmeurer/xfce/index.html#20030502 for - details. - -2003-05-01 bmeurer + * po/: de.gmo, de.po, tr.gmo, tr.po: Update turkish translations - * Makefile.in, aclocal.m4, configure, configure.ac, - defaults/Makefile.in, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in, - src/events.c, themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in, themes/tgc/Makefile.in: Added i18n - functions to libxfce4util. - -2003-04-30 xfce +2003-07-16 22:02 xfce - * src/keyboard.c, 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-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Allow use of keyboard - shortcuts without modifiers Modify default theme - -2003-04-29 xfce + * src/client.c: Cleanup: Remove #if 0/#endif as it seems to work - * src/events.c: Add the "Alt+right-click = resize window" as - requested +2003-07-16 11:57 huysmans -2003-04-29 xfce + * configure, configure.ac, po/ar.gmo, po/ar.po, po/ca.gmo, + po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hu.gmo, + po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, + po/ta.po, po/tr.gmo, po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po: Add hungarian translations - * po/pl.gmo, src/client.c: Fix an issue with transients not being - placed on the ssame layer as their ancestor (this was a regression - introduced recently, with the implementation of transients for - group) +2003-07-16 10:22 huysmans -2003-04-28 xfce + * po/: ca.gmo, ca.po: Update catalan translations - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, left-active.xpm, left-inactive.xpm, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Change default theme a bit, make it somehow - "smoother" +2003-07-15 23:42 xfce -2003-04-27 xfce + * src/: client.c, events.c: Fix Reparent with UnmapNotify/MapNotify + for good this time (I think) - * src/: client.c, events.c, workspaces.c: Put back workspace wrap - when reaching the first or last workspace Make workspace switch - with wheel mouse "smoother" by dropping outnumbered events +2003-07-15 22:02 xfce -2003-04-27 bmeurer + * src/: client.c, events.c: Still the Reparent issue with + UnmapNotify/MapNotify - * po/pl.po: Updated polish translations. +2003-07-14 15:11 xfce -2003-04-26 bmeurer + * src/client.c: Add some comment to the code - just for the record - * m4/depends.m4, configure.ac: Updated BM_DEPEND_CHECK. +2003-07-14 14:46 xfce -2003-04-26 xfce + * mcs-plugin/xfwm4_plugin.c: Fix strings not being translated in + drop-down menus of xfwm4 mcs plugin - * src/: client.c, workspaces.c: A few more fixes +2003-07-14 10:52 xfce -2003-04-26 xfce + * configure, configure.ac: Set version to 3.99.2 (rc2) - * src/: events.c, workspaces.c: Wrap workspace with mouse wheel - natovely (ie even w/out xfdesktop, that's for ROX :) Don't cycle - workspace when reaching the first/last workspace +2003-07-14 00:53 xfce -2003-04-26 bmeurer + * src/events.c: Forgot to remove traces - * m4/debug.m4: Fixed a stupid typo. +2003-07-14 00:52 xfce -2003-04-26 xfce + * src/: client.c, events.c: More tweaks - * src/client.c: Improve net allowed actions +2003-07-14 00:37 xfce -2003-04-26 xfce + * src/client.c: Tweak map_state and reparenting - * src/: client.c, client.h, events.c: Yay! Another bunch of fixes! +2003-07-13 10:43 huysmans -2003-04-25 xfce + * ChangeLog: Update ChangeLogs for release - * src/: client.c, client.h, events.c: Usual bunch of fixes, - including a much better handling of old gnome win_state properties. +2003-07-11 09:33 huysmans -2003-04-25 bmeurer + * ChangeLog: Update ChangeLog's for release - * aclocal.m4, configure, configure.ac: xfce-mcs-manager version was - changed. +2003-07-11 08:55 huysmans -2003-04-25 huysmans + * po/: zh_CN.gmo, zh_CN.po: Update Chinese translations - * po/: fi.gmo, fi.po: Update finnish translations +2003-07-10 11:56 huysmans -2003-04-25 bmeurer + * ChangeLog: Update ChangeLog's for release - * m4/depends.m4: Updated depends.m4 and added macro for use with - panel plugins. Updated libxfce4util to install the common m4 files - into $(datadir)/xfce4/m4. +2003-07-10 11:24 huysmans -2003-04-24 xfce + * ChangeLog, configure, configure.ac, po/ar.gmo, po/ar.po, + po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, + po/fr.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, + po/ta.po, po/tr.gmo, po/tr.po, po/zh_CN.gmo, po/zh_CN.po: Bump + version numbers for release and update po files - * src/client.c, src/events.c, src/misc.c, src/workspaces.c, - 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/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm: Bunch of small fixes and - improved default theme - -2003-04-24 xfce - - * src/client.c: [no log message] - -2003-04-23 xfce +2003-07-09 20:15 xfce - * src/client.c: Very small... well, nothing, really + * po/: de.gmo, de.po, xfwm4.pot: Update de.po from Moe. -2003-04-23 xfce +2003-07-08 22:53 xfce - * src/client.c, themes/default/bottom-right-active.xpm, - themes/default/bottom-right-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm: Fix net wm property for - "occupy all workspaces" stuff. There was some kind of confusion - between "stickyness" and "on all workspaces" as xfwm4 treat them - both the same way + * po/Makefile.in.in: Don't perform an update-po on make dist as it + causes far too much trouble -2003-04-22 xfce +2003-07-08 00:40 xfce - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, themerc, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Add an inner border to the default theme, - looks better with some apps - -2003-04-21 bmeurer + * src/events.c: Fix compiler warning - * Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig, - ltmain.sh, m4/X11.m4, m4/rpath.m4: Remove rpath stuff (up to the - package maintainer to take care of this). +2003-07-08 00:26 xfce -2003-04-21 xfce + * ltmain.sh: Update ltmain.sh with patched version - * src/: client.c, events.c, hints.h, main.c, tabwin.c: Grab server - and draw frame shadows during Alt+Tab ops +2003-07-07 23:18 huysmans -2003-04-18 xfce + * po/: ca.gmo, ca.po: Update catalan translations - * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, - shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, - shade-toggled-active.xpm, shade-toggled-inactive.xpm, - shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stick-toggled-active.xpm, - stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, - title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, - title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Enlarge title height - for default theme - -2003-04-17 xfce - - * src/client.c, src/client.h, src/events.c, src/workspaces.c, - themes/curve/title-2-active.xpm, themes/curve/title-3-active.xpm, - themes/curve/title-4-active.xpm: Various improvements in transient - for group management. - -2003-04-17 xfce +2003-07-06 21:45 huysmans - * src/: client.c, client.h, events.c, hints.c, misc.c, settings.c, - workspaces.c, workspaces.h: Fix a bug with struts as seen on rox - list Improve group transient management Don't focus on raise from a - configureRequest + * ChangeLog: Updating ChangeLogs -2003-04-15 xfce +2003-07-05 14:31 xfce - * themes/: Makefile.am, Makefile.in: Implement a smarter "transient - for group" management Rearrange general transients management Add a - slightly enhanced version of "perl" theme from Tobias Henle - <null@page23.de> + * Makefile.in, ltconfig: Remove ltconfig script as it is generated -2003-04-15 xfce +2003-07-05 01:37 xfce - * configure, configure.ac, xfwm4.spec.in, src/client.c, - src/client.h, src/events.c, src/hints.c, src/workspaces.c: - Implement a smarter "transient for group" management Rearrange - general transients management Add a slightly enhanced version of - "perl" theme from Tobias Henle <null@page23.de> + * Makefile.in, ltcf-c.sh, po/es.gmo, po/es_MX.gmo: libttol update + and all -2003-04-15 xfce +2003-07-03 23:26 xfce - * src/client.c: Don't set windows transient for root on top + * src/events.c: Flush pointer motion events after wrapping + workspaces -2003-04-13 xfce +2003-07-03 21:59 xfce - * src/: client.c, workspaces.c: Fix small and harmless focus bug. + * src/main.c: Store session in .xfce4/sessions/ and use session_id + in saved session name -2003-04-11 xfce +2003-07-03 20:16 edscott - * themes/default/menu-pressed.xpm: [no log message] + * po/: es.po, es_MX.po: spanish tranlation updates for 4.0 release. -2003-04-10 xfce +2003-07-01 22:57 xfce - * themes/default/shade-inactive.xpm: Add new theme "triviality", - switch to automake-1.7.3 + * Makefile.in, configure, configure.ac, defaults/Makefile.in, + doc/Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.in, src/hints.c, + themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Make use of the new utf8 + function added ti libxfce4util. Add explicit dependency on + libxfce4util + +2003-07-01 00:24 xfce -2003-04-10 xfce + * src/: client.c, client.h, events.c, main.c, main.h, misc.c, + misc.h, settings.c: Improve Xrandr support Hide sidewalks off + screen when wrap workspace is turned off + +2003-06-30 20:11 huysmans + + * doc/C/: xfwm4.html, xfwm4.xml: Doc update by Francois + +2003-06-28 11:46 xfce + + * Makefile.in, aclocal.m4, config.h.in, configure, ltmain.sh, + defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, + src/Makefile.in, themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Update to libtool-1.5 Use proper + complete CURRENT:REVISION:AGE scheme for lib versionning + +2003-06-27 00:41 xfce * Makefile.in, aclocal.m4, configure, configure.ac, ltcf-c.sh, - ltconfig, ltmain.sh, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "triviality", switch to - automake-1.7.3 + ltconfig, ltmain.sh, defaults/Makefile.in, doc/Makefile.in, + doc/C/Makefile.in, doc/C/images/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in, + src/events.c, src/main.c, src/main.h, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: Add + Xrandr support -2003-04-09 xfce +2003-06-26 22:32 xfce - * themes/default/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, maximize-toggled-active.xpm, - maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, - menu-active.xpm, menu-inactive.xpm, shade-active.xpm, - shade-inactive.xpm, shade-pressed.xpm, shade-toggled-active.xpm, - shade-toggled-inactive.xpm, shade-toggled-pressed.xpm, - stick-active.xpm, stick-inactive.xpm, stick-pressed.xpm: Add a - small shadow under title buttons - -2003-04-09 bmeurer + * src/client.c: Remov ethe workarround for gtk bug because KDE apps + place themselves at a predefined position :( - * Makefile.in, aclocal.m4, config.guess, config.sub, configure, - depcomp, ltconfig, defaults/Makefile.in, m4/debug.m4, - mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/microdeck3/Makefile.in, - themes/tgc/Makefile.in: Improved debug.m4: - - 1) --disable-debug no longer disables assert()'s - 2) --enable-profiling now enables profiling code - 3) --disable-asserts allows disabling of assert()'s +2003-06-25 22:22 bmeurer -2003-04-09 xfce + * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, + ltmain.sh: Fixed -lXext on Solaris. - * src/: client.c, misc.c, misc.h: [no log message] +2003-06-25 22:18 xfce -2003-04-08 xfce + * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, + ltmain.sh, src/client.c, src/client.h, src/events.c: Improve + ICCCM compliance for configure events - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: Rounf bottom corners +2003-06-24 08:36 xfce + + * po/xfwm4.pot: Sync -2003-04-08 xfce +2003-06-23 00:09 xfce - * src/: client.c, main.c, workspaces.c: Use XFlush() in place of - gdk_flush() + * src/: client.c, events.c, main.c, main.h, misc.c, misc.h: Use + small input only window located on screen edges to detect mouse + move on the screen edge. -2003-04-08 xfce +2003-06-21 22:40 xfce - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - right-active.xpm, right-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Change shadows to get better 3D look + * po/ar.gmo, po/ca.gmo, po/de.gmo, po/es.gmo, po/es_MX.gmo, + po/fi.gmo, po/fr.gmo, po/ja.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo, + po/ru.gmo, po/ta.gmo, po/tr.gmo, po/zh_CN.gmo, src/client.c: + Chnage clientPassFocus() to not fallback on tp most window if + nothing else has been found in click to focus mode. -2003-04-07 xfce +2003-06-21 20:28 bmeurer - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, themerc: Use round bottom corners and - shadowed active title + * aclocal.m4, config.h.in, configure, configure.ac, ltcf-c.sh, + ltconfig, ltmain.sh, po/ar.gmo, po/ca.gmo, po/de.gmo, po/es.gmo, + po/es_MX.gmo, po/fi.gmo, po/fr.gmo, po/ja.gmo, po/ms.gmo, + po/nl.gmo, po/pl.gmo, po/ru.gmo, po/ta.gmo, po/tr.gmo, + po/zh_CN.gmo: Fixes. -2003-04-06 xfce +2003-06-21 14:15 xfce - * src/client.c: Show decorations on "utility" windows + * po/: ar.po, ca.po, de.po, es.po, es_MX.po, fi.po, fr.po, ja.po, + ms.po, nl.po, pl.po, ru.po, ta.po, tr.po, xfwm4.pot, zh_CN.po: + Update po -2003-04-06 xfce +2003-06-21 01:26 xfce - * themes/default/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: Add slight stripes ala "microdeck" to title - bar + * src/client.c: Apply NET state fullscreen after actually + configuring the window in fullscreen mode. -2003-04-05 xfce +2003-06-21 00:56 xfce - * src/: client.c, hints.c, hints.h: Add support for apps that set - their transient_for field to "None" + * src/: hints.c, main.c: Protect against newlines and other + crazyness in window titles -2003-04-05 xfce +2003-06-20 08:26 xfce - * src/client.c: Treat window with transient_for set to root as "on - top", sticky windows + * src/settings.c: Move xfwm4rc from $HOME to $HOME/.xfce4/ -2003-04-05 xfce +2003-06-20 00:01 xfce - * src/client.c: Allow any kind of window to be modal (not just - dialogs) + * src/events.c: Prevent Alt+F8 to hide windows that should not be + hidden -2003-04-05 xfce +2003-06-19 23:12 xfce - * src/client.c: Make modal dialogs sticky + * src/: client.c, main.c: Fix a major bug introduced when adding + the loop to flush the event queue (very bad idea). -2003-04-05 xfce +2003-06-19 19:53 xfce - * themes/default/: bottom-inactive.xpm, bottom-left-inactive.xpm, - bottom-right-inactive.xpm, left-inactive.xpm, right-inactive.xpm, - title-1-inactive.xpm, title-2-inactive.xpm, title-3-inactive.xpm, - title-4-inactive.xpm, title-5-inactive.xpm, top-left-inactive.xpm, - top-right-inactive.xpm: Default theme: use black frame arround - inactive windows + * src/events.c: Add Alt+middle mouse button to lower window -2003-04-05 xfce +2003-06-19 19:35 xfce - * src/: client.c, client.h, events.c, frame.c, hints.c, keyboard.c, - main.c, menu.c, misc.c, mypixmap.c, mywindow.c, parserc.c, - session.c, settings.c, workspaces.c: Revert last change in debug.h, - use "??" instead of ((__const char *)0) Replace DBG() statements - with TRACE() in libxfcegui4 and xfwm4 because it was generating far - too much logs in simple debug mode (use --enable-debug=full to get - full traces) Add params to TRACE() (just like in DBG()) Remove - trailing CR in log messages + * po/xfwm4.pot, src/client.c: Test for initial (x,y) values to work + arround a gtk bug that doesn't set PPosition flag sometimes (to + center windows, for example) -2003-04-04 xfce +2003-06-19 00:24 bmeurer - * src/client.c: Bug hunting, (small) speedups and improvements + * doc/C/images/: decoration_style.png, keyboard_and_focus.png, + misc_wm_prefs.png, workspace_margins.png: Updated images. Thanks + to Francois. -2003-04-04 xfce +2003-06-18 22:33 xfce - * src/client.c: Fix transients not showing with their "master" - window (as before) + * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/client.c: Improve clientFrame() Call gtk_window_set_position + () as late at possible as it seems there is a race cond in gtk+ -2003-04-04 bmeurer +2003-06-18 21:57 xfce - * aclocal.m4, configure, configure.ac, m4/depends.m4: Updated - BM_DEPEND_CHECK to make it possible to disable the test + * src/client.c: Make sure we align on increment vales when resizing + using kbd. -2003-04-03 bmeurer +2003-06-18 08:37 xfce - * aclocal.m4, configure, m4/depends.m4: Fixed BM_DEPEND_CHECK + * defaults/defaults.in, src/client.c, src/settings.c, + src/settings.h: Exclude panel from cycling by default -2003-04-03 xfce +2003-06-18 01:28 xfce - * src/client.c: Fix a small bug with window snapping + * src/: client.c, client.h, events.c: Improve updates of + NormalWMHints -2003-04-03 xfce +2003-06-17 23:19 xfce - * src/: client.c, events.c: Fix a small redrw problem when - sticking/unsticking with the menu + * src/: client.c, misc.c: Grab server earlier in clientFrame() -2003-04-02 xfce +2003-06-16 00:32 xfce - * ChangeLog: Update ChangeLog + * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, + ltmain.sh, po/xfwm4.pot: Switch to version 3.91.0 -2003-04-02 bmeurer +2003-06-15 00:56 xfce - * aclocal.m4, config.h.in, configure, m4/debug.m4, - mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, src/Makefile.am, - src/Makefile.in, src/client.c, src/debug.h, src/events.c, - src/frame.c, src/hints.c, src/keyboard.c, src/main.c, src/menu.c, - src/misc.c, src/misc.h, src/mypixmap.c, src/mywindow.c, - src/parserc.c, src/settings.c, src/tabwin.c, src/tabwin.h, - src/workspaces.c: Debugging stuff now provided by libxfce4util. As - a result of this change libxfcegui4 now depends on libxfce4util. - Some other updates. added a hint to the libxfcegui4 README for - Xinerama problems with XFree86. - -2003-04-02 bmeurer + * src/client.c: A lot of improvements on Xinerama support - * aclocal.m4, configure, m4/debug.m4: left-over autostuff for - libxfce*, xfcs-mcs-* and xfce4 +2003-06-14 23:53 bmeurer -2003-04-02 bmeurer + * Makefile.in, config.guess, config.sub, install-sh, ltcf-c.sh, + ltconfig, ltmain.sh, defaults/Makefile.in, doc/Makefile.in, + doc/C/Makefile.in, doc/C/images/Makefile.in, + mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c, + mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c, + themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Introduced xfce_textdomain() - * Makefile.am, Makefile.in, aclocal.m4, configure, configure.ac, - ltcf-c.sh, ltconfig, ltmain.sh, m4/debug.m4, m4/rpath.m4, - mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/client.c, src/events.c, src/frame.c, src/hints.c, - src/keyboard.c, src/main.c, src/menu.c, src/misc.c, src/mypixmap.c, - src/mywindow.c, src/parserc.c, src/session.c, src/settings.c, - src/spinning_cursor.c, src/startup_notification.c, src/tabwin.c, - src/workspaces.c: Updated i18n stuff (libxfce4util now provides a - i18n.h). updated X11.m4 updated xfwm4 to compile well with -Werror - -Wall updated xfce-mcs-plugins and added a hint to the README for - XFree86 users - -2003-04-01 xfce +2003-06-14 17:59 xfce - * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Initialize early - i18n in mcs plugins Add Etria theme + * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/client.c: Improve restacking -2003-03-31 xfce +2003-06-14 02:28 xfce - * po/: POTFILES.in, ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, - es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, - pl.gmo, pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Fix pixmap.c -> - mypixmap.c in POTFILES.in + * src/client.c: Try to find a better wayof managing restacking -2003-03-31 xfce +2003-06-14 01:51 xfce - * themes/default/top-right-active.xpm: 1 pixel change :) + * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: apply Benny's + patch for mcs plugins -2003-03-31 xfce +2003-06-14 00:58 xfce - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm: Smooth bottom - corners + * src/client.c: Include Thomas Leonard <tal00r@ecs.soton.ac.uk> + patch to workarround flickering during restack of windows. -2003-03-30 xfce +2003-06-14 00:35 bmeurer - * themes/default/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: Use square and bigger bottom corners for - default theme. + * m4/i18n.m4, aclocal.m4, configure: Fixed + bind_textdomain_codeset() problem on linux. -2003-03-30 xfce +2003-06-11 23:22 xfce - * mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, - mcs-plugin/margins_plugin.c, src/events.c: Fix dependecy loop in - mcs Makefile Revert to use spin instead of adjustment as callback - object in margins plugin + * src/: client.c, main.c, misc.c: Add some debug messages -2003-03-30 xfce +2003-06-11 21:34 xfce - * src/: client.c, events.c: Improve focus passing on unmap/destroy - events + * src/client.c: Don't raise top stack window when reorg. the stack + list. -2003-03-30 xfce +2003-06-11 00:08 xfce - * mcs-plugin/margins_plugin.c: Fix bug in original impl. of spin - button for margin plugin. + * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/main.c: Various updates -2003-03-30 xfce +2003-06-10 01:39 xfce - * src/client.c: Don't show windows in not on same workspace or - sticky (as before) + * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Add new widget + xfce_framebox to unify look across UI Migrate all plugins to this + new widget -2003-03-30 xfce +2003-06-09 19:18 xfce - * src/: client.c, client.h, events.c, workspaces.c: Small tweaking + * configure.ac, mcs-plugin/margins_plugin.c, + mcs-plugin/xfwm4_plugin.c: Redesign UI -2003-03-30 xfce +2003-06-09 00:58 xfce - * src/: Makefile.am, Makefile.in, client.c, client.h, events.c, - frame.c, main.h, mypixmap.c, mypixmap.h, pixmap.c, pixmap.h, - settings.c, settings.h, workspaces.c: Small code reorganization + * mcs-plugin/xfwm4_plugin.c: Fix compile warning -2003-03-29 xfce +2003-06-09 00:37 xfce - * src/: client.c, client.h, events.c, workspaces.c: Change focus - management (huge change in the core of the window manager!) + * mcs-plugin/xfwm4_plugin.c: Implement (some of) Eugenia's advise + on UI design -2003-03-29 huysmans +2003-06-08 16:29 huysmans - * po/: de.gmo, de.po: Update german translations + * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, + defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/ru.gmo, + po/ru.po, src/Makefile.in, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: Add + russian translation and fix xfdesktop not reading a new local + menu -2003-03-27 xfce +2003-06-08 13:12 bmeurer - * mcs-plugin/margins_plugin.c, src/client.c, src/hints.c, - src/menu.c, src/misc.c, src/settings.c: Prefer - gdk_screen[width|height] instead of XDisplay[Width|Height] + * TODO: Added daemon(3) TODO item -2003-03-27 xfce +2003-06-06 23:37 xfce - * ChangeLog: Update ChangeLog + * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, + defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/xfwm4.pot, + src/Makefile.in, themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Versionning scheme -2003-03-27 xfce +2003-06-05 23:49 huysmans - * src/: client.c, client.h, events.c, frame.c, main.h: Fix a bug in - focus management as shown when using OO 1.1-beta + * doc/C/: xfwm4.html, xfwm4.xml: Doc fixes assorti -2003-03-26 xfce +2003-06-05 09:28 huysmans - * src/frame.c: Very small optimization that makes code cleaner - anyway, Apparetly, yet another default theme change... + * po/: de.gmo, de.po, tr.gmo, tr.po: Updated translations and + multiple file drop on backdrop list manager -2003-03-25 xfce +2003-06-04 18:58 xfce - * themes/default/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-inactive.xpm, hide-inactive.xpm, left-active.xpm, - maximize-inactive.xpm, maximize-toggled-inactive.xpm, - menu-inactive.xpm, right-active.xpm, right-inactive.xpm, - shade-inactive.xpm, shade-toggled-inactive.xpm, stick-inactive.xpm, - stick-toggled-inactive.xpm, themerc, title-1-active.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, top-left-active.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2003-03-24 xfce + * src/client.c: Remove last change regarding last client raised, + Add an XFlush just after restacking windows. - * src/client.c, themes/default/bottom-left-active.xpm, - themes/default/bottom-left-inactive.xpm, - themes/default/bottom-right-active.xpm, - themes/default/bottom-right-inactive.xpm: Test gtk version to use - deprecated gdk pixbuf render functions, update default theme. +2003-06-03 14:28 huysmans -2003-03-24 xfce + * doc/C/images/: decoration_style.png, keyboard_and_focus.png, + misc_wm_prefs.png, workspace_margins.png: Use properly compressed + images - * src/events.c: Remove soon to be deprecated gtk functions : - gtk_timeout_add() gtk_timeout_remove() - gdk_pixbuf_render_to_drawable() - gdk_pixbuf_render_to_drawable_alpha() +2003-06-02 23:35 xfce -2003-03-23 xfce + * src/client.c: Don't assume that the latest mapped window is + raised - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm: - microdeck2 theme was broken (dunno why though...) +2003-06-02 22:08 xfce -2003-03-23 xfce + * defaults/defaults.in, src/events.c, src/settings.c, + src/settings.h: Add a hidden option to disable Alt+Click action + Add easy_click=false to ~/.xfwm4rc to disable Alt+Click => + move/resize - * ChangeLog: Update ChangeLog +2003-06-01 19:25 huysmans -2003-03-23 xfce + * po/: Makefile.in.in, ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, + es.gmo, es.po, es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, + ja.gmo, ja.po, ms.gmo, ms.po, nl.gmo, nl.po, pl.gmo, pl.po, + ta.gmo, ta.po, tr.gmo, tr.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: po + file tweaks - * themes/default/: top-right-active.xpm, top-right-inactive.xpm: - [no log message] +2003-06-01 14:06 huysmans -2003-03-23 xfce + * doc/C/images/: decoration_style.png, keyboard_and_focus.png, + misc_wm_prefs.png: Updated images by Francois - * ChangeLog, mcs-plugin/xfwm4_plugin.c, po/fi.gmo, po/fi.po: Update - Finnish translation from Ilkka Ollakka - (ilkka.j.ollakka@students.oamk.fi) +2003-05-31 14:18 huysmans -2003-03-23 xfce + * doc/C/: xfwm4.html, xfwm4.xml, images/Makefile.am, + images/Makefile.in, images/misc_wm_prefs.png, + images/workspace_margins.png: Doc updates by Francois - * mcs-plugin/xfwm4_plugin.c, src/client.c, src/hints.c, src/misc.c: - Use gdk_screen[width|height] +2003-05-30 22:36 huysmans -2003-03-23 xfce + * configure, configure.ac, po/ms.gmo, po/ms.po: Add malayan + translations - * themes/default/: themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] +2003-05-30 10:50 huysmans -2003-03-23 xfce + * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, + configure, depcomp, install-sh, mkinstalldirs, + defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, + doc/C/xfwm4.html, doc/C/xfwm4.xml, doc/C/images/Makefile.am, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, + src/Makefile.in, themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Small tweaks to build files - * themes/default/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] +2003-05-29 20:19 huysmans -2003-03-22 xfce + * xfwm4.spec.in: updating spec files - * themes/default/: close-pressed.xpm, hide-active.xpm, - hide-inactive.xpm, hide-pressed.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, - maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, - maximize-toggled-pressed.xpm, menu-pressed.xpm, shade-pressed.xpm, - shade-toggled-pressed.xpm, stick-pressed.xpm, - stick-toggled-pressed.xpm, themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: Change default theme - (sigh!) - -2003-03-20 xfce +2003-05-29 14:53 huysmans - * mcs-plugin/xfwm4_plugin.c: Forgot to change default theme in mcs - plugin.... + * doc/xfce-nochunk.xsl: improve stylesheet import -2003-03-20 xfce +2003-05-29 11:59 huysmans - * configure, configure.ac, xfwm4.spec.in, defaults/defaults.in, - src/parserc.c, themes/Makefile.am, themes/Makefile.in, - themes/default/Makefile.am, themes/default/Makefile.in, - 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/close-active.xpm, themes/default/close-inactive.xpm, - themes/default/close-pressed.xpm, themes/default/hide-active.xpm, - themes/default/hide-inactive.xpm, themes/default/hide-pressed.xpm, - themes/default/left-active.xpm, themes/default/left-inactive.xpm, - themes/default/maximize-active.xpm, - themes/default/maximize-inactive.xpm, - themes/default/maximize-pressed.xpm, - themes/default/maximize-toggled-active.xpm, - themes/default/maximize-toggled-inactive.xpm, - themes/default/maximize-toggled-pressed.xpm, - themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, - themes/default/menu-pressed.xpm, themes/default/right-active.xpm, - themes/default/right-inactive.xpm, themes/default/shade-active.xpm, - themes/default/shade-inactive.xpm, - themes/default/shade-pressed.xpm, - themes/default/shade-toggled-active.xpm, - themes/default/shade-toggled-inactive.xpm, - themes/default/shade-toggled-pressed.xpm, - themes/default/stick-active.xpm, themes/default/stick-inactive.xpm, - themes/default/stick-pressed.xpm, - themes/default/stick-toggled-active.xpm, - themes/default/stick-toggled-inactive.xpm, - themes/default/stick-toggled-pressed.xpm, themes/default/themerc, - themes/default/title-1-active.xpm, - themes/default/title-1-inactive.xpm, - themes/default/title-2-active.xpm, - themes/default/title-2-inactive.xpm, - themes/default/title-3-active.xpm, - themes/default/title-3-inactive.xpm, - themes/default/title-4-active.xpm, - themes/default/title-4-inactive.xpm, - themes/default/title-5-active.xpm, - themes/default/title-5-inactive.xpm, - themes/default/top-left-active.xpm, - themes/default/top-left-inactive.xpm, - themes/default/top-right-active.xpm, - themes/default/top-right-inactive.xpm, - themes/microdeck/close-active.xpm, - themes/microdeck/close-inactive.xpm, - themes/microdeck/hide-active.xpm, - themes/microdeck/hide-inactive.xpm, - themes/microdeck/maximize-active.xpm, - themes/microdeck/maximize-inactive.xpm, - themes/microdeck/maximize-toggled-active.xpm, - themes/microdeck/maximize-toggled-inactive.xpm, - themes/microdeck/menu-active.xpm, - themes/microdeck/menu-inactive.xpm, - themes/microdeck/stick-active.xpm, - themes/microdeck/stick-inactive.xpm, - themes/microdeck2/close-active.xpm, - themes/microdeck2/close-inactive.xpm, - themes/microdeck2/hide-active.xpm, - themes/microdeck2/hide-inactive.xpm, - themes/microdeck2/maximize-active.xpm, - themes/microdeck2/maximize-inactive.xpm, - themes/microdeck2/menu-active.xpm, - themes/microdeck2/menu-inactive.xpm, - themes/microdeck2/stick-active.xpm, - themes/microdeck2/stick-inactive.xpm, - themes/microdeck2/title-3-active.xpm, - themes/microdeck2/title-3-inactive.xpm: Add a default theme and fix - several others - -2003-03-19 huysmans + * po/: nl.gmo, nl.po: Translations update - * autogen.sh: Only add extra autogen parameters when none are given +2003-05-28 16:16 huysmans -2003-03-18 xfce - - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] - -2003-03-18 xfce - - * ChangeLog, themes/microdeck/title-1-active.xpm, - themes/microdeck/title-1-inactive.xpm, - themes/microdeck/title-2-active.xpm, - themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-active.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm, - themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm: Update ChangeLog Update - build scripts (ie rerun autogen.sh) Update xfwm4's microdeck theme - Remove 1 pix border arround xffm menu bar - -2003-03-17 xfce + * doc/C/: xfwm4.html, xfwm4.xml: Doc update by Francois - * Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig, - ltmain.sh: Make sure configure script is in line with Benny's - latest changes +2003-05-27 23:35 xfce -2003-03-17 xfce + * po/: fi.gmo, fi.po: Update Finnish translation by Ilkka Ollakka + (ilkka dot j dot ollakka at students dot oamk dot fi) - * ChangeLog: Update ChangeLog +2003-05-27 23:30 xfce -2003-03-17 xfce - - * src/events.c, themes/microdeck/Makefile.am, - themes/microdeck/Makefile.in, themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/maximize-toggled-active.xpm, - themes/microdeck/maximize-toggled-inactive.xpm, - themes/microdeck/maximize-toggled-pressed.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/shade-toggled-active.xpm, - themes/microdeck/shade-toggled-inactive.xpm, - themes/microdeck/shade-toggled-pressed.xpm, - themes/microdeck/stick-toggled-active.xpm, - themes/microdeck/stick-toggled-inactive.xpm, - themes/microdeck/stick-toggled-pressed.xpm, - themes/microdeck/themerc, themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm: Missing bits, messed up - cvs update - -2003-03-17 xfce + * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, + configure, configure.ac, depcomp, install-sh, mkinstalldirs, + defaults/Makefile.in, doc/Makefile.in, doc/C/Makefile.in, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, + mcs-plugin/monitor-icon.h, po/ja.gmo, po/ja.po, src/Makefile.in, + themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Add Japanese translation by + Zhao-Ji <zhao-ji at awz dot ne dot jp> - * po/es.gmo, src/client.c: Update default (microdeck) theme and - improve toggle buttons management +2003-05-27 21:18 huysmans -2003-03-17 bmeurer + * doc/C/: xfwm4.html, xfwm4.xml, images/Makefile.am, + images/Makefile.in, images/decoration_style.png, + images/keyboard_and_focus.png, images/misc_wm_prefs.png, + images/titlebar.png: Add documentation by Francois - * NOTES: Forgot to add. +2003-05-26 23:18 xfce -2003-03-17 bmeurer + * src/menu.c: Fix submenu item selection when munu was opened with + right mouse button - * themes/tgc/Makefile.in: Major autostuff update. +2003-05-25 23:35 xfce -2003-03-17 bmeurer + * mcs-plugin/xfwm4_plugin.c: Set Xft.dpi to 96, and use "Sans 8" as + default font and "Sans Bold 10" as window title font - * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.h.in, - configure, configure.ac, configure.in, ltcf-c.sh, ltconfig, - ltmain.sh, xfwm4.spec.in, defaults/Makefile.in, m4/X11.m4, - m4/debug.m4, m4/depends.m4, m4/i18n.m4, m4/rpath.m4, - mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, - mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - po/Makefile.in.in, src/Makefile.am, src/Makefile.in, src/client.c, - src/client.h, src/hints.c, src/hints.h, src/startup_notification.c, - src/startup_notification.h, themes/Makefile.am, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/microdeck3/Makefile.in: Major autostuff update. - -2003-03-16 xfce - - * src/frame.c, themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm: Missing bits. - -2003-03-16 xfce - - * src/client.c, src/client.h, src/frame.c, src/settings.c, - src/settings.h, themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm: Apply a modified version - of the patch submitted by Jens Guballa <J.Guballa@t-online.de> for - toggled buttons. - -2003-03-16 xfce +2003-05-24 21:17 xfce - * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, - src/client.c, src/client.h, src/debug.h, src/events.c, - src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h, - src/inline-tabwin-icon.h, src/keyboard.c, src/keyboard.h, - src/main.c, src/main.h, src/menu.c, src/menu.h, src/misc.c, - src/misc.h, src/mywindow.c, src/mywindow.h, src/parserc.c, - src/parserc.h, src/pixmap.c, src/pixmap.h, src/session.c, - src/session.h, src/settings.c, src/settings.h, - src/spinning_cursor.c, src/spinning_cursor.h, - src/startup_notification.c, src/startup_notification.h, - src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h, - themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm: Reformat code usign - astyle, redesign microdeck theme, include nestu's Spanish - translation - -2003-03-16 xfce + * po/: ar.gmo, ar.po, ca.gmo, ca.po, de.gmo, de.po, es.gmo, es.po, + es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, + pl.gmo, pl.po, ta.gmo, ta.po, tr.gmo, tr.po, xfwm4.pot, + zh_CN.gmo, zh_CN.po: Merging po - * po/: es.gmo, es.po: Add nestu's Spanish translation +2003-05-23 23:37 xfce -2003-03-16 xfce + * src/: .indent.pro, events.c, menu.c, menu.h: Rework the window + menu Add send to... workspace # sub menu - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] +2003-05-23 00:29 xfce -2003-03-16 xfce + * defaults/defaults.in, mcs-plugin/margins_plugin.c, + mcs-plugin/xfwm4_plugin.c, po/ar.gmo, po/ar.po, po/ca.gmo, + po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo, + po/tr.po, po/xfwm4.pot, po/zh_CN.gmo, po/zh_CN.po, + src/.indent.pro, src/client.c, src/events.c, src/frame.c, + src/hints.c, src/keyboard.c, src/main.c, src/menu.c, src/menu.h, + src/misc.c, src/mypixmap.c, src/mywindow.c, src/parserc.c, + src/session.c, src/settings.c, src/settings.h, + src/spinning_cursor.c, src/startup_notification.c, src/tabwin.c, + src/workspaces.c: Disconnect wrap workspaces and wrap windows + options Reorganize mcs-plugin a bit Rerun indent and fix some + wrong indent behaviour toward _() Changs "Misc." label to + "Advanced" in xfwm4 mcs-plugin + +2003-05-21 23:43 huysmans - * themes/microdeck/: themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: Redesign title bar of - microdeck theme (default theme) + * Makefile.in, configure, configure.ac, po/tr.gmo, po/tr.po: Add + Turkish translations -2003-03-16 xfce +2003-05-21 23:30 xfce - * src/events.c: Fix "button2 on maximize button = maximize horiz" + * mcs-plugin/xfwm4_plugin.c: Turn off wrap workspace by default -2003-03-13 xfce +2003-05-16 22:43 xfce - * ChangeLog: Update Changelogs + * ChangeLog: Update ChangeLog -2003-03-13 xfce +2003-05-16 21:34 xfce - * src/client.c, themes/microdeck/themerc: Add a flag to avoid - double desktop wrapping in clientMove_event_filter() iRemove shadow - under title text in micordeck theme + * Makefile.in, configure, configure.ac: Bump version to 3.90 for + beta release (coming soon... etc.) -2003-03-11 xfce +2003-05-16 21:18 xfce - * themes/microdeck/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, hide-active.xpm, - hide-inactive.xpm, left-active.xpm, left-inactive.xpm, - maximize-active.xpm, maximize-inactive.xpm, menu-active.xpm, - menu-inactive.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, stick-active.xpm, - stick-inactive.xpm: Redesign default "microdeck" theme + * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/.indent.pro, src/client.c, src/client.h, src/events.c, + src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h, + src/keyboard.c, src/keyboard.h, src/main.c, src/menu.c, + src/menu.h, src/misc.c, src/misc.h, src/mypixmap.c, + src/mypixmap.h, src/mywindow.c, src/mywindow.h, src/parserc.c, + src/parserc.h, src/session.c, src/session.h, src/settings.c, + src/settings.h, src/spinning_cursor.c, src/spinning_cursor.h, + src/startup_notification.c, src/startup_notification.h, + src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h: + Various small cleanups, rerun indent with new settings. + +2003-05-16 20:23 huysmans -2003-03-11 xfce + * configure, configure.ac, po/ta.gmo, po/ta.po: Add tamil + translations - * src/client.c: Forgot to apply net_client_list_stacking atom so - that the pager was not displaying correct stack +2003-05-16 00:06 xfce -2003-03-11 xfce + * src/workspaces.c: Fix a problem with focus not being restored on + transients when switching workspaces - * src/client.c: Fix some compiler warnings, make code slightly - simpler in clientSnapPosition() +2003-05-15 22:55 xfce -2003-03-11 xfce + * src/: client.c, events.c, workspaces.c: Various minor fixes - * src/: client.c, settings.c, settings.h: Rearranged the code a - bit, made a separate inline function for snapping Added a separate - option for snapping between windows. XFwm4 mcs plugin is updated - too so the gui reflect these changes. +2003-05-15 20:11 huysmans -2003-03-11 xfce + * Makefile.am, Makefile.in: Forgot to add the doc directory to + Makefile.am - * defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo, - po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po: Rearranged the code a bit, made a separate inline - function for snapping Added a separate option for snapping between - windows. XFwm4 mcs plugin is updated too so the gui reflect these - changes. +2003-05-15 13:03 huysmans -2003-03-09 xfce + * ChangeLog: Mass update of ChangeLogs - * src/client.c: Committed patch for window snapping (Jens Guballa - <J.Guballa@t-online.de>) +2003-05-15 08:36 xfce -2003-03-09 xfce + * Makefile.in, aclocal.m4, config.guess, config.sub, configure, + configure.ac, defaults/Makefile.in, doc/Makefile.in, + doc/C/Makefile.in, doc/C/images/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.in, src/client.c, + src/events.c, src/hints.c, src/misc.c, src/settings.c, + src/workspaces.c, themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Various fixes and small + improvements - * src/client.c: Fix a raising problem +2003-05-14 23:54 xfce -2003-03-09 xfce + * mcs-plugin/xfwm4_plugin.c: Fix edge resistance scale not being + updated, set minimum edge resistance to 1 instead of 5 as before. - * src/client.c: Some more optimizations based on latest changes +2003-05-14 22:51 xfce -2003-03-09 xfce + * src/: client.c, client.h, workspaces.c: Improve focus management + in focus-follow-mode - * src/: client.c, client.h, events.c, events.h, frame.c, frame.h, - hints.c, hints.h, keyboard.c, keyboard.h, main.c, main.h, menu.c, - menu.h, misc.c, misc.h, mywindow.h, parserc.c, parserc.h, pixmap.c, - pixmap.h, settings.c, settings.h, workspaces.c, workspaces.h: Major - rework of stacking management. Removal of all recursive - procedures. Update of (c) mention in .c/.h files. +2003-05-14 16:06 huysmans -2003-03-06 xfce + * po/: fi.gmo, fi.po: Update finnish translations - * src/events.c: Revert last change, there is no such Button6 and - Button7 in X.h +2003-05-14 06:39 xfce -2003-03-06 xfce + * src/frame.c: New flag clearance missing in frameDraw - * src/events.c: Include scroll left and right buttons for - shade/unshade +2003-05-13 21:44 xfce -2003-03-06 xfce + * src/: client.c, client.h, frame.c: Code cleanup; make window type + dock w/out border - * src/: misc.c, misc.h, settings.c: Increase line width for outline - move/resize +2003-05-13 19:57 huysmans -2003-03-05 xfce + * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub, + configure, configure.ac, xfwm4.spec.in, defaults/Makefile.in, + doc/Makefile.am, doc/Makefile.in, doc/xfce-nochunk.xsl, + doc/C/Makefile.am, doc/C/Makefile.in, doc/C/xfwm4.html, + doc/C/xfwm4.xml, doc/C/images/Makefile.am, + doc/C/images/Makefile.in, mcs-plugin/Makefile.in, po/ca.gmo, + po/ca.po, src/Makefile.in, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: Add + catalan translations and skeleton documentation - * src/client.c: Improve move/resize of windows under heavy system - load. +2003-05-13 09:08 huysmans -2003-03-05 xfce + * xfwm4.spec.in: spec file tweaks - * themes/microdeck/: title-3-active.xpm, title-3-inactive.xpm: Add - very light horiz stripes to title bar for microdeck theme. +2003-05-12 00:37 xfce -2003-03-04 xfce + * src/settings.c: Small typo - * src/workspaces.c: Optimize desktop swtching +2003-05-12 00:26 xfce -2003-03-04 xfce + * defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo, + po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po, src/client.c, src/events.c, src/main.c, + src/settings.c, src/settings.h: Add wrap workspace even when not + moving windows, add edge resistance, update mcs plugin, and huge + code cleaup in mcs plugin. Update french i18n - * themes/: microdeck/themerc, tgc/themerc: Adjust themes and - colors. +2003-05-11 00:43 xfce -2003-03-03 xfce + * src/: client.c, events.c: Try to improve things with mutiple + screen w/out breaking existing proven code. - * src/main.c: Add a DBG statement to tell the XID of the event - window +2003-05-10 23:05 xfce -2003-03-03 xfce + * src/: client.c, events.c, hints.c, keyboard.c, main.c, misc.c, + parserc.c: Just small code cleanup. - * src/client.c, themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck2/bottom-left-active.xpm, - themes/microdeck2/bottom-left-inactive.xpm: Apply initial net props - even if app is session managed +2003-05-10 17:47 xfce -2003-03-03 xfce + * src/events.c: Add a hook to unfocus active window when leaving + the root win (for multi-screen configs) - * src/client.c: Apply initial net state only when not session - managed +2003-05-10 14:56 xfce -2003-03-02 xfce + * src/: client.c, events.c: Change sequence so that the timeout for + dbl click is not perceived by the user. It "feels" faster, + although I doubt it is :) - * configure, configure.in, xfwm4.spec.in, defaults/defaults.in, - mcs-plugin/xfwm4_plugin.c, src/client.c, src/parserc.c, - themes/Makefile.am, themes/Makefile.in, themes/microdeck/README, - themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/close-active.xpm, - themes/microdeck/close-inactive.xpm, - themes/microdeck/close-pressed.xpm, - themes/microdeck/hide-active.xpm, - themes/microdeck/hide-inactive.xpm, - themes/microdeck/hide-pressed.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/maximize-active.xpm, - themes/microdeck/maximize-inactive.xpm, - themes/microdeck/maximize-pressed.xpm, - themes/microdeck/menu-active.xpm, - themes/microdeck/menu-inactive.xpm, - themes/microdeck/menu-pressed.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/shade-active.xpm, - themes/microdeck/shade-inactive.xpm, - themes/microdeck/shade-pressed.xpm, - themes/microdeck/stick-active.xpm, - themes/microdeck/stick-inactive.xpm, - themes/microdeck/stick-pressed.xpm, - themes/microdeck/title-1-active.xpm, - themes/microdeck/title-1-inactive.xpm, - themes/microdeck/title-2-active.xpm, - themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-active.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm, - themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm, - themes/microdeck3/Makefile.am, themes/microdeck3/Makefile.in, - themes/microdeck3/README, themes/microdeck3/bottom-active.xpm, - themes/microdeck3/bottom-inactive.xpm, - themes/microdeck3/bottom-left-active.xpm, - themes/microdeck3/bottom-left-inactive.xpm, - themes/microdeck3/bottom-right-active.xpm, - themes/microdeck3/bottom-right-inactive.xpm, - themes/microdeck3/close-active.xpm, - themes/microdeck3/close-inactive.xpm, - themes/microdeck3/close-pressed.xpm, - themes/microdeck3/hide-active.xpm, - themes/microdeck3/hide-inactive.xpm, - themes/microdeck3/hide-pressed.xpm, - themes/microdeck3/left-active.xpm, - themes/microdeck3/left-inactive.xpm, - themes/microdeck3/maximize-active.xpm, - themes/microdeck3/maximize-inactive.xpm, - themes/microdeck3/maximize-pressed.xpm, - themes/microdeck3/menu-active.xpm, - themes/microdeck3/menu-inactive.xpm, - themes/microdeck3/menu-pressed.xpm, - themes/microdeck3/right-active.xpm, - themes/microdeck3/right-inactive.xpm, - themes/microdeck3/shade-active.xpm, - themes/microdeck3/shade-inactive.xpm, - themes/microdeck3/shade-pressed.xpm, - themes/microdeck3/stick-active.xpm, - themes/microdeck3/stick-inactive.xpm, - themes/microdeck3/stick-pressed.xpm, themes/microdeck3/themerc, - themes/microdeck3/title-1-active.xpm, - themes/microdeck3/title-1-inactive.xpm, - themes/microdeck3/title-2-active.xpm, - themes/microdeck3/title-2-inactive.xpm, - themes/microdeck3/title-3-active.xpm, - themes/microdeck3/title-3-inactive.xpm, - themes/microdeck3/title-4-active.xpm, - themes/microdeck3/title-4-inactive.xpm, - themes/microdeck3/title-5-active.xpm, - themes/microdeck3/title-5-inactive.xpm, - themes/microdeck3/top-left-active.xpm, - themes/microdeck3/top-left-inactive.xpm, - themes/microdeck3/top-right-active.xpm, - themes/microdeck3/top-right-inactive.xpm: Fix an issue with app - that set their initial net state to either maximized or fullscreen - as seen with mozilla/gtk2 Change default theme to microdeck - (different version, uses less colors) Rename microdeck to - microdeck3 - -2003-03-02 xfce +2003-05-07 19:35 xfce - * src/events.c: Rearrange button events handler in xfwm4 Update - french translation for xfce4 panel + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, + title-2-active.xpm, title-2-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Change the default theme (who said + "again" ??) + +2003-05-06 22:45 xfce -2003-03-01 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, themerc, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm: Slightly change the + default theme to make it a bit simpler - * Makefile.in, aclocal.m4, config.h.in, configure, ltcf-c.sh, - ltconfig, ltmain.sh, defaults/Makefile.in, mcs-plugin/Makefile.in, - mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/client.c, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Fix initial - placement Fix deprecated gtk_widget_set_usize() +2003-05-04 23:45 xfce -2003-02-28 xfce + * Makefile.in, aclocal.m4, config.guess, config.sub, configure, + configure.ac, xfwm4.spec.in, defaults/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.am, + themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Move most themes to + xfce4-extras/xfwm4-themes/ - * configure: Fix xfce-mcs-manager API/ABI versionning Update - configure/libtool to use libtool 1.4.3 +2003-05-04 20:19 huysmans -2003-02-28 bmeurer + * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub, + configure, ltcf-c.sh, ltconfig, ltmain.sh, defaults/Makefile.am, + defaults/Makefile.in, mcs-plugin/Makefile.in, po/ar.gmo, + po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po, src/Makefile.in, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: Fix + rpm target and some distcheck stuff. distcheck still fails - * configure.in: Fixes xfce-mcs-manager issue. +2003-05-04 00:02 xfce -2003-02-28 xfce + * src/client.c: Various fixes, added french translation, fixed + desktop switching in xfwm4 - * src/events.c: Add window shade/unshade with mouse wheel on title - bar +2003-05-03 20:10 bmeurer -2003-02-27 xfce + * mcs-plugin/: Makefile.am, Makefile.in: Fixed wrong margins plugin + path. - * po/: ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, es_MX.gmo, - es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, pl.gmo, - pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Updates (I'm sure you - wouldn't have guessed) +2003-05-03 11:46 huysmans -2003-02-27 xfce + * po/: zh_CN.gmo, zh_CN.po: Update chinese translations - * themes/default.keys/keythemerc: Update default kbd shortcut to - call xfhelp4 and xflock4 instead of their xfce 3 counter parts +2003-05-02 19:13 bmeurer -2003-02-27 xfce + * Makefile.in, aclocal.m4, configure, configure.ac, + defaults/Makefile.in, m4/depends.m4, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: + Several changes. See + http://www.home.unix-ag.org/bmeurer/xfce/index.html#20030502 for + details. - * src/: client.c, client.h, debug.h, events.c, events.h, frame.c, - frame.h, hints.c, hints.h, keyboard.c, keyboard.h, main.c, main.h, - menu.c, menu.h, misc.c, misc.h, mywindow.c, mywindow.h, parserc.c, - parserc.h, pixmap.c, pixmap.h, session.c, settings.c, settings.h, - spinning_cursor.c, spinning_cursor.h, startup_notification.c, - startup_notification.h, tabwin.c, tabwin.h, workspaces.c, - workspaces.h: Improve window move/resize and expand sources +2003-05-01 12:42 bmeurer -2003-02-26 xfce + * Makefile.in, aclocal.m4, configure, configure.ac, + defaults/Makefile.in, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, src/Makefile.am, src/Makefile.in, + src/events.c, themes/Makefile.in, themes/default/Makefile.in, + themes/default.keys/Makefile.in: Added i18n functions to + libxfce4util. - * src/: client.c, client.h: Fine tuning and small optimizations +2003-04-30 23:25 xfce -2003-02-26 huysmans + * src/keyboard.c, 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-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Allow use of keyboard + shortcuts without modifiers Modify default theme + +2003-04-29 23:29 xfce - * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Unref icon after - last use, not before + * src/events.c: Add the "Alt+right-click = resize window" as + requested -2003-02-26 xfce +2003-04-29 23:04 xfce - * Makefile.in, configure, defaults/Makefile.in, - mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c, - mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Apply - Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch - Replace all occurences of g_getenv("HOME") with g_get_home_dir() - Regenerate all Makefiles.on and configure scripts - -2003-02-25 xfce + * po/pl.gmo, src/client.c: Fix an issue with transients not being + placed on the ssame layer as their ancestor (this was a + regression introduced recently, with the implementation of + transients for group) - * src/client.c: Remove an unecessary test in clientConstraintPos() - that was preventing clientInitPosition() to do its job correctly. +2003-04-28 21:06 xfce -2003-02-25 huysmans + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, left-active.xpm, left-inactive.xpm, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, + title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, + top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Change default theme a bit, make it + somehow "smoother" - * configure, Makefile.am, Makefile.in, configure.in: autotool - cleanup +2003-04-27 23:08 xfce -2003-02-25 xfce + * src/: client.c, events.c, workspaces.c: Put back workspace wrap + when reaching the first or last workspace Make workspace switch + with wheel mouse "smoother" by dropping outnumbered events - * mcs-plugin/margins_plugin.c, mcs-plugin/monitor-icon.h, - mcs-plugin/monitor-icon.png, mcs-plugin/xfwm4_plugin.c, po/ar.gmo, - po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po, src/client.c, src/settings.c: Fix margins from mcs not - being taken in account at startup Change margin plugin GUI Update - xtions. +2003-04-27 22:10 bmeurer -2003-02-25 huysmans + * po/pl.po: Updated polish translations. - * autogen.sh: Fix proper use of AC_PROG_LIBTOOL +2003-04-26 23:16 bmeurer -2003-02-25 huysmans + * m4/depends.m4, configure.ac: Updated BM_DEPEND_CHECK. - * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Add frame to - margins dialog. Add space to wm dialog. +2003-04-26 22:00 xfce -2003-02-25 xfce + * src/: client.c, workspaces.c: A few more fixes - * mcs-plugin/margins_plugin.c, po/POTFILES.in, po/ar.gmo, po/ar.po, - po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, - po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, - po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, - po/zh_CN.po, src/client.c, src/settings.c: Tweaking +2003-04-26 17:14 xfce -2003-02-25 xfce + * src/: events.c, workspaces.c: Wrap workspace with mouse wheel + natovely (ie even w/out xfdesktop, that's for ROX :) Don't cycle + workspace when reaching the first/last workspace - * mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, - mcs-plugin/margins_plugin.c, src/client.c, src/settings.c, - src/settings.h: Implement internal borders +2003-04-26 13:53 bmeurer -2003-02-24 xfce + * m4/debug.m4: Fixed a stupid typo. - * mcs-plugin/: Makefile.am, Makefile.in, icon.png, inline-icon.h, - margins-icon.h, margins-icon.png, margins_plugin.c, monitor-icon.h, - monitor-icon.png, xfwm4-icon.h, xfwm4-icon.png, xfwm4_plugin.c: Add - margin plugin +2003-04-26 11:03 xfce -2003-02-23 xfce + * src/client.c: Improve net allowed actions - * po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, - po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, - po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, - po/zh_CN.gmo, po/zh_CN.po, src/events.c: Revert the message about - unidentified client message, turn it into a debug message +2003-04-26 00:56 xfce -2003-02-23 xfce + * src/: client.c, client.h, events.c: Yay! Another bunch of fixes! - * po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, - po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, - po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, - po/zh_CN.gmo, po/zh_CN.po, src/events.c: Add a message when an - unidentified client message is received by the WM +2003-04-25 23:34 xfce -2003-02-23 xfce + * src/: client.c, client.h, events.c: Usual bunch of fixes, + including a much better handling of old gnome win_state + properties. - * src/client.c: Add a comment on why/how constraintPos() routine - works +2003-04-25 20:57 bmeurer -2003-02-23 xfce + * aclocal.m4, configure, configure.ac: xfce-mcs-manager version was + changed. - * src/events.c: Add test for apps that try to manipulate the WM - frame (bad idea anyway) +2003-04-25 19:47 huysmans -2003-02-23 xfce + * po/: fi.gmo, fi.po: Update finnish translations - * src/client.c: Some more fine tweaking (plus totem theme update - :) +2003-04-25 11:53 bmeurer -2003-02-23 xfce + * m4/depends.m4: Updated depends.m4 and added macro for use with + panel plugins. Updated libxfce4util to install the common m4 + files into $(datadir)/xfce4/m4. - * configure, configure.in, xfwm4.spec.in, src/client.c, - src/client.h, src/events.c, src/hints.h, themes/Makefile.am, - themes/Makefile.in: Lot of changes in constraintPos and other - related areas Add totem theme +2003-04-24 22:12 xfce -2003-02-22 xfce + * src/client.c, src/events.c, src/misc.c, src/workspaces.c, + 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/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Bunch of small fixes and + improved default theme + +2003-04-23 23:26 xfce - * src/: client.c, settings.c: Various stacking and placement - tweaking + * src/client.c: Very small... well, nothing, really -2003-02-21 xfce +2003-04-23 22:41 xfce - * src/: client.c, client.h, debug.h, events.c, events.h, frame.c, - frame.h, hints.h, main.c, main.h, menu.h, misc.h, mywindow.h, - parserc.h, pixmap.h, session.h, settings.h, spinning_cursor.h, - startup_notification.h, tabwin.h, workspaces.h: Take the frame into - account when receiving a XConfigureRequest for apps that try to - manipulate the WM frame Rearrange headers + * src/client.c, themes/default/bottom-right-active.xpm, + themes/default/bottom-right-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm: Fix net wm property for + "occupy all workspaces" stuff. There was some kind of confusion + between "stickyness" and "on all workspaces" as xfwm4 treat them + both the same way -2003-02-21 xfce +2003-04-22 21:26 xfce - * src/hints.c: EWMH detection + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + left-active.xpm, left-inactive.xpm, right-active.xpm, + right-inactive.xpm, themerc, title-1-active.xpm, + title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, + top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Add an inner border to the default theme, + looks better with some apps + +2003-04-21 19:47 bmeurer -2003-02-20 xfce + * Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig, + ltmain.sh, m4/X11.m4, m4/rpath.m4: Remove rpath stuff (up to the + package maintainer to take care of this). - * src/: client.h, debug.h, events.h, frame.h, hints.h, keyboard.h, - main.h, menu.h, misc.h, mywindow.h, parserc.h, pixmap.h, session.h, - settings.h, spinning_cursor.h, startup_notification.h, tabwin.h, - workspaces.h: Avoid using "__" for defines in headers as it could - be reserved for the compiler +2003-04-21 11:56 xfce -2003-02-19 xfce + * src/: client.c, events.c, hints.h, main.c, tabwin.c: Grab server + and draw frame shadows during Alt+Tab ops - * src/: client.c, events.c: Make sure the CLIENT_FLAG_HAS_BORDER is - reset on Mwm hint event Add a call to configure when such an event - happen Update some of kde theme pixmaps +2003-04-18 22:52 xfce -2003-02-18 xfce + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, + shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, + shade-toggled-active.xpm, shade-toggled-inactive.xpm, + shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, + stick-pressed.xpm, stick-toggled-active.xpm, + stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, + title-1-active.xpm, title-1-inactive.xpm, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm, title-5-active.xpm, + title-5-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, + top-right-active.xpm, top-right-inactive.xpm: Enlarge title + height for default theme + +2003-04-17 19:34 xfce + + * src/: client.c, client.h, events.c, workspaces.c: Various + improvements in transient for group management. + +2003-04-17 00:58 xfce - * src/main.c: Unframe all client first of all when calling - cleanup() + * src/: client.c, client.h, events.c, hints.c, misc.c, settings.c, + workspaces.c, workspaces.h: Fix a bug with struts as seen on rox + list Improve group transient management Don't focus on raise from + a configureRequest -2003-02-18 xfce +2003-04-15 23:13 xfce - * src/main.c: Use g_error to cause an abort() on SIGSEGV signal + * themes/: Makefile.am, Makefile.in: Implement a smarter "transient + for group" management Rearrange general transients management Add + a slightly enhanced version of "perl" theme from Tobias Henle + <null@page23.de> -2003-02-17 xfce +2003-04-15 23:09 xfce - * themes/microcurve/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * configure, configure.ac, xfwm4.spec.in, src/client.c, + src/client.h, src/events.c, src/hints.c, src/workspaces.c: + Implement a smarter "transient for group" management Rearrange + general transients management Add a slightly enhanced version of + "perl" theme from Tobias Henle <null@page23.de> -2003-02-16 xfce +2003-04-15 00:04 xfce - * src/: main.c, startup_notification.c: Install sig handlers later - in startup sequence + * src/client.c: Don't set windows transient for root on top -2003-02-13 xfce +2003-04-13 00:28 xfce - * ChangeLog, src/debug.h: Update ChangeLog Revert change in debug.h + * src/: client.c, workspaces.c: Fix small and harmless focus bug. -2003-02-13 xfce +2003-04-10 00:18 xfce - * src/client.c: Fix a bug introduced by recent optimizations... + * themes/default/shade-inactive.xpm: Add new theme "triviality", + switch to automake-1.7.3 -2003-02-13 xfce +2003-04-10 00:15 xfce - * src/: client.c, events.c, frame.c, frame.h: Okay, promise, I'll - stop with optimizations :) + * Makefile.in, aclocal.m4, configure, configure.ac, ltcf-c.sh, + ltconfig, ltmain.sh, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add new theme "triviality", switch to + automake-1.7.3 -2003-02-13 xfce +2003-04-09 23:46 xfce - * src/events.c: Fix a small glitch with shaped windows + * themes/default/: close-active.xpm, close-inactive.xpm, + close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, + hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, + maximize-pressed.xpm, maximize-toggled-active.xpm, + maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, + menu-active.xpm, menu-inactive.xpm, shade-active.xpm, + shade-inactive.xpm, shade-pressed.xpm, shade-toggled-active.xpm, + shade-toggled-inactive.xpm, shade-toggled-pressed.xpm, + stick-active.xpm, stick-inactive.xpm, stick-pressed.xpm: Add a + small shadow under title buttons + +2003-04-09 22:42 bmeurer -2003-02-13 xfce + * Makefile.in, aclocal.m4, config.guess, config.sub, configure, + depcomp, ltconfig, defaults/Makefile.in, m4/debug.m4, + mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, + themes/default/Makefile.in, themes/default.keys/Makefile.in: + Improved debug.m4: - * src/frame.c: even more optimizations! + 1) --disable-debug no longer disables assert()'s + 2) --enable-profiling now enables profiling code + 3) --disable-asserts allows disabling of assert()'s -2003-02-13 xfce +2003-04-08 23:37 xfce - * mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c, - src/client.c, src/client.h, src/events.c, src/frame.c, - src/keyboard.c, src/main.c, src/mywindow.c, src/spinning_cursor.c, - src/spinning_cursor.h, src/startup_notification.c: Ran indent on - sources + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm: Rounf bottom corners -2003-02-13 xfce +2003-04-08 23:30 xfce - * src/: client.c, client.h, frame.c: ...even more optimizations + * src/: client.c, main.c, workspaces.c: Use XFlush() in place of + gdk_flush() -2003-02-13 xfce +2003-04-08 22:37 xfce - * src/: Makefile.am, Makefile.in, client.c, client.h, events.c, - frame.c, keyboard.c, mywindow.c, mywindow.h, session.c: Add - optimizations + * themes/default/: bottom-active.xpm, bottom-inactive.xpm, + bottom-left-active.xpm, bottom-left-inactive.xpm, + bottom-right-active.xpm, bottom-right-inactive.xpm, + right-active.xpm, right-inactive.xpm, top-right-active.xpm, + top-right-inactive.xpm: Change shadows to get better 3D look -2003-02-12 xfce +2003-04-07 22:26 xfce - * src/frame.c: Unmap window sides when shaded + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm, themerc: Use round bottom corners and + shadowed active title -2003-02-11 xfce +2003-04-06 14:08 xfce - * ChangeLog: Update ChangeLog + * src/client.c: Show decorations on "utility" windows -2003-02-11 xfce +2003-04-06 00:03 xfce - * src/startup_notification.c: Add additional sanity checks to - satrtup notification code. + * themes/default/: title-2-active.xpm, title-2-inactive.xpm, + title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, + title-4-inactive.xpm: Add slight stripes ala "microdeck" to title + bar -2003-02-11 xfce +2003-04-05 15:31 xfce - * src/: client.c, client.h, events.c, frame.c, frame.h, settings.c: - Add pixmap caching for frame components + * src/: client.c, hints.c, hints.h: Add support for apps that set + their transient_for field to "None" -2003-02-11 xfce +2003-04-05 15:21 xfce - * src/events.c: Fix typo. + * src/client.c: Treat window with transient_for set to root as "on + top", sticky windows -2003-02-11 xfce +2003-04-05 14:29 xfce - * ChangeLog: Update ChangeLog + * src/client.c: Allow any kind of window to be modal (not just + dialogs) -2003-02-11 xfce +2003-04-05 14:25 xfce - * src/events.c: Check for CLIENT_FLAG_HAS_STICKY in keyboard - shortcut + * src/client.c: Make modal dialogs sticky -2003-02-11 xfce +2003-04-05 10:53 xfce - * src/: client.c, client.h, events.c, frame.c: Use ONTOP layer for - modal dialogs only (regular dialogs belong to NORMAL layer now) Add - new internal flag "CLIENT_FLAG_HAS_STICKY" Do not disable menu - button for various window types. + * themes/default/: bottom-inactive.xpm, bottom-left-inactive.xpm, + bottom-right-inactive.xpm, left-inactive.xpm, right-inactive.xpm, + title-1-inactive.xpm, title-2-inactive.xpm, title-3-inactive.xpm, + title-4-inactive.xpm, title-5-inactive.xpm, + top-left-inactive.xpm, top-right-inactive.xpm: Default theme: use + black frame arround inactive windows -2003-02-10 xfce +2003-04-05 02:10 xfce - * src/main.c: Remove g_error (that causes and abort() and thus a - core dump) where not necessary. + * src/: client.c, client.h, events.c, frame.c, hints.c, keyboard.c, + main.c, menu.c, misc.c, mypixmap.c, mywindow.c, parserc.c, + session.c, settings.c, workspaces.c: Revert last change in + debug.h, use "??" instead of ((__const char *)0) Replace DBG() + statements with TRACE() in libxfcegui4 and xfwm4 because it was + generating far too much logs in simple debug mode (use + --enable-debug=full to get full traces) Add params to TRACE() + (just like in DBG()) Remove trailing CR in log messages -2003-02-10 xfce +2003-04-04 23:27 xfce - * src/startup_notification.c: Increase startup notification timeout - to 30 seconds + * src/client.c: Bug hunting, (small) speedups and improvements -2003-02-10 xfce +2003-04-04 00:22 xfce - * src/: Makefile.am, Makefile.in, startup_notification.c, - startup_notification.h: Use #define SN_API_NOT_YET_FROZEN instead - of -DSN_API_NOT_YET_FROZEN=1 in command line + * src/client.c: Fix transients not showing with their "master" + window (as before) -2003-02-10 xfce +2003-04-04 00:08 bmeurer - * src/: Makefile.am, Makefile.in, main.c, spinning_cursor.c, - spinning_cursor.h: Add neat spinning cursor for startup - notification + * aclocal.m4, configure, configure.ac, m4/depends.m4: Updated + BM_DEPEND_CHECK to make it possible to disable the test -2003-02-09 xfce +2003-04-03 23:36 bmeurer - * Makefile.in, config.h.in, configure, configure.in, - defaults/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.am, - src/Makefile.in, src/client.c, src/client.h, src/events.c, - src/hints.c, src/hints.h, src/main.c, src/session.c, - src/settings.c, src/startup_notification.c, - src/startup_notification.h, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microcurve/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/tgc/Makefile.in: Add startup notification support (from - freedesktop.org standard) - -2003-02-08 xfce + * aclocal.m4, configure, m4/depends.m4: Fixed BM_DEPEND_CHECK - * mcs-plugin/xfwm4_plugin.c, src/parserc.c: Reduce the buffer from - 512 to 80 bytes. +2003-04-03 22:28 xfce -2003-02-08 xfce + * src/client.c: Fix a small bug with window snapping - * mcs-plugin/xfwm4_plugin.c, src/client.c, src/main.c, src/main.h: - mcs-plugin: Make button grayed out when a theme for values xfwm4: - show menu button in dialogs. +2003-04-03 22:14 xfce -2003-02-08 xfce + * src/: client.c, events.c: Fix a small redrw problem when + sticking/unsticking with the menu - * src/session.c: Use g_free() for g_malloc()/g_new() allocated - memory +2003-04-02 23:18 xfce -2003-02-06 xfce + * ChangeLog: Update ChangeLog - * src/client.c: [no log message] +2003-04-02 22:34 bmeurer -2003-02-06 xfce + * aclocal.m4, config.h.in, configure, m4/debug.m4, + mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, src/Makefile.am, + src/Makefile.in, src/client.c, src/debug.h, src/events.c, + src/frame.c, src/hints.c, src/keyboard.c, src/main.c, src/menu.c, + src/misc.c, src/misc.h, src/mypixmap.c, src/mywindow.c, + src/parserc.c, src/settings.c, src/tabwin.c, src/tabwin.h, + src/workspaces.c: Debugging stuff now provided by libxfce4util. + As a result of this change libxfcegui4 now depends on + libxfce4util. Some other updates. added a hint to the + libxfcegui4 README for Xinerama problems with XFree86. + +2003-04-02 19:33 bmeurer - * src/: client.c, client.h, session.c: Improve session load/save + * aclocal.m4, configure, m4/debug.m4: left-over autostuff for + libxfce*, xfcs-mcs-* and xfce4 -2003-02-06 xfce +2003-04-02 18:02 bmeurer - * TODO, aclocal.m4, configure, src/Makefile.am, src/Makefile.in, - src/client.c, src/client.h, src/events.c, src/hints.c, src/hints.h, - src/main.c, src/session.c, src/session.h: Add missing bits for full - session management + * Makefile.am, Makefile.in, aclocal.m4, configure, configure.ac, + ltcf-c.sh, ltconfig, ltmain.sh, m4/debug.m4, m4/rpath.m4, + mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/client.c, src/events.c, src/frame.c, src/hints.c, + src/keyboard.c, src/main.c, src/menu.c, src/misc.c, + src/mypixmap.c, src/mywindow.c, src/parserc.c, src/session.c, + src/settings.c, src/spinning_cursor.c, + src/startup_notification.c, src/tabwin.c, src/workspaces.c: + Updated i18n stuff (libxfce4util now provides a i18n.h). updated + X11.m4 updated xfwm4 to compile well with -Werror -Wall updated + xfce-mcs-plugins and added a hint to the README for XFree86 users + +2003-04-01 23:33 xfce -2003-02-06 xfce + * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Initialize early + i18n in mcs plugins Add Etria theme - * src/: client.c, events.c: Ensure resizability of windows +2003-03-31 23:44 xfce -2003-02-05 xfce + * po/: POTFILES.in, ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, + es_MX.gmo, es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, + pl.gmo, pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Fix pixmap.c -> + mypixmap.c in POTFILES.in - * themes/microcurve/: themerc, title-2-active.xpm, - title-3-active.xpm, title-4-active.xpm: Use fixed gradient for - active title +2003-03-31 21:46 xfce -2003-02-05 xfce + * themes/default/top-right-active.xpm: 1 pixel change :) - * themes/curve/: bottom-left-active.xpm, bottom-right-active.xpm, - title-3-active.xpm: Align with rawhide original theme +2003-03-31 21:08 xfce -2003-02-05 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm: Smooth bottom + corners - * mcs-plugin/xfwm4_plugin.c, src/main.c: [no log message] +2003-03-30 23:41 xfce -2003-02-05 xfce + * themes/default/: bottom-left-active.xpm, + bottom-left-inactive.xpm, bottom-right-active.xpm, + bottom-right-inactive.xpm: Use square and bigger bottom corners + for default theme. - * src/main.c: Cleanup/simplification +2003-03-30 23:26 xfce -2003-02-03 xfce + * mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, + mcs-plugin/margins_plugin.c, src/events.c: Fix dependecy loop in + mcs Makefile Revert to use spin instead of adjustment as callback + object in margins plugin - * src/workspaces.h: Cleanup: remove dead external references in - workspaces.h +2003-03-30 22:52 xfce -2003-02-03 xfce + * src/: client.c, events.c: Improve focus passing on unmap/destroy + events - * src/: client.c, events.c: Fix problem introduced last night with - focus notification +2003-03-30 16:37 xfce -2003-02-02 xfce + * mcs-plugin/margins_plugin.c: Fix bug in original impl. of spin + button for margin plugin. - * src/client.c: Add a check to avoid setting focus to an already - focused window (see that as an optimization) +2003-03-30 16:04 xfce -2003-02-02 xfce + * src/client.c: Don't show windows in not on same workspace or + sticky (as before) - * src/events.c: De-iconify window on raise events +2003-03-30 15:46 xfce -2003-02-02 xfce + * src/: client.c, client.h, events.c, workspaces.c: Small tweaking - * src/client.c: Enforce mapping inside top and left margin +2003-03-30 14:17 xfce -2003-02-01 huysmans + * src/: Makefile.am, Makefile.in, client.c, client.h, events.c, + frame.c, main.h, mypixmap.c, mypixmap.h, pixmap.c, pixmap.h, + settings.c, settings.h, workspaces.c: Small code reorganization - * po/: fi.gmo, fi.po: Update finnish translations +2003-03-29 23:06 xfce -2003-01-31 xfce + * src/: client.c, client.h, events.c, workspaces.c: Change focus + management (huge change in the core of the window manager!) - * po/: ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, es_MX.gmo, - es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, pl.gmo, - pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Switch to GNU gettext 0.11.5 +2003-03-29 16:19 huysmans -2003-01-31 xfce + * po/: de.gmo, de.po: Update german translations - * po/: ar.gmo, ar.po: Update Arabic translation by Nabil Ben - Khalifa <nabil_benkhalifa@yahoo.fr> +2003-03-27 22:37 xfce -2003-01-30 xfce + * mcs-plugin/margins_plugin.c, src/client.c, src/hints.c, + src/menu.c, src/misc.c, src/settings.c: Prefer + gdk_screen[width|height] instead of XDisplay[Width|Height] - * themes/default.keys/keythemerc: Add Ctr+Alt+Delete = lock screen +2003-03-27 21:32 xfce -2003-01-29 xfce + * ChangeLog: Update ChangeLog - * src/events.c: Fix small memory leak when spawning a command fails +2003-03-27 20:45 xfce -2003-01-28 xfce + * src/: client.c, client.h, events.c, frame.c, main.h: Fix a bug in + focus management as shown when using OO 1.1-beta - * src/: events.c, main.c, settings.c, settings.h: Improve keyboard - shortcuts internals. +2003-03-26 00:04 xfce -2003-01-28 huysmans + * src/frame.c: Very small optimization that makes code cleaner + anyway, Apparetly, yet another default theme change... - * configure: Also update configure ... +2003-03-24 19:18 xfce -2003-01-28 huysmans + * src/client.c, themes/default/bottom-left-active.xpm, + themes/default/bottom-left-inactive.xpm, + themes/default/bottom-right-active.xpm, + themes/default/bottom-right-inactive.xpm: Test gtk version to use + deprecated gdk pixbuf render functions, update default theme. - * configure.in, po/pl.gmo, po/pl.po: Add polish translations by - Pablo +2003-03-24 00:39 xfce -2003-01-28 xfce + * src/events.c: Remove soon to be deprecated gtk functions : + gtk_timeout_add() gtk_timeout_remove() + gdk_pixbuf_render_to_drawable() + gdk_pixbuf_render_to_drawable_alpha() - * src/client.c, src/events.c, src/settings.c, src/settings.h, - themes/default.keys/keythemerc: Add keyboard shortcuts support - (managed by key themes) +2003-03-23 22:17 xfce -2003-01-28 xfce + * ChangeLog: Update ChangeLog - * configure, configure.in, po/ar.gmo, po/ar.po: Add arabic - translation from Nabil. Thanks a lot, Nabil :) +2003-03-23 13:51 xfce -2003-01-28 xfce + * ChangeLog, mcs-plugin/xfwm4_plugin.c, po/fi.gmo, po/fi.po: Update + Finnish translation from Ilkka Ollakka + (ilkka.j.ollakka@students.oamk.fi) - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm, - title-3-active.xpm: [no log message] +2003-03-23 11:03 xfce -2003-01-27 xfce + * mcs-plugin/xfwm4_plugin.c, src/client.c, src/hints.c, src/misc.c: + Use gdk_screen[width|height] - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm: - Change title gradient +2003-03-22 21:10 xfce -2003-01-27 xfce + * themes/default/: close-pressed.xpm, hide-active.xpm, + hide-inactive.xpm, hide-pressed.xpm, maximize-active.xpm, + maximize-inactive.xpm, maximize-pressed.xpm, + maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, + maximize-toggled-pressed.xpm, menu-pressed.xpm, + shade-pressed.xpm, shade-toggled-pressed.xpm, stick-pressed.xpm, + stick-toggled-pressed.xpm, themerc, title-2-active.xpm, + title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, + title-4-active.xpm, title-4-inactive.xpm: Change default theme + (sigh!) + +2003-03-20 20:56 xfce - * themes/curve/title-3-active.xpm: [no log message] + * mcs-plugin/xfwm4_plugin.c: Forgot to change default theme in mcs + plugin.... -2003-01-27 xfce +2003-03-20 20:48 xfce - * themes/curve/title-3-active.xpm: [no log message] + * configure, configure.ac, xfwm4.spec.in, defaults/defaults.in, + src/parserc.c, themes/Makefile.am, themes/Makefile.in, + themes/default/Makefile.am, themes/default/Makefile.in, + 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/close-active.xpm, + themes/default/close-inactive.xpm, + themes/default/close-pressed.xpm, themes/default/hide-active.xpm, + themes/default/hide-inactive.xpm, + themes/default/hide-pressed.xpm, themes/default/left-active.xpm, + themes/default/left-inactive.xpm, + themes/default/maximize-active.xpm, + themes/default/maximize-inactive.xpm, + themes/default/maximize-pressed.xpm, + themes/default/maximize-toggled-active.xpm, + themes/default/maximize-toggled-inactive.xpm, + themes/default/maximize-toggled-pressed.xpm, + themes/default/menu-active.xpm, themes/default/menu-inactive.xpm, + themes/default/menu-pressed.xpm, themes/default/right-active.xpm, + themes/default/right-inactive.xpm, + themes/default/shade-active.xpm, + themes/default/shade-inactive.xpm, + themes/default/shade-pressed.xpm, + themes/default/shade-toggled-active.xpm, + themes/default/shade-toggled-inactive.xpm, + themes/default/shade-toggled-pressed.xpm, + themes/default/stick-active.xpm, + themes/default/stick-inactive.xpm, + themes/default/stick-pressed.xpm, + themes/default/stick-toggled-active.xpm, + themes/default/stick-toggled-inactive.xpm, + themes/default/stick-toggled-pressed.xpm, themes/default/themerc, + themes/default/title-1-active.xpm, + themes/default/title-1-inactive.xpm, + themes/default/title-2-active.xpm, + themes/default/title-2-inactive.xpm, + themes/default/title-3-active.xpm, + themes/default/title-3-inactive.xpm, + themes/default/title-4-active.xpm, + themes/default/title-4-inactive.xpm, + themes/default/title-5-active.xpm, + themes/default/title-5-inactive.xpm, + themes/default/top-left-active.xpm, + themes/default/top-left-inactive.xpm, + themes/default/top-right-active.xpm, + themes/default/top-right-inactive.xpm: Add a default theme and + fix several others + +2003-03-19 08:12 huysmans -2003-01-27 xfce + * autogen.sh: Only add extra autogen parameters when none are given - * Makefile.am, Makefile.in, autogen.sh, configure, configure.in, - defaults/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Update - Makefiles +2003-03-18 23:34 xfce -2003-01-26 xfce + * ChangeLog: Update ChangeLog Update build scripts (ie rerun + autogen.sh) Update xfwm4's microdeck theme Remove 1 pix border + arround xffm menu bar - * po/: fi.gmo, fi.po: Update Finnish translation +2003-03-17 23:37 xfce -2003-01-26 xfce + * Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig, + ltmain.sh: Make sure configure script is in line with Benny's + latest changes - * configure, configure.in, po/fi.gmo, po/fi.po: Add Finnish - translation by Ilkka Ollakka (ilkka.j.ollakka.oamk.fi) +2003-03-17 22:59 xfce -2003-01-25 xfce + * ChangeLog: Update ChangeLog - * src/client.c: Hide/Show all transients along with a window. +2003-03-17 22:52 xfce -2003-01-25 xfce + * src/events.c: Missing bits, messed up cvs update - * themes/microdeck2/themerc: Add shadow to keramik active title +2003-03-17 21:28 xfce -2003-01-25 xfce + * po/es.gmo, src/client.c: Update default (microdeck) theme and + improve toggle buttons management - * mcs-plugin/xfwm4_plugin.c, src/events.c, src/settings.c: Small - bugfix: click_to_raise wasn't correctly set at first run (ie when - no config file was found) +2003-03-17 19:52 bmeurer -2003-01-25 xfce + * NOTES: Forgot to add. - * INSTALL, Makefile.in, aclocal.m4, config.guess, config.h.in, - config.sub, configure, configure.in, install-sh, ltmain.sh, - mkinstalldirs, defaults/Makefile.in, mcs-plugin/Makefile.in, - po/Makefile.in.in, po/de.gmo, po/de.po, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Add German - translation from MisterMoe <MisterMoe@hackerboard.de> and Michael - Jakl <mj@int-x.org> - -2003-01-24 edscott +2003-03-17 19:41 bmeurer - * INSTALL, Makefile.in, aclocal.m4, config.guess, config.h.in, - config.sub, configure, configure.in, install-sh, ltmain.sh, - mkinstalldirs, defaults/Makefile.in, mcs-plugin/Makefile.in, - po/Makefile.in.in, po/es_MX.gmo, po/es_MX.po, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: added - mexican spanish files - -2003-01-24 huysmans + * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.h.in, + configure, configure.ac, configure.in, ltcf-c.sh, ltconfig, + ltmain.sh, xfwm4.spec.in, defaults/Makefile.in, m4/X11.m4, + m4/debug.m4, m4/depends.m4, m4/i18n.m4, m4/rpath.m4, + mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, + mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + po/Makefile.in.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/client.h, src/hints.c, src/hints.h, + src/startup_notification.c, src/startup_notification.h, + themes/Makefile.am, themes/Makefile.in, + themes/default.keys/Makefile.in: Major autostuff update. - * configure.in, po/nl.gmo, po/nl.po: Add Dutch translations +2003-03-16 23:51 xfce -2003-01-24 xfce + * src/frame.c: Missing bits. - * configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po, - po/zh_CN.gmo, po/zh_CN.po: Rename po/zh_CN.GB2312.* to po/zh_CN.* +2003-03-16 23:45 xfce -2003-01-24 xfce + * src/: client.c, client.h, frame.c, settings.c, settings.h: Apply + a modified version of the patch submitted by Jens Guballa + <J.Guballa@t-online.de> for toggled buttons. - * configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po: - Add Chinese translation by Yongtao Yang <yongtao.yang@telia.com> +2003-03-16 15:26 xfce -2003-01-23 xfce + * mcs-plugin/margins_plugin.c, mcs-plugin/xfwm4_plugin.c, + src/client.c, src/client.h, src/debug.h, src/events.c, + src/events.h, src/frame.c, src/frame.h, src/hints.c, src/hints.h, + src/inline-tabwin-icon.h, src/keyboard.c, src/keyboard.h, + src/main.c, src/main.h, src/menu.c, src/menu.h, src/misc.c, + src/misc.h, src/mywindow.c, src/mywindow.h, src/parserc.c, + src/parserc.h, src/pixmap.c, src/pixmap.h, src/session.c, + src/session.h, src/settings.c, src/settings.h, + src/spinning_cursor.c, src/spinning_cursor.h, + src/startup_notification.c, src/startup_notification.h, + src/tabwin.c, src/tabwin.h, src/workspaces.c, src/workspaces.h: + Reformat code usign astyle, redesign microdeck theme, include + nestu's Spanish translation + +2003-03-16 14:43 xfce - * configure, configure.in, po/es.gmo, po/es.po: Add spanish - translation. Thanks nestu! + * po/: es.gmo, es.po: Add nestu's Spanish translation -2003-01-23 xfce +2003-03-16 10:16 xfce - * src/events.c: Small optimizations + * src/events.c: Fix "button2 on maximize button = maximize horiz" -2003-01-23 xfce +2003-03-13 21:39 xfce - * Makefile.am, Makefile.in, src/client.c, src/client.h, - src/events.c: Mix tweakings + * ChangeLog: Update Changelogs -2003-01-23 xfce +2003-03-13 08:19 xfce - * COPYING, INSTALL, autogen.sh, config.guess, config.sub, depcomp, - install-sh, missing, mkinstalldirs: Update auto* stuff + * src/client.c: Add a flag to avoid double desktop wrapping in + clientMove_event_filter() iRemove shadow under title text in + micordeck theme -2003-01-23 xfce +2003-03-11 21:29 xfce - * configure.in: Use AM_DISABLE_STATIC instead of AC_DISABLE_STATIC + * src/client.c: Forgot to apply net_client_list_stacking atom so + that the pager was not displaying correct stack -2003-01-23 xfce +2003-03-11 00:16 xfce - * configure.in, mcs-plugin/xfwm4_plugin.c, po/fr.gmo: Replace - AC_PROG_LIBTOOL with AM_PROG_LIBTOOL Remove gtk_set_locale() from - plugin init. + * src/client.c: Fix some compiler warnings, make code slightly + simpler in clientSnapPosition() -2003-01-22 xfce +2003-03-11 00:08 xfce - * Makefile.in, configure, configure.in, po/fr.po, po/xfwm4.pot: - Small stuff + * src/: client.c, settings.c, settings.h: Rearranged the code a + bit, made a separate inline function for snapping Added a + separate option for snapping between windows. XFwm4 mcs plugin + is updated too so the gui reflect these changes. -2003-01-22 xfce +2003-03-11 00:04 xfce - * ChangeLog, Makefile.am, Makefile.in, aclocal.m4, autogen.sh, - config.h.in, configure, configure.in, mkinstalldirs, - defaults/Makefile.in, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, po/ChangeLog, - po/Makefile.in.in, po/POTFILES.in, po/fr.gmo, po/fr.po, - po/po2tbl.sed.in, po/xfwm4.pot, src/Makefile.am, src/Makefile.in, - src/main.c, themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microcurve/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Update - autogen.sh script, Add internationalization support Add french - locale Add dependency on libxfcegui4 v .14 Other stuff I don't - remember :) - -2003-01-22 xfce + * defaults/defaults.in, mcs-plugin/xfwm4_plugin.c, po/ar.gmo, + po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po: Rearranged the code a bit, made a separate inline + function for snapping Added a separate option for snapping + between windows. XFwm4 mcs plugin is updated too so the gui + reflect these changes. - * src/menu.c: Fix a typo. +2003-03-09 23:11 xfce -2003-01-21 xfce + * src/client.c: Committed patch for window snapping (Jens Guballa + <J.Guballa@t-online.de>) - * Makefile.am, Makefile.in, configure, configure.in, my_intl.h, - mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, src/Makefile.am, - src/Makefile.in, src/tabwin.c: [no log message] +2003-03-09 20:37 xfce -2003-01-21 xfce + * src/client.c: Fix a raising problem - * src/: client.c, client.h, events.c: bug fixes +2003-03-09 17:37 xfce -2003-01-21 xfce + * src/client.c: Some more optimizations based on latest changes - * my_intl.h, mcs-plugin/xfwm4_plugin.c, src/client.c, src/events.c, - src/hints.c, src/main.c, src/menu.c, src/settings.c: Prepare i18n - -2003-01-20 xfce - - * themes/microcurve/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, themerc, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Update microcurve theme - -2003-01-20 xfce +2003-03-09 15:47 xfce - * src/: settings.c, workspaces.c: Small improvements in workspace - init + * src/: client.c, client.h, events.c, events.h, frame.c, frame.h, + hints.c, hints.h, keyboard.c, keyboard.h, main.c, main.h, menu.c, + menu.h, misc.c, misc.h, mywindow.h, parserc.c, parserc.h, + pixmap.c, pixmap.h, settings.c, settings.h, workspaces.c, + workspaces.h: Major rework of stacking management. Removal of + all recursive procedures. Update of (c) mention in .c/.h files. -2003-01-20 xfce +2003-03-06 20:23 xfce - * src/: client.c, client.h, events.c: Fix an issue with old gnome - hints + * src/events.c: Revert last change, there is no such Button6 and + Button7 in X.h -2003-01-20 xfce +2003-03-06 20:17 xfce - * src/settings.c, themes/microcurve/bottom-left-active.xpm, - themes/microcurve/bottom-left-inactive.xpm, - themes/microcurve/bottom-right-active.xpm, - themes/microcurve/bottom-right-inactive.xpm: Avoid forcing number - of desktops if already set... + * src/events.c: Include scroll left and right buttons for + shade/unshade -2003-01-18 xfce +2003-03-06 20:00 xfce - * configure, configure.in, xfwm4.spec.in, src/client.c, - themes/Makefile.am, themes/Makefile.in, - themes/microcurve/Makefile.am, themes/microcurve/Makefile.in, - themes/microcurve/README, themes/microcurve/bottom-active.xpm, - themes/microcurve/bottom-inactive.xpm, - themes/microcurve/bottom-left-active.xpm, - themes/microcurve/bottom-left-inactive.xpm, - themes/microcurve/bottom-right-active.xpm, - themes/microcurve/bottom-right-inactive.xpm, - themes/microcurve/close-active.xpm, - themes/microcurve/close-inactive.xpm, - themes/microcurve/close-pressed.xpm, - themes/microcurve/hide-active.xpm, - themes/microcurve/hide-inactive.xpm, - themes/microcurve/hide-pressed.xpm, - themes/microcurve/left-active.xpm, - themes/microcurve/left-inactive.xpm, - themes/microcurve/maximize-active.xpm, - themes/microcurve/maximize-inactive.xpm, - themes/microcurve/maximize-pressed.xpm, - themes/microcurve/menu-active.xpm, - themes/microcurve/menu-inactive.xpm, - themes/microcurve/menu-pressed.xpm, - themes/microcurve/right-active.xpm, - themes/microcurve/right-inactive.xpm, - themes/microcurve/shade-active.xpm, - themes/microcurve/shade-inactive.xpm, - themes/microcurve/shade-pressed.xpm, - themes/microcurve/stick-active.xpm, - themes/microcurve/stick-inactive.xpm, - themes/microcurve/stick-pressed.xpm, themes/microcurve/themerc, - themes/microcurve/title-1-active.xpm, - themes/microcurve/title-1-inactive.xpm, - themes/microcurve/title-2-active.xpm, - themes/microcurve/title-2-inactive.xpm, - themes/microcurve/title-3-active.xpm, - themes/microcurve/title-3-inactive.xpm, - themes/microcurve/title-4-active.xpm, - themes/microcurve/title-4-inactive.xpm, - themes/microcurve/title-5-active.xpm, - themes/microcurve/title-5-inactive.xpm, - themes/microcurve/top-left-active.xpm, - themes/microcurve/top-left-inactive.xpm, - themes/microcurve/top-right-active.xpm, - themes/microcurve/top-right-inactive.xpm: * Exclude spalshscreen - and desktop type windows from window cycling. * Add new theme - microcurve. - -2003-01-18 xfce + * src/: misc.c, misc.h, settings.c: Increase line width for outline + move/resize - * Makefile.in, aclocal.m4, configure, defaults/Makefile.in, - mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in, - themes/meenee/Makefile.in, themes/microdeck/Makefile.in, - themes/microdeck2/Makefile.in, themes/tgc/Makefile.in: Update to - autoconf-2.57, automake-1.7.2 and libtool-1.4.3 +2003-03-05 23:44 xfce -2003-01-18 xfce + * src/client.c: Improve move/resize of windows under heavy system + load. - * defaults/defaults.in, src/client.c, src/client.h, src/events.c, - src/frame.c, src/inline-tabwin-icon.h, src/main.c, src/main.h, - src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h, - src/tabwin.c, src/tabwin.h, src/workspaces.c: Huge code cleanup, - various optimizations and reorg. +2003-03-04 22:01 xfce -2003-01-16 xfce + * src/workspaces.c: Optimize desktop swtching - * mcs-plugin/xfwm4_plugin.c: Change settings save/load to - $HOME/.xfce4/settings/ +2003-03-03 23:02 xfce -2003-01-16 xfce + * src/main.c: Add a DBG statement to tell the XID of the event + window - * src/: client.c, client.h: [no log message] +2003-03-03 20:46 xfce -2003-01-16 xfce + * src/client.c: Apply initial net props even if app is session + managed - * src/client.c: Constraint client pos only for NORMAL, DIALOG and - MODAL_DIALOG windows +2003-03-03 07:38 xfce -2003-01-14 xfce + * src/client.c: Apply initial net state only when not session + managed - * src/: client.c, tabwin.c: Fix a small leak +2003-03-02 23:16 xfce -2003-01-14 xfce + * configure, configure.in, xfwm4.spec.in, defaults/defaults.in, + mcs-plugin/xfwm4_plugin.c, src/client.c, src/parserc.c, + themes/Makefile.am, themes/Makefile.in: Fix an issue with app + that set their initial net state to either maximized or + fullscreen as seen with mozilla/gtk2 Change default theme to + microdeck (different version, uses less colors) Rename microdeck + to microdeck3 - * AUTHORS, ChangeLog: Update ChangeLog and credits in AUTHORS +2003-03-02 18:11 xfce -2003-01-14 xfce + * src/events.c: Rearrange button events handler in xfwm4 Update + french translation for xfce4 panel - * aclocal.m4, config.guess, config.sub, configure, ltmain.sh, - mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in, - src/client.c, src/inline-tabwin-icon.h, src/tabwin-icon.png, - src/tabwin.c, src/tabwin.h: Add a more "civilized" task switcher - when pressing Alt+Tab +2003-03-01 00:07 xfce -2003-01-13 xfce + * Makefile.in, aclocal.m4, config.h.in, configure, ltcf-c.sh, + ltconfig, ltmain.sh, defaults/Makefile.in, + mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, + src/Makefile.in, src/client.c, themes/Makefile.in, + themes/default.keys/Makefile.in: Fix initial placement Fix + deprecated gtk_widget_set_usize() - * aclocal.m4, config.guess, config.sub, configure, ltmain.sh: - Configure stuff +2003-02-28 19:43 xfce -2003-01-13 xfce + * configure: Fix xfce-mcs-manager API/ABI versionning Update + configure/libtool to use libtool 1.4.3 - * ChangeLog: Update ChangeLog +2003-02-28 11:59 bmeurer -2003-01-13 xfce + * configure.in: Fixes xfce-mcs-manager issue. - * src/settings.c: Optimize initial startup time by ignoring channel - add +2003-02-28 07:41 xfce -2003-01-12 xfce + * src/events.c: Add window shade/unshade with mouse wheel on title + bar - * Makefile.in, configure, configure.in, xfwm4.spec.in, - defaults/Makefile.in, src/Makefile.in, src/pixmap.c, src/pixmap.h, - src/settings.c, themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/tgc/Makefile.in: [no log message] +2003-02-27 22:51 xfce -2003-01-12 xfce + * po/: ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, es_MX.gmo, + es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, pl.gmo, + pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Updates (I'm sure you + wouldn't have guessed) - * mcs-plugin/: Makefile.am, Makefile.in: [no log message] +2003-02-27 22:02 xfce -2003-01-12 xfce + * themes/default.keys/keythemerc: Update default kbd shortcut to + call xfhelp4 and xflock4 instead of their xfce 3 counter parts - * configure, configure.in, mcs-plugin/xfwm4_plugin.c: Update to - take advantage of libxfcegui4 0.0.12 +2003-02-27 21:14 xfce -2003-01-12 xfce + * src/: client.c, client.h, debug.h, events.c, events.h, frame.c, + frame.h, hints.c, hints.h, keyboard.c, keyboard.h, main.c, + main.h, menu.c, menu.h, misc.c, misc.h, mywindow.c, mywindow.h, + parserc.c, parserc.h, pixmap.c, pixmap.h, session.c, settings.c, + settings.h, spinning_cursor.c, spinning_cursor.h, + startup_notification.c, startup_notification.h, tabwin.c, + tabwin.h, workspaces.c, workspaces.h: Improve window move/resize + and expand sources - * mcs-plugin/xfwm4_plugin.c, src/settings.c: Add font selection for - title bar +2003-02-26 22:30 xfce -2003-01-11 xfce + * src/: client.c, client.h: Fine tuning and small optimizations - * mcs-plugin/: Makefile.am, Makefile.in: Make sure "make rpm" - works. +2003-02-26 13:03 huysmans -2003-01-11 xfce + * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Unref icon after + last use, not before - * configure, configure.in, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, src/settings.c: Update to libxfce4mcs 0.0.3 +2003-02-26 08:17 xfce -2003-01-11 xfce + * Makefile.in, configure, defaults/Makefile.in, + mcs-plugin/Makefile.in, mcs-plugin/margins_plugin.c, + mcs-plugin/xfwm4_plugin.c, src/Makefile.in, src/main.c, + themes/Makefile.in, themes/default.keys/Makefile.in: Apply + Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch + Replace all occurences of g_getenv("HOME") with g_get_home_dir() + Regenerate all Makefiles.on and configure scripts - * configure, configure.in, src/settings.c: Fix detection of mcs - manager when started afterwards. +2003-02-25 23:46 xfce -2003-01-11 xfce + * src/client.c: Remove an unecessary test in clientConstraintPos() + that was preventing clientInitPosition() to do its job correctly. - * src/settings.c: Add some traces when mcs init goes wrong +2003-02-25 23:16 huysmans -2003-01-11 xfce + * configure, Makefile.am, Makefile.in, configure.in: autotool + cleanup - * src/: client.h, events.c, settings.c, settings.h: Both design and - speed optimizations +2003-02-25 22:43 xfce -2003-01-10 xfce + * mcs-plugin/margins_plugin.c, mcs-plugin/monitor-icon.h, + mcs-plugin/monitor-icon.png, mcs-plugin/xfwm4_plugin.c, + po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, + po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, + po/zh_CN.gmo, po/zh_CN.po, src/client.c, src/settings.c: Fix + margins from mcs not being taken in account at startup Change + margin plugin GUI Update xtions. - * mcs-plugin/xfwm4_plugin.c: Center dialog on screen by default. +2003-02-25 22:21 huysmans -2003-01-10 xfce + * autogen.sh: Fix proper use of AC_PROG_LIBTOOL - * src/main.c: BEWARE: Changed the default mode to *not* fork at - startup. Use "xfwm --daemon" to get the daemon mode (this is - because usually, window managers aren't supposed to turn themselves - into daemon and that cause problems to some) +2003-02-25 10:59 huysmans -2003-01-10 xfce + * mcs-plugin/: margins_plugin.c, xfwm4_plugin.c: Add frame to + margins dialog. Add space to wm dialog. - * mcs-plugin/xfwm4_plugin.c, src/settings.c: Add an implementation - of g_str_has_suffix() when using glib-2 < 2.2 +2003-02-25 08:19 xfce -2003-01-10 xfce + * mcs-plugin/margins_plugin.c, po/POTFILES.in, po/ar.gmo, po/ar.po, + po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, + po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, + po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, po/zh_CN.gmo, + po/zh_CN.po, src/client.c, src/settings.c: Tweaking - * Makefile.in, configure, configure.in, defaults/Makefile.in, - mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/tgc/Makefile.in: Update libxfce4mcs and libxfcegui4 - dependencies +2003-02-25 00:22 xfce -2003-01-09 xfce + * mcs-plugin/Makefile.am, mcs-plugin/Makefile.in, + mcs-plugin/margins_plugin.c, src/client.c, src/settings.c, + src/settings.h: Implement internal borders - * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.guess, - config.h.in, config.sub, configure, configure.in, ltmain.sh, - xfwm4.spec.in, defaults/Makefile.in, mcs-plugin/Makefile.am, - mcs-plugin/Makefile.in, mcs-plugin/icon.png, - mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c, - src/Makefile.am, src/Makefile.in, src/client.c, src/client.h, - src/events.c, src/main.c, src/parserc.c, src/parserc.h, - src/pixmap.c, src/settings.c, src/settings.h, src/workspaces.c, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/meenee/Makefile.in, - themes/microdeck/Makefile.in, themes/microdeck2/Makefile.in, - themes/tgc/Makefile.in: Lot of udpdates and bug fixes, and added - MCS support along with plugin for xfwm4 preferences. - -2003-01-01 xfce +2003-02-24 23:23 xfce - * src/: client.c, events.c: Add more checkings to keyboard shortcut - handlers to avoid iconizing taskbar and stuff like that. + * mcs-plugin/: Makefile.am, Makefile.in, icon.png, inline-icon.h, + margins-icon.h, margins-icon.png, margins_plugin.c, + monitor-icon.h, monitor-icon.png, xfwm4-icon.h, xfwm4-icon.png, + xfwm4_plugin.c: Add margin plugin -2002-12-30 xfce +2003-02-23 22:58 xfce - * ChangeLog: Update ChangeLog + * po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, + po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, + po/zh_CN.gmo, po/zh_CN.po, src/events.c: Revert the message about + unidentified client message, turn it into a debug message -2002-12-30 xfce +2003-02-23 18:11 xfce - * ChangeLog, configure, configure.in, xfwm4.spec.in, - themes/Makefile.am, themes/Makefile.in, themes/meenee/Makefile.am, - themes/meenee/Makefile.in, themes/meenee/README, - themes/meenee/bottom-active.xpm, themes/meenee/bottom-inactive.xpm, - themes/meenee/bottom-left-active.xpm, - themes/meenee/bottom-left-inactive.xpm, - themes/meenee/bottom-right-active.xpm, - themes/meenee/bottom-right-inactive.xpm, - themes/meenee/close-active.xpm, themes/meenee/close-inactive.xpm, - themes/meenee/close-pressed.xpm, themes/meenee/hide-active.xpm, - themes/meenee/hide-inactive.xpm, themes/meenee/hide-pressed.xpm, - themes/meenee/left-active.xpm, themes/meenee/left-inactive.xpm, - themes/meenee/maximize-active.xpm, - themes/meenee/maximize-inactive.xpm, - themes/meenee/maximize-pressed.xpm, themes/meenee/menu-active.xpm, - themes/meenee/menu-inactive.xpm, themes/meenee/menu-pressed.xpm, - themes/meenee/right-active.xpm, themes/meenee/right-inactive.xpm, - themes/meenee/shade-active.xpm, themes/meenee/shade-inactive.xpm, - themes/meenee/shade-pressed.xpm, themes/meenee/stick-active.xpm, - themes/meenee/stick-inactive.xpm, themes/meenee/stick-pressed.xpm, - themes/meenee/themerc, themes/meenee/title-1-active.xpm, - themes/meenee/title-1-inactive.xpm, - themes/meenee/title-2-active.xpm, - themes/meenee/title-2-inactive.xpm, - themes/meenee/title-3-active.xpm, - themes/meenee/title-3-inactive.xpm, - themes/meenee/title-4-active.xpm, - themes/meenee/title-4-inactive.xpm, - themes/meenee/title-5-active.xpm, - themes/meenee/title-5-inactive.xpm, - themes/meenee/top-left-active.xpm, - themes/meenee/top-left-inactive.xpm, - themes/meenee/top-right-active.xpm, - themes/meenee/top-right-inactive.xpm: Add theme "meenee" derived - from Michael Graf theme - -2002-12-30 xfce + * po/ar.gmo, po/ar.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, + po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, + po/fr.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfwm4.pot, + po/zh_CN.gmo, po/zh_CN.po, src/events.c: Add a message when an + unidentified client message is received by the WM - * src/: client.c, workspaces.c: Include SKIP_PAGER and SKIP_TASKBAR - flagged windows in ALT-TAB window cycling Fix a focus oddity when - switching desks in focus-follow-mouse mode +2003-02-23 15:11 xfce -2002-12-30 xfce + * src/client.c: Add a comment on why/how constraintPos() routine + works - * src/events.c: Apply Thomas Leonard patch : Changes are: - - - If raise_on_click is off, clicking the titlebar buttons doesn't - raise the window. - - - Button-3 drag on the titlebar moves without raising (previously - it did nothing) - - - Button-3 drag on the frame resizes without raising (previously - did nothing). - - - Button-2 drag on the frame moves without raising (previously did - nothing). - - Button-2 clicks on the frame still do send-to-back. - -2002-12-29 xfce - - * themes/microdeck2/: bottom-left-active.xpm, - bottom-right-active.xpm, title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: Change active colors for microdeck2 - -2002-12-28 xfce +2003-02-23 11:35 xfce - * src/workspaces.c: Cleanup. + * src/events.c: Add test for apps that try to manipulate the WM + frame (bad idea anyway) -2002-12-28 xfce +2003-02-23 11:05 xfce - * src/: client.c, events.c, frame.c, main.c, settings.c: A lot of - huge and critical internal changes regarding windows stacking. - Handle with care, but so far, the changes look good. + * src/client.c: Some more fine tweaking (plus totem theme update + :) -2002-12-27 xfce +2003-02-23 00:21 xfce - * src/client.c: Stack list + * configure, configure.in, xfwm4.spec.in, src/client.c, + src/client.h, src/events.c, src/hints.h, themes/Makefile.am, + themes/Makefile.in: Lot of changes in constraintPos and other + related areas Add totem theme -2002-12-27 xfce +2003-02-22 01:23 xfce - * defaults/defaults.in, src/client.c, src/events.c, src/settings.c, - src/settings.h: Apply Thomas Leonard's patch for raise_on-click - option Fix a problem with stacking order for EWMH + * src/: client.c, settings.c: Various stacking and placement + tweaking -2002-12-21 xfce +2003-02-21 19:21 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-right-active.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: Revert recent changes on microdeck2 theme + * src/: client.c, client.h, debug.h, events.c, events.h, frame.c, + frame.h, hints.h, main.c, main.h, menu.h, misc.h, mywindow.h, + parserc.h, pixmap.h, session.h, settings.h, spinning_cursor.h, + startup_notification.h, tabwin.h, workspaces.h: Take the frame + into account when receiving a XConfigureRequest for apps that try + to manipulate the WM frame Rearrange headers -2002-12-21 xfce +2003-02-21 00:27 xfce - * themes/microdeck2/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * src/hints.c: EWMH detection -2002-12-20 xfce +2003-02-20 23:26 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-right-active.xpm, title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] + * src/: client.h, debug.h, events.h, frame.h, hints.h, keyboard.h, + main.h, menu.h, misc.h, mywindow.h, parserc.h, pixmap.h, + session.h, settings.h, spinning_cursor.h, startup_notification.h, + tabwin.h, workspaces.h: Avoid using "__" for defines in headers + as it could be reserved for the compiler -2002-12-20 xfce +2003-02-19 22:05 xfce - * configure, configure.in, src/main.c: Change startup behaviour so - that xfwm4 turns into a deamon once initialization is performed. - *Beware* requires libxfcegui4 >= 0.0.9 + * src/: client.c, events.c: Make sure the CLIENT_FLAG_HAS_BORDER is + reset on Mwm hint event Add a call to configure when such an + event happen Update some of kde theme pixmaps -2002-12-19 xfce +2003-02-18 23:33 xfce - * AUTHORS, configure, configure.in, xfwm4.spec.in, - defaults/defaults.in, src/frame.c, src/settings.c, src/settings.h, - themes/Makefile.am, themes/Makefile.in, themes/curve/themerc, - themes/microdeck2/themerc: Add optional title_shadow_active and - title_shadow_inactive options to themes, Add koynacity theme ported - from David Spencer Wysinger's "Koynacity-Blue" theme for Metacity, - Modify redmondxp, microdeck2 and curve themes to use the - title_shadow_(in)active new option. + * src/main.c: Unframe all client first of all when calling + cleanup() -2002-12-18 xfce +2003-02-18 23:31 xfce - * src/frame.c: Allow negative values for title_horizontal_offset - when not in 'title_full_width" mode + * src/main.c: Use g_error to cause an abort() on SIGSEGV signal -2002-12-12 xfce +2003-02-16 22:33 xfce - * src/client.c: Even better fix... + * src/: main.c, startup_notification.c: Install sig handlers later + in startup sequence -2002-12-12 xfce +2003-02-13 20:13 xfce - * src/client.c, src/client.h, themes/microdeck/themerc: Fix value - not initialized for state above/below (fix a bug reported by - Jasper) + * ChangeLog, src/debug.h: Update ChangeLog Revert change in debug.h -2002-12-12 xfce +2003-02-13 16:19 xfce - * themes/microdeck/: title-2-inactive.xpm, title-3-inactive.xpm, - title-4-inactive.xpm: [no log message] + * src/client.c: Fix a bug introduced by recent optimizations... -2002-12-12 xfce +2003-02-13 15:22 xfce - * src/: events.c, frame.c: Allow shade button even for frames that - specify no menu button (mainly for OpenOffice643) + * src/: client.c, events.c, frame.c, frame.h: Okay, promise, I'll + stop with optimizations :) -2002-12-12 xfce +2003-02-13 15:11 xfce - * themes/microdeck/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, title-2-active.xpm, - title-2-inactive.xpm: [no log message] + * src/events.c: Fix a small glitch with shaped windows -2002-12-11 xfce +2003-02-13 15:03 xfce - * themes/microdeck/: themerc, title-1-active.xpm, - title-1-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm: [no - log message] + * src/frame.c: even more optimizations! -2002-12-11 xfce +2003-02-13 11:12 xfce - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c, + src/client.c, src/client.h, src/events.c, src/frame.c, + src/keyboard.c, src/main.c, src/mywindow.c, + src/spinning_cursor.c, src/spinning_cursor.h, + src/startup_notification.c: Ran indent on sources -2002-12-11 xfce +2003-02-13 11:08 xfce - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * src/: client.c, client.h, frame.c: ...even more optimizations -2002-12-11 xfce +2003-02-13 10:49 xfce - * themes/microdeck/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Use a nice new design for microdeck title - bar + * src/: Makefile.am, Makefile.in, client.c, client.h, events.c, + frame.c, keyboard.c, mywindow.c, mywindow.h, session.c: Add + optimizations -2002-12-11 xfce +2003-02-12 14:50 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] + * src/frame.c: Unmap window sides when shaded -2002-12-11 xfce +2003-02-11 20:48 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] + * ChangeLog: Update ChangeLog -2002-12-10 xfce +2003-02-11 20:45 xfce - * themes/microdeck2/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm: Use less relief for buttons + * src/startup_notification.c: Add additional sanity checks to + satrtup notification code. -2002-12-09 xfce +2003-02-11 16:59 xfce - * themes/microdeck2/: title-2-active.xpm, title-3-active.xpm: [no - log message] + * src/: client.c, client.h, events.c, frame.c, frame.h, settings.c: + Add pixmap caching for frame components -2002-12-09 xfce +2003-02-11 12:58 xfce - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * src/events.c: Fix typo. -2002-12-09 xfce +2003-02-11 12:20 xfce - * themes/microdeck2/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * ChangeLog: Update ChangeLog -2002-12-07 xfce +2003-02-11 12:14 xfce - * themes/microdeck2/: bottom-left-inactive.xpm, - bottom-right-inactive.xpm, themerc, title-3-inactive.xpm: [no log - message] + * src/events.c: Check for CLIENT_FLAG_HAS_STICKY in keyboard + shortcut -2002-12-07 xfce +2003-02-11 12:05 xfce - * src/client.c: Fix (for good this time, I think) the race cond - when dragging windows from one desk to another. + * src/: client.c, client.h, events.c, frame.c: Use ONTOP layer for + modal dialogs only (regular dialogs belong to NORMAL layer now) + Add new internal flag "CLIENT_FLAG_HAS_STICKY" Do not disable + menu button for various window types. -2002-12-06 xfce +2003-02-10 21:47 xfce - * src/main.c, themes/microdeck2/README: Add info about GTK version - used at runtime. + * src/main.c: Remove g_error (that causes and abort() and thus a + core dump) where not necessary. -2002-12-06 xfce +2003-02-10 13:16 xfce - * src/parserc.c, defaults/defaults.in: [no log message] + * src/startup_notification.c: Increase startup notification timeout + to 30 seconds -2002-12-06 xfce +2003-02-10 13:03 xfce - * src/client.c, themes/microdeck2/bottom-left-inactive.xpm, - themes/microdeck2/bottom-right-inactive.xpm, - themes/microdeck2/title-3-inactive.xpm: Change inactive title color - and stipple. + * src/: Makefile.am, Makefile.in, startup_notification.c, + startup_notification.h: Use #define SN_API_NOT_YET_FROZEN instead + of -DSN_API_NOT_YET_FROZEN=1 in command line -2002-12-05 xfce +2003-02-10 10:21 xfce - * themes/microdeck2/: close-active.xpm, close-inactive.xpm, - hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, menu-active.xpm, menu-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, stick-active.xpm, - stick-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm: [no log message] + * src/: Makefile.am, Makefile.in, main.c, spinning_cursor.c, + spinning_cursor.h: Add neat spinning cursor for startup + notification -2002-12-05 xfce +2003-02-09 23:30 xfce - * themes/curve/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-4-active.xpm, title-4-inactive.xpm: [no - log message] + * Makefile.in, config.h.in, configure, configure.in, + defaults/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.am, + src/Makefile.in, src/client.c, src/client.h, src/events.c, + src/hints.c, src/hints.h, src/main.c, src/session.c, + src/settings.c, src/startup_notification.c, + src/startup_notification.h, themes/Makefile.in, + themes/default.keys/Makefile.in: Add startup notification support + (from freedesktop.org standard) -2002-12-05 xfce +2003-02-08 17:11 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-right-active.xpm, themerc, title-3-active.xpm: Use curve - colors for active title and corners + * mcs-plugin/xfwm4_plugin.c, src/parserc.c: Reduce the buffer from + 512 to 80 bytes. -2002-12-05 xfce +2003-02-08 17:06 xfce - * themes/curve/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-inactive.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, top-right-active.xpm, top-right-inactive.xpm: - [no log message] + * mcs-plugin/xfwm4_plugin.c, src/client.c, src/main.c, src/main.h: + mcs-plugin: Make button grayed out when a theme for values xfwm4: + show menu button in dialogs. -2002-12-05 xfce +2003-02-08 09:40 xfce - * themes/microdeck2/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * src/session.c: Use g_free() for g_malloc()/g_new() allocated + memory -2002-12-05 xfce +2003-02-06 22:01 xfce - * themes/curve/: bottom-left-active.xpm, bottom-right-active.xpm, - themerc, title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: Use original color sheme for active title - gradient. + * src/: client.c, client.h, session.c: Improve session load/save -2002-12-05 xfce +2003-02-06 17:22 xfce - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm: - Redo gradients + * TODO, aclocal.m4, configure, src/Makefile.am, src/Makefile.in, + src/client.c, src/client.h, src/events.c, src/hints.c, + src/hints.h, src/main.c, src/session.c, src/session.h: Add + missing bits for full session management -2002-12-04 xfce +2003-02-06 09:46 xfce - * xfwm4.spec.in: [no log message] + * src/: client.c, events.c: Ensure resizability of windows -2002-12-04 xfce +2003-02-05 16:24 xfce - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, close-active.xpm, close-inactive.xpm, - hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, menu-active.xpm, menu-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, stick-active.xpm, - stick-inactive.xpm, themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: Boom! Redesign completely - yhe title bar, nah! + * src/main.c: Cleanup/simplification -2002-12-04 xfce +2003-02-03 23:28 xfce - * themes/microdeck2/: title-3-active.xpm, title-3-inactive.xpm: [no - log message] + * src/workspaces.h: Cleanup: remove dead external references in + workspaces.h -2002-12-04 xfce +2003-02-03 11:44 xfce - * themes/microdeck2/title-3-inactive.xpm: [no log message] + * src/: client.c, events.c: Fix problem introduced last night with + focus notification -2002-12-04 xfce +2003-02-02 23:17 xfce - * themes/microdeck2/: themerc, title-3-active.xpm, - title-3-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm: [no - log message] + * src/client.c: Add a check to avoid setting focus to an already + focused window (see that as an optimization) -2002-12-04 xfce +2003-02-02 22:56 xfce - * themes/microdeck2/: README, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: Apply same title as curve - theme to microdeck2 - -2002-12-04 xfce - - * themes/microdeck2/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Reduce title height by 2 pixels for - microdeck2 theme - -2002-12-03 xfce - - * themes/: microdeck/stick-inactive.xpm, - microdeck2/stick-inactive.xpm: [no log message] - -2002-12-03 xfce - - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] - -2002-12-03 xfce - - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] - -2002-12-03 xfce - - * themes/microdeck2/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2002-12-02 xfce - - * themes/: microdeck2/bottom-left-active.xpm, - microdeck2/bottom-left-inactive.xpm, - microdeck2/bottom-right-active.xpm, - microdeck2/bottom-right-inactive.xpm, - microdeck/bottom-left-active.xpm, - microdeck/bottom-left-inactive.xpm, - microdeck/bottom-right-active.xpm, - microdeck/bottom-right-inactive.xpm: [no log message] - -2002-12-02 xfce - - * themes/microdeck2/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] - -2002-12-02 xfce - - * themes/microdeck/: bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] - -2002-12-01 xfce - - * themes/: microdeck/bottom-active.xpm, - microdeck/bottom-inactive.xpm, microdeck/bottom-left-active.xpm, - microdeck/bottom-left-inactive.xpm, - microdeck/bottom-right-active.xpm, - microdeck/bottom-right-inactive.xpm, microdeck/left-active.xpm, - microdeck/left-inactive.xpm, microdeck/right-active.xpm, - microdeck/right-inactive.xpm, microdeck/title-1-active.xpm, - microdeck/title-1-inactive.xpm, microdeck/title-2-active.xpm, - microdeck/title-2-inactive.xpm, microdeck/title-3-active.xpm, - microdeck/title-3-inactive.xpm, microdeck/title-4-active.xpm, - microdeck/title-4-inactive.xpm, microdeck/title-5-active.xpm, - microdeck/title-5-inactive.xpm, microdeck/top-left-active.xpm, - microdeck/top-left-inactive.xpm, microdeck/top-right-active.xpm, - microdeck/top-right-inactive.xpm, microdeck2/bottom-active.xpm, - microdeck2/bottom-inactive.xpm, microdeck2/bottom-left-active.xpm, - microdeck2/bottom-left-inactive.xpm, - microdeck2/bottom-right-active.xpm, - microdeck2/bottom-right-inactive.xpm, microdeck2/left-active.xpm, - microdeck2/left-inactive.xpm, microdeck2/right-active.xpm, - microdeck2/right-inactive.xpm, microdeck2/title-1-active.xpm, - microdeck2/title-1-inactive.xpm, microdeck2/title-2-active.xpm, - microdeck2/title-2-inactive.xpm, microdeck2/title-3-active.xpm, - microdeck2/title-3-inactive.xpm, microdeck2/title-4-active.xpm, - microdeck2/title-4-inactive.xpm, microdeck2/title-5-active.xpm, - microdeck2/title-5-inactive.xpm, microdeck2/top-left-active.xpm, - microdeck2/top-left-inactive.xpm, microdeck2/top-right-active.xpm, - microdeck2/top-right-inactive.xpm: Revert some changes in - "microdeck" and "microdeck2" - -2002-11-29 xfce + * src/events.c: De-iconify window on raise events - * src/client.c: Simplify window move routine +2003-02-02 11:31 xfce -2002-11-29 xfce + * src/client.c: Enforce mapping inside top and left margin - * themes/curve/: close-active.xpm, hide-active.xpm, - maximize-active.xpm, menu-active.xpm, shade-active.xpm, - stick-active.xpm: Change colo +2003-02-01 10:44 huysmans -2002-11-28 xfce + * po/: fi.gmo, fi.po: Update finnish translations - * src/workspaces.c: Window focus bug when switching desktops. +2003-01-31 22:15 xfce -2002-11-27 xfce + * po/: ar.gmo, ar.po, de.gmo, de.po, es.gmo, es.po, es_MX.gmo, + es_MX.po, fi.gmo, fi.po, fr.gmo, fr.po, nl.gmo, nl.po, pl.gmo, + pl.po, xfwm4.pot, zh_CN.gmo, zh_CN.po: Switch to GNU gettext + 0.11.5 - * themes/curve/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, hide-active.xpm, maximize-active.xpm, - menu-active.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, stick-active.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] +2003-01-31 21:34 xfce -2002-11-27 xfce + * po/: ar.gmo, ar.po: Update Arabic translation by Nabil Ben + Khalifa <nabil_benkhalifa@yahoo.fr> - * themes/curve/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: Put back - colored bottom corners +2003-01-30 17:29 xfce -2002-11-26 xfce + * themes/default.keys/keythemerc: Add Ctr+Alt+Delete = lock screen - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in, themes/microdeck2/close-active.xpm, - themes/microdeck2/close-inactive.xpm, - themes/microdeck2/close-pressed.xpm, - themes/microdeck2/hide-active.xpm, - themes/microdeck2/hide-inactive.xpm, - themes/microdeck2/hide-pressed.xpm, - themes/microdeck2/maximize-active.xpm, - themes/microdeck2/maximize-inactive.xpm, - themes/microdeck2/maximize-pressed.xpm, - themes/microdeck2/menu-active.xpm, - themes/microdeck2/menu-inactive.xpm, - themes/microdeck2/menu-pressed.xpm, - themes/microdeck2/shade-active.xpm, - themes/microdeck2/shade-inactive.xpm, - themes/microdeck2/shade-pressed.xpm, - themes/microdeck2/stick-active.xpm, - themes/microdeck2/stick-inactive.xpm, - themes/microdeck2/stick-pressed.xpm, - themes/microdeck2/title-1-active.xpm, - themes/microdeck2/title-1-inactive.xpm, - themes/microdeck2/title-2-active.xpm, - themes/microdeck2/title-2-inactive.xpm, - themes/microdeck2/title-3-active.xpm, - themes/microdeck2/title-3-inactive.xpm, - themes/microdeck2/title-4-active.xpm, - themes/microdeck2/title-4-inactive.xpm, - themes/microdeck2/title-5-active.xpm, - themes/microdeck2/title-5-inactive.xpm, - themes/microdeck2/top-left-active.xpm, - themes/microdeck2/top-left-inactive.xpm, - themes/microdeck2/top-right-active.xpm, - themes/microdeck2/top-right-inactive.xpm: Themes stuff... - -2002-11-25 xfce - - * themes/microdeck2/themerc: [no log message] - -2002-11-25 xfce +2003-01-29 22:25 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in, themes/microdeck2/Makefile.am, - themes/microdeck2/Makefile.in, themes/microdeck2/README, - themes/microdeck2/bottom-active.xpm, - themes/microdeck2/bottom-inactive.xpm, - themes/microdeck2/bottom-left-active.xpm, - themes/microdeck2/bottom-left-inactive.xpm, - themes/microdeck2/bottom-right-active.xpm, - themes/microdeck2/bottom-right-inactive.xpm, - themes/microdeck2/close-active.xpm, - themes/microdeck2/close-inactive.xpm, - themes/microdeck2/close-pressed.xpm, - themes/microdeck2/hide-active.xpm, - themes/microdeck2/hide-inactive.xpm, - themes/microdeck2/hide-pressed.xpm, - themes/microdeck2/left-active.xpm, - themes/microdeck2/left-inactive.xpm, - themes/microdeck2/maximize-active.xpm, - themes/microdeck2/maximize-inactive.xpm, - themes/microdeck2/maximize-pressed.xpm, - themes/microdeck2/menu-active.xpm, - themes/microdeck2/menu-inactive.xpm, - themes/microdeck2/menu-pressed.xpm, - themes/microdeck2/right-active.xpm, - themes/microdeck2/right-inactive.xpm, - themes/microdeck2/shade-active.xpm, - themes/microdeck2/shade-inactive.xpm, - themes/microdeck2/shade-pressed.xpm, - themes/microdeck2/stick-active.xpm, - themes/microdeck2/stick-inactive.xpm, - themes/microdeck2/stick-pressed.xpm, themes/microdeck2/themerc, - themes/microdeck2/title-1-active.xpm, - themes/microdeck2/title-1-inactive.xpm, - themes/microdeck2/title-2-active.xpm, - themes/microdeck2/title-2-inactive.xpm, - themes/microdeck2/title-3-active.xpm, - themes/microdeck2/title-3-inactive.xpm, - themes/microdeck2/title-4-active.xpm, - themes/microdeck2/title-4-inactive.xpm, - themes/microdeck2/title-5-active.xpm, - themes/microdeck2/title-5-inactive.xpm, - themes/microdeck2/top-left-active.xpm, - themes/microdeck2/top-left-inactive.xpm, - themes/microdeck2/top-right-active.xpm, - themes/microdeck2/top-right-inactive.xpm: Add microdeck2, a small - variation on microdeck theme. - -2002-11-25 xfce - - * themes/microdeck/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] - -2002-11-25 xfce - - * themes/microdeck/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: Add tiny engraved dots to show corners. - -2002-11-23 xfce + * src/events.c: Fix small memory leak when spawning a command fails - * src/: client.c, client.h, events.c, events.h, main.c, main.h, - menu.c, settings.c: Update for libxfcegui4 new include base dir. +2003-01-28 15:00 xfce -2002-11-22 xfce + * src/: events.c, main.c, settings.c, settings.h: Improve keyboard + shortcuts internals. - * Makefile.in, config.h.in, configure, configure.in, - defaults/Makefile.in, src/Makefile.am, src/Makefile.in, - src/client.c, src/client.h, src/events.h, src/main.c, src/main.h, - src/menu.c, src/settings.c, src/xinerama.c, src/xinerama.h, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/microdeck/Makefile.in, - themes/tgc/Makefile.in: Remove xinerama code to move it to - libxfcegui4 (xfwm4 now requires libxfcegui4 >= 0.0.8) - -2002-11-22 xfce - - * themes/microdeck/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Improve "smoothness" - -2002-11-21 xfce +2003-01-28 14:42 huysmans - * configure, configure.in, xfwm4.spec.in, defaults/defaults.in, - src/frame.c, src/settings.c, src/settings.h, themes/Makefile.am, - themes/Makefile.in, themes/bbs/themerc, themes/curve/themerc, - themes/exocet/themerc, themes/microdeck/themerc, - themes/tgc/themerc: Add new theme "keramik" from KDE 3.0.3 Change - "title_vertical_offset" themerc option to - "title_vertical_offset_active" and "title_vertical_offset_inactive" - Update existing themerc files to reflect this change + * configure: Also update configure ... -2002-11-20 xfce +2003-01-28 14:40 huysmans - * src/: client.c, workspaces.c: mall cleanup. + * configure.in, po/pl.gmo, po/pl.po: Add polish translations by + Pablo -2002-11-19 xfce +2003-01-28 13:48 xfce - * src/client.c: Add more bound checking when resize/move window. + * src/client.c, src/events.c, src/settings.c, src/settings.h, + themes/default.keys/keythemerc: Add keyboard shortcuts support + (managed by key themes) -2002-11-18 xfce +2003-01-28 11:47 xfce - * themes/bbs/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * configure, configure.in, po/ar.gmo, po/ar.po: Add arabic + translation from Nabil. Thanks a lot, Nabil :) -2002-11-18 xfce +2003-01-27 11:27 xfce - * src/client.c: [no log message] + * Makefile.am, Makefile.in, autogen.sh, configure, configure.in, + defaults/Makefile.in, mcs-plugin/Makefile.in, src/Makefile.in, + themes/Makefile.in, themes/default.keys/Makefile.in: Update + Makefiles -2002-11-18 xfce +2003-01-26 12:06 xfce - * src/client.c: Allow move of windows when maximized + * po/: fi.gmo, fi.po: Update Finnish translation -2002-11-14 xfce +2003-01-26 00:03 xfce - * themes/microdeck/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-2-active.xpm, title-2-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * configure, configure.in, po/fi.gmo, po/fi.po: Add Finnish + translation by Ilkka Ollakka (ilkka.j.ollakka.oamk.fi) -2002-11-14 xfce +2003-01-25 19:56 xfce - * themes/microdeck/: close-active.xpm, close-inactive.xpm, - hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, menu-active.xpm, menu-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, stick-active.xpm, - stick-inactive.xpm, title-2-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * src/client.c: Hide/Show all transients along with a window. -2002-11-14 xfce +2003-01-25 15:35 xfce - * themes/: tgc/stick-active.xpm, tgc/stick-inactive.xpm, - tgc/stick-pressed.xpm, bbs/stick-active.xpm, - bbs/stick-inactive.xpm, bbs/stick-pressed.xpm: [no log message] + * mcs-plugin/xfwm4_plugin.c, src/events.c, src/settings.c: Small + bugfix: click_to_raise wasn't correctly set at first run (ie when + no config file was found) -2002-11-13 xfce +2003-01-25 12:07 xfce - * themes/microdeck/: bottom-left-active.xpm, - bottom-left-inactive.xpm: [no log message] + * INSTALL, Makefile.in, aclocal.m4, config.guess, config.h.in, + config.sub, configure, configure.in, install-sh, ltmain.sh, + mkinstalldirs, defaults/Makefile.in, mcs-plugin/Makefile.in, + po/Makefile.in.in, po/de.gmo, po/de.po, src/Makefile.in, + themes/Makefile.in, themes/default.keys/Makefile.in: Add German + translation from MisterMoe <MisterMoe@hackerboard.de> and Michael + Jakl <mj@int-x.org> -2002-11-13 xfce +2003-01-24 15:23 edscott - * themes/microdeck/: bottom-right-active.xpm, - bottom-right-inactive.xpm: [no log message] + * INSTALL, Makefile.in, aclocal.m4, config.guess, config.h.in, + config.sub, configure, configure.in, install-sh, ltmain.sh, + mkinstalldirs, defaults/Makefile.in, mcs-plugin/Makefile.in, + po/Makefile.in.in, po/es_MX.gmo, po/es_MX.po, src/Makefile.in, + themes/Makefile.in, themes/default.keys/Makefile.in: added + mexican spanish files -2002-11-13 xfce +2003-01-24 14:06 huysmans - * themes/microdeck/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * configure.in, po/nl.gmo, po/nl.po: Add Dutch translations -2002-11-13 xfce +2003-01-24 11:06 xfce - * themes/microdeck/: bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm: Remove colored corners to get a slick - frame. + * configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po, + po/zh_CN.gmo, po/zh_CN.po: Rename po/zh_CN.GB2312.* to po/zh_CN.* -2002-11-12 xfce +2003-01-24 09:59 xfce - * themes/microdeck/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * configure, configure.in, po/zh_CN.GB2312.gmo, po/zh_CN.GB2312.po: + Add Chinese translation by Yongtao Yang <yongtao.yang@telia.com> -2002-11-12 xfce +2003-01-23 23:59 xfce - * themes/microdeck/: menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm: anti aliasing for menu/shade buttons + * configure, configure.in, po/es.gmo, po/es.po: Add spanish + translation. Thanks nestu! -2002-11-12 xfce +2003-01-23 21:32 xfce - * themes/microdeck/: top-left-active.xpm, top-left-inactive.xpm: - [no log message] + * src/events.c: Small optimizations -2002-11-11 xfce +2003-01-23 15:22 xfce - * Makefile.in, config.h.in, configure, configure.in, - defaults/Makefile.in, src/Makefile.am, src/Makefile.in, - src/client.c, src/events.c, src/frame.c, src/hints.c, - src/keyboard.c, src/main.c, src/main.h, src/menu.c, src/misc.c, - src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h, - src/workspaces.c, src/xinerama.c, src/xinerama.h, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/microdeck/Makefile.in, - themes/tgc/Makefile.in: Add support for xinerama, and optimize - window move (unrelated, but I just came across an easy optimization - while reviewing the code :) - -2002-11-10 xfce + * Makefile.am, Makefile.in, src/client.c, src/client.h, + src/events.c: Mix tweakings - * ChangeLog: Update ChangeLog. +2003-01-23 11:58 xfce -2002-11-10 xfce - - * themes/tgc/: themerc, title-3-inactive.xpm: [no log message] - -2002-11-09 xfce - - * src/parserc.c, themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm: Change title - -2002-11-09 xfce - - * themes/microdeck/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm: Improve AA on stick and close buttons - -2002-11-09 xfce - - * themes/microdeck/: close-pressed.xpm, hide-pressed.xpm, - maximize-pressed.xpm, menu-pressed.xpm, shade-pressed.xpm, - stick-pressed.xpm: [no log message] - -2002-11-09 xfce - - * themes/tgc/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm, close-pressed.xpm, hide-pressed.xpm, - maximize-pressed.xpm, menu-pressed.xpm, shade-pressed.xpm, - stick-pressed.xpm: [no log message] - -2002-11-09 xfce - - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: Remove the black frame arround title - -2002-11-09 xfce - - * themes/microdeck/: top-right-active.xpm, top-right-inactive.xpm: - [no log message] - -2002-11-09 xfce - - * themes/microdeck/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Reduce the external black border from 2 - pixels to 1 pixel. - -2002-11-08 xfce + * COPYING, INSTALL, autogen.sh, config.guess, config.sub, depcomp, + install-sh, missing, mkinstalldirs: Update auto* stuff - * Makefile.in, aclocal.m4, config.h.in, configure, configure.in, - xfwm4.spec.in, defaults/Makefile.in, src/Makefile.in, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/microdeck/Makefile.in, - themes/tgc/Makefile.in: make sure required libs for build/rpm are - listed, with versions and keep the minimum version required at only - one place (configure.in) +2003-01-23 10:15 xfce -2002-11-08 xfce + * configure.in: Use AM_DISABLE_STATIC instead of AC_DISABLE_STATIC - * src/: client.c, client.h, hints.c, hints.h: Add - NET_WM_STATE_ABOVE and NET_WM_STATE_BELOW hints support (EWMH 1.2) +2003-01-23 10:12 xfce -2002-11-08 xfce + * configure.in, mcs-plugin/xfwm4_plugin.c, po/fr.gmo: Replace + AC_PROG_LIBTOOL with AM_PROG_LIBTOOL Remove gtk_set_locale() from + plugin init. - * src/client.c: Take into account implementation note on EWMH 1.2 - regarding NET_STATE_HIDDEN +2003-01-22 23:25 xfce -2002-11-08 xfce + * Makefile.in, configure, configure.in, po/fr.po, po/xfwm4.pot: + Small stuff - * themes/microdeck/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] +2003-01-22 22:53 xfce -2002-11-08 xfce + * ChangeLog, Makefile.am, Makefile.in, aclocal.m4, autogen.sh, + config.h.in, configure, configure.in, mkinstalldirs, + defaults/Makefile.in, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, po/ChangeLog, + po/Makefile.in.in, po/POTFILES.in, po/fr.gmo, po/fr.po, + po/po2tbl.sed.in, po/xfwm4.pot, src/Makefile.am, src/Makefile.in, + src/main.c, themes/Makefile.in, themes/default.keys/Makefile.in: + Update autogen.sh script, Add internationalization support Add + french locale Add dependency on libxfcegui4 v .14 Other stuff I + don't remember :) + +2003-01-22 00:45 xfce - * themes/microdeck/: title-2-inactive.xpm, title-3-inactive.xpm, - title-4-inactive.xpm: [no log message] + * src/menu.c: Fix a typo. -2002-11-07 xfce +2003-01-21 17:59 xfce - * defaults/defaults.in: Change initial theme to "microdeck" - (default fallback remains "bbs") + * src/: client.c, client.h, events.c: bug fixes -2002-11-07 xfce +2003-01-21 16:30 xfce - * themes/microdeck/: close-active.xpm, close-inactive.xpm, - hide-active.xpm, hide-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, menu-active.xpm, menu-inactive.xpm, - shade-active.xpm, shade-inactive.xpm, stick-active.xpm, - stick-inactive.xpm, top-right-active.xpm, top-right-inactive.xpm: - [no log message] + * my_intl.h, mcs-plugin/xfwm4_plugin.c, src/client.c, src/events.c, + src/hints.c, src/main.c, src/menu.c, src/settings.c: Prepare i18n -2002-11-07 xfce +2003-01-20 14:54 xfce - * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, - defaults/Makefile.in, src/Makefile.in, themes/Makefile.am, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/microdeck/Makefile.am, - themes/microdeck/Makefile.in, themes/microdeck/README, - themes/microdeck/bottom-active.xpm, - themes/microdeck/bottom-inactive.xpm, - themes/microdeck/bottom-left-active.xpm, - themes/microdeck/bottom-left-inactive.xpm, - themes/microdeck/bottom-right-active.xpm, - themes/microdeck/bottom-right-inactive.xpm, - themes/microdeck/close-active.xpm, - themes/microdeck/close-inactive.xpm, - themes/microdeck/close-pressed.xpm, - themes/microdeck/hide-active.xpm, - themes/microdeck/hide-inactive.xpm, - themes/microdeck/hide-pressed.xpm, - themes/microdeck/left-active.xpm, - themes/microdeck/left-inactive.xpm, - themes/microdeck/maximize-active.xpm, - themes/microdeck/maximize-inactive.xpm, - themes/microdeck/maximize-pressed.xpm, - themes/microdeck/menu-active.xpm, - themes/microdeck/menu-inactive.xpm, - themes/microdeck/menu-pressed.xpm, - themes/microdeck/right-active.xpm, - themes/microdeck/right-inactive.xpm, - themes/microdeck/shade-active.xpm, - themes/microdeck/shade-inactive.xpm, - themes/microdeck/shade-pressed.xpm, - themes/microdeck/stick-active.xpm, - themes/microdeck/stick-inactive.xpm, - themes/microdeck/stick-pressed.xpm, themes/microdeck/themerc, - themes/microdeck/title-1-active.xpm, - themes/microdeck/title-1-inactive.xpm, - themes/microdeck/title-2-active.xpm, - themes/microdeck/title-2-inactive.xpm, - themes/microdeck/title-3-active.xpm, - themes/microdeck/title-3-inactive.xpm, - themes/microdeck/title-4-active.xpm, - themes/microdeck/title-4-inactive.xpm, - themes/microdeck/title-5-active.xpm, - themes/microdeck/title-5-inactive.xpm, - themes/microdeck/top-left-active.xpm, - themes/microdeck/top-left-inactive.xpm, - themes/microdeck/top-right-active.xpm, - themes/microdeck/top-right-inactive.xpm, themes/tgc/Makefile.in: - Add theme "microdeck" that I find fairly nice for a theme that uses - only gtk colors. - -2002-11-06 xfce + * src/: settings.c, workspaces.c: Small improvements in workspace + init - * xfwm4.spec.in: Spec file. +2003-01-20 13:54 xfce -2002-11-05 xfce + * src/: client.c, client.h, events.c: Fix an issue with old gnome + hints - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add "fbx" theme. +2003-01-20 11:17 xfce -2002-11-04 xfce + * src/settings.c: Avoid forcing number of desktops if already + set... - * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, - defaults/Makefile.in, src/Makefile.in, themes/Makefile.am, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in, themes/tgc/Makefile.in: [no log message] - -2002-11-03 xfce - - * themes/exocet/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, themerc, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2002-11-03 xfce +2003-01-18 23:04 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in, themes/exocet/close-pressed.xpm, - themes/exocet/hide-pressed.xpm, themes/exocet/maximize-pressed.xpm, - themes/exocet/menu-pressed.xpm, themes/exocet/shade-pressed.xpm, - themes/exocet/stick-pressed.xpm: Add theme "quiet-purple" - ported/adapted from metacity. - -2002-11-02 xfce - - * themes/exocet/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] - -2002-11-02 xfce - - * themes/exocet/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm: [no log message] - -2002-11-02 xfce + * configure, configure.in, xfwm4.spec.in, src/client.c, + themes/Makefile.am, themes/Makefile.in: * Exclude spalshscreen + and desktop type windows from window cycling. * Add new theme + microcurve. - * Makefile.in, configure, configure.in, xfwm4.spec.in, - themes/Makefile.am, themes/Makefile.in, themes/bbs/README, - themes/tgc/Makefile.am, themes/tgc/Makefile.in, themes/tgc/README, - themes/tgc/bottom-active.xpm, themes/tgc/bottom-inactive.xpm, - themes/tgc/bottom-left-active.xpm, - themes/tgc/bottom-left-inactive.xpm, - themes/tgc/bottom-right-active.xpm, - themes/tgc/bottom-right-inactive.xpm, themes/tgc/close-active.xpm, - themes/tgc/close-inactive.xpm, themes/tgc/close-pressed.xpm, - themes/tgc/hide-active.xpm, themes/tgc/hide-inactive.xpm, - themes/tgc/hide-pressed.xpm, themes/tgc/left-active.xpm, - themes/tgc/left-inactive.xpm, themes/tgc/maximize-active.xpm, - themes/tgc/maximize-inactive.xpm, themes/tgc/maximize-pressed.xpm, - themes/tgc/menu-active.xpm, themes/tgc/menu-inactive.xpm, - themes/tgc/menu-pressed.xpm, themes/tgc/right-active.xpm, - themes/tgc/right-inactive.xpm, themes/tgc/shade-active.xpm, - themes/tgc/shade-inactive.xpm, themes/tgc/shade-pressed.xpm, - themes/tgc/stick-active.xpm, themes/tgc/stick-inactive.xpm, - themes/tgc/stick-pressed.xpm, themes/tgc/themerc, - themes/tgc/title-1-active.xpm, themes/tgc/title-1-inactive.xpm, - themes/tgc/title-2-active.xpm, themes/tgc/title-2-inactive.xpm, - themes/tgc/title-3-active.xpm, themes/tgc/title-3-inactive.xpm, - themes/tgc/title-4-active.xpm, themes/tgc/title-4-inactive.xpm, - themes/tgc/title-5-active.xpm, themes/tgc/title-5-inactive.xpm, - themes/tgc/top-left-active.xpm, themes/tgc/top-left-inactive.xpm, - themes/tgc/top-right-active.xpm, themes/tgc/top-right-inactive.xpm: - Add theme tgc and remove Makefiles added by mistake for themes - beastie and tux - -2002-11-02 xfce +2003-01-18 17:33 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add theme "atlanta" ported from metacity + * Makefile.in, aclocal.m4, configure, defaults/Makefile.in, + mcs-plugin/Makefile.in, src/Makefile.in, themes/Makefile.in, + themes/default.keys/Makefile.in: Update to autoconf-2.57, + automake-1.7.2 and libtool-1.4.3 -2002-11-01 huysmans +2003-01-18 00:36 xfce - * themes/: Makefile.am, Makefile.in: Now I promis I won't touch - anything anymore today. This should fix the mess I created. + * defaults/defaults.in, src/client.c, src/client.h, src/events.c, + src/frame.c, src/inline-tabwin-icon.h, src/main.c, src/main.h, + src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h, + src/tabwin.c, src/tabwin.h, src/workspaces.c: Huge code cleanup, + various optimizations and reorg. -2002-11-01 huysmans +2003-01-16 18:47 xfce - * themes/: Makefile.am, Makefile.in: Still not right ... + * mcs-plugin/xfwm4_plugin.c: Change settings save/load to + $HOME/.xfce4/settings/ -2002-11-01 huysmans +2003-01-16 12:58 xfce - * configure.in: Forgot to update configure.in + * src/client.c: Constraint client pos only for NORMAL, DIALOG and + MODAL_DIALOG windows -2002-11-01 huysmans +2003-01-14 22:42 xfce - * Makefile.in, themes/Makefile.am, themes/Makefile.in: Add two - themes by twj: beastie and tux. Tux was made just to avoid flaming - ;-) + * src/: client.c, tabwin.c: Fix a small leak -2002-11-01 xfce +2003-01-14 15:24 xfce - * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, - defaults/Makefile.in, src/Makefile.in, themes/Makefile.am, - themes/Makefile.in, themes/bbs/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in, - themes/exocet/Makefile.in: Port theme "elberg" from Sawfish + * AUTHORS, ChangeLog: Update ChangeLog and credits in AUTHORS -2002-10-31 xfce +2003-01-14 15:19 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add theme "biz" + * aclocal.m4, config.guess, config.sub, configure, ltmain.sh, + mcs-plugin/xfwm4_plugin.c, src/Makefile.am, src/Makefile.in, + src/client.c, src/inline-tabwin-icon.h, src/tabwin-icon.png, + src/tabwin.c, src/tabwin.h: Add a more "civilized" task switcher + when pressing Alt+Tab -2002-10-28 xfce +2003-01-13 10:48 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add variation theme, a very simplistic theme - with large borders and buttons. + * aclocal.m4, config.guess, config.sub, configure, ltmain.sh: + Configure stuff -2002-10-28 xfce +2003-01-13 06:57 xfce - * src/keyboard.c: [no log message] + * ChangeLog: Update ChangeLog -2002-10-28 xfce +2003-01-13 06:52 xfce - * src/keyboard.c: [no log message] + * src/settings.c: Optimize initial startup time by ignoring channel + add -2002-10-27 xfce +2003-01-12 15:53 xfce - * src/keyboard.c: Ooops! Never make a change in the code just - before going... + * configure, configure.in, mcs-plugin/xfwm4_plugin.c: Update to + take advantage of libxfcegui4 0.0.12 -2002-10-27 xfce +2003-01-12 14:46 xfce - * src/keyboard.c: Fix memory leak in key parsing as spotted by - Thomas Leonard <tal00r@ecs.soton.ac.uk> + * mcs-plugin/xfwm4_plugin.c, src/settings.c: Add font selection for + title bar -2002-10-27 xfce +2003-01-11 22:26 xfce - * themes/bbs/: hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm: Slightly change the hide button for bbs theme. + * mcs-plugin/: Makefile.am, Makefile.in: Make sure "make rpm" + works. -2002-10-27 xfce +2003-01-11 16:34 xfce - * Makefile.in, aclocal.m4, autogen.sh, configure, - defaults/Makefile.in, src/Makefile.in, themes/Makefile.in, - themes/bbs/Makefile.in, themes/curve/Makefile.in, - themes/default.keys/Makefile.in, themes/exocet/Makefile.in: Change - autogen.sh script to use env vars if available. + * configure, configure.in, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, src/settings.c: Update to libxfce4mcs + 0.0.3 -2002-10-26 xfce +2003-01-11 11:38 xfce - * src/: client.c, main.c, misc.c, misc.h: Get rid of XGrabServer - and use gdk similar implementation + * configure, configure.in, src/settings.c: Fix detection of mcs + manager when started afterwards. -2002-10-25 xfce +2003-01-11 09:57 xfce - * src/main.c: Increase priority to 30 + * src/settings.c: Add some traces when mcs init goes wrong -2002-10-24 xfce +2003-01-11 00:18 xfce - * src/: events.c, hints.c, hints.h, main.c, workspaces.c: Rearrange - some part of the code. + * src/: client.h, events.c, settings.c, settings.h: Both design and + speed optimizations -2002-10-24 xfce +2003-01-10 15:21 xfce - * src/main.c: Use save_phase_2 callback instead of save_yourself - callback + * mcs-plugin/xfwm4_plugin.c: Center dialog on screen by default. -2002-10-22 xfce +2003-01-10 11:55 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * src/main.c: BEWARE: Changed the default mode to *not* fork at + startup. Use "xfwm --daemon" to get the daemon mode (this is + because usually, window managers aren't supposed to turn + themselves into daemon and that cause problems to some) -2002-10-22 xfce +2003-01-10 10:28 xfce - * src/main.c: [no log message] + * mcs-plugin/xfwm4_plugin.c, src/settings.c: Add an implementation + of g_str_has_suffix() when using glib-2 < 2.2 -2002-10-21 xfce +2003-01-10 00:12 xfce - * src/: events.c, main.c: [no log message] + * Makefile.in, configure, configure.in, defaults/Makefile.in, + mcs-plugin/Makefile.in, mcs-plugin/xfwm4_plugin.c, + src/Makefile.in, themes/Makefile.in, + themes/default.keys/Makefile.in: Update libxfce4mcs and + libxfcegui4 dependencies -2002-10-21 xfce +2003-01-09 22:20 xfce - * src/main.c: dd initial support to session management. + * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.guess, + config.h.in, config.sub, configure, configure.in, ltmain.sh, + xfwm4.spec.in, defaults/Makefile.in, mcs-plugin/Makefile.am, + mcs-plugin/Makefile.in, mcs-plugin/icon.png, + mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c, + src/Makefile.am, src/Makefile.in, src/client.c, src/client.h, + src/events.c, src/main.c, src/parserc.c, src/parserc.h, + src/pixmap.c, src/settings.c, src/settings.h, src/workspaces.c, + themes/Makefile.in, themes/default.keys/Makefile.in: Lot of + udpdates and bug fixes, and added MCS support along with plugin + for xfwm4 preferences. + +2003-01-01 11:12 xfce -2002-10-18 xfce + * src/: client.c, events.c: Add more checkings to keyboard shortcut + handlers to avoid iconizing taskbar and stuff like that. - * themes/bbs/: hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm: Change maximize/hide buttons +2002-12-30 23:04 xfce -2002-10-18 xfce + * ChangeLog: Update ChangeLog - * xfwm4.spec.in: Change spec file to required libxfcegui4 and - libxfcegui4-devel for build. +2002-12-30 22:59 xfce -2002-10-18 xfce + * ChangeLog, configure, configure.in, xfwm4.spec.in, + themes/Makefile.am, themes/Makefile.in: Add theme "meenee" + derived from Michael Graf theme - * configure, configure.in, src/Makefile.am, src/Makefile.in, - src/client.c, src/client.h, src/events.c, src/events.h, - src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c, - src/gtktoxevent.h, src/main.c, src/main.h, src/menu.c, - src/settings.c: Move some routines out of xfwm4 to libxfwmgui4, - make xfwm4 depend on libxfcegui4 +2002-12-30 22:48 xfce -2002-10-17 xfce + * src/: client.c, workspaces.c: Include SKIP_PAGER and SKIP_TASKBAR + flagged windows in ALT-TAB window cycling Fix a focus oddity when + switching desks in focus-follow-mouse mode - * defaults/defaults.in, src/frame.c, src/settings.c, - src/settings.h, themes/curve/themerc, - themes/curve/title-2-active.xpm, themes/curve/title-2-inactive.xpm: - Add new option "title_horizontal_offset" for themerc +2002-12-30 15:55 xfce -2002-10-17 xfce + * src/events.c: Apply Thomas Leonard patch : Changes are: - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add theme "silverado" + - If raise_on_click is off, clicking the titlebar buttons doesn't + raise the window. -2002-10-16 xfce + - Button-3 drag on the titlebar moves without raising (previously + it did nothing) - * src/frame.c, themes/curve/bottom-active.xpm, - themes/curve/bottom-inactive.xpm: Unroll loops in frameDraw to make - it faster, change bottom pixmap for curve theme. + - Button-3 drag on the frame resizes without raising (previously + did nothing). -2002-10-15 xfce + - Button-2 drag on the frame moves without raising (previously + did nothing). - * themes/bbs/: title-2-inactive.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + Button-2 clicks on the frame still do send-to-back. -2002-10-15 xfce +2002-12-28 11:27 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * src/workspaces.c: Cleanup. -2002-10-14 xfce +2002-12-28 00:02 xfce - * src/client.c: [no log message] + * src/: client.c, events.c, frame.c, main.c, settings.c: A lot of + huge and critical internal changes regarding windows stacking. + Handle with care, but so far, the changes look good. -2002-10-14 xfce +2002-12-27 16:30 xfce - * themes/curve/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * src/client.c: Stack list -2002-10-12 xfce +2002-12-27 11:28 xfce - * themes/curve/: Makefile.am, Makefile.in, bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, close-active.xpm, close-pressed.xpm, - hide-active.xpm, hide-pressed.xpm, maximize-active.xpm, - maximize-pressed.xpm, menu-active.xpm, shade-active.xpm, - shade-inactive.xpm, shade-pressed.xpm, stick-active.xpm, - stick-inactive.xpm, stick-pressed.xpm, themerc, - top-left-active.xpm, top-right-active.xpm: Add missing buttons - (shade/stick) to the theme, allow free placement of buttons, remove - colored bottom corners. + * defaults/defaults.in, src/client.c, src/events.c, src/settings.c, + src/settings.h: Apply Thomas Leonard's patch for raise_on-click + option Fix a problem with stacking order for EWMH -2002-10-12 xfce +2002-12-20 13:05 xfce - * themes/bbs/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Remove transparent pixel on each border to - avoid using XShape on default theme. + * configure, configure.in, src/main.c: Change startup behaviour so + that xfwm4 turns into a deamon once initialization is performed. + *Beware* requires libxfcegui4 >= 0.0.9 -2002-10-11 xfce +2002-12-19 10:52 xfce - * src/events.c: [no log message] + * AUTHORS, configure, configure.in, xfwm4.spec.in, + defaults/defaults.in, src/frame.c, src/settings.c, + src/settings.h, themes/Makefile.am, themes/Makefile.in: Add + optional title_shadow_active and title_shadow_inactive options to + themes, Add koynacity theme ported from David Spencer Wysinger's + "Koynacity-Blue" theme for Metacity, Modify redmondxp, microdeck2 + and curve themes to use the title_shadow_(in)active new option. -2002-10-11 xfce +2002-12-18 16:59 xfce - * themes/bbs/: menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, themerc, title-2-active.xpm, - title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * src/frame.c: Allow negative values for title_horizontal_offset + when not in 'title_full_width" mode -2002-10-11 xfce +2002-12-12 22:44 xfce - * themes/bbs/: title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] + * src/client.c: Even better fix... -2002-10-11 xfce +2002-12-12 22:33 xfce - * themes/bbs/: title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] + * src/: client.c, client.h: Fix value not initialized for state + above/below (fix a bug reported by Jasper) -2002-10-11 xfce +2002-12-12 17:00 xfce - * themes/bbs/: themerc, title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] + * src/: events.c, frame.c: Allow shade button even for frames that + specify no menu button (mainly for OpenOffice643) -2002-10-10 xfce +2002-12-07 12:15 xfce - * themes/bbs/: menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, themerc: Change bbs buttons + * src/client.c: Fix (for good this time, I think) the race cond + when dragging windows from one desk to another. -2002-10-10 xfce +2002-12-06 22:53 xfce - * themes/bbs/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm: Change bbs buttons + * src/main.c: Add info about GTK version used at runtime. -2002-10-10 xfce +2002-12-06 21:36 xfce - * themes/curve/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - right-active.xpm, right-inactive.xpm: [no log message] + * src/client.c: Change inactive title color and stipple. -2002-10-10 xfce +2002-11-29 18:29 xfce - * src/events.c: Fix a bug in double click time computation - (actually I'm surprised this ever worked before...) + * src/client.c: Simplify window move routine -2002-10-02 xfce +2002-11-28 12:24 xfce - * src/: client.c, client.h: Fix a bug in redrawing frame when - un-minimizing a window from an external program (such as gnome - panel) Some minor optimizations. + * src/workspaces.c: Window focus bug when switching desktops. -2002-10-01 xfce +2002-11-26 21:19 xfce - * src/events.c: [no log message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Themes stuff... -2002-10-01 xfce +2002-11-25 23:11 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add "metabox" theme, a theme from Metacity - ported to xfwm4. + themes/Makefile.in: Add microdeck2, a small variation on + microdeck theme. -2002-09-29 xfce +2002-11-23 18:36 xfce - * src/: client.c, main.c: Put back the "fleur" cursor for moving - using keyboard. Don't change cursor when move is performed using - the mouse. + * src/: client.c, client.h, events.c, events.h, main.c, main.h, + menu.c, settings.c: Update for libxfcegui4 new include base dir. -2002-09-29 xfce +2002-11-22 15:52 xfce - * src/main.c: Replace "fleur" cursor with standard arrow cursor for - moving windows. + * Makefile.in, config.h.in, configure, configure.in, + defaults/Makefile.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/client.h, src/events.h, src/main.c, src/main.h, + src/menu.c, src/settings.c, src/xinerama.c, src/xinerama.h, + themes/Makefile.in, themes/default.keys/Makefile.in: Remove + xinerama code to move it to libxfcegui4 (xfwm4 now requires + libxfcegui4 >= 0.0.8) -2002-09-28 xfce +2002-11-21 15:40 xfce - * Makefile.am, Makefile.in: Add removal of autom4te.cache dir at - distclean. + * configure, configure.in, xfwm4.spec.in, defaults/defaults.in, + src/frame.c, src/settings.c, src/settings.h, themes/Makefile.am, + themes/Makefile.in: Add new theme "keramik" from KDE 3.0.3 Change + "title_vertical_offset" themerc option to + "title_vertical_offset_active" and + "title_vertical_offset_inactive" Update existing themerc files to + reflect this change -2002-09-27 xfce +2002-11-20 12:13 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "gnububble" + * src/: client.c, workspaces.c: mall cleanup. -2002-09-24 xfce +2002-11-19 18:05 xfce - * src/: events.c, menu.c: Remove "destroy" from frame menu. + * src/client.c: Add more bound checking when resize/move window. -2002-09-23 xfce +2002-11-18 08:15 xfce - * src/main.c: Include Thomas' patch + * src/client.c: Allow move of windows when maximized -2002-09-22 xfce +2002-11-11 00:09 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "pills" + * Makefile.in, config.h.in, configure, configure.in, + defaults/Makefile.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/events.c, src/frame.c, src/hints.c, + src/keyboard.c, src/main.c, src/main.h, src/menu.c, src/misc.c, + src/parserc.c, src/pixmap.c, src/settings.c, src/settings.h, + src/workspaces.c, src/xinerama.c, src/xinerama.h, + themes/Makefile.in, themes/default.keys/Makefile.in: Add support + for xinerama, and optimize window move (unrelated, but I just + came across an easy optimization while reviewing the code :) -2002-09-22 xfce +2002-11-10 15:04 xfce - * src/: client.c, client.h: Change policy on hiding windows. + * ChangeLog: Update ChangeLog. -2002-09-20 xfce +2002-11-09 22:25 xfce - * src/: events.c, frame.c: Bug hunting. + * src/parserc.c: Change title -2002-09-20 xfce +2002-11-08 23:06 xfce - * src/client.h: [no log message] + * Makefile.in, aclocal.m4, config.h.in, configure, configure.in, + xfwm4.spec.in, defaults/Makefile.in, src/Makefile.in, + themes/Makefile.in, themes/default.keys/Makefile.in: make sure + required libs for build/rpm are listed, with versions and keep + the minimum version required at only one place (configure.in) -2002-09-19 xfce +2002-11-08 15:25 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "tabs" (really nice, check it - out) + * src/: client.c, client.h, hints.c, hints.h: Add + NET_WM_STATE_ABOVE and NET_WM_STATE_BELOW hints support (EWMH + 1.2) -2002-09-18 xfce +2002-11-08 11:43 xfce - * src/frame.c: Fix a (small) bug in button mask. + * src/client.c: Take into account implementation note on EWMH 1.2 + regarding NET_STATE_HIDDEN -2002-09-17 xfce +2002-11-07 23:45 xfce - * themes/bbs/: bottom-active.xpm, bottom-inactive.xpm: [no log - message] + * defaults/defaults.in: Change initial theme to "microdeck" + (default fallback remains "bbs") -2002-09-17 xfce +2002-11-07 23:15 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, + defaults/Makefile.in, src/Makefile.in, themes/Makefile.am, + themes/Makefile.in, themes/default.keys/Makefile.in: Add theme + "microdeck" that I find fairly nice for a theme that uses only + gtk colors. -2002-09-16 xfce +2002-11-06 11:59 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: Change bbs title style. + * xfwm4.spec.in: Spec file. -2002-09-16 xfce +2002-11-05 12:22 xfce - * themes/bbs/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add "fbx" theme. -2002-09-16 xfce +2002-11-03 21:56 xfce - * themes/bbs/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add theme "quiet-purple" ported/adapted from + metacity. -2002-09-16 xfce +2002-11-02 17:55 xfce - * src/frame.c: Shape problem. + * Makefile.in, configure, configure.in, xfwm4.spec.in, + themes/Makefile.am, themes/Makefile.in: Add theme tgc and remove + Makefiles added by mistake for themes beastie and tux -2002-09-16 xfce +2002-11-02 11:56 xfce - * themes/bbs/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: Enlarge bottom - handles. + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add theme "atlanta" ported from metacity -2002-09-15 xfce +2002-11-01 20:28 huysmans - * src/client.c, src/client.h, src/events.c, src/settings.c, - themes/default.keys/keythemerc: Revert some of the changes - regarding transients treated as dialogs since its incomatible with - the assumption that a transient is at the same layer as its - transient_for window. + * themes/: Makefile.am, Makefile.in: Now I promis I won't touch + anything anymore today. This should fix the mess I created. -2002-09-15 xfce +2002-11-01 20:10 huysmans - * src/client.c, src/frame.c, themes/bbs/bottom-active.xpm, - themes/bbs/bottom-inactive.xpm, themes/bbs/bottom-left-active.xpm, - themes/bbs/bottom-left-inactive.xpm, - themes/bbs/bottom-right-active.xpm, - themes/bbs/bottom-right-inactive.xpm: Theme tweaking (bbs) Remove - menu button from dialogs. + * themes/: Makefile.am, Makefile.in: Still not right ... -2002-09-15 xfce +2002-11-01 20:04 huysmans - * src/: client.c, events.c, frame.c: A lot of code cleanup and - small internal improvements. + * configure.in: Forgot to update configure.in -2002-09-14 xfce +2002-11-01 19:56 huysmans - * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, - defaults/Makefile.in, themes/Makefile.am, themes/Makefile.in, - themes/curve/Makefile.in, themes/default.keys/Makefile.in: Port - "adept" theme from Sawfish. + * Makefile.in, themes/Makefile.am, themes/Makefile.in: Add two + themes by twj: beastie and tux. Tux was made just to avoid + flaming ;-) -2002-09-14 xfce +2002-11-01 15:01 xfce - * src/: client.c, client.h, events.c, frame.c, hints.h: Improve - Motif MWM hints compatibility. + * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, + defaults/Makefile.in, src/Makefile.in, themes/Makefile.am, + themes/Makefile.in, themes/default.keys/Makefile.in: Port theme + "elberg" from Sawfish -2002-09-13 xfce +2002-10-31 15:54 xfce - * src/frame.c: HEy! I just found a potential bug in button shaping - routine! + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add theme "biz" -2002-09-13 xfce +2002-10-28 23:02 xfce - * src/: client.c, client.h, events.c, frame.c: Implement smarter - title buttons, hide maximize/hide/menu buttons when required. Fool - proof button settings management. + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add variation theme, a very simplistic theme + with large borders and buttons. -2002-09-13 xfce +2002-10-27 23:16 xfce - * src/: Makefile.in, client.c, client.h, events.c, frame.c, - hints.h: [no log message] + * src/keyboard.c: Ooops! Never make a change in the code just + before going... -2002-09-13 xfce +2002-10-27 17:31 xfce - * src/: client.c, client.h, events.c: Smarter hide function. + * src/keyboard.c: Fix memory leak in key parsing as spotted by + Thomas Leonard <tal00r@ecs.soton.ac.uk> -2002-09-13 xfce +2002-10-27 11:10 xfce - * themes/exocet/: top-right-active.xpm, top-right-inactive.xpm: [no - log message] + * Makefile.in, aclocal.m4, autogen.sh, configure, + defaults/Makefile.in, src/Makefile.in, themes/Makefile.in, + themes/default.keys/Makefile.in: Change autogen.sh script to use + env vars if available. -2002-09-13 xfce +2002-10-26 17:09 xfce - * themes/exocet/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Theme tweaking. + * src/: client.c, main.c, misc.c, misc.h: Get rid of XGrabServer + and use gdk similar implementation -2002-09-12 xfce +2002-10-25 23:58 xfce - * ChangeLog: Update ChangeLog. + * src/main.c: Increase priority to 30 -2002-09-12 xfce +2002-10-24 23:09 xfce - * themes/exocet/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Change "exocet" border to be smoother, with - an enhanced 3D look. + * src/: events.c, hints.c, hints.h, main.c, workspaces.c: Rearrange + some part of the code. -2002-09-12 xfce +2002-10-24 11:03 xfce - * themes/exocet/: Makefile.in, bottom-active.xpm, - bottom-inactive.xpm, bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-active.xpm, - bottom-right-inactive.xpm, left-active.xpm, right-active.xpm, - right-inactive.xpm, top-left-active.xpm, top-right-active.xpm: [no - log message] + * src/main.c: Use save_phase_2 callback instead of save_yourself + callback -2002-09-12 xfce +2002-10-21 22:07 xfce - * themes/exocet/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * src/main.c: dd initial support to session management. -2002-09-11 xfce +2002-10-18 11:42 xfce - * themes/bbs/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * xfwm4.spec.in: Change spec file to required libxfcegui4 and + libxfcegui4-devel for build. -2002-09-11 xfce +2002-10-18 11:21 xfce - * themes/bbs/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] + * configure, configure.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/client.h, src/events.c, src/events.h, + src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c, + src/gtktoxevent.h, src/main.c, src/main.h, src/menu.c, + src/settings.c: Move some routines out of xfwm4 to libxfwmgui4, + make xfwm4 depend on libxfcegui4 -2002-09-11 xfce +2002-10-17 22:16 xfce - * themes/bbs/: Makefile.in, bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm, themerc: [no log message] + * defaults/defaults.in, src/frame.c, src/settings.c, + src/settings.h: Add new option "title_horizontal_offset" for + themerc -2002-09-10 xfce +2002-10-17 13:57 xfce - * src/client.c: Implement a smarter placement for transient - windows. + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add theme "silverado" -2002-09-10 xfce +2002-10-16 10:44 xfce - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add them "microgui" ported from sawfish. + * src/frame.c: Unroll loops in frameDraw to make it faster, change + bottom pixmap for curve theme. -2002-09-10 xfce +2002-10-10 00:15 xfce - * themes/bbs/: title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] + * src/events.c: Fix a bug in double click time computation + (actually I'm surprised this ever worked before...) -2002-09-10 xfce +2002-10-02 00:16 xfce - * themes/curve/: bottom-active.xpm, bottom-inactive.xpm, - left-active.xpm, left-inactive.xpm, right-active.xpm, - right-inactive.xpm: [no log message] + * src/: client.c, client.h: Fix a bug in redrawing frame when + un-minimizing a window from an external program (such as gnome + panel) Some minor optimizations. -2002-09-09 xfce +2002-10-01 22:07 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add "coolclean" theme ported from Sawfish by - Biju Chacko <botsie@myrealbox.com> + themes/Makefile.in: Add "metabox" theme, a theme from Metacity + ported to xfwm4. -2002-09-06 xfce +2002-09-29 19:14 xfce - * configure, configure.in, example.xfwm4rc.in, xfwm4.spec.in, - defaults/defaults.in, src/parserc.c, src/settings.c, - themes/Makefile.am, themes/Makefile.in, - themes/default.keys/Makefile.am, themes/default.keys/Makefile.in, - themes/default.keys/keythemerc: [no log message] - -2002-09-06 xfce + * src/: client.c, main.c: Put back the "fleur" cursor for moving + using keyboard. Don't change cursor when move is performed using + the mouse. - * themes/bbs/: title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm: [no log message] +2002-09-29 14:41 xfce -2002-09-05 xfce + * src/main.c: Replace "fleur" cursor with standard arrow cursor for + moving windows. - * src/client.c: [no log message] +2002-09-28 15:41 xfce -2002-09-05 xfce + * Makefile.am, Makefile.in: Add removal of autom4te.cache dir at + distclean. - * src/client.c: [no log message] +2002-09-27 23:42 xfce -2002-09-05 xfce + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add new theme "gnububble" - * src/client.c: [no log message] +2002-09-24 11:56 xfce -2002-09-05 xfce + * src/: events.c, menu.c: Remove "destroy" from frame menu. - * src/client.c: [no log message] +2002-09-23 15:26 xfce -2002-09-04 xfce + * src/main.c: Include Thomas' patch - * example.xfwm4rc.in, defaults/defaults.in, src/parserc.c, - src/parserc.h, src/settings.c: cans dirs for theme so there is no - need to specify full path anymore (but still work for backward - compatibilty). E.g: you can use "theme=exocet" now. Also make sure - the theme dir exists, fallback to default otherwise. +2002-09-22 15:51 xfce -2002-09-04 xfce + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add new theme "pills" - * src/: settings.c, settings.h: Reverse the gtkSettings object. - Need to fine another solution. +2002-09-22 11:50 xfce -2002-09-04 xfce + * src/: client.c, client.h: Change policy on hiding windows. - * src/: client.c, client.h: [no log message] +2002-09-20 22:24 xfce -2002-09-04 xfce + * src/: events.c, frame.c: Bug hunting. - * themes/curve/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, title-1-active.xpm, title-1-inactive.xpm, - title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, - title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm, - title-5-active.xpm, title-5-inactive.xpm, top-left-active.xpm, - top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] +2002-09-19 23:25 xfce -2002-09-04 xfce + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add new theme "tabs" (really nice, check it + out) - * src/client.c: [no log message] +2002-09-18 12:36 xfce -2002-09-04 xfce + * src/frame.c: Fix a (small) bug in button mask. - * src/client.c: Constaint window pos at first map and during move. +2002-09-16 11:06 xfce -2002-09-04 xfce + * src/frame.c: Shape problem. - * themes/curve/: title-2-active.xpm, title-3-active.xpm: [no log - message] +2002-09-15 22:49 xfce -2002-09-03 xfce + * src/client.c, src/client.h, src/events.c, src/settings.c, + themes/default.keys/keythemerc: Revert some of the changes + regarding transients treated as dialogs since its incomatible + with the assumption that a transient is at the same layer as its + transient_for window. - * themes/curve/: title-2-active.xpm, title-3-active.xpm: [no log - message] +2002-09-15 21:38 xfce -2002-09-03 xfce + * src/: client.c, frame.c: Theme tweaking (bbs) Remove menu button + from dialogs. - * themes/curve/: title-2-active.xpm, title-3-active.xpm: [no log - message] +2002-09-15 15:17 xfce -2002-09-03 xfce + * src/: client.c, events.c, frame.c: A lot of code cleanup and + small internal improvements. - * themes/curve/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm: [no log - message] +2002-09-14 23:35 xfce -2002-09-03 xfce + * Makefile.in, aclocal.m4, configure, configure.in, xfwm4.spec.in, + defaults/Makefile.in, themes/Makefile.am, themes/Makefile.in, + themes/default.keys/Makefile.in: Port "adept" theme from Sawfish. - * themes/curve/: bottom-active.xpm, bottom-inactive.xpm, - bottom-right-active.xpm, right-active.xpm, right-inactive.xpm: [no - log message] +2002-09-14 17:34 xfce -2002-09-03 xfce + * src/: client.c, client.h, events.c, frame.c, hints.h: Improve + Motif MWM hints compatibility. - * themes/curve/: bottom-right-active.xpm, bottom-left-active.xpm, - bottom-left-inactive.xpm, bottom-right-inactive.xpm: [no log - message] +2002-09-13 23:47 xfce -2002-09-03 xfce + * src/frame.c: HEy! I just found a potential bug in button shaping + routine! - * themes/curve/: title-2-inactive.xpm, title-4-inactive.xpm: [no - log message] +2002-09-13 22:45 xfce -2002-09-03 xfce + * src/: client.c, client.h, events.c, frame.c: Implement smarter + title buttons, hide maximize/hide/menu buttons when required. + Fool proof button settings management. - * themes/curve/: title-2-active.xpm, title-3-active.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] +2002-09-13 15:19 xfce -2002-09-03 xfce + * src/: client.c, client.h, events.c: Smarter hide function. - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in, themes/curve/Makefile.am, - themes/curve/Makefile.in, themes/curve/README, - themes/curve/bottom-active.xpm, themes/curve/bottom-inactive.xpm, - themes/curve/bottom-left-active.xpm, - themes/curve/bottom-left-inactive.xpm, - themes/curve/bottom-right-active.xpm, - themes/curve/bottom-right-inactive.xpm, - themes/curve/close-active.xpm, themes/curve/close-inactive.xpm, - themes/curve/close-pressed.xpm, themes/curve/hide-active.xpm, - themes/curve/hide-inactive.xpm, themes/curve/hide-pressed.xpm, - themes/curve/left-active.xpm, themes/curve/left-inactive.xpm, - themes/curve/maximize-active.xpm, - themes/curve/maximize-inactive.xpm, - themes/curve/maximize-pressed.xpm, themes/curve/menu-active.xpm, - themes/curve/menu-inactive.xpm, themes/curve/menu-pressed.xpm, - themes/curve/right-active.xpm, themes/curve/right-inactive.xpm, - themes/curve/themerc, themes/curve/title-1-active.xpm, - themes/curve/title-1-inactive.xpm, themes/curve/title-2-active.xpm, - themes/curve/title-2-inactive.xpm, themes/curve/title-3-active.xpm, - themes/curve/title-3-inactive.xpm, themes/curve/title-4-active.xpm, - themes/curve/title-4-inactive.xpm, themes/curve/title-5-active.xpm, - themes/curve/title-5-inactive.xpm, - themes/curve/top-left-active.xpm, - themes/curve/top-left-inactive.xpm, - themes/curve/top-right-active.xpm, - themes/curve/top-right-inactive.xpm: Add theme "curve" - -2002-09-02 xfce +2002-09-12 21:53 xfce - * Makefile.am, Makefile.in: Replace "rpm -ta" with "rpmbuild -ta" + * ChangeLog: Update ChangeLog. -2002-09-01 xfce +2002-09-10 22:29 xfce - * themes/exocet/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: [no log message] + * src/client.c: Implement a smarter placement for transient + windows. -2002-09-01 xfce +2002-09-10 21:58 xfce - * themes/bbs/title-2-inactive.xpm: [no log message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add them "microgui" ported from sawfish. -2002-09-01 xfce +2002-09-09 09:52 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-4-active.xpm: [no log message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add "coolclean" theme ported from Sawfish by + Biju Chacko <botsie@myrealbox.com> -2002-09-01 xfce +2002-09-04 23:24 xfce - * themes/bbs/: title-2-active.xpm, title-2-inactive.xpm, - title-4-active.xpm, title-4-inactive.xpm: [no log message] + * example.xfwm4rc.in, defaults/defaults.in, src/parserc.c, + src/parserc.h, src/settings.c: cans dirs for theme so there is no + need to specify full path anymore (but still work for backward + compatibilty). E.g: you can use "theme=exocet" now. Also make + sure the theme dir exists, fallback to default otherwise. -2002-08-31 xfce +2002-09-04 22:16 xfce - * themes/exocet/: top-left-active.xpm, top-left-inactive.xpm, - top-right-active.xpm, top-right-inactive.xpm: Improve shadows on - top corners. + * src/: settings.c, settings.h: Reverse the gtkSettings object. + Need to fine another solution. -2002-08-31 xfce +2002-09-04 12:49 xfce - * themes/bbs/stickactive.xpm: Remove mispelled file. + * src/client.c: Constaint window pos at first map and during move. -2002-08-31 xfce +2002-09-03 00:00 xfce - * themes/bbs/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm: [no log message] + * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, + themes/Makefile.in: Add theme "curve" -2002-08-31 xfce +2002-09-02 09:38 xfce - * themes/exocet/: close-active.xpm, close-inactive.xpm, - close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, - hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-inactive.xpm, - menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, themerc, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: [no log message] + * Makefile.am, Makefile.in: Replace "rpm -ta" with "rpmbuild -ta" -2002-08-30 xfce +2002-08-30 14:50 xfce * src/: Makefile.am, Makefile.in, settings.c, xsettings-client.c, - xsettings-client.h, xsettings-common.c, xsettings-common.h: Remove - xsettings sample implementation (as we'll use gtk mechanism anyway) - -2002-08-30 xfce - - * example.gtkrc-2.0, defaults/defaults.in: [no log message] - -2002-08-30 xfce - - * themes/bbs/: bottom-active.xpm, bottom-inactive.xpm, - bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-inactive.xpm, close-pressed.xpm, - hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, - left-active.xpm, left-inactive.xpm, maximize-active.xpm, - maximize-inactive.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-inactive.xpm, menu-pressed.xpm, right-active.xpm, - right-inactive.xpm, shade-active.xpm, shade-inactive.xpm, - shade-pressed.xpm, stick-active.xpm, stick-inactive.xpm, - stick-pressed.xpm, stickactive.xpm, title-1-active.xpm, - title-1-inactive.xpm, title-2-active.xpm, title-2-inactive.xpm, - title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, - title-4-inactive.xpm, title-5-active.xpm, title-5-inactive.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Whoops, forgot to add the actual pixmaps ! - Sorry for those who tried the CVS last night... - -2002-08-29 xfce + xsettings-client.h, xsettings-common.c, xsettings-common.h: + Remove xsettings sample implementation (as we'll use gtk + mechanism anyway) + +2002-08-29 21:47 xfce * configure, configure.in, xfwm4.spec.in, defaults/defaults.in, - themes/Makefile.am, themes/Makefile.in, themes/bbs/Makefile.am, - themes/bbs/Makefile.in, themes/bbs/README, themes/bbs/themerc: Add - new theme "bbs", put "exocet" and "bbs" themes in xfwm4 spec file - (ie not xfwm4-themes), use bbs as default theme instead of - "kindaker". - -2002-08-29 xfce - - * themes/exocet/: bottom-left-active.xpm, bottom-left-inactive.xpm, - bottom-right-active.xpm, bottom-right-inactive.xpm, - close-active.xpm, close-pressed.xpm, hide-active.xpm, - hide-pressed.xpm, left-active.xpm, left-inactive.xpm, - maximize-active.xpm, maximize-pressed.xpm, menu-active.xpm, - menu-pressed.xpm, right-active.xpm, right-inactive.xpm, - shade-active.xpm, shade-pressed.xpm, stick-active.xpm, - stick-pressed.xpm, title-1-active.xpm, title-2-active.xpm, - title-3-active.xpm, title-4-active.xpm, title-5-active.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm, - top-right-inactive.xpm: Redesign theme exocet (3rd attempt) - -2002-08-28 xfce - - * themes/exocet/: close-active.xpm, close-pressed.xpm, - hide-active.xpm, hide-pressed.xpm, maximize-active.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-pressed.xpm, - shade-active.xpm, shade-pressed.xpm, stick-active.xpm, - stick-pressed.xpm, themerc, title-1-active.xpm, title-2-active.xpm, - title-3-active.xpm, title-4-active.xpm, title-5-active.xpm, - top-left-active.xpm, top-left-inactive.xpm, top-right-active.xpm: - Change exocet theme - -2002-08-28 xfce - - * themes/exocet/themerc: [no log message] - -2002-08-28 xfce - - * themes/exocet/: close-active.xpm, close-pressed.xpm, - hide-active.xpm, hide-pressed.xpm, maximize-active.xpm, - maximize-pressed.xpm, menu-active.xpm, menu-pressed.xpm, - shade-active.xpm, shade-pressed.xpm, stick-active.xpm, - stick-pressed.xpm, title-1-active.xpm, title-2-active.xpm, - title-3-active.xpm, title-4-active.xpm, title-5-active.xpm, - top-left-active.xpm, top-right-active.xpm: [no log message] - -2002-08-28 xfce - - * themes/exocet/: close-pressed.xpm, hide-pressed.xpm, - maximize-pressed.xpm, menu-pressed.xpm, shade-pressed.xpm, - stick-pressed.xpm: [no log message] - -2002-08-28 xfce + themes/Makefile.am, themes/Makefile.in: Add new theme "bbs", put + "exocet" and "bbs" themes in xfwm4 spec file (ie not + xfwm4-themes), use bbs as default theme instead of "kindaker". + +2002-08-28 00:11 xfce * configure, configure.in, xfwm4.spec.in, src/parserc.h, - src/settings.c, src/settings.h, themes/Makefile.am, - themes/Makefile.in, themes/exocet/Makefile.am, - themes/exocet/Makefile.in, themes/exocet/README, - themes/exocet/bottom-active.xpm, themes/exocet/bottom-inactive.xpm, - themes/exocet/bottom-left-active.xpm, - themes/exocet/bottom-left-inactive.xpm, - themes/exocet/bottom-right-active.xpm, - themes/exocet/bottom-right-inactive.xpm, - themes/exocet/close-active.xpm, themes/exocet/close-inactive.xpm, - themes/exocet/close-pressed.xpm, themes/exocet/hide-active.xpm, - themes/exocet/hide-inactive.xpm, themes/exocet/hide-pressed.xpm, - themes/exocet/left-active.xpm, themes/exocet/left-inactive.xpm, - themes/exocet/maximize-active.xpm, - themes/exocet/maximize-inactive.xpm, - themes/exocet/maximize-pressed.xpm, themes/exocet/menu-active.xpm, - themes/exocet/menu-inactive.xpm, themes/exocet/menu-pressed.xpm, - themes/exocet/right-active.xpm, themes/exocet/right-inactive.xpm, - themes/exocet/shade-active.xpm, themes/exocet/shade-inactive.xpm, - themes/exocet/shade-pressed.xpm, themes/exocet/stick-active.xpm, - themes/exocet/stick-inactive.xpm, themes/exocet/stick-pressed.xpm, - themes/exocet/themerc, themes/exocet/title-1-active.xpm, - themes/exocet/title-1-inactive.xpm, - themes/exocet/title-2-active.xpm, - themes/exocet/title-2-inactive.xpm, - themes/exocet/title-3-active.xpm, - themes/exocet/title-3-inactive.xpm, - themes/exocet/title-4-active.xpm, - themes/exocet/title-4-inactive.xpm, - themes/exocet/title-5-active.xpm, - themes/exocet/title-5-inactive.xpm, - themes/exocet/top-left-active.xpm, - themes/exocet/top-left-inactive.xpm, - themes/exocet/top-right-active.xpm, - themes/exocet/top-right-inactive.xpm: Add new theme "exocet", begin - xsettings support using GtkSettings. - -2002-08-26 xfce + src/settings.c, src/settings.h, themes/Makefile.am, + themes/Makefile.in: Add new theme "exocet", begin xsettings + support using GtkSettings. + +2002-08-26 11:43 xfce * defaults/defaults.in, src/events.c, src/settings.c, - src/settings.h: Use gtk-double-click-time value. + src/settings.h: Use gtk-double-click-time value. -2002-08-26 xfce +2002-08-26 00:18 xfce * src/settings.c: Remove xsettings init for safety, right now. -2002-08-26 xfce +2002-08-26 00:16 xfce * src/settings.c: Remove the annoying "beep" on xsetting - notification. - -2002-08-25 xfce + notification. - * src/settings.c: [no log message] - -2002-08-25 xfce +2002-08-25 22:53 xfce * src/: Makefile.am, Makefile.in, settings.c: More on xsetting - integration. It now connects to the server and listen to xsettings - events. + integration. It now connects to the server and listen to + xsettings events. -2002-08-22 xfce +2002-08-22 22:48 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "b6". Interesting because it uses - both own colors and theme colors to display nice hilights and - shadows. + themes/Makefile.in: Add new theme "b6". Interesting because it + uses both own colors and theme colors to display nice hilights + and shadows. -2002-08-21 xfce +2002-08-21 17:40 xfce * example.xfwm4rc.in, defaults/defaults.in, src/client.c, - src/settings.c, src/settings.h: Add new option "focus_hint" - (boolean) to specify whether or not app focus hint should be - honored by xfwm4. + src/settings.c, src/settings.h: Add new option "focus_hint" + (boolean) to specify whether or not app focus hint should be + honored by xfwm4. -2002-08-21 xfce +2002-08-21 12:09 xfce * src/client.c: Remove the layer constraint in overlap computation. -2002-08-19 xfce +2002-08-19 23:40 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add a new theme "piranha" I did just for fun. - -2002-08-17 xfce + themes/Makefile.in: Add a new theme "piranha" I did just for fun. - * src/client.c: [no log message] - -2002-08-17 xfce +2002-08-17 12:16 xfce * src/: client.c, xsettings-client.c, xsettings-client.h, - xsettings-common.c, xsettings-common.h: Fix a slight overlapping - area in clientInitPosition() + xsettings-common.c, xsettings-common.h: Fix a slight overlapping + area in clientInitPosition() -2002-08-10 xfce +2002-08-10 22:40 xfce * configure, configure.in, xfwm4.spec.in, src/gtktoxevent.c, - src/settings.c, themes/Makefile.am, themes/Makefile.in: Introduce a - new color for themes, "mid" corresponding to the gtk color of the - same name, and add a new theme "ops" that makes use of this (mainly - as a proof of concept ;-) ) + src/settings.c, themes/Makefile.am, themes/Makefile.in: Introduce + a new color for themes, "mid" corresponding to the gtk color of + the same name, and add a new theme "ops" that makes use of this + (mainly as a proof of concept ;-) ) -2002-07-24 xfce +2002-07-24 17:24 xfce * ChangeLog: Update ChangeLog -2002-07-24 xfce +2002-07-24 14:36 xfce * ChangeLog: Update ChangeLog -2002-07-23 xfce +2002-07-23 23:11 xfce * src/client.c: Last tweakings. Should be back to a fairly stable - state now... + state now... -2002-07-23 xfce +2002-07-23 15:01 xfce * src/events.c: Comments -2002-07-23 xfce - - * src/: events.c, menu.c, menu.h: [no log message] - -2002-07-23 xfce +2002-07-23 11:34 xfce * src/: client.c, client.h, events.c, misc.c: Some more tweaking in - event management (specifically button press/release). - -2002-07-23 xfce + event management (specifically button press/release). - * src/menu.c: [no log message] - -2002-07-23 xfce +2002-07-23 00:30 xfce * src/: client.c, client.h, events.c, menu.c, menu.h, misc.c, - misc.h, settings.c: Bunch of changes, some being tricky. Still - handle with care (although things are getting better now) - -2002-07-22 xfce - - * src/events.c: [no log message] - -2002-07-22 xfce + misc.h, settings.c: Bunch of changes, some being tricky. Still + handle with care (although things are getting better now) - * src/events.c: [no log message] - -2002-07-22 xfce +2002-07-22 10:26 xfce * src/events.c: Improve double click management. -2002-07-22 xfce +2002-07-22 00:28 xfce * src/events.c: Whoops! Typos in g_return_if_fail() causing - troubles... + troubles... -2002-07-22 xfce +2002-07-22 00:17 xfce * src/events.c: Change time in grabs for double click to use event - time instead of CurrentTime + time instead of CurrentTime -2002-07-21 xfce +2002-07-21 23:57 xfce * src/: client.c, events.c: Implement a much smarter way of - detecting double clicks, and implement double click on menu button - = close. + detecting double clicks, and implement double click on menu + button = close. -2002-07-21 xfce +2002-07-21 15:46 xfce * src/client.c: While we're at it, use the tmp event window to grab - the keyboard too. + the keyboard too. -2002-07-21 xfce +2002-07-21 15:19 xfce * src/client.c: Implement a patch for kde 2.1alpha1 (experimental) - published on xfree86 mailing list to speedup move/resize. + published on xfree86 mailing list to speedup move/resize. -2002-07-20 xfce +2002-07-20 15:37 xfce * src/events.c: Change the click=raise+focus policy. Alt+click not - necessarily raise and focus window (unless click occurs in the - frame) + necessarily raise and focus window (unless click occurs in the + frame) -2002-07-20 xfce +2002-07-20 14:28 xfce * src/events.c: Improve button press callback handler -2002-07-20 xfce +2002-07-20 14:02 xfce * src/: client.c, events.c, main.c, menu.c: Change event mask to - avoid side effects on gtk menu. + avoid side effects on gtk menu. -2002-07-19 xfce +2002-07-19 23:15 xfce * src/client.c: Cleanup/finishing up previous fix. -2002-07-19 xfce +2002-07-19 22:49 xfce * src/: client.c, events.c, main.c: Fixed a really tricky problem - with mouse button events (causing trouble to dosemu) Handle with - care. + with mouse button events (causing trouble to dosemu) Handle with + care. -2002-07-18 xfce +2002-07-18 10:58 xfce * ChangeLog: Update ChangeLog -2002-07-18 xfce +2002-07-18 10:49 xfce * src/settings.c: Use proper GTK color for active title text. -2002-07-16 xfce +2002-07-16 23:44 xfce * src/client.c: Even some more small bugfixes between transients - and virtual desktops, Some small optimizations. + and virtual desktops, Some small optimizations. -2002-07-16 xfce +2002-07-16 13:16 xfce * src/: client.c, client.h, events.c, workspaces.c: Bug fix in - transient vs. virtual desktops management. + transient vs. virtual desktops management. -2002-07-14 xfce +2002-07-14 15:26 xfce * src/client.c: Fix a bug in stacking when a window had more than - one transient. + one transient. -2002-07-13 xfce +2002-07-13 18:44 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add "b5" theme + themes/Makefile.in: Add "b5" theme -2002-07-09 xfce +2002-07-09 23:48 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "g2" based on a screen capture of - GNOME2. + themes/Makefile.in: Add new theme "g2" based on a screen capture + of GNOME2. -2002-07-09 xfce +2002-07-09 13:08 xfce * src/: hints.c, workspaces.c: transient windows/workspace switch - stuff - -2002-07-08 xfce - - * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: [no log message] + stuff -2002-07-07 xfce +2002-07-07 22:24 xfce * ChangeLog: Update ChangeLog. -2002-07-07 xfce +2002-07-07 15:13 xfce * ChangeLog: Update ChangeLog -2002-07-07 xfce +2002-07-07 10:37 xfce * xfwm4.spec.in: Change theme retro, add theme retro to spec file -2002-07-07 xfce +2002-07-07 09:38 xfce * src/: frame.c, pixmap.c: Fix a bug when window title was < 0 -2002-07-07 xfce +2002-07-07 00:26 xfce * configure, configure.in, src/frame.c, src/pixmap.c, - themes/Makefile.am, themes/Makefile.in: Fixed a (potential ?) bug - in frameDraw when window is shaded, add a new theme "retro" + themes/Makefile.am, themes/Makefile.in: Fixed a (potential ?) bug + in frameDraw when window is shaded, add a new theme "retro" -2002-07-05 xfce +2002-07-05 17:53 xfce * src/client.c: Remove the call to clientRemoveMaximizedFlag from - clientMove as it has side effects on titlebar dbl. click + clientMove as it has side effects on titlebar dbl. click -2002-07-04 xfce +2002-07-04 21:32 xfce * ChangeLog, Makefile.in: Update ChangeLog, release 020704 preview. -2002-07-04 xfce - - * src/client.c: [no log message] - -2002-07-04 xfce - - * src/client.c: [no log message] - -2002-07-04 xfce +2002-07-04 10:29 xfce * src/: client.c, client.h: Allow move/resize of windows even in - maximized state + maximized state -2002-07-04 xfce +2002-07-04 10:09 xfce * config.guess, config.sub: config.guess and config.sub were - missing (??) + missing (??) -2002-07-04 xfce +2002-07-04 10:08 xfce * src/: client.c, client.h, events.c: Remove maximize flag when the - client sends configureRequests + client sends configureRequests -2002-07-03 xfce +2002-07-03 23:49 xfce * Makefile.in, src/events.c: Prevent focus change to dock and - desktop windows in focus follow mode, redesign button for - redmondxp. + desktop windows in focus follow mode, redesign button for + redmondxp. -2002-07-03 xfce - - * Makefile.in, aclocal.m4, configure, defaults/Makefile.in, - src/Makefile.in, themes/Makefile.in: [no log message] - -2002-07-03 xfce - - * xfwm4.spec.in: [no log message] - -2002-07-03 xfce +2002-07-03 11:42 xfce * Makefile.in, src/client.c, src/events.c, src/menu.c: Don't - constrait position (including initial placement) on docks and - desktop windows. + constrait position (including initial placement) on docks and + desktop windows. -2002-07-03 xfce +2002-07-03 10:26 xfce * xfwm4.spec.in: Add requirement for autoconf 2.52 in rpms spec - (BuildRequires). + (BuildRequires). -2002-07-03 xfce +2002-07-03 10:22 xfce * Makefile.in, acconfig.h, config.h.in, configure, configure.in: - Fix deprecated AC_DEFINE use and remove acconfig.h as it's - deprecated with automake 2.5x + Fix deprecated AC_DEFINE use and remove acconfig.h as it's + deprecated with automake 2.5x -2002-07-02 xfce +2002-07-02 22:26 xfce * src/: client.c, events.c: Various cleanups -2002-07-02 xfce +2002-07-02 10:55 xfce * src/client.c: Remove warnings at compile. -2002-07-01 xfce +2002-07-01 22:36 xfce * ChangeLog: Update ChangeLog -2002-07-01 xfce +2002-07-01 22:12 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "quinx". - -2002-07-01 xfce + themes/Makefile.in: Add new theme "quinx". - * src/debug.h: [no log message] - -2002-07-01 xfce +2002-07-01 10:08 xfce * src/client.c: Constraint window initial placement within the - margins. - -2002-06-30 xfce - - * src/: settings.c, settings.h: [no log message] - -2002-06-30 xfce - - * config.h.in, configure, example.xfwm4rc.in, defaults/defaults.in, - src/events.c: [no log message] - -2002-06-28 xfce - - * src/events.c: [no log message] - -2002-06-28 xfce - - * src/events.c: [no log message] - -2002-06-28 xfce + margins. - * config.h.in, configure, src/events.c: [no log message] - -2002-06-28 xfce +2002-06-28 00:06 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme "r9x" ported from a theme for - Enlightenment e16 + themes/Makefile.in: Add new theme "r9x" ported from a theme for + Enlightenment e16 -2002-06-26 xfce +2002-06-26 18:02 xfce * src/client.c: Check struts at clientUnframe() -2002-06-26 xfce +2002-06-26 17:47 xfce * example.xfwm4rc.in, defaults/defaults.in: Change default title - alignment fir default theme (kindaker) to left instead of right. + alignment fir default theme (kindaker) to left instead of right. -2002-06-26 xfce +2002-06-26 12:28 xfce * src/: client.c, events.c: Block stacking request for - WINDOW_DESKTOP type windows. + WINDOW_DESKTOP type windows. -2002-06-26 xfce +2002-06-26 01:02 xfce * src/client.c: Code cleanup -2002-06-26 xfce +2002-06-26 00:45 xfce * src/: client.c, client.h, events.c, hints.c, hints.h: Add support - for initial_state + for initial_state -2002-06-25 xfce +2002-06-25 23:51 xfce * src/: client.c, events.c, misc.c, workspaces.c: Remove XSync() -2002-06-24 xfce - - * src/client.c: [no log message] - -2002-06-23 xfce +2002-06-23 23:56 xfce * src/client.c: Improve stacking for ROX. -2002-06-23 xfce +2002-06-23 23:04 xfce * src/client.c: Include non visible windows in stack computation - (with the hope that fixes the bug reported by Jasper) - -2002-06-19 xfce + (with the hope that fixes the bug reported by Jasper) - * src/keyboard.c: [no log message] - -2002-06-18 xfce +2002-06-18 17:37 xfce * example.xfwm4rc.in, defaults/defaults.in, src/client.c, - src/events.c, src/gtktoxevent.c, src/hints.c, src/keyboard.c, - src/keyboard.h, src/main.c, src/menu.c: Change key modifiers' name, - use Alt, Meta instead of Mod1 and Mod2 Other stuff (sorry, I can't - remember right now :-( ) + src/events.c, src/gtktoxevent.c, src/hints.c, src/keyboard.c, + src/keyboard.h, src/main.c, src/menu.c: Change key modifiers' + name, use Alt, Meta instead of Mod1 and Mod2 Other stuff (sorry, + I can't remember right now :-( ) -2002-06-17 xfce +2002-06-17 23:03 xfce * src/client.c: Add margins for in clientConstraintPos() -2002-06-17 xfce +2002-06-17 18:11 xfce * src/client.c: Revert last change -2002-06-17 xfce +2002-06-17 17:27 xfce * src/client.c: Use margins in clientConstraintPos() -2002-06-17 xfce +2002-06-17 10:01 xfce * src/main.c: Install system colormap as widget colormap -2002-06-14 xfce +2002-06-14 23:03 xfce * src/: client.c, client.h, main.c: Add a threshold for client - visibility + visibility -2002-06-13 xfce +2002-06-13 23:36 xfce * src/: Makefile.am, Makefile.in, client.c, menu.c: Various - cleanups + cleanups -2002-06-13 xfce +2002-06-13 17:34 xfce * src/: client.c, events.c, menu.c, menu.h: Grab keyboard only when - absolutely necessary (in clientMove(), clientResize()) Test result - of menu_popup() and repaint titlebar accordingly + absolutely necessary (in clientMove(), clientResize()) Test + result of menu_popup() and repaint titlebar accordingly -2002-06-12 xfce +2002-06-12 10:26 xfce * src/: client.c, client.h, events.c: Improve window gravity - management + management -2002-06-11 xfce +2002-06-11 23:18 xfce * depcomp: Add depcomp for automake 1.6 -2002-06-11 xfce +2002-06-11 23:16 xfce * Makefile.in, aclocal.m4, compile, configure, configure.in, - missing, xfwm4.spec.in, defaults/Makefile.in, src/Makefile.am, - src/Makefile.in, themes/Makefile.am, themes/Makefile.in: Add new - theme "gorilla" inspired by Sawfish and Metacity themes and migrate - to autoconf 1.6 + missing, xfwm4.spec.in, defaults/Makefile.in, src/Makefile.am, + src/Makefile.in, themes/Makefile.am, themes/Makefile.in: Add new + theme "gorilla" inspired by Sawfish and Metacity themes and + migrate to autoconf 1.6 -2002-06-11 xfce +2002-06-11 17:59 xfce * src/client.c: Improve NET type detection for apps/windows that do - not support the NET standards + not support the NET standards -2002-06-11 xfce +2002-06-11 14:07 xfce * src/client.c: Set NET_* properties while the server is grabbed - when framing clients (should make the framing faster). + when framing clients (should make the framing faster). -2002-06-10 xfce +2002-06-10 14:21 xfce * src/: client.c, hints.c: Grab server when framing/unframing all - clients at startup/exit + clients at startup/exit -2002-06-10 xfce +2002-06-10 12:36 xfce * src/gtktoxevent.c: Fix a possible crash when popEventFilter is - called during filter stack processing + called during filter stack processing -2002-06-05 xfce +2002-06-05 22:52 xfce * src/: client.c, client.h, hints.c, hints.h, main.c: Fix a problem - with StarOffice6.0/OpenOffice1.0 - -2002-06-05 xfce + with StarOffice6.0/OpenOffice1.0 - * src/client.c: [no log message] - -2002-06-05 xfce +2002-06-05 16:59 xfce * src/: client.c, client.h: Set various hints *after* first map of - window + window -2002-06-04 xfce +2002-06-04 18:17 xfce * src/events.c: Drag'n drop of windows between workspaces in GNOME - Workspace Switcher works now. + Workspace Switcher works now. -2002-06-04 xfce +2002-06-04 12:31 xfce * Makefile.am, Makefile.in: Fix a problem with example.xfwm4rc - genaration - -2002-06-04 xfce + genaration - * AUTHORS: [no log message] - -2002-06-03 xfce +2002-06-03 21:34 xfce * example.xfwm4rc.in, xfwm4.spec.in, defaults/defaults.in: Change - default theme to "kindaker" - -2002-06-02 xfce + default theme to "kindaker" - * src/: client.c, client.h, hints.c, hints.h, keyboard.c, - parserc.c, settings.c: [no log message] - -2002-06-01 xfce +2002-06-01 13:25 xfce * configure, configure.in, xfwm4.spec.in, src/client.c, - src/hints.c, themes/Makefile.am, themes/Makefile.in: Add new theme - "kindaker" based on KDE theme "keramik", add a README file for all - themes. - -2002-05-31 xfce + src/hints.c, themes/Makefile.am, themes/Makefile.in: Add new + theme "kindaker" based on KDE theme "keramik", add a README file + for all themes. - * src/: client.c, hints.c: [no log message] - -2002-05-31 xfce - - * src/client.c: [no log message] - -2002-05-28 xfce +2002-05-28 15:39 xfce * src/Makefile.am, src/Makefile.in, themes/Makefile.in: Add - -DG_DISABLE_DEPRECATED in Makefile.am + -DG_DISABLE_DEPRECATED in Makefile.am -2002-05-27 xfce +2002-05-27 23:38 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme + themes/Makefile.in: Add new theme -2002-05-26 xfce +2002-05-26 23:34 xfce * configure, configure.in, xfwm4.spec.in, themes/Makefile.am, - themes/Makefile.in: Add new theme (ported from sawfish) - -2002-05-25 xfce + themes/Makefile.in: Add new theme (ported from sawfish) - * xfwm4.spec.in: [no log message] - -2002-05-25 xfce - - * xfwm4.spec.in: [no log message] - -2002-05-24 xfce - - * xfwm4.spec.in: [no log message] - -2002-05-24 xfce +2002-05-24 22:54 xfce * Makefile.am, Makefile.in, xfwm4.spec.in, src/Makefile.in, - themes/Makefile.in: Make separate noarch rpm for themes + themes/Makefile.in: Make separate noarch rpm for themes -2002-05-24 xfce +2002-05-24 10:03 xfce * Makefile.am, Makefile.in, src/.indent.pro, src/Makefile.in, - src/client.c, src/client.h, src/events.c, src/events.h, - src/frame.c, src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c, - src/gtktoxevent.h, src/hints.c, src/hints.h, src/keyboard.c, - src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h, - src/parserc.c, src/parserc.h, src/pixmap.c, src/settings.c, - src/settings.h, src/workspaces.c, src/workspaces.h, - themes/Makefile.in: As suggested by JAsper, adjust .indent.pro - options for my own taste and apply on sources. + src/client.c, src/client.h, src/events.c, src/events.h, + src/frame.c, src/gtk_style.c, src/gtk_style.h, src/gtktoxevent.c, + src/gtktoxevent.h, src/hints.c, src/hints.h, src/keyboard.c, + src/main.c, src/menu.c, src/menu.h, src/misc.c, src/misc.h, + src/parserc.c, src/parserc.h, src/pixmap.c, src/settings.c, + src/settings.h, src/workspaces.c, src/workspaces.h, + themes/Makefile.in: As suggested by JAsper, adjust .indent.pro + options for my own taste and apply on sources. -2002-05-24 xfce +2002-05-24 00:23 xfce * AUTHORS, Makefile.am, Makefile.in, autogen.sh, configure, - configure.in, example.xfwm4rc.in, xfwm4.spec, xfwm4.spec.in, - defaults/Makefile.am, defaults/Makefile.in, defaults/defaults.in, - src/Makefile.am, src/Makefile.in, themes/Makefile.in: Improve build - process, add automatic xfwm4.spec generation - -2002-05-23 xfce - - * defaults/: Makefile.am, Makefile.in: [no log message] - -2002-05-23 xfce + configure.in, example.xfwm4rc.in, xfwm4.spec, xfwm4.spec.in, + defaults/Makefile.am, defaults/Makefile.in, defaults/defaults.in, + src/Makefile.am, src/Makefile.in, themes/Makefile.in: Improve + build process, add automatic xfwm4.spec generation - * acconfig.h, config.h.in, configure, configure.in, - src/Makefile.am, src/Makefile.in: [no log message] - -2002-05-23 xfce +2002-05-23 12:06 xfce * Makefile.am, Makefile.in, acconfig.h, config.h.in, configure, - configure.in, example.xfwm4rc, example.xfwm4rc.in, xfwm4.spec, - defaults/Makefile.am, defaults/Makefile.in, defaults/defaults.in, - src/Makefile.in, themes/Makefile.in: Clean up build/install - procedure and add a spec file so we have now a rpm - -2002-05-22 xfce - - * src/: client.c, client.c: [no log message] - -2002-05-22 xfce + configure.in, example.xfwm4rc, example.xfwm4rc.in, xfwm4.spec, + defaults/Makefile.am, defaults/Makefile.in, defaults/defaults.in, + src/Makefile.in, themes/Makefile.in: Clean up build/install + procedure and add a spec file so we have now a rpm - * src/: client.c, client.h, frame.c: [no log message] - -2002-05-22 xfce - - * src/: client.c, frame.c, hints.c: [no log message] - -2002-05-22 xfce +2002-05-22 15:06 xfce * src/: client.c, client.h, events.c, frame.c, hints.c, hints.h: - Add net_wm_state_fullscreen support + Add net_wm_state_fullscreen support -2002-05-22 xfce +2002-05-22 10:54 xfce * src/gtktoxevent.c: Disable double buffereing on internal gtk - widget - -2002-05-21 xfce + widget - * src/menu.c: [no log message] - -2002-05-20 xfce +2002-05-20 23:33 xfce * src/frame.c: Whoops. -2002-05-20 xfce +2002-05-20 23:29 xfce * src/frame.c: Huh ? -2002-05-19 xfce +2002-05-19 22:34 xfce * src/: client.c, events.c, hints.c, hints.h, main.c, misc.c: - Improve responsiveness when sigterm/sigkill is received + Improve responsiveness when sigterm/sigkill is received -2002-05-18 xfce +2002-05-18 01:25 xfce * src/: events.c, gtk_style.c, gtk_style.h, menu.c: Make sure it - compiles without warnings when adding -DGTK_DISABLE_DEPRECATED + compiles without warnings when adding -DGTK_DISABLE_DEPRECATED -2002-05-17 xfce +2002-05-17 15:11 xfce * src/: client.c, client.h: Improve focus switching in case of - unmap/destroy notify - -2002-05-17 xfce + unmap/destroy notify - * src/events.c: [no log message] - -2002-05-17 xfce +2002-05-17 11:25 xfce * README, example.xfwm4rc, defaults/defaults.in, src/client.c, - src/client.h, src/hints.c, src/hints.h: Change focus handling to be - faster and use less memory + src/client.h, src/hints.c, src/hints.h: Change focus handling to + be faster and use less memory -2002-05-16 xfce +2002-05-16 23:16 xfce * src/: client.c, client.h, events.c, hints.c, hints.h: Improve - focus handling by using GNOME protocol, ICCCM and wm hints (in this - order) + focus handling by using GNOME protocol, ICCCM and wm hints (in + this order) -2002-05-15 xfce +2002-05-15 23:56 xfce * README: Update README file -2002-05-15 xfce +2002-05-15 23:46 xfce * example.xfwm4rc, defaults/defaults.in: Change defaults -2002-05-15 xfce +2002-05-15 23:41 xfce * src/pixmap.c: Add colorcloseness and colormap to loadPixmap - attributes - -2002-05-14 xfce + attributes - * src/client.c: [no log message] - -2002-05-14 xfce +2002-05-14 23:16 xfce * src/: client.c, client.h, events.c, menu.c, menu.h: Rearrange - menu and add a new option "hide all others" + menu and add a new option "hide all others" -2002-05-14 xfce +2002-05-14 21:55 xfce * src/client.c: Revert to decorating net_wm_window_type_menu - windows - -2002-05-14 xfce + windows - * src/client.c: [no log message] - -2002-05-13 xfce +2002-05-13 23:44 xfce * src/: client.c, client.h, events.c, hints.c, hints.h, main.c: Add - support for colormaps handling/notification + support for colormaps handling/notification -2002-05-12 xfce +2002-05-12 23:30 xfce * src/: main.c, settings.c: Add the ability to override gtk colors - from within themerc or user pref. + from within themerc or user pref. -2002-05-12 xfce +2002-05-12 23:04 xfce * src/: client.c, hints.c, hints.h, main.c, workspaces.c: Fix the - problem with Kdesktop not starting properly (the problem was with - net_workarea property) + problem with Kdesktop not starting properly (the problem was with + net_workarea property) -2002-05-12 xfce +2002-05-12 14:03 xfce * src/hints.c: Set net_wm_desktop as startup although it prevents - kdesktop to start properly (which is still a mystery for me) + kdesktop to start properly (which is still a mystery for me) -2002-05-12 xfce +2002-05-12 02:11 xfce * src/: client.c, frame.c, pixmap.c, pixmap.h: Fix a bug introduced - earlier today - -2002-05-11 xfce + earlier today - * example.gtkrc-2.0: [no log message] - -2002-05-11 xfce +2002-05-11 23:25 xfce * example.gtkrc-2.0: Add an example of gtkrc-2.0 file for xfwm4 -2002-05-11 xfce +2002-05-11 23:24 xfce * README, configure, configure.in, src/frame.c, src/hints.c, - src/pixmap.c, src/pixmap.h, src/settings.c, themes/Makefile.am, - themes/Makefile.in: Enhance speed, fix bug with window name - property vs. pango and UTF8, add crux theme from Sawfish (GNOME) - window manager. + src/pixmap.c, src/pixmap.h, src/settings.c, themes/Makefile.am, + themes/Makefile.in: Enhance speed, fix bug with window name + property vs. pango and UTF8, add crux theme from Sawfish (GNOME) + window manager. -2002-05-08 xfce +2002-05-08 11:19 xfce * src/client.c: Reduce the portion of code when the server is - grabbed so application windows have a better chance to set their - settings when mapping. + grabbed so application windows have a better chance to set their + settings when mapping. -2002-05-08 xfce +2002-05-08 00:22 xfce * ChangeLog, configure, configure.in, src/gtktoxevent.c, - src/gtktoxevent.h, src/main.c, themes/Makefile.am, - themes/Makefile.in: Use Jens' idea about gtk style to set - color/fonts on window decorations. - - Something like : - - style "titlebar" { font_name = "Sans 14" } - - widget "xfwm" style "titlebar" - - does the trick now. - -2002-05-07 xfce + src/gtktoxevent.h, src/main.c, themes/Makefile.am, + themes/Makefile.in: Use Jens' idea about gtk style to set + color/fonts on window decorations. + + Something like : + + style "titlebar" { font_name = "Sans 14" } + + widget "xfwm" style "titlebar" + + does the trick now. + +2002-05-07 13:01 xfce * src/: client.c, menu.c: Fix some pedantic warnings -2002-05-07 xfce +2002-05-07 10:20 xfce * configure, configure.in, themes/Makefile.am, themes/Makefile.in: - Rename "windows" theme to "redmond" and rename previous "redmond" - to "redmondxp" + Rename "windows" theme to "redmond" and rename previous "redmond" + to "redmondxp" -2002-05-07 xfce +2002-05-07 00:35 xfce * src/: events.c, main.c, menu.c, menu.h: Various small fixes -2002-05-06 xfce +2002-05-06 22:26 xfce * src/: client.c, workspaces.c: net_wm-strut stuff (try to - pronounce this sentence 10 times as fast as you can) + pronounce this sentence 10 times as fast as you can) -2002-05-06 xfce +2002-05-06 17:28 xfce * src/: client.c, events.c, main.c, main.h, workspaces.c, - workspaces.h: Improve net_wm_strut implementation + workspaces.h: Improve net_wm_strut implementation -2002-05-06 xfce +2002-05-06 16:42 xfce * src/: client.c, client.h, events.c, hints.c, workspaces.c, - workspaces.h: Complete net_wm_strut support + workspaces.h: Complete net_wm_strut support -2002-05-06 xfce +2002-05-06 16:03 xfce * src/: client.c, client.h, events.c, hints.c, hints.h: preliminary - struts support + struts support -2002-05-06 xfce +2002-05-06 09:41 xfce * src/settings.c: Change use of GTK colors for frame rendering -2002-05-06 xfce - - * src/workspaces.c: [no log message] - -2002-05-05 xfce +2002-05-05 20:38 xfce * configure, configure.in, themes/Makefile.am, themes/Makefile.in: - Add linea theme + Add linea theme -2002-05-05 xfce +2002-05-05 17:06 xfce * src/workspaces.c: transient/workspace inconsistency fixed -2002-05-05 xfce +2002-05-05 15:37 xfce * configure, configure.in, src/workspaces.c, themes/Makefile.am, - themes/Makefile.in: Add trench theme, fix a problem when switch - workspaces and transients + themes/Makefile.in: Add trench theme, fix a problem when switch + workspaces and transients -2002-05-04 xfce +2002-05-04 22:25 xfce * configure, configure.in, themes/Makefile.am, themes/Makefile.in: - Add mofit theme + Add mofit theme -2002-05-03 xfce +2002-05-03 23:51 xfce * AUTHORS, README, COPYING, ChangeLog, INSTALL, Makefile.am, - Makefile.in, NEWS, TODO, aclocal.m4, configure, configure.in, - install-sh, missing, acconfig.h, config.h.in, example.xfwm4rc, - mkinstalldirs, stamp-h.in, src/Makefile.am, src/Makefile.in, - src/client.c, src/frame.c, src/misc.c, src/parserc.c, - src/settings.c, src/events.c, src/hints.c, src/keyboard.c, - src/hints.h, src/keyboard.h, src/main.h, src/misc.h, src/parserc.h, - src/pixmap.c, src/workspaces.c, src/.indent.pro, src/debug.h, - src/main.c, src/menu.c, src/pixmap.h, src/gtktoxevent.c, - src/gtktoxevent.h, src/menu.h, defaults/Makefile.am, src/client.h, - src/events.h, src/frame.h, src/gtk_style.c, src/gtk_style.h, - src/settings.h, src/workspaces.h, defaults/Makefile.in, - defaults/defaults.in, themes/Makefile.am, themes/Makefile.in: - Initial CVS import - -2002-05-03 xfce + Makefile.in, NEWS, TODO, aclocal.m4, configure, configure.in, + install-sh, missing, acconfig.h, config.h.in, example.xfwm4rc, + mkinstalldirs, stamp-h.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/frame.c, src/misc.c, src/parserc.c, + src/settings.c, src/events.c, src/hints.c, src/keyboard.c, + src/hints.h, src/keyboard.h, src/main.h, src/misc.h, + src/parserc.h, src/pixmap.c, src/workspaces.c, src/.indent.pro, + src/debug.h, src/main.c, src/menu.c, src/pixmap.h, + src/gtktoxevent.c, src/gtktoxevent.h, src/menu.h, + defaults/Makefile.am, src/client.h, src/events.h, src/frame.h, + src/gtk_style.c, src/gtk_style.h, src/settings.h, + src/workspaces.h, defaults/Makefile.in, defaults/defaults.in, + themes/Makefile.am, themes/Makefile.in: Initial CVS import + +2002-05-03 23:51 xfce * AUTHORS, README, COPYING, ChangeLog, INSTALL, Makefile.am, - Makefile.in, NEWS, TODO, aclocal.m4, configure, configure.in, - install-sh, missing, acconfig.h, config.h.in, example.xfwm4rc, - mkinstalldirs, stamp-h.in, src/Makefile.am, src/Makefile.in, - src/client.c, src/frame.c, src/misc.c, src/parserc.c, - src/settings.c, src/events.c, src/hints.c, src/keyboard.c, - src/hints.h, src/keyboard.h, src/main.h, src/misc.h, src/parserc.h, - src/pixmap.c, src/workspaces.c, src/.indent.pro, src/debug.h, - src/main.c, src/menu.c, src/pixmap.h, src/gtktoxevent.c, - src/gtktoxevent.h, src/menu.h, defaults/Makefile.am, src/client.h, - src/events.h, src/frame.h, src/gtk_style.c, src/gtk_style.h, - src/settings.h, src/workspaces.h, defaults/Makefile.in, - defaults/defaults.in, themes/Makefile.am, themes/Makefile.in: - Initial revision + Makefile.in, NEWS, TODO, aclocal.m4, configure, configure.in, + install-sh, missing, acconfig.h, config.h.in, example.xfwm4rc, + mkinstalldirs, stamp-h.in, src/Makefile.am, src/Makefile.in, + src/client.c, src/frame.c, src/misc.c, src/parserc.c, + src/settings.c, src/events.c, src/hints.c, src/keyboard.c, + src/hints.h, src/keyboard.h, src/main.h, src/misc.h, + src/parserc.h, src/pixmap.c, src/workspaces.c, src/.indent.pro, + src/debug.h, src/main.c, src/menu.c, src/pixmap.h, + src/gtktoxevent.c, src/gtktoxevent.h, src/menu.h, + defaults/Makefile.am, src/client.h, src/events.h, src/frame.h, + src/gtk_style.c, src/gtk_style.h, src/settings.h, + src/workspaces.h, defaults/Makefile.in, defaults/defaults.in, + themes/Makefile.am, themes/Makefile.in: Initial revision -- GitLab