aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/MouseResize.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, ↵Andrea Rossato1-22/+35
isVisible, isInvisible This patch includes several changes, which are strictly related and cannot be recorded separately: - remove Decoraion.isDecoartion and introduce Decoration.isInStack (with the related change to LayoutHints) - in Decoration introduce useful utilities: isVisible, isInvisible, isWithin and lookFor' - MouseResize: - invisible inputOnly windows will not be created; - fix a bug in the read instance which caused a failure in the state deserialization. darcs-hash:20080218105726-32816-9d42d4fdff75fad3258aec92d059e5155f0e64bc.gz
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+119
darcs-hash:20080212173455-32816-f3c4d9428563eea98d8ad0588f0e73c267dab491.gz