aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton2007-05-211-1/+3
* Be explicit about suspicious System.Mem importSpencer Janssen2007-05-201-1/+1
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-194/+162
* variable number of windows in master areaJason Creighton2007-05-161-10/+13
* Use camelCase, please.Spencer Janssen2007-05-161-10/+10
* beautify tileDavid Roundy2007-05-151-11/+18
* put doLayout in the X monad.David Roundy2007-05-121-4/+6
* Make 'index' return Nothing, rather than errorSpencer Janssen2007-05-081-3/+3
* Redundant parensSpencer Janssen2007-05-081-1/+1
* since we just ignore type errors, no need to derive ShowDon Stewart2007-05-041-1/+1
* 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