Andrea Rossato
82a62c856f
Add Layout.Simplest, the simplest layout
2008-01-25 15:20:15 +00:00
Andrea Rossato
6a6a09a991
Add Decoration, a layout modifier and a class for easily writing decorated layouts
2008-01-25 15:17:26 +00:00
Andrea Rossato
c749fbc399
Add WindowArranger, a layout modifier to move and resize windows with the keyboard
2008-01-25 15:16:33 +00:00
Andrea Rossato
968868a359
ShowWName: moved fi to XUtils
2008-01-24 13:47:25 +00:00
Andrea Rossato
e9f0f05217
LayoutModifier: add emptyLayoutMod for dealing with empty workspaces
2008-01-24 01:56:05 +00:00
Andrea Rossato
efc4ad95b8
LayoutModifier: add pureMess and pureModifier to the LayoutModifier class
2008-01-22 11:13:19 +00:00
Andrea Rossato
a07b207023
Layout.ShowWName: generalize the instance
2008-01-15 04:51:39 +00:00
Lukas Mai
d1dc49575b
add emptyLayout to MultiToggle
2008-01-28 17:53:13 +00:00
Lukas Mai
4440974718
add 'single' helper function
2008-01-17 23:45:50 +00:00
Lukas Mai
7629022c72
documentation fix
2008-01-17 23:44:01 +00:00
Lukas Mai
9a209f6d55
style assimilation
2008-01-17 23:40:59 +00:00
Brent Yorgey
73502fbbdf
Reflect.hs: minor haddock fix
2008-01-16 20:35:46 +00:00
Brent Yorgey
10fbf85a2a
Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compatibility with ghc 6.6
2008-01-15 19:48:11 +00:00
Brent Yorgey
e0024ec9c8
Reflect.hs: add MultiToggle support
2008-01-15 19:35:19 +00:00
Brent Yorgey
670d3160c4
MultiToggle.hs: improve 'description' implementation in LayoutClass instance to display the current transformed layout rather than just 'MultiToggle'
2008-01-15 19:33:11 +00:00
Brent Yorgey
4026d40730
Layout.Reflect: new contrib module for reflecting layouts horizontally/vertically
2008-01-15 03:09:47 +00:00
Brent Yorgey
e76c654211
ShowWName.hs: switch color/bgcolor in call to paintAndWrite
2008-01-14 15:38:21 +00:00
Andrea Rossato
7124346ebe
ShowWName now uses Timer and XUtils to display the workspace name
2008-01-13 09:11:07 +00:00
Brent Yorgey
4fbd0c5b3f
PerWorkspace.hs: add an explanatory note
2007-12-31 13:58:06 +00:00
Andrea Rossato
926c5ec9d2
Add ShowWName a layout modifier to show the workspace name
...
This module requires dzen
2007-12-31 13:04:41 +00:00
Brent Yorgey
24b112c452
ResizableTile.hs: fix resizing to work in the presence of floating windows (resolves issue #100 )
2007-12-25 13:58:39 +00:00
Andrea Rossato
c698a58fe6
LayoutScreens: haddock fixes
2007-12-25 10:53:16 +00:00
Andrea Rossato
0c835744c2
Fix isssue 105
...
issue 105 was due to the fact that tab windows created when
bootstrapping the windowset after a restart where managed. Setting the
override_redirect attributes to True fixes the issue.
Added the possibility to set the override_redirect attribute with
XMonad.Util.XUtils.creationNewWindow
2007-12-24 17:10:20 +00:00
Spencer Janssen
662eeb7e5f
No more tabs
2007-12-22 05:04:39 +00:00
Shachaf Ben-Kiki
0853c1ce21
Add UrgencyHook support to Tabbed
2007-12-15 17:16:17 +00:00
intrigeri
ef79fa7c10
Magnifier: custom zoom ratio for magnifier' too
2007-12-11 01:55:54 +00:00
Brent Yorgey
2a73b577c2
Magnifier.hs: minor haddock fixes
2007-12-11 01:11:54 +00:00
tim.thelion
0155164015
fix haddock on Magnifier
2007-12-10 23:19:42 +00:00
tim.thelion
5375240f08
Custom zoom levels for magnifier
2007-12-08 23:08:44 +00:00
Spencer Janssen
503cb539af
More import pruning
2007-12-08 01:48:46 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Spencer Janssen
7a054e9d3e
Remove TilePrime, it is subsumed by HintedTile
2007-12-05 04:57:46 +00:00
Brent Yorgey
7296b99306
LayoutScreens and Square: haddock updates
2007-12-04 20:40:39 +00:00
David Roundy
c4117a1de0
fix bug where we failed to hide combo decorations.
2007-12-01 15:58:59 +00:00
Brent Yorgey
dcd3bc5324
LayoutScreens: documentation fix
2007-11-30 16:54:23 +00:00
David Roundy
fc5277fe1c
more coding on Mosaic.
2007-11-23 19:24:55 +00:00
David Roundy
14c60215a1
make Mosaic read (and partially try to obey) WM hints.
2007-11-23 16:25:38 +00:00
Brent Yorgey
760a240af1
WorkspaceDir: minor haddock update
2007-11-27 21:56:52 +00:00
Brent Yorgey
b4937810cc
LayoutCombinators: a few minor haddock fixes
2007-11-27 16:31:06 +00:00
Andrea Rossato
cc1a24c1c8
LayoutCombinators: changes infixes and added many other combinators.
2007-11-27 16:18:07 +00:00
Spencer Janssen
f18819f306
Alleviate clashing symbols with XMonad.ManageHook.<||>
2007-11-27 00:42:58 +00:00
Andrea Rossato
495b25c884
Magnifier: typo
2007-11-23 21:29:00 +00:00
Andrea Rossato
9cd120f599
LayoutCombinators: fix doc
2007-11-23 17:57:23 +00:00
Brent Yorgey
e6dcaa15c7
dafaultConfig --> defaultConfig
2007-11-23 16:47:22 +00:00
Andrea Rossato
6d7507d4a8
LayoutCombinators: haddock documentation
2007-11-23 15:43:11 +00:00
Andrea Rossato
63c531bb5e
ToggleLayout: haddock fixes
2007-11-23 14:29:34 +00:00
Andrea Rossato
1e35714e1e
LayoutHints: haddock fixes
2007-11-23 14:28:59 +00:00
Andrea Rossato
ec0d5129a3
LayouModifier: haddock docs
2007-11-23 14:25:19 +00:00