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