aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Grid: tabs -> spacesDevin Mullins2007-11-171-20/+20
| | | | darcs-hash:20071117201140-78224-c421f639531d6268800afd3cd476b9efc2fc567e.gz
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-161-18/+33
| | | | darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
* remove unneeded Data.Bits imports.David Roundy2007-11-151-1/+0
| | | | darcs-hash:20071115161346-72aca-58745545e0e1b46ffc5b6725c4fa558b6edd820d.gz
* Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2007-11-151-16/+17
| | | | | | Tabbed.hs cleaned of trailing whitespace. darcs-hash:20071115143758-ae588-77b213d1d149e4144e0656be9a3239b1a4102114.gz
* fix bug in WindowNavigation.David Roundy2007-11-151-3/+13
| | | | | | | | | | We weren't properly cleaning up in some cases, because we called focus, which calls windows, while handling a message, which had the result that changes to the layout were overwritten. This had the result that windowNavigation combined with DragPane left stray drag bars hanging around. darcs-hash:20071114231914-72aca-5d9e48462aa44a72c9b759dd1eb0adf60b41c5aa.gz
* Tabbed: removed -fno-warn-orphansAndrea Rossato2007-11-151-1/+0
| | | | | | I added it by mistake, but it is not needed. Sorry. darcs-hash:20071114230544-32816-301be1f0fd7fa56ea316e1aeda19f45bcf471552.gz
* simplify NewSelect code.David Roundy2007-11-141-59/+41
| | | | darcs-hash:20071114223538-72aca-736473be76040f672a51cce3ab38ec836bb682b4.gz
* fix bug in LayoutCombinators.David Roundy2007-11-141-2/+2
| | | | darcs-hash:20071114210139-72aca-208681e36f56a485e7fbd8b1345bcc66be6d4bbb.gz
* no need to import Data.BitsDon Stewart2007-11-141-1/+0
| | | | darcs-hash:20071114183955-cba2c-2ffcb06654997bc4dfff1e67783a882c2c0a3882.gz
* Tabbed: added -fno-warn-orphansAndrea Rossato2007-11-141-1/+1
| | | | darcs-hash:20071114135525-32816-061fb4c85ea2ea6a6aaffb85f23552100437057e.gz
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-19/+32
| | | | darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.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
* add two new modules, one to name layouts, another to select a layout.David Roundy2007-11-111-0/+39
| | | | | | | | | | The latter is pretty useless, as there's no way to find out what layouts are available, but it can at least allow you to select between any layouts that you happen to be using already (in one workspace or another). The former is handy any time you'd rather have a short name for a layout (either for selecting, or for viewing in a status bar). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz
* Magnifier.hs: update so it at least compilesgwern02007-11-081-10/+19
| | | | | | Code modified on advice of Wachter; note I make absolutely no claims that the code runs correctly or doesn't eat your pets or does anything besides compile without any warnings. darcs-hash:20071108012522-f7719-9eba3f0312540e3813fcadd2a108f77d22f89cbc.gz
* over pararenthesised arty fibonacciDon Stewart2007-11-081-1/+1
| | | | darcs-hash:20071107230601-cba2c-ebfff275275980cc4260f714c452e371d76a8cae.gz
* EwmhDesktops: move to correct name, update so it compilesgwern02007-11-061-1/+1
| | | | darcs-hash:20071106191751-f7719-83d0cc7d50c7ce615a66c9fe38c1060cf2ef9405.gz
* make Setup haddock work againLukas Mai2007-11-061-0/+2
| | | | darcs-hash:20071106141829-462cf-c1daa2d74d17a314c7b1f68f9952e8502e44628f.gz
* change MultiToggle interface; add docsLukas Mai2007-11-061-21/+102
| | | | darcs-hash:20071106141729-462cf-f1b0e95f8b30109cf2cbf40b54a8aaec5691e6ff.gz
* Remove SwitchTransSpencer Janssen2007-11-061-194/+0
| | | | darcs-hash:20071106065933-a5988-1cc9eb194b2b512a809ae896fb3d641869b0551e.gz
* add serializable SwitchTrans (a.k.a. MultiToggle)Lukas Mai2007-11-061-0/+149
| | | | darcs-hash:20071106005819-462cf-50760b735eaf204c05bd1ddf706e4265cabf3442.gz
* make TilePrime compile againl.mai2007-11-061-10/+12
| | | | darcs-hash:20071105233218-42ea9-f20727078ceb3e9e809e09eec50f16649f09d1c0.gz
* make LayoutHints compile againl.mai2007-11-061-6/+7
| | | | darcs-hash:20071105233020-42ea9-524293c9ebb76b29c181ed45235bd455ff275ce4.gz
* Make Combo build on GHC 6.8Spencer Janssen2007-11-062-7/+8
| | | | darcs-hash:20071106021126-a5988-fae80b27ca3baaf00dbcaf103dcd9147fa7abbab.gz
* -Wall policeSpencer Janssen2007-11-051-1/+0
| | | | darcs-hash:20071105060036-a5988-67e0d7402a87ae5d672e5b556a5a03caf6ad5559.gz
* fix warnings in Combo.David Roundy2007-11-011-2/+0
| | | | darcs-hash:20071101214504-72aca-2dc88e5aa4c6db8a314d6b6beab216d12d7df38c.gz
* make WorkspaceDir always store absolute pathnames.David Roundy2007-11-011-3/+8
| | | | darcs-hash:20071101214401-72aca-20dced2879db31323ad0d8eebab56c8f9b368f0d.gz
* add new off-center layout combinators.David Roundy2007-11-011-9/+24
| | | | darcs-hash:20071101214216-72aca-1151e275212ef8abbb619528eca0ea92632558ee.gz
* make Hierarchical LayoutCombinators.David Roundy2007-11-011-2/+2
| | | | darcs-hash:20071101185418-72aca-3060b1026d0110c70ed563fd2ab1c2398fec3d5e.gz
* HierarchifySpencer Janssen2007-11-0129-0/+3183
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz