aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-281-1/+1
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-281-14/+11
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-271-0/+1
* dead codeDon Stewart2007-05-271-1/+0
* restart: don't preserve old argsSpencer Janssen2007-05-221-4/+3
* Generalize withDisplay's typeSpencer Janssen2007-05-221-1/+1
* List --resume args firstSpencer Janssen2007-05-221-1/+1
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-7/+15
* Catch the exception rather than explicitly checking the PATHSpencer Janssen2007-05-211-6/+2
* Put restart in the X monadSpencer Janssen2007-05-211-2/+2
* Show instances for WorkspaceId and ScreenIdSpencer Janssen2007-05-211-2/+2
* Use Position for dimensionsSpencer Janssen2007-05-211-4/+4
* Make screen info dynamic: first step to supporting randrSpencer Janssen2007-05-211-3/+3
* s/workspace/windowset/Jason Creighton2007-05-211-2/+2
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-4/+31
* put doLayout in the X monad.David Roundy2007-05-121-1/+1
* setsid() before exec. Intended to fix issue #7Spencer Janssen2007-05-141-2/+2
* 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-10/+28
* Handle empty layout listsSpencer Janssen2007-05-041-1/+2
* refactoring, style, comments on new layout codeDon Stewart2007-05-041-1/+3
* add support for extensible layouts.David Roundy2007-05-031-11/+5
* comments. and stop tracing events to stderrDon Stewart2007-05-031-2/+6
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-1/+0
* Comment onlySpencer Janssen2007-04-301-12/+12
* Comment onlySpencer Janssen2007-04-301-1/+1
* Add XConf for values that don't change.Spencer Janssen2007-04-301-10/+14
* configurable border colorsJason Creighton2007-04-301-0/+2
* add 8 new QC tests, including tests of the layout algorithmDon Stewart2007-04-191-0/+1
* WindowSet is better than WorkSpaceSpencer Janssen2007-04-191-3/+3
* Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart2007-04-191-5/+10
* clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart2007-04-111-3/+3
* clean up onlyDon Stewart2007-04-111-22/+29
* Statically distinguish Workspace and Screen indicesDon Stewart2007-04-111-5/+2
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-101-1/+0
* Simplify rotSpencer Janssen2007-04-101-2/+2
* Remove unused 'screen' fieldSpencer Janssen2007-04-091-1/+0
* Document XState fieldsSpencer Janssen2007-04-091-13/+11
* Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart2007-04-091-11/+13
* Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen2007-04-031-1/+1
* vertical (master area on top) tilingJason Creighton2007-04-031-1/+1
* Comment typo.Spencer Janssen2007-04-021-1/+1
* Revert to the old layout code.Spencer Janssen2007-04-021-39/+7
* Remove trailing spaces, no content changedAlec Berryman2007-04-011-1/+1
* Merged things together with dons changes.hughes2007-04-011-6/+7
* Vertical/horizontal split, and resizability.hughes2007-04-011-6/+36
* formatting fixes. the style is getting a bit dodgy in some places...Don Stewart2007-04-011-1/+6
* first shot at allowing click to focus windowsdaniel2007-03-281-4/+0
* Workspace-specific layoutshughes2007-03-261-3/+15
* Allow dynamic width in tiling modedaniel2007-03-211-0/+2