aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowNavigation.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+1
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2009-10-22Refer to modm as the current modMaskAdam Vogt1-9/+9
2009-10-12Add Portability and Stability boilerplate for a couple modules.Adam Vogt1-0/+2
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-11/+11
2008-09-21cleanup - use currentTagDevin Mullins1-2/+2
2008-07-10X.A.WindowNavigation: commentsDevin Mullins1-0/+4
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins1-8/+35
2008-05-25X.A.WindowNavigation: add logHook for better state trackingDevin Mullins1-6/+13
2008-05-24doco tweaksDevin Mullins1-1/+1
2008-05-15X.A.WindowNavigation: currentPosition and setPosition share the same `inside`...Devin Mullins1-16/+16
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins1-6/+8
2008-05-13X.A.WindowNavigation: comment cleanupDevin Mullins1-8/+3
2008-05-13windowRect now compensates for border widthDevin Mullins1-3/+3
2008-05-13X.A.WindowNavigation: update TODODevin Mullins1-1/+1
2008-05-12X.A.WindowNavigation: minor cleanupDevin Mullins1-8/+4
2008-05-12X.A.WindowNavigation: simplify inr somewhatDevin Mullins1-18/+13
2008-05-12X.A.WindowNavigation: clarityDevin Mullins1-4/+5
2008-05-12X.A.WindowNavigation: ugh, typoDevin Mullins1-3/+1
2008-05-12X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins1-11/+28
2008-05-12add more flexible withWindowNavigationKeysDevin Mullins1-8/+19
2008-05-12X.A.WindowNavigation: TODODevin Mullins1-0/+1
2008-05-12X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins1-1/+10
2008-05-11X.A.WindowNavigation: fix currentPositionDevin Mullins1-23/+28
2008-05-11X.A.WindowNavigation: add TODOsDevin Mullins1-2/+8
2008-05-11X.A.WindowNavigation state is now workspace-specificDevin Mullins1-9/+14
2008-05-06X.A.WindowNavigation: minor doco changesDevin Mullins1-2/+2
2008-05-04add draft XMonad.Actions.WindowNavigationDevin Mullins1-0/+135