aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Decoration.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-08Decoration: enable mouse dragging of windowsAndrea Rossato1-5/+11
2008-02-08Decoration: add a mouseEventHook methohd and move mouse button event thereAndrea Rossato1-5/+12
2008-02-07Decoration: consistency of variable namesAndrea Rossato1-30/+30
2008-02-07Decoration: add a SetTheme message and releaseResourcesAndrea Rossato1-10/+17
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