| Commit message (Expand) | Author | Files | Lines |
2007-09-28 | StackSet uses PatternGuards | Spencer Janssen | 1 | -0/+2 |
2007-09-29 | merge, update test hook | Don Stewart | 1 | -4/+15 |
2007-09-29 | 100% coverage of alternative branches | Don Stewart | 1 | -5/+8 |
2007-09-29 | polish | Don Stewart | 1 | -6/+10 |
2007-09-29 | comments and formatting only | Don Stewart | 1 | -31/+11 |
2007-09-26 | merge old workspace tags with new on restart. | David Roundy | 1 | -1/+18 |
2007-09-28 | Update kind changes in the -class branch | Spencer Janssen | 1 | -1/+1 |
2007-09-24 | update screens for new kind of StackSet. | David Roundy | 1 | -1/+1 |
2007-09-20 | add (unused) Layout to StackSet. | David Roundy | 1 | -35/+35 |
2007-09-20 | remove unneeded Ord constraint. | David Roundy | 1 | -1/+1 |
2007-09-20 | eliminate a few Eq a constraints in StackSet. | David Roundy | 1 | -4/+5 |
2007-09-27 | document shiftWin | Karsten Schoelzel | 1 | -0/+6 |
2007-09-27 | Add StackSet.focusMaster (mod-m) to move focus to master | Don Stewart | 1 | -7/+14 |
2007-09-24 | Add StackSet.screens | Spencer Janssen | 1 | -0/+5 |
2007-09-18 | fmt, and tiny comment seeking clarification | Don Stewart | 1 | -2/+3 |
2007-09-17 | Haddockify delete' comments | Spencer Janssen | 1 | -1/+1 |
2007-09-10 | Fix float behaviour, add shiftWin. | Karsten Schoelzel | 1 | -2/+11 |
2007-09-10 | Add delete' for use in shift | Karsten Schoelzel | 1 | -5/+10 |
2007-08-14 | simplify code in StackSet. | David Roundy | 1 | -1/+1 |
2007-08-15 | Add greedyView, make it the default action for mod-wer | Spencer Janssen | 1 | -1/+20 |
2007-08-07 | Remove 'Eq' constraint from StackSet.index | Spencer Janssen | 1 | -1/+1 |
2007-08-05 | trailing whitespace only | Don Stewart | 1 | -2/+2 |
2007-07-28 | Bugfix: reordering when filtering out the last window on a workspace | Karsten Schoelzel | 1 | -1/+1 |
2007-07-24 | shift: use guards instead of if | Spencer Janssen | 1 | -2/+2 |
2007-07-24 | Remove unnecessary Integral constraints | Spencer Janssen | 1 | -2/+2 |
2007-07-24 | make delete work when window is in multiple workspaces. | David Roundy | 1 | -22/+9 |
2007-07-24 | Remove redundant 'n > | Spencer Janssen | 1 | -1/+1 |
2007-07-22 | Cleanup of shift code | Michael G. Sloan | 1 | -4/+4 |
2007-06-29 | Move screen details into StackSet | Spencer Janssen | 1 | -32/+35 |
2007-06-26 | comment for (dubious?) integrate' | Don Stewart | 1 | -0/+2 |
2007-06-26 | fix empty case in 'filter', and note differences in semantics wrt. focus to '... | Don Stewart | 1 | -4/+9 |
2007-06-26 | clean up 'StackSet.filter' for style | Don Stewart | 1 | -4/+4 |
2007-06-17 | -Wall police, and turn on -fno-warn-orphans | Don Stewart | 1 | -6/+1 |
2007-06-14 | make workspace tag not need to be a Num. | David Roundy | 1 | -15/+33 |
2007-06-14 | haddock tuning for StackSet.hs | Andrea Rossato | 1 | -28/+45 |
2007-06-12 | make focus, up and down complete functions. | David Roundy | 1 | -51/+57 |
2007-06-12 | add differentiate function to StackSet to go [a] -> Stack a. | David Roundy | 1 | -1/+8 |
2007-06-12 | Make 'view' a total function | Spencer Janssen | 1 | -1/+1 |
2007-06-11 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-06-11 | Add StackSet.filter | Spencer Janssen | 1 | -2/+15 |
2007-06-10 | haddock compatibility | Andrea Rossato | 1 | -68/+81 |
2007-06-09 | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 1 | -1/+0 |
2007-06-05 | whitespace only | Don Stewart | 1 | -8/+7 |
2007-06-04 | -Wall police | Spencer Janssen | 1 | -5/+8 |
2007-06-04 | realign guard | l.mai | 1 | -1/+1 |
2007-06-04 | swapUp/Down are also mirrored | Spencer Janssen | 1 | -6/+5 |
2007-06-04 | Remove redundant cases in swapUp/Down | Spencer Janssen | 1 | -2/+0 |
2007-06-04 | focusUp/Down are the same, in reversed order | Spencer Janssen | 1 | -6/+9 |
2007-06-04 | Simplify focusUp/Down | Spencer Janssen | 1 | -4/+2 |
2007-06-04 | Integral implies Eq | Spencer Janssen | 1 | -1/+1 |