aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge with toList/fromList patchDon Stewart2007-04-111-10/+12
* Statically distinguish Workspace and Screen indicesDon Stewart2007-04-114-115/+122
* fromList/toList have # of screens + another QC propertyJason Creighton2007-04-112-10/+19
* Xinerama screen switching bugfixJason Creighton2007-04-111-1/+1
* removed xinerama-enabled dmenu actionJason Creighton2007-04-111-10/+0
* Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen2007-04-102-1/+5
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-106-59/+79
* Add notes about StackSet redesignSpencer Janssen2007-04-101-1/+13
* Simplify rotSpencer Janssen2007-04-101-2/+2
* Rearrange TODOSpencer Janssen2007-04-091-15/+16
* Also doneSpencer Janssen2007-04-091-1/+0
* Tile algorithm has been improvedSpencer Janssen2007-04-091-3/+0
* Vertical tiling doneSpencer Janssen2007-04-091-2/+0
* Remove redundant parensSpencer Janssen2007-04-091-1/+1
* Remove unused 'screen' fieldSpencer Janssen2007-04-092-2/+0
* Document XState fieldsSpencer Janssen2007-04-091-13/+11
* Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart2007-04-092-12/+14
* 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
* summarise key bindings in a table in Config.hsDon Stewart2007-04-041-20/+52
* replace multiple gets with a single get and record bindDon Stewart2007-04-042-18/+10
* Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen2007-04-033-11/+8
* Abusing TODO as a bug tracker: note about overlappingAlec Berryman2007-04-031-0/+2
* Comment typo: more -> moveAlec Berryman2007-04-031-1/+1
* Note the Xinerama bugs I've experienced in the TODOAlec Berryman2007-04-021-0/+9
* vertical (master area on top) tilingJason Creighton2007-04-032-4/+10
* Comment typo.Spencer Janssen2007-04-021-1/+1
* Comment only.Spencer Janssen2007-04-021-0/+5
* Revert to the old layout code.Spencer Janssen2007-04-024-155/+44
* Type error: lockMask :: KeyMask, not KeySymAlec Berryman2007-04-011-1/+1
* Suggest an alternative modMask for emacs usersAlec Berryman2007-04-011-2/+3
* Remove trailing spaces, no content changedAlec Berryman2007-04-015-15/+15
* Fix type error in dimensions field of XState record for 64-bit systemsAlec Berryman2007-04-011-1/+3
* Config.hs comment formatting/typoJason Creighton2007-04-011-32/+34
* "dmenu" operation to spawn dmenu only on the current screen (for Xinerama)Jason Creighton2007-04-011-0/+11
* sanitize key bindingsDon Stewart2007-04-011-10/+15
* Cleaned up layout a little bithughes2007-04-011-13/+35
* restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart2007-04-012-8/+17
* Merged things together with dons changes.hughes2007-04-013-42/+61
* Config.hs avoids conflict with essential M-w Emacs shortcut.hughes2007-04-011-1/+1
* Vertical/horizontal split, and resizability.hughes2007-04-014-38/+111
* Remove evil gmrun shortcut.hughes2007-03-301-1/+1
* formatting onlyDon Stewart2007-04-012-6/+11
* formatting fixes. the style is getting a bit dodgy in some places...Don Stewart2007-04-012-31/+41
* Move safeFocus from Main to OperationsSpencer Janssen2007-03-312-7/+7
* removed refocus; moved functionality to setFocusJason Creighton2007-03-312-16/+9
* refactored "focus changed" code into "refocus"Jason Creighton2007-03-302-3/+11
* Window bordersAlec Berryman2007-03-292-1/+10
* Add AMD64 note to the READMESpencer Janssen2007-03-291-0/+3