aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-565/+0
* StackSet.hs: (insertUp): remove comments about new window being made master w...Brent Yorgey2007-10-221-6/+4
* Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey2007-10-221-7/+7
* StackSet.hs: (ensureTags): elaborate into a more descriptive comment.Brent Yorgey2007-10-221-1/+3
* StackSet.hs: remove dead code.Brent Yorgey2007-10-221-2/+0
* StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ...Brent Yorgey2007-10-221-3/+4
* StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc...Brent Yorgey2007-10-221-3/+5
* StackSet.hs: align some commentsBrent Yorgey2007-10-221-4/+4
* StackSet.hs: small grammar fix and better flow in commentBrent Yorgey2007-10-221-1/+1
* StackSet.hs: better comments regarding hidden/visible workspace tracking for ...Brent Yorgey2007-10-221-4/+5
* 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