summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
2007-05-22add swapLeft and swapRightbobstopper
2007-05-22WibbleSpencer Janssen
2007-05-22Add preliminary randr supportSpencer Janssen
2007-05-22Remove the magic '2'Spencer Janssen
2007-05-21Move special case 'view' code into 'windows'.Spencer Janssen
2007-05-21Remove redundant fromIntegralsSpencer Janssen
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart
2007-05-21s/workspace/windowset/Jason Creighton
2007-05-21only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton
2007-05-20Be explicit about suspicious System.Mem importSpencer Janssen
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-16variable number of windows in master areaJason Creighton
2007-05-16Use camelCase, please.Spencer Janssen
2007-05-15beautify tileDavid Roundy
2007-05-12put doLayout in the X monad.David Roundy
2007-05-08Make 'index' return Nothing, rather than errorSpencer Janssen
2007-05-08Redundant parensSpencer Janssen
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart
2007-05-04Constrain layout messages to be members of a Message classDon Stewart
2007-05-04Handle empty layout listsSpencer Janssen
2007-05-04refactoring, style, comments on new layout codeDon Stewart
2007-05-04added mirrorLayout to mirror arbitrary layoutsJason Creighton
2007-05-04Fix layout switching orderSpencer Janssen
2007-05-03Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen
2007-05-03add support for extensible layouts.David Roundy
2007-05-03comments. and stop tracing events to stderrDon Stewart
2007-04-30Make border width configurableSpencer Janssen
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen
2007-04-30Add XConf for values that don't change.Spencer Janssen
2007-04-30Control.Arrow is suspicious, add an explicit importSpencer Janssen
2007-04-30configurable border colorsJason Creighton
2007-04-23force window border to 1pxJason Creighton
2007-04-19use prefixed record names in latest X11-extrasJason Creighton
2007-04-19WindowSet is better than WorkSpaceSpencer Janssen
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart
2007-04-19Promote now swaps focused window with master windowDon Stewart
2007-04-16test for xmonad in path first, before restartingDon Stewart
2007-04-15fix typo.David Roundy
2007-04-13Ignore window entries while moving windows. This should fix all the focus pr...Spencer Janssen
2007-04-11add license headers to two missing filesDon Stewart
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart
2007-04-11Change semantics of 'promote'.Don Stewart
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart
2007-04-11removed xinerama-enabled dmenu actionJason Creighton
2007-04-10Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-04-05Remove redundant setFocus, setFocus is called by refresh which is called by w...Spencer Janssen
2007-04-05-Wall policeDon Stewart
2007-04-04take window borders into account when resizing (requires latest X11-extras)Jason Creighton