aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove StackOrNot type synonymn.David Roundy2007-10-171-8/+6
* reformat commentsl.mai2007-10-161-3/+3
* Clean up trailing whitespaceSpencer Janssen2007-10-151-16/+16
* add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart2007-10-131-1/+1
* change emailDon Stewart2007-10-061-1/+1
* polish some syntaxDon Stewart2007-10-061-4/+4
* oops, need to exportDevin Mullins2007-10-061-1/+1
* (cleanup) extract mapWorkspace out of renameTagDevin Mullins2007-10-061-5/+10
* Add mapLayoutSpencer Janssen2007-10-051-2/+8
* Add StackSet.allWindowsSpencer Janssen2007-10-011-2/+6
* StackSet uses PatternGuardsSpencer Janssen2007-09-281-0/+2
* merge, update test hookDon Stewart2007-09-291-4/+15
* 100% coverage of alternative branchesDon Stewart2007-09-291-5/+8
* 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