aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutModifier.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-31/+9
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-03-25XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey1-10/+205
2008-02-23LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato1-16/+12
2008-01-28LayoutModifier: add modifyDescription for completely override the modified la...Andrea Rossato1-3/+5
2008-01-27LayoutModifier add a modifyLayoutAndrea Rossato1-1/+4
2008-01-24LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato1-0/+10
2008-01-22LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato1-2/+7
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-23LayouModifier: haddock docsAndrea Rossato1-4/+10
2007-11-01HierarchifySpencer Janssen1-2/+2
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
2007-11-01LayoutModifier: LayoutMessages have movedSpencer Janssen1-1/+0
2007-10-22Fix pragmas in XMonadContribShachaf Ben-Kiki1-1/+1
2007-10-20allow layout modifiers to modify a Message in transit.David Roundy1-4/+9
2007-10-18default to empty description for layout modifiers.David Roundy1-1/+1
2007-10-18beautify description code for empty modifier-description.David Roundy1-3/+3
2007-10-18change definition of 'description' function for LayoutModifier so an extra sp...Brent Yorgey1-1/+3
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+2
2007-09-29some renaming of classes and data types.David Roundy1-4/+4
2007-09-28Use LANGUAGE pragmasSpencer Janssen1-0/+2
2007-09-28LayoutModifier: call unhook after releaseResourcesSpencer Janssen1-2/+4
2007-09-28Make modifier descriptions prettierSpencer Janssen1-1/+1
2007-09-28LayoutModifier should have descriptions tooSpencer Janssen1-0/+3
2007-09-25modifyLayout -> handleMessage.David Roundy1-2/+2
2007-09-24fix embarrassing bugs in LayoutModifier.David Roundy1-2/+2
2007-09-24LayoutModifier updated to use LayoutMessagesAndrea Rossato1-2/+2
2007-09-23rename LayoutHelpers to LayoutModifier.David Roundy1-2/+2
2007-09-23Update NoBorders and LayoutHelpers.David Roundy1-23/+27
2007-09-23add a hook to LayoutHelpers.David Roundy1-1/+3
2007-09-23update LayoutHelpers to work with new Layout class.David Roundy1-38/+25
2007-08-18LayoutHelpers: haddock tuningAndrea Rossato1-2/+2
2007-06-23make everything work with new doLayout.David Roundy1-14/+11
2007-06-23introduce idModify which is just "const (return Nothing)".David Roundy1-1/+4
2007-06-22add new LayoutHelpers module.David Roundy1-0/+62