aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutModifier.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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