| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | -Wall police, and turn on -fno-warn-orphans | Don Stewart | 2007-06-17 | 1 | -6/+1 |
* | make workspace tag not need to be a Num. | David Roundy | 2007-06-14 | 1 | -15/+33 |
* | haddock tuning for StackSet.hs | Andrea Rossato | 2007-06-14 | 1 | -28/+45 |
* | make focus, up and down complete functions. | David Roundy | 2007-06-12 | 1 | -51/+57 |
* | add differentiate function to StackSet to go [a] -> Stack a. | David Roundy | 2007-06-12 | 1 | -1/+8 |
* | Make 'view' a total function | Spencer Janssen | 2007-06-12 | 1 | -1/+1 |
* | -Wall police | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | Add StackSet.filter | Spencer Janssen | 2007-06-11 | 1 | -2/+15 |
* | haddock compatibility | Andrea Rossato | 2007-06-10 | 1 | -68/+81 |
* | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 2007-06-09 | 1 | -1/+0 |
* | whitespace only | Don Stewart | 2007-06-05 | 1 | -8/+7 |
* | -Wall police | Spencer Janssen | 2007-06-04 | 1 | -5/+8 |
* | realign guard | l.mai | 2007-06-04 | 1 | -1/+1 |
* | swapUp/Down are also mirrored | Spencer Janssen | 2007-06-04 | 1 | -6/+5 |
* | Remove redundant cases in swapUp/Down | Spencer Janssen | 2007-06-04 | 1 | -2/+0 |
* | focusUp/Down are the same, in reversed order | Spencer Janssen | 2007-06-04 | 1 | -6/+9 |
* | Simplify focusUp/Down | Spencer Janssen | 2007-06-04 | 1 | -4/+2 |
* | Integral implies Eq | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | Comment typo. | Spencer Janssen | 2007-06-04 | 1 | -3/+0 |
* | Use the new integrate function | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | Add integrate | Spencer Janssen | 2007-06-04 | 1 | -1/+8 |
* | clean up mouse code a bit | Don Stewart | 2007-05-31 | 1 | -5/+8 |
* | first shot at a floating layer | Jason Creighton | 2007-05-31 | 1 | -10/+20 |
* | HEADS UP: change key binding for swapLeft/Right and IncMaster | Don Stewart | 2007-05-26 | 1 | -43/+48 |