aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Decoration.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-04enable button click for focus in tabbed.David Roundy1-0/+8
2008-02-04in Decoration, remove windows that are precisely hidden underneath other wind...David Roundy1-3/+8
2008-01-31Make LayoutHints a decoration aware layout modifierAndrea Rossato1-1/+4
2008-01-30Various decorations related updatesSpencer Janssen1-60/+53
2008-01-28Decoration: the fontset must be released even when we don't decorate the firs...Andrea Rossato1-1/+3
2008-01-28Decoration: I forgot we need to release the fontset too!Andrea Rossato1-1/+2
2008-01-28Decoration: after deleting the windows we must update the layout modifierAndrea Rossato1-1/+2
2008-01-26Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato1-5/+2
2008-01-26Decoration: code formatting onlyAndrea Rossato1-15/+12
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato1-0/+252