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