aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-08Make 'index' return Nothing, rather than errorSpencer Janssen1-3/+3
2007-05-08Redundant parensSpencer Janssen1-1/+1
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart1-1/+1
2007-05-04Constrain layout messages to be members of a Message classDon Stewart1-20/+24
2007-05-04Handle empty layout listsSpencer Janssen1-7/+8
2007-05-04refactoring, style, comments on new layout codeDon Stewart1-39/+58
2007-05-04added mirrorLayout to mirror arbitrary layoutsJason Creighton1-10/+9
2007-05-04Fix layout switching orderSpencer Janssen1-2/+1
2007-05-03Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen1-1/+1
2007-05-03add support for extensible layouts.David Roundy1-18/+30
2007-05-03comments. and stop tracing events to stderrDon Stewart1-4/+9
2007-04-30Make border width configurableSpencer Janssen1-1/+1
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen1-4/+4
2007-04-30Add XConf for values that don't change.Spencer Janssen1-9/+11
2007-04-30Control.Arrow is suspicious, add an explicit importSpencer Janssen1-1/+1
2007-04-30configurable border colorsJason Creighton1-7/+4
2007-04-23force window border to 1pxJason Creighton1-0/+1
2007-04-19use prefixed record names in latest X11-extrasJason Creighton1-1/+1
2007-04-19WindowSet is better than WorkSpaceSpencer Janssen1-1/+1
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart1-3/+3
2007-04-19Promote now swaps focused window with master windowDon Stewart1-4/+1
2007-04-16test for xmonad in path first, before restartingDon Stewart1-3/+7
2007-04-15fix typo.David Roundy1-1/+1
2007-04-13Ignore window entries while moving windows. This should fix all the focus pr...Spencer Janssen1-0/+11
2007-04-11add license headers to two missing filesDon Stewart1-0/+12
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart1-5/+14
2007-04-11Change semantics of 'promote'.Don Stewart1-7/+3
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart1-12/+10
2007-04-11removed xinerama-enabled dmenu actionJason Creighton1-10/+0
2007-04-10Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen1-0/+4
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton1-30/+12
2007-04-05Remove redundant setFocus, setFocus is called by refresh which is called by w...Spencer Janssen1-3/+0
2007-04-05-Wall policeDon Stewart1-3/+3
2007-04-04take window borders into account when resizing (requires latest X11-extras)Jason Creighton1-1/+10
2007-04-04replace multiple gets with a single get and record bindDon Stewart1-16/+9
2007-04-03Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen1-5/+5
2007-04-03vertical (master area on top) tilingJason Creighton1-3/+9
2007-04-02Comment only.Spencer Janssen1-0/+5
2007-04-02Revert to the old layout code.Spencer Janssen1-113/+26
2007-04-01Remove trailing spaces, no content changedAlec Berryman1-6/+6
2007-04-01"dmenu" operation to spawn dmenu only on the current screen (for Xinerama)Jason Creighton1-0/+11
2007-04-01Cleaned up layout a little bithughes1-13/+35
2007-04-01restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart1-1/+5
2007-04-01Merged things together with dons changes.hughes1-29/+54
2007-04-01Vertical/horizontal split, and resizability.hughes1-22/+59
2007-04-01formatting fixes. the style is getting a bit dodgy in some places...Don Stewart1-30/+35
2007-03-31Move safeFocus from Main to OperationsSpencer Janssen1-0/+7
2007-03-31removed refocus; moved functionality to setFocusJason Creighton1-15/+9
2007-03-30refactored "focus changed" code into "refocus"Jason Creighton1-3/+10
2007-03-29Window bordersAlec Berryman1-0/+10