| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace 'findIndex' with 'findTag', which more accurately describes what the ... | Brent Yorgey | 2007-10-22 | 1 | -7/+7 |
* | StackSet.hs: (ensureTags): elaborate into a more descriptive comment. | Brent Yorgey | 2007-10-22 | 1 | -1/+3 |
* | StackSet.hs: remove dead code. | Brent Yorgey | 2007-10-22 | 1 | -2/+0 |
* | StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ... | Brent Yorgey | 2007-10-22 | 1 | -3/+4 |
* | StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc... | Brent Yorgey | 2007-10-22 | 1 | -3/+5 |
* | StackSet.hs: align some comments | Brent Yorgey | 2007-10-22 | 1 | -4/+4 |
* | StackSet.hs: small grammar fix and better flow in comment | Brent Yorgey | 2007-10-22 | 1 | -1/+1 |
* | StackSet.hs: better comments regarding hidden/visible workspace tracking for ... | Brent Yorgey | 2007-10-22 | 1 | -4/+5 |
* | remove StackOrNot type synonymn. | David Roundy | 2007-10-17 | 1 | -8/+6 |
* | reformat comments | l.mai | 2007-10-16 | 1 | -3/+3 |
* | Clean up trailing whitespace | Spencer Janssen | 2007-10-15 | 1 | -16/+16 |
* | add can't happen case to silence incomplete patterns in StackSet.hs | Don Stewart | 2007-10-13 | 1 | -1/+1 |
* | change email | Don Stewart | 2007-10-06 | 1 | -1/+1 |
* | polish some syntax | Don Stewart | 2007-10-06 | 1 | -4/+4 |
* | oops, need to export | Devin Mullins | 2007-10-06 | 1 | -1/+1 |
* | (cleanup) extract mapWorkspace out of renameTag | Devin Mullins | 2007-10-06 | 1 | -5/+10 |
* | Add mapLayout | Spencer Janssen | 2007-10-05 | 1 | -2/+8 |
* | Add StackSet.allWindows | Spencer Janssen | 2007-10-01 | 1 | -2/+6 |
* | StackSet uses PatternGuards | Spencer Janssen | 2007-09-28 | 1 | -0/+2 |
* | merge, update test hook | Don Stewart | 2007-09-29 | 1 | -4/+15 |
* | 100% coverage of alternative branches | Don Stewart | 2007-09-29 | 1 | -5/+8 |
* | polish | Don Stewart | 2007-09-29 | 1 | -6/+10 |
* | comments and formatting only | Don Stewart | 2007-09-29 | 1 | -31/+11 |
* | merge old workspace tags with new on restart. | David Roundy | 2007-09-26 | 1 | -1/+18 |
* | Update kind changes in the -class branch | Spencer Janssen | 2007-09-28 | 1 | -1/+1 |
* | update screens for new kind of StackSet. | David Roundy | 2007-09-24 | 1 | -1/+1 |
* | add (unused) Layout to StackSet. | David Roundy | 2007-09-20 | 1 | -35/+35 |
* | remove unneeded Ord constraint. | David Roundy | 2007-09-20 | 1 | -1/+1 |
* | eliminate a few Eq a constraints in StackSet. | David Roundy | 2007-09-20 | 1 | -4/+5 |
* | document shiftWin | Karsten Schoelzel | 2007-09-27 | 1 | -0/+6 |
* | Add StackSet.focusMaster (mod-m) to move focus to master | Don Stewart | 2007-09-27 | 1 | -7/+14 |
* | Add StackSet.screens | Spencer Janssen | 2007-09-24 | 1 | -0/+5 |
* | fmt, and tiny comment seeking clarification | Don Stewart | 2007-09-18 | 1 | -2/+3 |
* | Haddockify delete' comments | Spencer Janssen | 2007-09-17 | 1 | -1/+1 |
* | Fix float behaviour, add shiftWin. | Karsten Schoelzel | 2007-09-10 | 1 | -2/+11 |
* | Add delete' for use in shift | Karsten Schoelzel | 2007-09-10 | 1 | -5/+10 |
* | simplify code in StackSet. | David Roundy | 2007-08-14 | 1 | -1/+1 |
* | Add greedyView, make it the default action for mod-wer | Spencer Janssen | 2007-08-15 | 1 | -1/+20 |
* | Remove 'Eq' constraint from StackSet.index | Spencer Janssen | 2007-08-07 | 1 | -1/+1 |
* | trailing whitespace only | Don Stewart | 2007-08-05 | 1 | -2/+2 |
* | Bugfix: reordering when filtering out the last window on a workspace | Karsten Schoelzel | 2007-07-28 | 1 | -1/+1 |
* | shift: use guards instead of if | Spencer Janssen | 2007-07-24 | 1 | -2/+2 |
* | Remove unnecessary Integral constraints | Spencer Janssen | 2007-07-24 | 1 | -2/+2 |
* | make delete work when window is in multiple workspaces. | David Roundy | 2007-07-24 | 1 | -22/+9 |
* | Remove redundant 'n > | Spencer Janssen | 2007-07-24 | 1 | -1/+1 |
* | Cleanup of shift code | Michael G. Sloan | 2007-07-22 | 1 | -4/+4 |
* | Move screen details into StackSet | Spencer Janssen | 2007-06-29 | 1 | -32/+35 |
* | comment for (dubious?) integrate' | Don Stewart | 2007-06-26 | 1 | -0/+2 |
* | fix empty case in 'filter', and note differences in semantics wrt. focus to '... | Don Stewart | 2007-06-26 | 1 | -4/+9 |
* | clean up 'StackSet.filter' for style | Don Stewart | 2007-06-26 | 1 | -4/+4 |