aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowNavigation.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup - use currentTagDevin Mullins2008-09-211-2/+2
| | | | darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
* X.A.WindowNavigation: commentsDevin Mullins2008-07-101-0/+4
| | | | darcs-hash:20080710041028-78224-0816f645aac90e3d521aea65092e98bf31b1b5cd.gz
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-251-8/+35
| | | | darcs-hash:20080525050231-78224-669c83df86a8b585883d0fb3ef054e37670261e8.gz
* X.A.WindowNavigation: add logHook for better state trackingDevin Mullins2008-05-251-6/+13
| | | | darcs-hash:20080525032325-78224-5afb5996c4097846b35af21a715a66407a46f65e.gz
* doco tweaksDevin Mullins2008-05-241-1/+1
| | | | darcs-hash:20080524211849-78224-630b08f09dcd25240be37a710801e595cae7476a.gz
* X.A.WindowNavigation: currentPosition and setPosition share the same ↵Devin Mullins2008-05-151-16/+16
| | | | | | | | `inside` logic, now Aside from documentation, this is pretty much usable, now. darcs-hash:20080515062211-78224-3587cf6a973ea8defc217bd6a926b540dc5445f3.gz
* X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2008-05-151-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
* X.A.WindowNavigation: comment cleanupDevin Mullins2008-05-131-8/+3
| | | | darcs-hash:20080513091313-78224-b2c8aac4caa2fc3bdab6bd97fba458ca7decf222.gz
* windowRect now compensates for border widthDevin Mullins2008-05-131-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
* X.A.WindowNavigation: update TODODevin Mullins2008-05-131-1/+1
| | | | darcs-hash:20080513044229-78224-ace9494b47f74677b1106020a227f389fabfcb27.gz
* X.A.WindowNavigation: minor cleanupDevin Mullins2008-05-121-8/+4
| | | | darcs-hash:20080512170410-78224-328d3a7380fec2172b0605d770c542ebd0bc7f34.gz
* X.A.WindowNavigation: simplify inr somewhatDevin Mullins2008-05-121-18/+13
| | | | darcs-hash:20080512090647-78224-1a2dd996d217d4be6818bf08b2f5c111f1158b41.gz
* X.A.WindowNavigation: clarityDevin Mullins2008-05-121-4/+5
| | | | darcs-hash:20080512085338-78224-b662b943102da2c00bc5980aa767fec5032c4cb2.gz
* X.A.WindowNavigation: ugh, typoDevin Mullins2008-05-121-3/+1
| | | | darcs-hash:20080512082228-78224-9fa253af956d0d4493197c520aebed43683f1b95.gz
* X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins2008-05-121-11/+28
| | | | | | Why doesn't mapWindows exist already? darcs-hash:20080512064715-78224-61fd294027e65d7db5675e7879b2e79c1ba524da.gz
* add more flexible withWindowNavigationKeysDevin Mullins2008-05-121-8/+19
| | | | | | Names aren't permanent yet, so don't cry if they change. darcs-hash:20080512050637-78224-ac7c46ba5f826be132d1d28133f76416d63cff66.gz
* X.A.WindowNavigation: TODODevin Mullins2008-05-121-0/+1
| | | | darcs-hash:20080511222116-78224-33ad4291ae43467a6060ae6f8b3b2b38ea3b44d6.gz
* X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins2008-05-121-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
* X.A.WindowNavigation: fix currentPositionDevin Mullins2008-05-111-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
* X.A.WindowNavigation: add TODOsDevin Mullins2008-05-111-2/+8
| | | | darcs-hash:20080511211326-78224-2bc3ec2ff16e886901601f2f428215abfdbc72ba.gz
* X.A.WindowNavigation state is now workspace-specificDevin Mullins2008-05-111-9/+14
| | | | | | racking up some code debt, here... darcs-hash:20080511071656-78224-c7ec25648206f8f4b57ccc473539c2ec323f2ba2.gz
* X.A.WindowNavigation: minor doco changesDevin Mullins2008-05-061-2/+2
| | | | darcs-hash:20080506074235-78224-3d9e08f7b924efd9410d16384ef1083b62f7f579.gz
* add draft XMonad.Actions.WindowNavigationDevin Mullins2008-05-041-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