aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-20hlintify XUtils, XSelection, Search, WindowGogwern02-8/+8
2008-12-12fix focus issue for XMonad.Actions.Warp.banishScreenNorbert Zeh1-2/+4
2008-12-12addition of XMonad.Actions.Warp.banishScreenNorbert Zeh1-1/+15
2008-12-12fixed documentation for banishNorbert Zeh1-1/+1
2008-12-05XMonad.Actions.WindowGo: fix a floating-related focus buggwern01-13/+9
2008-12-01Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov1-4/+4
2008-11-22GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva1-4/+4
2008-11-12GridSelect: Export default_colorizerDominik Bruhn1-1/+2
2008-11-12Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn1-2/+4
2008-11-11Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...Clemens Fruhwirth1-38/+62
2008-11-11GridSelect: force cursor stay in visible areaRoman Cheplyaka1-3/+5
2008-11-11GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka1-10/+2
2008-11-11GridSelect: remove tabsRoman Cheplyaka1-61/+61
2008-11-10Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka1-11/+0
2008-11-10GridSelect: added link to a screenshotRoman Cheplyaka1-0/+1
2008-11-10GridSelect: various improvementsRoman Cheplyaka1-2/+47
2008-11-07Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth1-0/+246
2008-11-06documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva1-0/+16
2008-10-27generic menu and window bringerTravis B. Hartwell1-7/+16
2008-10-31Search.hs: +hackage search, courtesy of byorgeygwern01-2/+6
2008-10-08Actions.Search: add a few search enginesintrigeri1-2/+23
2008-10-06Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner1-2/+3
2008-10-06Add straightforward HiddenWS to WSTypeJoachim Breitner1-0/+3
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-1/+2
2008-09-21cleanup - use currentTagDevin Mullins7-12/+11
2008-09-12raiseMasterseanmce331-2/+42
2008-07-14XMonad.Actions.Plane.planeKeys: function to make easier to configureMarco Túlio Gontijo e Silva1-6/+17
2008-07-14XMonad.Actions.Plane: removed unneeded hidingMarco Túlio Gontijo e Silva1-1/+1
2008-07-09Improvements in documentationMarco Túlio Gontijo e Silva1-25/+8
2008-06-10Only move pointers over managed windowsJoachim Breitner1-2/+5
2008-05-11Fix window region checking in UpdatePointerrobreim1-3/+9
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-08-11simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins1-15/+16
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-2/+2
2008-07-06XMonad.Actions.Plane.Linearleoserra1-6/+16
2008-07-06XMonad.Actions.Plane: Improvements in code qualityMarco Túlio Gontijo e Silva1-22/+66
2008-07-10XMonad.Actions.Plane: Treat error in readMarco Túlio Gontijo e Silva1-3/+15
2008-07-09XMonad.Actions.Plane: GConf supportMarco Túlio Gontijo e Silva1-9/+27
2008-07-10X.A.WindowNavigation: commentsDevin Mullins1-0/+4
2008-07-09XMonad.Actions.Plane: Copyright updateMarco Túlio Gontijo e Silva1-2/+3
2008-07-09XMonad.Actions.Plane: removed missing haddock chunckMarco Túlio Gontijo e Silva1-1/+0
2008-07-01adding thesaurus.reference.com and Google Labs Code Search searchesbrian1-3/+11
2008-06-29fillout banish example in Warp.hsgwern01-8/+22
2008-06-29fix Actions.Wap docgwern01-1/+1
2008-06-20Actions/Search.hs: export SearchEngine constructorBrent Yorgey1-1/+1
2008-06-08Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson1-0/+3
2008-06-07Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...gwern01-3/+3
2008-05-27Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria1-11/+20
2008-05-27Bug correction when areasColumn > 1Malebria1-4/+12
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins1-8/+35