Commit Graph
8 Commits
Author SHA1 Message Date
Renan Traba 936a85ce25 enforce requested window position whem maximizing 2013-05-21 11:24:36 +01:00
Renan Traba 05f6a30716 explicit restore to MAX_MAXIMUS instead of empty flag at handleMaximize 2013-05-21 11:24:36 +01:00
Renan Traba c2188d0793 WPrefs: added option to configure new viewports 2013-05-21 11:24:36 +01:00
Renan Traba 3eb01800e8 added new windows positions
new window positions top left, top right, bottom left and bottom right
these new maximized positions are combinations of left, right, top and
bottom maximized positions
2013-05-21 11:24:36 +01:00
Renan Traba e66afb6e18 WPrefs: added option to configure new top and bottom viewports 2013-05-21 11:24:36 +01:00
Renan Traba 33343bcd59 simplified logic of handleMaximize function 2013-05-21 11:24:35 +01:00
Renan Traba f10ec42ba8 fix condition to restore window position when unmaximized
if a window was at x=0 or y=0, the original condition return
false and the window is not moved to original position,
but if width or height from old_geometry is set then wmaker
already saved old_geometry, and we can trust x=0 or y=0 is
original position.
2013-05-21 11:24:35 +01:00
Renan Traba 729886ef52 WPrefs: fix missing drawer image in Makefile.am 2013-04-12 09:54:58 +01:00