aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/FlexibleResize.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-16Use imported `fi' alias for fromIntegral more often.Adam Vogt1-3/+1
Ignore-this: 51040e693066fd7803cc1b108c1a13d5 Also moves `fi' into U.Image to avoid cyclic imports, though XUtils sill exports that definition. darcs-hash:20100416212939-1499c-a12428074d873b1eaea197e1b79c0ca07a96b05f.gz
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
2009-05-30FlexibleResize - Resize from edge, don't move adjust at opposite edgeAnders Engstrom1-21/+35
Ignore-this: 3c6c0748a4b0d14bd39bcb88f10aade6 When resizing other corners than bottom-right, instead of adjusting to even columns/rows on the opposite side to it the same way as if resizing was made from the bottom right. Also add the possibility to add an area in the middle of an edge where only that edge is resized, not the closest corner. darcs-hash:20090530185437-8978f-82de436312c45d105593603fd58f293056f91c11.gz
2008-04-05update contrib for applySizeHints changesLukas Mai1-1/+1
darcs-hash:20080404220558-462cf-2d7837b574aec854a158213d45a34cca75e38438.gz
2007-12-22No more tabsSpencer Janssen1-3/+3
darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Prune more importsSpencer Janssen1-2/+0
darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
2007-11-24Haddock docs: modMask --> modMask xBrent Yorgey1-1/+1
darcs-hash:20071124022635-bd4d7-16491e97f6ddf5d1a467379296696d6b26bd2721.gz
2007-11-24FlexibleResize: haddock updatesBrent Yorgey1-9/+12
darcs-hash:20071124002013-bd4d7-19541665635faf2e52b05472c20599fb2762e077.gz
2007-11-01HierarchifySpencer Janssen1-5/+5
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-09-05Fix FlexibleResize for change in applySizeHintsKarsten Schoelzel1-3/+3
darcs-hash:20070905193926-eb3a1-8fe38452c013fa023fa96f34dc3cebce6efb7c95.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+3
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-08-16ghc thinks I don't need those fromIntegralsl.mai1-2/+2
darcs-hash:20070815231852-42ea9-e37192317322b96583eca4e9d59dfd487bd47b40.gz
2007-08-07make FlexibleResize use new mouseDrag properly.David Roundy1-6/+7
darcs-hash:20070807202016-72aca-4356463b45f6fc685db6a238728e284ecb6e17c1.gz
2007-06-29flexible resizing for floating windowsl.mai1-0/+63
The default resize handler for floating windows warps the mouse pointer to the bottom right corner of the window (fixing the opposite, upper left, corner). This extension lets you use any of the four window corners as grabbing points, allowing more flexible resizing. darcs-hash:20070629171038-42ea9-1a2b98ca2071dd5988e529b8395148b6a838ba9b.gz