aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WindowArranger.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* Refer to modm as the current modMaskAdam Vogt2009-10-221-14/+14
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-261-5/+1
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-051-2/+2
* Missing pragmasDon Stewart2008-05-061-4/+4
* Add full documentationDon Stewart2008-05-051-1/+4
* Fix usage doc.Roman Cheplyaka2008-02-251-1/+5
* WindowArranger: add a SetGeometry message - needed to enable mouseDragAndrea Rossato2008-02-081-1/+5
* WindowArranger can now arrange all windowsAndrea Rossato2008-01-271-19/+27
* WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)Andrea Rossato2008-01-261-0/+1
* Add WindowArranger, a layout modifier to move and resize windows with the key...Andrea Rossato2008-01-251-0/+189