LOGIN / SIGN UP
2 Commit: 8c3ce1d6706abac573506ecd64415127593bb9fb
Author: Claes Nästén
Date: Sun Dec 06 16:06:42 +0100 2009
Subject: Remove auto group finding macro and start support for #155
2 Commit: 845591c54978310aee5be34a878d43fc90a29c87
Author: Claes Nästén
Date: Sun Dec 06 16:06:27 +0100 2009
Subject: Split up icon loading code a bit.
2 Commit: 4a8447ed451920e61ba95815202eace3602326e0
Author: Claes Nästén
Date: Sun Dec 06 16:05:48 +0100 2009
Subject: Somehow the check for frameid got inverted, fixed back.
2 Commit: ec22cb00e5ffc784be4068511647cc5117e78127
Author: Claes Nästén
Date: Sun Nov 29 11:28:37 +0100 2009
Subject: Split up and make auto-group code ready for #155
2 Commit: 4a312acb1c7569a60ac88024a80d945c1ef2500b
Author: Claes Nästén
Date: Sun Nov 29 11:03:16 +0100 2009
Subject: Add PWinObj::isFocusedPWinObj convenience.
2 Commit: 16d09c86afc8043300a63b955e7f26c4b31790ab
Author: Claes Nästén
Date: Wed Nov 25 00:04:44 +0100 2009
Subject: Remove default value for actual on getProperty, improve icon reading.
    Make icon reading a bit more robust by requiring the actual parameter (even
    if it is allowed to be 0) and splitting it up into smaller methods.
    
    This should help #215 pekwm crashes when opening new Opera 10
2 Commit: d21077735383194df9c8a792a2fa111cd69ff0d6
Author: Claes Nästén
Date: Wed Nov 25 21:57:32 +0100 2009
Subject: Un-break Client constructor after cleanup, _window needs to be set.
2 Commit: dc384da75ec4c9aa689edb0f798d87561c7d1dac
Author: Claes Nästén
Date: Wed Nov 04 16:28:38 +0100 2009
Subject: Reduce use of ifdefs for shape extension.
2 Commit: ffada117e2ae54e6435a5084278babf633922254
Author: Claes Nästén
Date: Wed Nov 04 15:12:07 +0100 2009
Subject: Split up Client constructor in more methods.
2 Commit: f84c76856d9041f588426225ad9ec26225a7be6f
Author: Claes Nästén
Date: Sun Nov 01 23:37:08 +0100 2009
Subject: Preserve ordering between restarts, ref #202
    Two new atoms were introduces to keep track of the ordering within Frames
    _PEKWM_FRAME_ORDER and which client is the active one _PEKWM_FRAME_ACTIVE.
    
    Restart tests on my PC seems to be working ok.