aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-17Grid: tabs -> spacesDevin Mullins1-20/+20
darcs-hash:20071117201140-78224-c421f639531d6268800afd3cd476b9efc2fc567e.gz
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-18/+33
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
2007-11-15remove unneeded Data.Bits imports.David Roundy1-1/+0
darcs-hash:20071115161346-72aca-58745545e0e1b46ffc5b6725c4fa558b6edd820d.gz
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev1-16/+17
Tabbed.hs cleaned of trailing whitespace. darcs-hash:20071115143758-ae588-77b213d1d149e4144e0656be9a3239b1a4102114.gz
2007-11-15fix bug in WindowNavigation.David Roundy1-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
2007-11-15 Tabbed: removed -fno-warn-orphansAndrea Rossato1-1/+0
I added it by mistake, but it is not needed. Sorry. darcs-hash:20071114230544-32816-301be1f0fd7fa56ea316e1aeda19f45bcf471552.gz
2007-11-14simplify NewSelect code.David Roundy1-59/+41
darcs-hash:20071114223538-72aca-736473be76040f672a51cce3ab38ec836bb682b4.gz
2007-11-14fix bug in LayoutCombinators.David Roundy1-2/+2
darcs-hash:20071114210139-72aca-208681e36f56a485e7fbd8b1345bcc66be6d4bbb.gz
2007-11-14no need to import Data.BitsDon Stewart1-1/+0
darcs-hash:20071114183955-cba2c-2ffcb06654997bc4dfff1e67783a882c2c0a3882.gz
2007-11-14Tabbed: added -fno-warn-orphansAndrea Rossato1-1/+1
darcs-hash:20071114135525-32816-061fb4c85ea2ea6a6aaffb85f23552100437057e.gz
2007-11-13make shrinker preserved over restart in tabbed.David Roundy1-19/+32
darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.gz
2007-11-12NoBorders.hs: remove modifierDescription definitions, so NoBorders and ↵Brent Yorgey1-5/+0
SmartBorder don't change the layout description. darcs-hash:20071112154525-bd4d7-af5063264a118a32d3105f2e2dc9708a6ad516b2.gz
2007-11-12NoBorder.hs: documentation updatesBrent Yorgey1-4/+4
darcs-hash:20071112154411-bd4d7-cfd47c16973ab874befd1f51eec751b7b718e8e7.gz
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-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
2007-11-08Magnifier.hs: update so it at least compilesgwern01-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
2007-11-08over pararenthesised arty fibonacciDon Stewart1-1/+1
darcs-hash:20071107230601-cba2c-ebfff275275980cc4260f714c452e371d76a8cae.gz
2007-11-06EwmhDesktops: move to correct name, update so it compilesgwern01-1/+1
darcs-hash:20071106191751-f7719-83d0cc7d50c7ce615a66c9fe38c1060cf2ef9405.gz
2007-11-06make Setup haddock work againLukas Mai1-0/+2
darcs-hash:20071106141829-462cf-c1daa2d74d17a314c7b1f68f9952e8502e44628f.gz
2007-11-06change MultiToggle interface; add docsLukas Mai1-21/+102
darcs-hash:20071106141729-462cf-f1b0e95f8b30109cf2cbf40b54a8aaec5691e6ff.gz
2007-11-06Remove SwitchTransSpencer Janssen1-194/+0
darcs-hash:20071106065933-a5988-1cc9eb194b2b512a809ae896fb3d641869b0551e.gz
2007-11-06add serializable SwitchTrans (a.k.a. MultiToggle)Lukas Mai1-0/+149
darcs-hash:20071106005819-462cf-50760b735eaf204c05bd1ddf706e4265cabf3442.gz
2007-11-06make TilePrime compile againl.mai1-10/+12
darcs-hash:20071105233218-42ea9-f20727078ceb3e9e809e09eec50f16649f09d1c0.gz
2007-11-06make LayoutHints compile againl.mai1-6/+7
darcs-hash:20071105233020-42ea9-524293c9ebb76b29c181ed45235bd455ff275ce4.gz
2007-11-06Make Combo build on GHC 6.8Spencer Janssen2-7/+8
darcs-hash:20071106021126-a5988-fae80b27ca3baaf00dbcaf103dcd9147fa7abbab.gz
2007-11-05-Wall policeSpencer Janssen1-1/+0
darcs-hash:20071105060036-a5988-67e0d7402a87ae5d672e5b556a5a03caf6ad5559.gz
2007-11-01fix warnings in Combo.David Roundy1-2/+0
darcs-hash:20071101214504-72aca-2dc88e5aa4c6db8a314d6b6beab216d12d7df38c.gz
2007-11-01make WorkspaceDir always store absolute pathnames.David Roundy1-3/+8
darcs-hash:20071101214401-72aca-20dced2879db31323ad0d8eebab56c8f9b368f0d.gz
2007-11-01add new off-center layout combinators.David Roundy1-9/+24
darcs-hash:20071101214216-72aca-1151e275212ef8abbb619528eca0ea92632558ee.gz
2007-11-01make Hierarchical LayoutCombinators.David Roundy1-2/+2
darcs-hash:20071101185418-72aca-3060b1026d0110c70ed563fd2ab1c2398fec3d5e.gz
2007-11-01HierarchifySpencer Janssen29-0/+3183
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz