Ivan N. Veselov
|
adde0fc668
|
IM layout converted to LayoutModifier, which can be applied to any layout
|
2008-04-13 20:58:24 +00:00 |
|
Don Stewart
|
58f10da612
|
strictify some fields
|
2008-04-13 06:59:58 +00:00 |
|
Lukas Mai
|
b495c7f725
|
XMonad.Layout.Master: initial import
|
2008-04-04 22:07:34 +00:00 |
|
Lukas Mai
|
1950a4e2cc
|
update contrib for applySizeHints changes
|
2008-04-04 22:05:58 +00:00 |
|
Brent Yorgey
|
8783bc727c
|
MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma
|
2008-04-04 20:01:57 +00:00 |
|
Don Stewart
|
6c324cbfed
|
some bang patterns
|
2008-04-03 17:22:46 +00:00 |
|
Lukas Mai
|
7e3cb59c23
|
HintedGrid: guesstimate window flexibility and layout rigid windows first
|
2008-04-02 04:28:46 +00:00 |
|
Lukas Mai
|
adbf9032ca
|
HintedGrid: try both bottom-up/top-down window placement to minimize unused space
|
2008-04-02 01:25:38 +00:00 |
|
Lukas Mai
|
d2df9b329e
|
Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" mode
|
2008-04-02 01:21:26 +00:00 |
|
Brent Yorgey
|
25c23eb79d
|
XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cases where ManageDocks is not appropriate (dock apps that don't set STRUTS properly, adjusting for a display that is cut off on one edge, etc.)
|
2008-04-02 00:37:42 +00:00 |
|
Lukas Mai
|
dcd1aea5d6
|
XMonad.Layout.HintedGrid: initial import
|
2008-04-01 23:17:22 +00:00 |
|
Roman Cheplyaka
|
6c19138d55
|
Documentation improvement.
|
2008-04-01 13:43:05 +00:00 |
|
Roman Cheplyaka
|
8816dc5c3f
|
Remove broken link to screenshot.
|
2008-03-31 21:08:54 +00:00 |
|
Brent Yorgey
|
110c3863e8
|
MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common instances of Transformer, update MultiToggle docs accordingly
|
2008-03-31 20:17:39 +00:00 |
|
Lukas Mai
|
5bbf9700f3
|
XMonad.Layout.Grid: fix indentation
|
2008-03-30 00:48:59 +00:00 |
|
Brent Yorgey
|
c857ebe29c
|
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
|
2008-03-31 01:01:27 +00:00 |
|
Brent Yorgey
|
8efc32759a
|
PerWorkspace: add modWorkspace(s) combinators, for selectively applying layout modifiers to certain workspaces but not others
|
2008-03-26 21:43:51 +00:00 |
|
Spencer Janssen
|
0d310df103
|
Remove stale status gaps code
|
2008-03-29 23:07:37 +00:00 |
|
Spencer Janssen
|
64f04628b9
|
Fix haddock error
|
2008-03-29 19:17:52 +00:00 |
|
Lukas Mai
|
f15334d02d
|
XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transformer is active
|
2008-03-28 19:09:03 +00:00 |
|
Brent Yorgey
|
920336e1ac
|
Spiral: add documentation
|
2008-03-28 19:22:31 +00:00 |
|
David Roundy
|
c2d0a209eb
|
corrected version of make workspaceDir work even in workspaces with no windows.
|
2008-03-27 14:22:57 +00:00 |
|
David Roundy
|
143e68f664
|
cleanup in Tabbed (make 'loc' be actual location).
|
2008-03-26 15:10:04 +00:00 |
|
David Roundy
|
296b0b2513
|
make workspaceDir work even in workspaces with no windows.
This also fixes a (minor) bug when the focussed window is present on
multiple visible workspaces.
|
2008-03-26 15:27:08 +00:00 |
|
David Roundy
|
e3d455ded4
|
make workspaceDir work even in workspaces with no windows.
This also fixes a (minor) bug when the focussed window is present on
multiple visible workspaces.
|
2008-03-26 15:27:08 +00:00 |
|
Lukas Mai
|
6761a61cad
|
XMonad.Layout.NoBorders: fix floating fullscreen logic
|
2008-03-26 17:28:44 +00:00 |
|
Spencer Janssen
|
b85ce7522f
|
Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!
|
2008-03-26 03:45:41 +00:00 |
|
David Roundy
|
ca2d0ca406
|
fix bug in TabBarDecoration leading to gaps in corner.
|
2008-03-25 21:03:27 +00:00 |
|
David Roundy
|
6850c0fed7
|
fix bug leading to gaps in tabs at the corner of the screen.
Besides being ugly, this had the effect of making me fail to click on the
tab I aimed for, if it was in the corner.
|
2008-03-25 21:02:11 +00:00 |
|
Brent Yorgey
|
1f53383e2e
|
XMonad.Layout.LayoutModifier: add a metric crapload of documentation
|
2008-03-25 20:50:06 +00:00 |
|
Brent Yorgey
|
ec2cd8d8b1
|
XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates to MultiToggle
|
2008-03-25 18:56:30 +00:00 |
|
Lukas Mai
|
529797ae8e
|
XMonad.Layout.HintedTile: make alignment of shrunk windows configurable
|
2008-03-25 20:29:58 +00:00 |
|
Brent Yorgey
|
16fc0f231d
|
XMonad.Layout.Magnifier: add documentation
|
2008-03-24 14:32:14 +00:00 |
|
Lukas Mai
|
180298def6
|
XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid type duplication
|
2008-03-22 19:34:57 +00:00 |
|
David Roundy
|
c0519e4375
|
cut Anneal and Mosaic.
|
2008-03-22 15:35:46 +00:00 |
|
David Roundy
|
f86648cf7c
|
fix WorkspaceDir to work when there are multiple screens.
In particlar, ScratchWorkspace broke this.
|
2008-03-11 22:12:01 +00:00 |
|
Lukas Mai
|
4b7167c6e5
|
fix various compilation errors
|
2008-03-22 07:41:13 +00:00 |
|
Lukas Mai
|
a9a8e488ef
|
XMonad.Layout.NoBorders: first attempt at documenting smartBorders
|
2008-03-21 22:13:15 +00:00 |
|
daniel
|
7d0b8fd72f
|
allow magnifier to toggle whether it's active
|
2008-03-21 10:46:05 +00:00 |
|
daniel
|
d0260ddbff
|
a magnifier that defaults to not magnifying any windows
|
2008-03-21 10:44:41 +00:00 |
|
Lukas Mai
|
f34258af22
|
XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentation
|
2008-03-20 22:38:16 +00:00 |
|
Don Stewart
|
426a9e4795
|
mark Mosaic as broken. use MosaicAlt
|
2008-03-20 22:37:17 +00:00 |
|
Don Stewart
|
c60522bfef
|
tabs
|
2008-03-17 22:47:58 +00:00 |
|
Roman Cheplyaka
|
4015eb2c6f
|
Move window properties to a separate Util module
Add XMonad.Util.WindowProperties
Modify XMonad.Layout.IM.hs to use WindowProperties.
|
2008-03-18 16:56:58 +00:00 |
|
Lukas Mai
|
7a341fa790
|
XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even when there are multiple screens
|
2008-03-17 18:30:43 +00:00 |
|
Brent Yorgey
|
a1fce4af5a
|
MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass on messages to underlying layouts)
|
2008-03-17 19:30:08 +00:00 |
|
Brent Yorgey
|
2526a5ddaa
|
LayoutCombinators: improve documentation (closes ticket #136)
|
2008-03-16 19:58:26 +00:00 |
|
Lukas Mai
|
2000ddb82e
|
Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windows (bug 157)
|
2008-03-16 04:29:41 +00:00 |
|
Brent Yorgey
|
245fd850e3
|
ScratchWorkspace: update to work with runLayout changes
|
2008-03-11 21:29:08 +00:00 |
|
Brent Yorgey
|
eb18de22c8
|
MagicFocus: update to work with runLayout changes
|
2008-03-11 18:16:25 +00:00 |
|