aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a bit of documentation to HintedTileBrent Yorgey2009-01-141-3/+4
| | | | darcs-hash:20090114065126-1e371-cb665fb2969afa103475ee90936e85a859e4149a.gz
* CenteredMasterportnov842009-01-111-0/+110
| | | | | | | centerMaster layout modifier places master window at top of other, at center of screen. Other windows are managed by base layout. topRightMaster is similar, but places master window at top right corner. darcs-hash:20090111134513-94bf2-42a2712685439482713639b06b347f30456f4b0f.gz
* ThreeColumnsMiddlexmonad2009-01-021-0/+92
| | | | darcs-hash:20090102091019-6ca0d-7464411f3c2064b5af5ecc3f2b152abac05d947b.gz
* X.L.Monitor: changes in message passingRoman Cheplyaka2008-12-261-12/+14
| | | | | | | - transform mbName (Maybe String) to name (String) - slghtly change semantics of messages, document it darcs-hash:20081226220851-3ebed-4d064ed9c6f1ada44dc76851c2bfa34d5d75b484.gz
* X.L.Monitor: change interfaceRoman Cheplyaka2008-12-261-48/+70
| | | | | | | - remove add*Monitor - add manageMonitor, monitor template darcs-hash:20081226213118-3ebed-ec5516329137639d15c17f2a0d649c2733720cd7.gz
* X.L.Monitor: docsRoman Cheplyaka2008-12-251-1/+4
| | | | darcs-hash:20081225073904-3ebed-42e966f1d0f373a4cd5773cf72baefe4d2d05f79.gz
* addition of combined TallGrid layoutNorbert Zeh2008-12-121-0/+166
| | | | | | | | Added a module XMonad.Layouts.GridVariants, which defines layouts Grid and TallGrid. The former is a customizable version of Grid. The latter is a combination of Grid and Tall (see doc of the module). darcs-hash:20081212184836-18a2b-d407208a05e83fb686e0a58b9045675aeed85e61.gz
* Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner2008-12-131-0/+91
| | | | darcs-hash:20081213073054-18f27-8d98235fe49f631ded0dbe21c7f3e1df3dec6531.gz
* X.L.Monitor: recommend doHideIgnore (docs)Roman Cheplyaka2008-12-151-1/+1
| | | | darcs-hash:20081215190710-3ebed-3ddcbdd418cc71e39769f94b2de65b2a187f733d.gz
* X.L.Monitor: docsRoman Cheplyaka2008-12-151-5/+5
| | | | darcs-hash:20081215184423-3ebed-8d48d03775d6c4f5c0178bf9f5986770aa601a1a.gz
* X.L.Monitor: export Monitor datatypeRoman Cheplyaka2008-12-151-0/+1
| | | | darcs-hash:20081215184318-3ebed-ef13f981d633b9ae9fb4d76764e9bab765af6b78.gz
* X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka2008-12-151-1/+3
| | | | darcs-hash:20081215182758-3ebed-57a3f97d629f988c5bbd16fc17b7b1856f046865.gz
* Export setOpacity from FadeInactive. Document how to make monitor ↵Roman Cheplyaka2008-11-171-0/+5
| | | | | | transparent (X.L.Monitor) darcs-hash:20081117153027-3ebed-6327713d89216b663ac9796dfb6975f12e059c84.gz
* Monitor: use broadcastMessage instead of sendMessage; this solves several issuesRoman Cheplyaka2008-11-171-6/+1
| | | | darcs-hash:20081117133957-3ebed-98c6d8fb40813bd4192708584f8fca74fb17d22c.gz
* Monitor: documented one more issueRoman Cheplyaka2008-11-171-1/+4
| | | | darcs-hash:20081117113807-3ebed-7f03db838206d6adf383b095977d22dbc0711256.gz
* Monitor: improved the docsRoman Cheplyaka2008-11-171-6/+14
| | | | darcs-hash:20081117073709-3ebed-a862abc4c0fdcf7c7bf129ad0c3839d7022c151c.gz
* added XMonad.Layout.MonitorRoman Cheplyaka2008-11-151-0/+131
| | | | darcs-hash:20081115104735-3ebed-324fd5c577eb7e16915105c35a20673b1d24bbdc.gz
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-101-1/+1
| | | | darcs-hash:20081110191534-3ebed-aad022b55c2e295f1652358de879a40d9f970ac4.gz
* let MagnifyLess actually magnify lessdaniel2008-10-151-2/+2
| | | | darcs-hash:20081015153911-c98ca-8e30acd23f81e81eca5e04cda07cbd972a1b00f7.gz
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-058-55/+27
| | | | | | | | | 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
* minor explanatory commentdaniel2008-10-031-1/+2
| | | | darcs-hash:20081003015919-c98ca-c119a6a382a3fe4e90369be073791e44bc55277a.gz
* XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage)Lukas Mai2008-09-301-9/+18
| | | | darcs-hash:20080930141715-462cf-79a7ea8fc204d24b9cca37ab59ae71933d0d75b0.gz
* fix a divide by zero error in Griddaniel2008-09-261-1/+1
| | | | darcs-hash:20080926204148-c98ca-40ce1cc7f6400b2bc50ddb4c42503d0d655b1bef.gz
* flip GridRatio to match convention (x/y)Devin Mullins2008-09-221-3/+3
| | | | darcs-hash:20080922033354-78224-4cb510268e145cf992aaec818f9d3da125cb1fa8.gz
* let Grid have a configurable aspect ratio goaldaniel2008-09-222-8/+17
| | | | darcs-hash:20080922010950-c98ca-2077ed7e1b481c7849d7501ff4435d9a3fabdde9.gz
* cleanup - use currentTagDevin Mullins2008-09-212-3/+3
| | | | darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
* Take maintainership of X.L.WindowNavigationDevin Mullins2008-09-021-1/+1
| | | | | | | Since I've been working on a rewrite, it seems only fair that I be forced to better understand the existing code / issues. darcs-hash:20080902070247-78224-c131171268d1d348641f8299b46de89ec2bbc5a5.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-2813-14/+13
| | | | darcs-hash:20080828151830-72aca-75151cf20f4efc1a3d1bc324cfdbc5602f58b363.gz
* StackTile_fixacura2008-08-201-1/+1
| | | | darcs-hash:20080820061918-aeda8-2655824661eb1be28a7eb8ee6b5e4812b69c1c24.gz
* Grid/HintedGrid: prefer wider windowsLukas Mai2008-07-172-2/+2
| | | | darcs-hash:20080717205138-462cf-c688ae9b5e4909d12e5e3ac58400a28fcad584c0.gz
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-142-3/+3
| | | | darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
* Export PerWorkspace to allow type signaturesMalebria2008-06-201-0/+1
| | | | darcs-hash:20080620015046-1ef02-b37da4b45c91384a83a9ee220574941b85f13018.gz
* make default highlighting a bit dimmer for neighbors in WindowNavigation.David Roundy2008-06-101-1/+1
| | | | darcs-hash:20080610174200-72aca-7a0322e2f2b74757ae46cfbd22fe13ca09af3fb7.gz
* keep drag panes on the bottom of the window stack.David Roundy2008-06-101-0/+2
| | | | darcs-hash:20080610174044-72aca-270d4b06cd1670389e5d8a34b0a1bd4a28554fa8.gz
* add support to Magnifier for vertical zooming.David Roundy2008-06-101-15/+20
| | | | darcs-hash:20080610173747-72aca-93a8d95949ba8dc9b390571a9a95c249b96270df.gz
* StackTile: minor documentation fixJoachim Fasting2008-05-211-1/+1
| | | | | | That '[]' in the example seems incorrect darcs-hash:20080521182637-928c4-7909fc0e33b3915ae4b4f23084f322ef757cb628.gz
* StackTileacura2008-05-201-0/+64
| | | | | | A simple patch to get a dishes like stacking, but with the ability to resize master pane. darcs-hash:20080520195559-aeda8-c943cedb249964ac4ba0e4f66f38a8a651831ddb.gz
* sp ShowWName.hsgwern02008-05-191-1/+1
| | | | darcs-hash:20080519190520-f7719-feddbcbc10c90b43d993d4f11bf0704c125c1f2d.gz
* remove ScratchWorkspace.David Roundy2008-05-161-95/+0
| | | | | | | It's ugly code, and I'd be surprised if anyone actually uses it. I see no reason to continue to maintain it. darcs-hash:20080516185729-72aca-86bf61fa5bd42dcff023fde72cfa49e9b322037a.gz
* fix bug in smartBorders when combined with decorated windows.David Roundy2008-05-161-4/+4
| | | | darcs-hash:20080516184855-72aca-4766ef523005dde370e5ee0e4fcae456c89db948.gz
* fix compile warnings in BoringWindowsDevin Mullins2008-05-151-0/+1
| | | | darcs-hash:20080515051728-78224-9a945f90c2035888bcd7b1e245940e7ac28029d2.gz
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-141-0/+66
| | | | darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
* WindowNavigation: extract navigable functionDevin Mullins2008-04-221-5/+8
| | | | darcs-hash:20080422045248-78224-659dfcfb05f891904c88ea9782b43c1df85a7beb.gz
* HintedTile: Fix mistake in documentation.lithis2008-05-081-4/+4
| | | | darcs-hash:20080508003552-1c3cf-68c305f3ab923b6b42cae1d27f115eea46469264.gz
* HintedTile: Improve documentation.lithis2008-05-081-4/+17
| | | | darcs-hash:20080508000245-1c3cf-d5cfb70a98652abe76fc3d3144b6c414892bdb42.gz
* Missing pragmasDon Stewart2008-05-061-4/+4
| | | | darcs-hash:20080506053402-cba2c-ca20cb363f91ae873fbfac02b120b4db7790eb95.gz
* Add full documentationDon Stewart2008-05-052-1/+17
| | | | darcs-hash:20080505210546-cba2c-ec1a8e2451ef832d4b8268ece515f0af1960d5cd.gz
* Fix issue #179 by handling events correctlyAndrea Rossato2008-05-011-2/+2
| | | | darcs-hash:20080501062357-32816-96fa4684d1a2aa862ff3ad07490ce45832d61a2f.gz