summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-09-30test lookupWorkspace more deeplyDon Stewart
2007-09-30On change of keyboard mapping, grabKeys from the root window.Aaron Denney
2007-09-28Operation: coding style conformanceAndrea Rossato
2007-09-28StackSet uses PatternGuardsSpencer Janssen
2007-09-28define defaultLayout in Config.hs.David Roundy
2007-09-29merge, update test hookDon Stewart
2007-09-29100% coverage of alternative branchesDon Stewart
2007-09-29add some more properties for failure casesDon Stewart
2007-09-29polishDon Stewart
2007-09-29comments and formatting onlyDon Stewart
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen
2007-09-26merge old workspace tags with new on restart.David Roundy
2007-09-28SomeLayout: use the description of the wrapped layoutSpencer Janssen
2007-09-28LayoutSelection: describe the active layout onlySpencer Janssen
2007-09-27put transients completely on the screen when possible.David Roundy
2007-09-28setLayout should not call sendMessage, because sendMessage calls windowsSpencer Janssen
2007-09-28Add setLayout to the coreSpencer Janssen
2007-09-28Document otherPossibleLayoutsSpencer Janssen
2007-09-28Minor formattingSpencer Janssen
2007-09-28otherPossibleLayouts is empty by defaultSpencer Janssen
2007-09-28Update kind changes in the -class branchSpencer Janssen
2007-09-27Refactor floating code in manageSpencer Janssen
2007-09-25fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy
2007-09-25Simplify readLayout, comment on surprising behaviorSpencer Janssen
2007-09-25fix bug in reading of SomeLayouts.David Roundy
2007-09-25add support for parseable layouts not in the default.David Roundy
2007-09-25rename modifyLayout to handleMessage.David Roundy
2007-09-25make it easier to define pure layouts.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-24broadcast a ReleaseResources before restartingAndrea Rossato
2007-09-24Added LayoutMessagesAndrea Rossato
2007-09-24update screens for new kind of StackSet.David Roundy
2007-09-23create default modifyLayout that ignores messages.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21make layouts preserved over restartDavid Roundy
2007-09-21move Layout into StackSet.David Roundy
2007-09-20add (unused) Layout to StackSet.David Roundy
2007-09-20remove unneeded Ord constraint.David Roundy
2007-09-20eliminate a few Eq a constraints in StackSet.David Roundy
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen
2007-09-20Use derived Show and Read instances for MirrorSpencer Janssen
2007-09-20define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy
2007-09-20add Read instance to Layout.David Roundy
2007-09-20add Show instance to LayoutDavid Roundy
2007-09-20eliminate ugly OldLayout.David Roundy
2007-09-14move Layout stuff into class (hokey first cut).David Roundy
2007-09-28add prop for 'differentiate'Don Stewart
2007-09-27document shiftWinKarsten Schoelzel
2007-09-28new QC properties: floating a window is reversible, screens includes current ...Don Stewart
2007-09-27Add 3 QC properties for focusMaster: local, idempotent, preserves invariantDon Stewart