aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/NoBorders.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey2010-01-121-1/+0
| | | | | | | | get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
* More configurability for Layout.NoBorders (typeclass method)Adam Vogt2009-03-251-32/+122
| | | | | | | | | Ignore-this: 91fe0bc6217b910b7348ff497b922e11 This method uses a typeclass to pass a function to the layoutmodifier. It is flexible, but a bit indirect and perhaps the flexibility is not required. darcs-hash:20090325050206-1499c-fd29296b7092e7a437a1cec5d5bf35265324952e.gz
* better Layout.NoBorders.smartBorders behavior on xineramaAdam Vogt2009-03-141-1/+4
| | | | | | | | | Ignore-this: 36737ce2fa2087c4a16ddf226d3b0f0a Now smartBorders shows borders when you have multiple screens with one window each. In the case where only one window is visible, no borders are drawn. darcs-hash:20090314170058-1499c-d684d8e2a27f0b4df4f7f4acb64ccbd42687ad71.gz
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-051-8/+3
| | | | | | | | | This removes the emptyLayoutMod method from the LayoutModifier class, and change the Stack parameter to redoLayout to a Maybe Stack one. It also changes all affected code. This should should be a refactoring without any change in program behaviour. darcs-hash:20081005190220-23c07-4701517e3433ecff8c999da75ac582f6f1b65c19.gz
* SmartBorders even for empty layoutsJoachim Breitner2008-10-051-3/+8
| | | | | | Fixes: http://code.google.com/p/xmonad/issues/detail?id"3 darcs-hash:20081005184426-23c07-6e58de9bb4e735e8c5cc8a6e08c0c369632f7839.gz
* Take maintainership of NoBordersSpencer Janssen2008-08-291-1/+1
| | | | darcs-hash:20080829201325-25a6b-b96337a32377328fd698780f350bd1af730fd19d.gz
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
| | | | darcs-hash:20080828151830-72aca-75151cf20f4efc1a3d1bc324cfdbc5602f58b363.gz
* fix bug in smartBorders when combined with decorated windows.David Roundy2008-05-161-4/+4
| | | | darcs-hash:20080516184855-72aca-4766ef523005dde370e5ee0e4fcae456c89db948.gz
* XMonad.Layout.NoBorders: fix floating fullscreen logicLukas Mai2008-03-261-1/+1
| | | | darcs-hash:20080326172844-462cf-08fd02f2fafb0978c1020ca182e6be49e808b6f5.gz
* XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai2008-03-211-4/+8
| | | | darcs-hash:20080321221315-462cf-23d1355c7f0a57d49f9b12e27d87c4b3d9299b3c.gz
* XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even ↵Lukas Mai2008-03-171-4/+2
| | | | | | when there are multiple screens darcs-hash:20080317183043-462cf-f76ad58ff9d4ded34d0ee5333d2dd772916d4683.gz
* Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating ↵Lukas Mai2008-03-161-11/+19
| | | | | | windows (bug 157) darcs-hash:20080316042941-462cf-ae5ff9d86dcd2e4110a29c4a41300aa77beda26d.gz
* make smartBorders ignore screens with no dimensions.David Roundy2008-03-081-1/+3
| | | | darcs-hash:20080308224244-72aca-a97a3505a284f30a2fa38051195397700338a205.gz
* Remove redundant importsSpencer Janssen2007-12-081-4/+0
| | | | darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
* NoBorders: haddock fixesAndrea Rossato2007-11-231-4/+3
| | | | darcs-hash:20071123140535-32816-e96c7733dc277d8fa3a85a1ff89a85a5b763f02e.gz
* NoBorders.hs: Haddock markup fixBrent Yorgey2007-11-201-1/+1
| | | | darcs-hash:20071120024415-bd4d7-eee1910bd4354c2a90786d73550f9fa42f10f235.gz
* NoBorders.hs: remove modifierDescription definitions, so NoBorders and ↵Brent Yorgey2007-11-121-5/+0
| | | | | | SmartBorder don't change the layout description. darcs-hash:20071112154525-bd4d7-af5063264a118a32d3105f2e2dc9708a6ad516b2.gz
* NoBorder.hs: documentation updatesBrent Yorgey2007-11-121-4/+4
| | | | darcs-hash:20071112154411-bd4d7-cfd47c16973ab874befd1f51eec751b7b718e8e7.gz
* HierarchifySpencer Janssen2007-11-011-0/+106
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz