aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/ManageDocks.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-26ManageDocks: add emptyLayout definition for supporting the new decoration fra...Andrea Rossato1-0/+3
2007-12-31ManageDocks: some documentation fixesAndrea Rossato1-1/+4
2007-12-22AvoidStruts: add support for partial strutsSpencer Janssen1-40/+43
2007-12-22ManageDocks: ignore desktop windows alsoSpencer Janssen1-3/+4
2007-12-13Add support for _NET_WM_STRUT_PARTIALSpencer Janssen1-9/+11
2007-12-10ManageDocks: when there are struts on opposing edges, the right/bottom strutSpencer Janssen1-2/+3
2007-12-09Update ManageDocks to the new ManageHook system, remove the gap setting code ...Spencer Janssen1-84/+61
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Prune more importsSpencer Janssen1-2/+0
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-1/+1
2007-11-14ManageDocks.hs: haddock fixesAndrea Rossato1-6/+7
2007-11-14pattern guards and newtype deriving required for ManageDocks.hs to build!Don Stewart1-1/+3
2007-11-13add ToggleStruts capability to avoidStruts.David Roundy1-9/+18
2007-11-10fix bug in avoidStruts.David Roundy1-1/+1
2007-11-01Change the type of properties from Word32 to CLongMats Jansborg1-2/+2
2007-11-08fix bug in avoidStruts.David Roundy1-1/+14
2007-11-06Add LANGUAGE pragmas for ManageDocksSpencer Janssen1-0/+1
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-24code to define a strut-avoiding layout.David Roundy1-0/+19
2007-10-23STRUT aware gap toggling (clean patch)mail1-8/+40
2007-10-10Fix EwmhDesktops, ManageDocks, and SetWMName compilation for amd64Alex Tarkovsky1-30/+30
2007-10-07doc fixes for ManageDocksDevin Mullins1-1/+3
2007-10-07ManageDocks now handles STRUT windows as wellmail1-5/+46
2007-10-06(un)Manage Docks based on WINDOW_TYPEmail1-0/+59