aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Type error: button1 :: Button, not :: ButtonMaskAlec Berryman2007-03-291-1/+1
* Fix refreshKeyboardMapping issues. Requires the latest X11-extrasSpencer Janssen2007-03-281-2/+2
* allow mouse to change current workspacedaniel2007-03-282-5/+2
* first shot at allowing click to focus windowsdaniel2007-03-284-16/+32
* added a quickcheck propertydaniel2007-03-281-0/+7
* Compatibility with CInt'ified X11Spencer Janssen2007-03-281-2/+6
* one less todoDon Stewart2007-03-281-1/+0
* whitespaceJason Creighton2007-03-271-4/+0
* updated TODO (Config.hs completed)Jason Creighton2007-03-271-2/+0
* Config supports Ctrl+Space for gmrun again.hughes2007-03-261-2/+1
* Workspace-specific layoutshughes2007-03-264-33/+63
* Typo: use dmenu_path instead of emenu_pathAlec Berryman2007-03-261-1/+1
* Focus follows mouse.Spencer Janssen2007-03-261-1/+5
* Update todoSpencer Janssen2007-03-261-1/+0
* Extra config: defaultLayoutdaniel2007-03-262-1/+5
* updated TODOdaniel2007-03-261-2/+4
* minor aesthetic changesdaniel2007-03-262-7/+6
* fixDon Stewart2007-03-262-3/+10
* Restrain leftWidthSpencer Janssen2007-03-261-1/+2
* Config.lhs -> Config.hsJason Creighton2007-03-262-101/+89
* added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton2007-03-263-252/+310
* Xinerama focus bug (couldn't focus on current workspace)Jason Creighton2007-03-251-16/+15
* restart (simple exec(), no state saved)Jason Creighton2007-03-231-0/+11