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
David Roundy
c754adc48b
rewrite ScratchWorkspace to make scratch always visible, but not always on screen.
2008-03-08 22:38:30 +00:00
Roman Cheplyaka
0db06db23e
Fix ThreeColumns doc.
2008-03-07 20:30:22 +00:00
Andrea Rossato
5a9781ee48
Font and XUtils: add UTF-8 support and various fixes related to XFT
...
- printStringXMF: use the background color for XFT fonts too
- textWidthXMF now returns the text width even with xft fonts
- textExtentsXMF will now return only the ascend and the descent of a
string.
- stringPosition now takes the display too
- add support for UTF-8 locales: if the contrib library is compiled
with the 'with_xft' or the 'with_utf8' option the prompt and the
decoration system will support UTF-8 locales - this requires
utf8-strings.
2008-03-02 09:57:12 +00:00
Braden Shepherdson
3a6e2d8b8e
Fix ToggleOff: It was adding 0.1 to the magnification.
2008-03-05 22:23:02 +00:00
Brent Yorgey
413296ca8a
Magnifier: fix behavior for windows on the bottom + right of the screen. Now all magnified windows will be the same size, possibly shifted in order to fit completely on the screen.
2008-03-03 20:46:19 +00:00
Lukas Mai
68a05495e5
XMonad.Layout.Simplest: add FlexibleInstances pragma
2008-03-01 06:17:14 +00:00
Lukas Mai
6b72b94994
XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile again
2008-03-01 06:16:25 +00:00
David Roundy
4e6f032d64
implement ScratchWorkspace.
2008-02-29 22:43:16 +00:00
David Roundy
dca8b60cd5
simplify Simplest--allow it to apply to non-Windows.
2008-02-29 22:13:26 +00:00
Roman Cheplyaka
b3a9ed8dcd
Add bottom-tabbed layout.
2008-02-29 15:51:20 +00:00
Roman Cheplyaka
e185d12b78
Fix usage doc.
2008-02-25 06:23:30 +00:00