aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowNavigation.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+1
Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey1-1/+0
get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
2009-10-22Refer to modm as the current modMaskAdam Vogt1-9/+9
Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
2009-10-12Add Portability and Stability boilerplate for a couple modules.Adam Vogt1-0/+2
Ignore-this: 7d875c5e47535a11e26f9a604a01fe88 Needed for automating the generation of the Doc.Extending module summaries. darcs-hash:20091012041055-1499c-c6024b23b125ddc94f3daa33437bf494434362ce.gz
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-11/+11
Ignore-this: b2255ec2754fcdf797b1ce2c082642ba This patch factors out commonly used direction types like data Direction darcs-hash:20090919191717-7f603-09c283e51a0b886d260008676d71e3daf31f4394.gz
2008-09-21cleanup - use currentTagDevin Mullins1-2/+2
darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
2008-07-10X.A.WindowNavigation: commentsDevin Mullins1-0/+4
darcs-hash:20080710041028-78224-0816f645aac90e3d521aea65092e98bf31b1b5cd.gz
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins1-8/+35
darcs-hash:20080525050231-78224-669c83df86a8b585883d0fb3ef054e37670261e8.gz
2008-05-25X.A.WindowNavigation: add logHook for better state trackingDevin Mullins1-6/+13
darcs-hash:20080525032325-78224-5afb5996c4097846b35af21a715a66407a46f65e.gz
2008-05-24doco tweaksDevin Mullins1-1/+1
darcs-hash:20080524211849-78224-630b08f09dcd25240be37a710801e595cae7476a.gz
2008-05-15X.A.WindowNavigation: currentPosition and setPosition share the same ↵Devin Mullins1-16/+16
`inside` logic, now Aside from documentation, this is pretty much usable, now. darcs-hash:20080515062211-78224-3587cf6a973ea8defc217bd6a926b540dc5445f3.gz
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins1-6/+8
This improves some subtle interactions between mod-j/k and mod-w/a/s/d, though that might not become very apparent until I fix setPosition. darcs-hash:20080515053330-78224-2ba67cefda58b7c079b23f93441859e30c539c73.gz
2008-05-13X.A.WindowNavigation: comment cleanupDevin Mullins1-8/+3
darcs-hash:20080513091313-78224-b2c8aac4caa2fc3bdab6bd97fba458ca7decf222.gz
2008-05-13windowRect now compensates for border widthDevin Mullins1-3/+3
Odd that I have to do (Rectangle x y (w + 2 * bw) (h + 2 * bw)) -- you'd think the window would be centered within the bordered area. darcs-hash:20080513090151-78224-b1520de8a35596af5a49c935d9b56422e945a061.gz
2008-05-13X.A.WindowNavigation: update TODODevin Mullins1-1/+1
darcs-hash:20080513044229-78224-ace9494b47f74677b1106020a227f389fabfcb27.gz
2008-05-12X.A.WindowNavigation: minor cleanupDevin Mullins1-8/+4
darcs-hash:20080512170410-78224-328d3a7380fec2172b0605d770c542ebd0bc7f34.gz
2008-05-12X.A.WindowNavigation: simplify inr somewhatDevin Mullins1-18/+13
darcs-hash:20080512090647-78224-1a2dd996d217d4be6818bf08b2f5c111f1158b41.gz
2008-05-12X.A.WindowNavigation: clarityDevin Mullins1-4/+5
darcs-hash:20080512085338-78224-b662b943102da2c00bc5980aa767fec5032c4cb2.gz
2008-05-12X.A.WindowNavigation: ugh, typoDevin Mullins1-3/+1
darcs-hash:20080512082228-78224-9fa253af956d0d4493197c520aebed43683f1b95.gz
2008-05-12X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins1-11/+28
Why doesn't mapWindows exist already? darcs-hash:20080512064715-78224-61fd294027e65d7db5675e7879b2e79c1ba524da.gz
2008-05-12add more flexible withWindowNavigationKeysDevin Mullins1-8/+19
Names aren't permanent yet, so don't cry if they change. darcs-hash:20080512050637-78224-ac7c46ba5f826be132d1d28133f76416d63cff66.gz
2008-05-12X.A.WindowNavigation: TODODevin Mullins1-0/+1
darcs-hash:20080511222116-78224-33ad4291ae43467a6060ae6f8b3b2b38ea3b44d6.gz
2008-05-12X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins1-1/+10
This should be more flexible than it is -- I've got an idea, but am interested to hear others. darcs-hash:20080511220458-78224-1eb331e0c1a89118c39b0d014e6c5ec7356d4a6a.gz
2008-05-11X.A.WindowNavigation: fix currentPositionDevin Mullins1-23/+28
Now properly deals with an unitialized state (e.g. from a restart) or an inconsistent state (e.g. from using mod-j/k). Deserves cleanup. darcs-hash:20080511212128-78224-13c7b897401800b9d729e765eba3385e40576f8d.gz
2008-05-11X.A.WindowNavigation: add TODOsDevin Mullins1-2/+8
darcs-hash:20080511211326-78224-2bc3ec2ff16e886901601f2f428215abfdbc72ba.gz
2008-05-11X.A.WindowNavigation state is now workspace-specificDevin Mullins1-9/+14
racking up some code debt, here... darcs-hash:20080511071656-78224-c7ec25648206f8f4b57ccc473539c2ec323f2ba2.gz
2008-05-06X.A.WindowNavigation: minor doco changesDevin Mullins1-2/+2
darcs-hash:20080506074235-78224-3d9e08f7b924efd9410d16384ef1083b62f7f579.gz
2008-05-04add draft XMonad.Actions.WindowNavigationDevin Mullins1-0/+135
This is an experiment with replacing the WindowNavigation LayoutModifier with one that simply adds keybindings and stores state in an IORef. Credit to droundy for the original code -- hopefully I'm not butchering it. The end intent is to add Xinerama support, but it'll be a little while before I get there. darcs-hash:20080504050022-78224-a1e156328d80897d8bfa245dc39f69d8fab9f929.gz