LOGIN / SIGN UP
19 Commit: 6c8214b1306b92bbaf73ed3f36a7dc1c85f9dd36
Author: Andreas
Date: Tue Apr 21 12:39:18 +0200 2009
Subject: Change some of the casts to use static_cast.
19 Commit: c3058ddc13a5b5901b7e7d4cd908dc7768edab03
Author: Andreas
Date: Mon Apr 20 23:56:44 +0200 2009
Subject: Reload the key-bindings when an input device changes (#173).
19 Commit: b2da3b96854856c29b661739a540d90bc9dbacf9
Author: Andreas
Date: Mon Apr 20 23:25:56 +0200 2009
Subject: Add config option to disable support for aspect ratio.
19 Commit: 0ed3b0a0bbe3f6b77f797f92252164c2c5069f90
Author: Andreas
Date: Mon Apr 20 23:17:04 +0200 2009
Subject: Add support for XSizeHints' PAspect (aspect ratio of windows, see #171).
2 Commit: cb1533f6adadc1c845bba3b0bd8be59018c9348c
Author: Claes Nästén
Date: Mon Apr 20 23:11:33 +0200 2009
Subject: Move error handler to PScreen and make it possible to replace current wm.
    Now pekwm is able to replace metacity in recent gnome releases and take over
    as the window manager, it still doesn't know how to give the session up when
    exiting though.
19 Commit: 11ce948c8dd725ac6ef01ed4cd4e88ff36447d48
Author: Andreas
Date: Mon Apr 20 00:49:35 +0200 2009
Subject: Change the default theme to use a smaller title bar (created by Adriano).
-	-	data/themes/default/button.png
-	-	data/themes/default/button_hover.png
-	-	data/themes/default/button_press.png
-	-	data/themes/default/button_unfocus.png
3	3	data/themes/default/theme
-	-	data/themes/default/title.png
-	-	data/themes/default/title_unfocus.png
-	-	data/themes/default/top-left.png
-	-	data/themes/default/top-left_unfocus.png
-	-	data/themes/default/top-right.png
-	-	data/themes/default/top-right_unfocus.png
19 Commit: ceab99812c016e01fd63b44576d7a5c9d0482e9c
Author: Andreas
Date: Sat Apr 18 23:04:03 +0200 2009
Subject: Fix the test in AM_CONDITIONAL([HAVE_SESSION], ..).
2 Commit: 3c0d8e9dd414dbc6373d306bc47ab21a63283dd7
Author: Claes Nästén
Date: Tue Apr 14 19:23:49 +0200 2009
Subject: Make session support a compile time option.
    It is now possible, per io-error's request, to disable session support when
    compiling pekwm.
2 Commit: e5ac974192f2cea31755758f59e72de2d7bc4a3a
Author: Claes Nästén
Date: Tue Apr 14 19:07:54 +0200 2009
Subject: Alpha blending for different color depths, 15 and 16.
2 Commit: ad0e50a080c3e6033c3b600d14c075e7d93ea5f9
Author: Claes Nästén
Date: Tue Apr 14 18:22:38 +0200 2009
Subject: Fix invalid keys from causing BadAccess errors, and make Any work again.
    After fix for #142 Any did not work anymore as the key section identifying
    Any was never reached.