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