aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* First cut at manageHookSpencer Janssen2007-10-013-5/+9
* Add StackSet.allWindowsSpencer Janssen2007-10-012-2/+9
* set border color more judiciously, so layouts can customize this.David Roundy2007-09-291-4/+4
* deeper test for differentiate. back to 100% coverageDon Stewart2007-09-301-1/+1
* properties for tag renamingDon Stewart2007-09-301-0/+21
* test lookupWorkspace more deeplyDon Stewart2007-09-301-0/+10
* On change of keyboard mapping, grabKeys from the root window.Aaron Denney2007-09-301-2/+4
* Operation: coding style conformanceAndrea Rossato2007-09-281-3/+3
* StackSet uses PatternGuardsSpencer Janssen2007-09-281-0/+2
* define defaultLayout in Config.hs.David Roundy2007-09-284-8/+17
* merge, update test hookDon Stewart2007-09-291-4/+15
* 100% coverage of alternative branchesDon Stewart2007-09-292-7/+17
* add some more properties for failure casesDon Stewart2007-09-291-0/+29
* 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