Andrea Rossato
e991fd9430
Dishes: haddock fixes
2007-11-21 18:15:29 +00:00
Andrea Rossato
aa42d25ad6
Combo: haddock fixes
2007-11-21 18:15:07 +00:00
Andrea Rossato
aad6a7d747
Circle: haddock fixes
2007-11-21 18:14:41 +00:00
Andrea Rossato
8cef719a61
Accordion: haddock fixes
2007-11-21 18:14:09 +00:00
Andrea Rossato
c43dabf621
Tabbed: haddock documentation and code formatting
2007-11-21 14:09:08 +00:00
Andrea Rossato
e9621deeed
HintedTile: typo
2007-11-21 14:08:28 +00:00
Andrea Rossato
51c1e2f67b
HintedTile: ported to the LayoutClass
2007-11-21 11:23:31 +00:00
Brent Yorgey
e25d514503
PerWorkspace.hs: various fixes and updates
2007-11-20 17:33:07 +00:00
Andrea Rossato
6b17a40677
PerWorkspace.hs: minor haddock fixes
...
Also, we don't need to add those docstring annotation (%...), since
that system is not used anymore.
2007-11-20 10:32:50 +00:00
Brent Yorgey
31cebf1b0a
new contrib module: Layout.PerWorkspace
...
This module allows you to configure layouts on a per-workspace basis,
rather than specifying the same layout for all workspaces. (Of course,
you still really *are* specifying the same layout for all workspaces,
it just acts differently depending on the workspace. =)
2007-11-20 02:46:12 +00:00
Brent Yorgey
635a4f1fc5
NoBorders.hs: Haddock markup fix
2007-11-20 02:44:15 +00:00
David Roundy
2d55592f21
remove Mosaic and Anneal.
2007-11-19 15:30:05 +00:00
Spencer Janssen
0bef4068f0
Port XPrompt to XMonad.Util.Font, various other refactorings
2007-11-16 23:27:43 +00:00
Shachaf Ben-Kiki
6302d0b0b9
Miscellaneous spell-checking
2007-11-18 23:03:19 +00:00
Devin Mullins
ef6ef321cb
Grid: tabs -> spaces
2007-11-17 20:11:40 +00:00
Clemens Fruhwirth
ce5928edd3
Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.
2007-11-16 12:06:53 +00:00
David Roundy
ffed7c0e02
remove unneeded Data.Bits imports.
2007-11-15 16:13:46 +00:00
"Valery V. Vorotyntsev"
d4f8502807
Tabbed.hs, SetWMName.hs: the modules need bitwise "or"
...
Tabbed.hs cleaned of trailing whitespace.
2007-11-15 14:37:58 +00:00
David Roundy
33fa0047c9
fix bug in WindowNavigation.
...
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.
2007-11-14 23:19:14 +00:00
Andrea Rossato
40ad31449f
Tabbed: removed -fno-warn-orphans
...
I added it by mistake, but it is not needed. Sorry.
2007-11-14 23:05:44 +00:00
David Roundy
f978d76172
simplify NewSelect code.
2007-11-14 22:35:38 +00:00
David Roundy
0292c8e4f5
fix bug in LayoutCombinators.
2007-11-14 21:01:39 +00:00
Don Stewart
964a511cd9
no need to import Data.Bits
2007-11-14 18:39:55 +00:00
Andrea Rossato
5ee39ecc53
Tabbed: added -fno-warn-orphans
2007-11-14 13:55:25 +00:00
David Roundy
6e24689652
make shrinker preserved over restart in tabbed.
2007-11-13 16:31:16 +00:00
Brent Yorgey
e0dfb3428d
NoBorders.hs: remove modifierDescription definitions, so NoBorders and SmartBorder don't change the layout description.
2007-11-12 15:45:25 +00:00
Brent Yorgey
6cd8425c76
NoBorder.hs: documentation updates
2007-11-12 15:44:11 +00:00
David Roundy
a3d739db17
add two new modules, one to name layouts, another to select a layout.
...
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).
2007-11-11 19:50:36 +00:00
gwern0
0e016a6fa5
Magnifier.hs: update so it at least compiles
...
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.
2007-11-08 01:25:22 +00:00
Don Stewart
2b7a8d06da
over pararenthesised arty fibonacci
2007-11-07 23:06:01 +00:00
gwern0
e13f9849ae
EwmhDesktops: move to correct name, update so it compiles
2007-11-06 19:17:51 +00:00
Lukas Mai
58072a2edc
make Setup haddock work again
2007-11-06 14:18:29 +00:00
Lukas Mai
7b7b1ce800
change MultiToggle interface; add docs
2007-11-06 14:17:29 +00:00
Spencer Janssen
e780bb042a
Remove SwitchTrans
2007-11-06 06:59:33 +00:00
Lukas Mai
edb3d350be
add serializable SwitchTrans (a.k.a. MultiToggle)
2007-11-06 00:58:19 +00:00
l.mai
8d5afd87d7
make TilePrime compile again
2007-11-05 23:32:18 +00:00
l.mai
62a46c6df3
make LayoutHints compile again
2007-11-05 23:30:20 +00:00
Spencer Janssen
e1675284e2
Make Combo build on GHC 6.8
2007-11-06 02:11:26 +00:00
Spencer Janssen
2bb992c128
-Wall police
2007-11-05 06:00:36 +00:00
David Roundy
ecd07bf450
fix warnings in Combo.
2007-11-01 21:45:04 +00:00
David Roundy
3b6c939af0
make WorkspaceDir always store absolute pathnames.
2007-11-01 21:44:01 +00:00
David Roundy
3e9e9c8b03
add new off-center layout combinators.
2007-11-01 21:42:16 +00:00
David Roundy
722b99dd83
make Hierarchical LayoutCombinators.
2007-11-01 18:54:18 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00