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 |
|
Brent Yorgey
|
8b27f8e0aa
|
LayoutScreens: update to work with runLayout changes
|
2008-03-11 18:15:37 +00:00 |
|
Brent Yorgey
|
a0daaf1e47
|
Combo: update to work with runLayout changes
|
2008-03-11 18:14:00 +00:00 |
|
Brent Yorgey
|
5769b3343b
|
MultiToggle: fix to work with runLayout changes to core
|
2008-03-11 17:20:46 +00:00 |
|
Andrea Rossato
|
32941d49b4
|
PerWorksapce: use a safer False as default
|
2008-02-23 07:55:31 +00:00 |
|
Andrea Rossato
|
c9e4f2dc10
|
PerWorkspace: reimplemented using runLayout
This way we have a Xinerama safe PerWorkspace and the emptyLayout
method for free.
|
2008-02-22 17:59:54 +00:00 |
|
Andrea Rossato
|
c2dcd6ede8
|
ToggleLayouts: reimplemented with runLayout
|
2008-02-23 08:15:53 +00:00 |
|
Andrea Rossato
|
e0987d1330
|
LayoutCombinators: NewSelect reimplemented with runLayout
|
2008-02-23 08:09:58 +00:00 |
|
Andrea Rossato
|
3ca4966b06
|
LayoutModifier: reimplement ModifiedLayout using runLayout and more
- change modifyLayout type to get the Workspace
- updated ResizeScreen and ManageDocks accordingly.
|
2008-02-23 07:56:10 +00:00 |
|
Andrea Rossato
|
9ac91e3a15
|
Combo: updated to latest runLayout changes
|
2008-02-22 17:59:24 +00:00 |
|
David Roundy
|
8950dced20
|
make smartBorders ignore screens with no dimensions.
|
2008-03-08 22:42:44 +00:00 |
|