summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
2007-09-27Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart
2007-09-24Add StackSet.screensSpencer Janssen
2007-09-18fmt, and tiny comment seeking clarificationDon Stewart
2007-09-17Haddockify delete' commentsSpencer Janssen
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-09-10Add delete' for use in shiftKarsten Schoelzel
2007-08-14simplify code in StackSet.David Roundy
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen
2007-08-07Remove 'Eq' constraint from StackSet.indexSpencer Janssen
2007-08-05trailing whitespace onlyDon Stewart
2007-07-28Bugfix: reordering when filtering out the last window on a workspaceKarsten Schoelzel
2007-07-24shift: use guards instead of ifSpencer Janssen
2007-07-24Remove unnecessary Integral constraintsSpencer Janssen
2007-07-24make delete work when window is in multiple workspaces.David Roundy
2007-07-24Remove redundant 'n >= 0' check from shift. (from David Roundy's 'simplify s...Spencer Janssen
2007-07-22Cleanup of shift codeMichael G. Sloan
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-26comment for (dubious?) integrate'Don Stewart
2007-06-26fix empty case in 'filter', and note differences in semantics wrt. focus to '...Don Stewart
2007-06-26clean up 'StackSet.filter' for styleDon Stewart
2007-06-17-Wall police, and turn on -fno-warn-orphansDon Stewart
2007-06-14make workspace tag not need to be a Num.David Roundy
2007-06-14haddock tuning for StackSet.hsAndrea Rossato
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-12add differentiate function to StackSet to go [a] -> Stack a.David Roundy
2007-06-12Make 'view' a total functionSpencer Janssen
2007-06-11-Wall policeSpencer Janssen
2007-06-11Add StackSet.filterSpencer Janssen
2007-06-10haddock compatibilityAndrea Rossato
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart
2007-06-05whitespace onlyDon Stewart
2007-06-04-Wall policeSpencer Janssen
2007-06-04realign guardl.mai
2007-06-04swapUp/Down are also mirroredSpencer Janssen
2007-06-04Remove redundant cases in swapUp/DownSpencer Janssen
2007-06-04focusUp/Down are the same, in reversed orderSpencer Janssen
2007-06-04Simplify focusUp/DownSpencer Janssen
2007-06-04Integral implies EqSpencer Janssen
2007-06-04Comment typo.Spencer Janssen
2007-06-04Use the new integrate functionSpencer Janssen
2007-06-04Add integrateSpencer Janssen
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart
2007-05-26type sig for abort.Don Stewart
2007-05-24Add an abort function, called for deliberate and intentional errorsNeil Mitchell
2007-05-25Deleting a window should not affect focusRob
2007-05-22add swapLeft and swapRightbobstopper
2007-05-21Read instance for StackSetSpencer Janssen
2007-05-21modifyDon Stewart