From: Reginald Kennedy Date: Fri, 24 Aug 2012 15:33:15 +0000 (+0800) Subject: Fix stacking of transients and new windows in max_stack mode. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8b3d816a6450cec0fc166f5243d10ad8149cef52;hp=8b3d816a6450cec0fc166f5243d10ad8149cef52;p=spectrwm.git Fix stacking of transients and new windows in max_stack mode. Fix issue in libswmhack that can cause applications to crash. Fix issue in mouse button handling that could cause a segfault. Improve focus handling so related windows are raised when appropriate. Fix ConfigureRequest handling of floating windows in max_stack mode. Fix issue in startup where managable windows are sometimes not managed. Fix possible focus issue when changing focus with keyboard bindings. Add debug output to grab_windows function. ---