aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/BorderResize.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
| | | | | | Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
* narrower BorderResize rectangles placed within border edgesJens Petersen2012-03-141-7/+5
| | | | | | | | | | | | | Ignore-this: 3a43bbdb7f2317d702edafb231f58802 Change the border resize rectangles to be narrower and only extend inside the window not outside. Most window managers just seem to use the border decoration area for starting resizes which is often just 1 pixel wide but as a compromise the width is now 2 pixels (before it was 10!). The rectangles are now placed symmetrically within the border and window. This seems to work ok with PositionStoreFloat for the Bluetile config. darcs-hash:20120314064703-2376b-7c0f261c543d9855567e5187d224eb04a0c115bd.gz
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
| | | | | | Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
* Use more imported cursor constants.Adam Vogt2009-12-301-13/+4
| | | | | | Ignore-this: 91e55c63a1d020fafb6b53e6abf9766c darcs-hash:20091230220927-1499c-6ae03ce2320ceb159a4e11b23a089547b8bfaa33.gz
* Implemented smarter system of managing borders for BorderResizeJan Vornberger2009-11-231-42/+109
| | | | | | Ignore-this: 4775c082249e598a84c79b2e819f28b0 darcs-hash:20091122233651-594c5-9f3be5403a874170dbe55cd3c1562d0dc91369a5.gz
* PositionStoreFloat - a floating layout with support hooksJan Vornberger2009-11-151-2/+4
| | | | | | Ignore-this: 8b1d0fcef1465356d72cb5f1f32413b6 darcs-hash:20091115184833-594c5-9534e1ec9be959d18713bfdd1edbc1f5995cc4a8.gz
* Cleanup L.BorderResizeAdam Vogt2009-10-121-52/+46
| | | | | | Ignore-this: 7d369ed3050543a5c30a64991b7bf6f5 darcs-hash:20091012055532-1499c-2cd981c3f2e6bfb700433e33066f75335698cb7a.gz
* Layout modifier to resize windows by dragging their borders with the mouseJan Vornberger2009-10-121-0/+170
Ignore-this: 5cf197ea14b7c502fa13a16773215762 darcs-hash:20091011222214-594c5-06b94d3e2a973583f2e06fe18ebcc37b5416a01f.gz