aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel1-2/+11
2007-09-10Add delete' for use in shiftKarsten Schoelzel1-5/+10
2007-08-14simplify code in StackSet.David Roundy1-1/+1
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen1-1/+20
2007-08-07Remove 'Eq' constraint from StackSet.indexSpencer Janssen1-1/+1
2007-08-05trailing whitespace onlyDon Stewart1-2/+2
2007-07-28Bugfix: reordering when filtering out the last window on a workspaceKarsten Schoelzel1-1/+1
2007-07-24shift: use guards instead of ifSpencer Janssen1-2/+2
2007-07-24Remove unnecessary Integral constraintsSpencer Janssen1-2/+2
2007-07-24make delete work when window is in multiple workspaces.David Roundy1-22/+9
2007-07-24Remove redundant 'n >Spencer Janssen1-1/+1
2007-07-22Cleanup of shift codeMichael G. Sloan1-4/+4
2007-06-29Move screen details into StackSetSpencer Janssen1-32/+35