aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* polishDon Stewart2007-09-291-6/+10
* comments and formatting onlyDon Stewart2007-09-291-31/+11
* merge old workspace tags with new on restart.David Roundy2007-09-261-1/+18
* Update kind changes in the -class branchSpencer Janssen2007-09-281-1/+1
* update screens for new kind of StackSet.David Roundy2007-09-241-1/+1
* add (unused) Layout to StackSet.David Roundy2007-09-201-35/+35
* remove unneeded Ord constraint.David Roundy2007-09-201-1/+1
* eliminate a few Eq a constraints in StackSet.David Roundy2007-09-201-4/+5
* document shiftWinKarsten Schoelzel2007-09-271-0/+6
* Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart2007-09-271-7/+14
* Add StackSet.screensSpencer Janssen2007-09-241-0/+5
* fmt, and tiny comment seeking clarificationDon Stewart2007-09-181-2/+3
* Haddockify delete' commentsSpencer Janssen2007-09-171-1/+1
* Fix float behaviour, add shiftWin.Karsten Schoelzel2007-09-101-2/+11
* Add delete' for use in shiftKarsten Schoelzel2007-09-101-5/+10
* simplify code in StackSet.David Roundy2007-08-141-1/+1
* Add greedyView, make it the default action for mod-werSpencer Janssen2007-08-151-1/+20
* Remove 'Eq' constraint from StackSet.indexSpencer Janssen2007-08-071-1/+1
* trailing whitespace onlyDon Stewart2007-08-051-2/+2
* Bugfix: reordering when filtering out the last window on a workspaceKarsten Schoelzel2007-07-281-1/+1
* shift: use guards instead of ifSpencer Janssen2007-07-241-2/+2
* Remove unnecessary Integral constraintsSpencer Janssen2007-07-241-2/+2
* make delete work when window is in multiple workspaces.David Roundy2007-07-241-22/+9
* Remove redundant 'n >Spencer Janssen2007-07-241-1/+1
* Cleanup of shift codeMichael G. Sloan2007-07-221-4/+4
* Move screen details into StackSetSpencer Janssen2007-06-291-32/+35
* comment for (dubious?) integrate'Don Stewart2007-06-261-0/+2
* fix empty case in 'filter', and note differences in semantics wrt. focus to '...Don Stewart2007-06-261-4/+9
* clean up 'StackSet.filter' for styleDon Stewart2007-06-261-4/+4
* -Wall police, and turn on -fno-warn-orphansDon Stewart2007-06-171-6/+1
* make workspace tag not need to be a Num.David Roundy2007-06-141-15/+33
* haddock tuning for StackSet.hsAndrea Rossato2007-06-141-28/+45
* make focus, up and down complete functions.David Roundy2007-06-121-51/+57
* add differentiate function to StackSet to go [a] -> Stack a.David Roundy2007-06-121-1/+8
* Make 'view' a total functionSpencer Janssen2007-06-121-1/+1
* -Wall policeSpencer Janssen2007-06-111-1/+1
* Add StackSet.filterSpencer Janssen2007-06-111-2/+15
* haddock compatibilityAndrea Rossato2007-06-101-68/+81
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-091-1/+0
* whitespace onlyDon Stewart2007-06-051-8/+7
* -Wall policeSpencer Janssen2007-06-041-5/+8
* realign guardl.mai2007-06-041-1/+1
* swapUp/Down are also mirroredSpencer Janssen2007-06-041-6/+5
* Remove redundant cases in swapUp/DownSpencer Janssen2007-06-041-2/+0
* focusUp/Down are the same, in reversed orderSpencer Janssen2007-06-041-6/+9
* Simplify focusUp/DownSpencer Janssen2007-06-041-4/+2
* Integral implies EqSpencer Janssen2007-06-041-1/+1
* Comment typo.Spencer Janssen2007-06-041-3/+0
* Use the new integrate functionSpencer Janssen2007-06-041-1/+1
* Add integrateSpencer Janssen2007-06-041-1/+8