aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-03Minor bugfix in the creation of new StackSets.Wouter Swierstra1-1/+2
2009-02-18Express shift in terms of shiftWinSpencer Janssen1-14/+10
2008-09-11Export focusUp' and focusDown' -- work entirely on stacksSpencer Janssen1-3/+7
2008-09-11add W.shiftMaster, fix float/tile-reordering bugDevin Mullins1-1/+10
2008-06-01Haddock linksMalebria1-21/+21
2008-06-01Haddock syntax for enumerationMalebria1-0/+4
2008-05-12add currentTag convenience functionDevin Mullins1-5/+8
2008-03-07rework failure cases in StackSet.viewDon Stewart1-3/+2
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey1-4/+4
2008-01-28Kill stale xmonad 0.1 commentsSpencer Janssen1-32/+0
2007-12-10normalize Module headersLukas Mai1-1/+1
2007-12-09StackSet: some haddock tuningAndrea Rossato1-7/+16
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart1-2/+2
2007-11-07Fix haddock commentSpencer Janssen1-1/+1
2007-11-01HierarchifySpencer Janssen1-1/+1
2007-10-22StackSet.hs: (insertUp): remove comments about new window being made master w...Brent Yorgey1-6/+4
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey1-7/+7
2007-10-22StackSet.hs: (ensureTags): elaborate into a more descriptive comment.Brent Yorgey1-1/+3
2007-10-22StackSet.hs: remove dead code.Brent Yorgey1-2/+0
2007-10-22StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ...Brent Yorgey1-3/+4
2007-10-22StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc...Brent Yorgey1-3/+5
2007-10-22StackSet.hs: align some commentsBrent Yorgey1-4/+4
2007-10-22StackSet.hs: small grammar fix and better flow in commentBrent Yorgey1-1/+1
2007-10-22StackSet.hs: better comments regarding hidden/visible workspace tracking for ...Brent Yorgey1-4/+5
2007-10-17remove StackOrNot type synonymn.David Roundy1-8/+6
2007-10-16reformat commentsl.mai1-3/+3
2007-10-15Clean up trailing whitespaceSpencer Janssen1-16/+16
2007-10-13add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart1-1/+1
2007-10-06change emailDon Stewart1-1/+1
2007-10-06polish some syntaxDon Stewart1-4/+4
2007-10-06oops, need to exportDevin Mullins1-1/+1
2007-10-06(cleanup) extract mapWorkspace out of renameTagDevin Mullins1-5/+10
2007-10-05Add mapLayoutSpencer Janssen1-2/+8
2007-10-01Add StackSet.allWindowsSpencer Janssen1-2/+6
2007-09-28StackSet uses PatternGuardsSpencer Janssen1-0/+2
2007-09-29merge, update test hookDon Stewart1-4/+15
2007-09-29100% coverage of alternative branchesDon Stewart1-5/+8
2007-09-29polishDon Stewart1-6/+10
2007-09-29comments and formatting onlyDon Stewart1-31/+11
2007-09-26merge old workspace tags with new on restart.David Roundy1-1/+18
2007-09-28Update kind changes in the -class branchSpencer Janssen1-1/+1
2007-09-24update screens for new kind of StackSet.David Roundy1-1/+1
2007-09-20add (unused) Layout to StackSet.David Roundy1-35/+35
2007-09-20remove unneeded Ord constraint.David Roundy1-1/+1
2007-09-20eliminate a few Eq a constraints in StackSet.David Roundy1-4/+5
2007-09-27document shiftWinKarsten Schoelzel1-0/+6
2007-09-27Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart1-7/+14
2007-09-24Add StackSet.screensSpencer Janssen1-0/+5
2007-09-18fmt, and tiny comment seeking clarificationDon Stewart1-2/+3
2007-09-17Haddockify delete' commentsSpencer Janssen1-1/+1