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