aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* polishDon Stewart2007-09-291-6/+10
* comments and formatting onlyDon Stewart2007-09-291-31/+11
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-282-2/+5
* merge old workspace tags with new on restart.David Roundy2007-09-262-4/+21
* SomeLayout: use the description of the wrapped layoutSpencer Janssen2007-09-281-0/+1
* LayoutSelection: describe the active layout onlySpencer Janssen2007-09-281-0/+3
* put transients completely on the screen when possible.David Roundy2007-09-271-5/+10
* setLayout should not call sendMessage, because sendMessage calls windowsSpencer Janssen2007-09-281-3/+3
* Add setLayout to the coreSpencer Janssen2007-09-282-0/+8
* Document otherPossibleLayoutsSpencer Janssen2007-09-281-0/+3
* Minor formattingSpencer Janssen2007-09-281-3/+3
* otherPossibleLayouts is empty by defaultSpencer Janssen2007-09-281-7/+3
* Update kind changes in the -class branchSpencer Janssen2007-09-281-1/+1
* Refactor floating code in manageSpencer Janssen2007-09-271-8/+7
* fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy2007-09-251-0/+4
* Simplify readLayout, comment on surprising behaviorSpencer Janssen2007-09-251-3/+3
* fix bug in reading of SomeLayouts.David Roundy2007-09-251-1/+3
* add support for parseable layouts not in the default.David Roundy2007-09-253-3/+11
* rename modifyLayout to handleMessage.David Roundy2007-09-252-17/+17
* make it easier to define pure layouts.David Roundy2007-09-252-2/+5
* Make a String description part of each Layout.David Roundy2007-09-245-15/+21
* broadcast a ReleaseResources before restartingAndrea Rossato2007-09-241-1/+1
* Added LayoutMessagesAndrea Rossato2007-09-241-7/+16
* update screens for new kind of StackSet.David Roundy2007-09-241-1/+1
* create default modifyLayout that ignores messages.David Roundy2007-09-232-1/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-215-30/+60
* make layouts preserved over restartDavid Roundy2007-09-213-8/+10
* move Layout into StackSet.David Roundy2007-09-213-27/+25
* add (unused) Layout to StackSet.David Roundy2007-09-204-51/+53
* remove unneeded Ord constraint.David Roundy2007-09-201-1/+1
* eliminate a few Eq a constraints in StackSet.David Roundy2007-09-201-4/+5
* Pointfree Mirror and SomeLayout instancesSpencer Janssen2007-09-202-6/+4
* Use derived Show and Read instances for MirrorSpencer Janssen2007-09-201-7/+1
* define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy2007-09-201-1/+7
* add Read instance to Layout.David Roundy2007-09-202-6/+13
* add Show instance to LayoutDavid Roundy2007-09-202-3/+7
* eliminate ugly OldLayout.David Roundy2007-09-204-33/+26
* move Layout stuff into class (hokey first cut).David Roundy2007-09-144-22/+39
* add prop for 'differentiate'Don Stewart2007-09-281-0/+5
* document shiftWinKarsten Schoelzel2007-09-271-0/+6
* new QC properties: floating a window is reversible, screens includes current ...Don Stewart2007-09-281-0/+18
* Add 3 QC properties for focusMaster: local, idempotent, preserves invariantDon Stewart2007-09-271-2/+19
* no regents in xmonad licenseDon Stewart2007-09-271-1/+1
* note that we use pattern guards in the .cabal fileDon Stewart2007-09-271-1/+1
* Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart2007-09-272-7/+16
* use hPrint instead of hPutStrLnDon Stewart2007-09-271-1/+1
* Split float upSpencer Janssen2007-09-241-8/+17
* Use the new StackSet.screens in windowsSpencer Janssen2007-09-241-1/+1
* Add StackSet.screensSpencer Janssen2007-09-241-0/+5
* fmt, and tiny comment seeking clarificationDon Stewart2007-09-181-2/+3