head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.20 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.18 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.16 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.14 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.12 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.10 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.8 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.6 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.4 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.1.1.0.36 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.34 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.32 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.30 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.28 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.26 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.24 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.22 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.20 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.18 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.16 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.14 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2008.01.21.02.34.29; author tnn; state dead; branches; next 1.3; 1.3 date 2007.10.20.14.13.45; author tnn; state Exp; branches; next 1.2; 1.2 date 2007.05.09.10.09.45; author tnn; state dead; branches 1.2.4.1; next 1.1; 1.1 date 2000.12.12.02.03.49; author wiz; state Exp; branches 1.1.1.1; next ; 1.2.4.1 date 2007.12.17.21.31.03; author ghen; state Exp; branches; next ; 1.1.1.1 date 2000.12.12.02.03.49; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Update to sawfish-1.3.2. * Strings are re-encoded in UTF-8. Window titles will be set correctly regardless of title encoding * updated documentation to v0.12 * added Occitan Lanaguage * Bug fixes: - Nautilus desktop window can now restore its size properly - Sawfish.desktop file now complies with freedesktop.org standard - Fix select workspace to make sure it calls with right arguments - Fix 64 bit client messages - Don't display unneeded blank lines when window is opened by prompt function - KDE system tray no longer fighs with sawfish to reparent a tray icon - Add bounds checking on _NET_CURRENT_DESKTOP requests - QT applications no longer lose focus when menu is active - Corrected window placement in xinerama/dualhead when using centered/centered-on-parent @ text @$NetBSD: patch-ac,v 1.3 2007/10/20 14:13:45 tnn Exp $ --- src/events.c.orig 2007-07-26 19:55:01.000000000 +0200 +++ src/events.c @@@@ -1155,7 +1155,11 @@@@ shape_notify (XEvent *ev) XShapeEvent *sev = (XShapeEvent *)ev; Lisp_Window *w = find_window_by_id (sev->window); if (w != 0 && sev->window == w->id - && (sev->kind == ShapeBounding || sev->kind == ShapeInput)) + && (sev->kind == ShapeBounding +#ifdef ShapeInput + || sev->kind == ShapeInput +#endif +)) { if (sev->kind == ShapeBounding) w->shaped = sev->shaped ? 1 : 0; @ 1.3 log @Fix, hopefully, problem spotted in 2007Q3 bulk builds when using XFree86. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to sawfish-1.3. A detailed ChangeLog is not available, but the major change is that sawfish now uses gtk2 to display it's menus, and the GNOME 1.x dependency is dropped. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2000/12/12 02:03:49 wiz Exp $ d3 15 a17 10 --- src/fake-libexec.orig Thu Sep 28 08:31:04 2000 +++ src/fake-libexec @@@@ -6,7 +6,6 @@@@ libexecdir="./.libexec" libs="\ - sawfish.client\ sawfish.wm.util.flippers\ sawfish.wm.util.gradient\ sawfish.wm.util.play-sample\ @ 1.2.4.1 log @Pullup ticket 2208 - requested by tnn build fix for sawfish - pkgsrc/wm/sawfish/distinfo 1.12 - pkgsrc/wm/sawfish/patches/patch-ac 1.3 Module Name: pkgsrc Committed By: tnn Date: Sat Oct 20 14:13:45 UTC 2007 Modified Files: pkgsrc/wm/sawfish: distinfo Added Files: pkgsrc/wm/sawfish/patches: patch-ac Log Message: Fix, hopefully, problem spotted in 2007Q3 bulk builds when using XFree86. @ text @d1 1 a1 1 $NetBSD$ d3 10 a12 15 --- src/events.c.orig 2007-07-26 19:55:01.000000000 +0200 +++ src/events.c @@@@ -1155,7 +1155,11 @@@@ shape_notify (XEvent *ev) XShapeEvent *sev = (XShapeEvent *)ev; Lisp_Window *w = find_window_by_id (sev->window); if (w != 0 && sev->window == w->id - && (sev->kind == ShapeBounding || sev->kind == ShapeInput)) + && (sev->kind == ShapeBounding +#ifdef ShapeInput + || sev->kind == ShapeInput +#endif +)) { if (sev->kind == ShapeBounding) w->shaped = sev->shaped ? 1 : 0; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2000/10/29 23:45:35 jlam Exp $ @ 1.1.1.1 log @Add new category wm for window managers, and move lots of package from x11 here. Only changes are: `wm' in category added and some paths fixed. @ text @@