aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-05-31clean up mouse code a bitDon Stewart1-5/+8
2007-05-31first shot at a floating layerJason Creighton1-10/+20
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart1-43/+48
2007-05-26type sig for abort.Don Stewart1-2/+3
2007-05-24Add an abort function, called for deliberate and intentional errorsNeil Mitchell1-2/+6
2007-05-25Deleting a window should not affect focusRob1-2/+5
2007-05-22add swapLeft and swapRightbobstopper1-7/+24
2007-05-21Read instance for StackSetSpencer Janssen1-4/+4
2007-05-21modifyDon Stewart1-1/+2
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart1-46/+55
2007-05-21focusWindow: always view the containing workspace firstJason Creighton1-9/+4
2007-05-21explicit export list for StackSetDon Stewart1-1/+5
2007-05-20comment onlyDon Stewart1-4/+4
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-211/+337
2007-05-16Read is not needed for StackSetSpencer Janssen1-1/+1