LOGIN / SIGN UP
2 Commit: 92d2de10a4145d3b0006149e71b67402834abb3a
Author: Claes Nästén
Date: Mon Jul 26 19:05:56 +0200 2010
Subject: Introduce ReportAllClients option closing #260
    In order to make it possible to display not only the active client but all
    clients in a frame add option to configure how _NET_CLIENT_LIST and
    _NET_CLIENT_LIST_STACKING hints are reported.
2 Commit: c4e5b25f64fd29feec832302e4130d176285ea6d
Author: Claes Nästén
Date: Wed Jul 14 19:11:39 +0200 2010
Subject: Set PEKWM_ETC_PATH, PEKWM_SCRIPT_PATH and PEKWM_THEME_PATH environment variables
    In order to make configurations portable between pekwm installations set
    the above mentioned environment variables and use them in the default
    configuration.
    
    TypeRules have also been moved over to a separate file included from the
    main autoproperties files so that it can be updated without user having to
    re-configure their copy.
2 Commit: f8f2c99b174522b3900eff880385777eb0955ae9
Author: Claes Nästén
Date: Wed Jul 14 10:17:45 +0200 2010
Subject: Update menu.in and pekwm.spec.in from fedora CVS, closing #272.
2 Commit: 5555c6ccb5937824a9130673c7e26756cd261472
Author: Claes Nästén
Date: Tue Jul 13 18:34:12 +0200 2010
Subject: Flush extra MotionNotify events on move and resize to speed up opaque actions.
2 Commit: 352461f2cc35034425dbe0e7dd4ec4f9cc8087e2
Author: Claes Nästén
Date: Tue Jul 13 18:24:46 +0200 2010
Subject: Do not include screen edge when placing windows with a strut on xrandr resize.
2 Commit: 7dbab8552735569d704a6acca167b479700ad4e6
Author: Claes Nästén
Date: Tue Jul 13 18:00:19 +0200 2010
Subject: Handle keysyms for keypad numbers in cmddialog closing #266
2 Commit: 1dde0e331e9aee31a344575c2f95f1e551d888f4
Author: Claes Nästén
Date: Tue Jul 13 12:12:25 +0200 2010
Subject: Add two new auto properties AllowedActions DisallowedActions closing #270
    Added auto properties to set allowed actions for clients, AllowedActions
    and DisallowedActions that can be used on ordinary rules and type rules.
    
    Values for the properties is a space separated list with the following
    supported keywords:
    
      Move, Resize, Iconify, Shade, Stick, MaximizeHorizontal, MaximizeVertical,
      Fullscreen, SetWorkspace and Close
    
    In addtion, the move flag is now honoured when moving and it is now disallowed
    for Desktop and Dock type windows.
2 Commit: ccd0f7b0f2c43430532f2efee9ea37bb449e8656
Author: Claes Nästén
Date: Mon Jul 12 23:05:47 +0200 2010
Subject: Use default version of autotools before going to more specific.
2 Commit: 347976c238f0964f8c976201fdf20ab00d978a2a
Author: Claes Nästén
Date: Mon Jul 12 23:04:24 +0200 2010
Subject: Modified patch from Wallex skipping maximized windows when placing "smart". Closing #254
7ebaa8002058f50944519ffc05e38bf1?s=64 Commit: 29c87ba51b6d480c9ea393f8794c3247b990427a
Author: Carlo Marcelo Arenas Belon
Date: Sat Jul 03 17:51:12 +0200 2010
Subject: Define PKG_CONFIG explicitally (closes #271)
    Avoids having an undefined PKG_CONFIG variable in configure if a test
    is --disabled and which will affect subsequent checks.
    
    Signed-off-by: Carlo Marcelo Arenas Belon