summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
2007-10-22StackSet.hs: (insertUp): remove comments about new window being made master w...Brent Yorgey
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey
2007-10-22StackSet.hs: (ensureTags): elaborate into a more descriptive comment.Brent Yorgey
2007-10-22StackSet.hs: remove dead code.Brent Yorgey
2007-10-22StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ...Brent Yorgey
2007-10-22StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc...Brent Yorgey
2007-10-22StackSet.hs: align some commentsBrent Yorgey
2007-10-22StackSet.hs: small grammar fix and better flow in commentBrent Yorgey
2007-10-22StackSet.hs: better comments regarding hidden/visible workspace tracking for ...Brent Yorgey
2007-10-17remove StackOrNot type synonymn.David Roundy
2007-10-16reformat commentsl.mai
2007-10-15Clean up trailing whitespaceSpencer Janssen
2007-10-13add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart
2007-10-06change emailDon Stewart
2007-10-06polish some syntaxDon Stewart
2007-10-06oops, need to exportDevin Mullins
2007-10-06(cleanup) extract mapWorkspace out of renameTagDevin Mullins
2007-10-05Add mapLayoutSpencer Janssen
2007-10-01Add StackSet.allWindowsSpencer Janssen
2007-09-28StackSet uses PatternGuardsSpencer Janssen
2007-09-29merge, update test hookDon Stewart
2007-09-29100% coverage of alternative branchesDon Stewart
2007-09-29polishDon Stewart
2007-09-29comments and formatting onlyDon Stewart
2007-09-26merge old workspace tags with new on restart.David Roundy
2007-09-28Update kind changes in the -class branchSpencer Janssen
2007-09-24update screens for new kind of StackSet.David Roundy
2007-09-20add (unused) Layout to StackSet.David Roundy
2007-09-20remove unneeded Ord constraint.David Roundy
2007-09-20eliminate a few Eq a constraints in StackSet.David Roundy
2007-09-27document shiftWinKarsten Schoelzel
2007-09-27Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart
2007-09-24Add StackSet.screensSpencer Janssen
2007-09-18fmt, and tiny comment seeking clarificationDon Stewart
2007-09-17Haddockify delete' commentsSpencer Janssen
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-09-10Add delete' for use in shiftKarsten Schoelzel
2007-08-14simplify code in StackSet.David Roundy
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen
2007-08-07Remove 'Eq' constraint from StackSet.indexSpencer Janssen
2007-08-05trailing whitespace onlyDon Stewart
2007-07-28Bugfix: reordering when filtering out the last window on a workspaceKarsten Schoelzel
2007-07-24shift: use guards instead of ifSpencer Janssen
2007-07-24Remove unnecessary Integral constraintsSpencer Janssen
2007-07-24make delete work when window is in multiple workspaces.David Roundy
2007-07-24Remove redundant 'n >= 0' check from shift. (from David Roundy's 'simplify s...Spencer Janssen
2007-07-22Cleanup of shift codeMichael G. Sloan
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-26comment for (dubious?) integrate'Don Stewart
2007-06-26fix empty case in 'filter', and note differences in semantics wrt. focus to '...Don Stewart