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
gwern0
929c9a1b56
WindowGo.hs: improve description
...
I'm still not sure whether the description makes sense if you don't already understand the idea.
2008-03-16 22:39:46 +00:00
gwern0
7d5235e942
Run.hs: improve haddock
...
This module too was causing horizontal scrolling because of the shell command. I managed to discover that you only need to specify 'png:' *or* "foo.png", not both, which trimmed off enough characters.
Also, I improved the docs for my functions.
2008-03-16 22:32:19 +00:00
gwern0
3b09878000
XSelection.hs: improved haddockf formatting, more links, & cpedit
2008-03-16 22:20:50 +00:00
gwern0
a97c325b8b
Search.hs: try to add a more descriptive type
2008-03-16 21:57:28 +00:00
gwern0
aca42e5ddb
improve the formatting for WindowGo.hs
2008-03-16 21:56:42 +00:00
gwern0
87bb590217
Search.hs: haddock fmt
...
This removes whitespace in source code snippets. Because Haddock renders quoted source code as monospaced unwrappable text, the excess whitespace meant you would have to scroll horizontally, unpleasantly.
2008-03-16 21:39:14 +00:00
xmonad
e216c95beb
Add XMonad.Actions.Promote
2008-03-16 20:57:22 +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
Lukas Mai
9ccc684f3d
Xmonad.Prompt.DirExec: fix haddock error
2008-03-16 04:28:40 +00:00
Alec Berryman
f38f27420b
EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKING
2008-03-15 21:26:31 +00:00
Brent Yorgey
245fd850e3
ScratchWorkspace: update to work with runLayout changes
2008-03-11 21:29:08 +00:00
Brent Yorgey
bf8268c003
Scratchpad: update to work with runLayout changes
2008-03-11 18:17:15 +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
Brent Yorgey
5acc881930
EZConfig: add documentation and a warning, so no one repeats my silly hard-to-track-down mistake.
2008-03-11 17:26:10 +00:00
robreim
c4b0af9adf
Fix to work with "floats always use current screen" patch
2008-03-08 02:49:28 +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
David Roundy
6da9d73f0d
add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.
2008-03-08 22:37:17 +00:00
Roman Cheplyaka
0db06db23e
Fix ThreeColumns doc.
2008-03-07 20:30:22 +00:00
Andrea Rossato
83f5512909
Shell: add support for UTF-8 locales
2008-03-02 09:59:24 +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
Andrea Rossato
7f14dbb5dd
Ssh: coding style
2008-02-29 10:03:46 +00:00
Andrea Rossato
639558798f
Ssh: complete known hosts with non standard ports too
2008-02-29 09:50:14 +00:00
nicolas.pouillard
579a3feb1c
Fix xmonadPromptC and use it.
2008-03-06 16:39:28 +00:00
nicolas.pouillard
7f8882faf2
Documentation typo about UpdatePointer.
2008-03-06 16:35:16 +00:00
Braden Shepherdson
3a6e2d8b8e
Fix ToggleOff: It was adding 0.1 to the magnification.
2008-03-05 22:23:02 +00:00
Juraj Hercek
4f2e1927b0
Removed WmiiActions module.
2008-03-05 08:23:36 +00:00
Juraj Hercek
91da412bf1
Adjusted signature of DirExec module functions.
...
- added parameter for function which executes the selected program
- renamed dirExecPromptWithName to dirExecPromptNamed
2008-03-01 17:19:05 +00:00
Juraj Hercek
34f9ad7d1f
Import of new DirExec module.
...
- allows execution of executable files from specific directory
2008-02-29 21:22:57 +00:00
Dmitry Kurochkin
9b6b495e06
Hooks.DynamicLog: export xmobarPP
2008-03-03 21:56:37 +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
robreim
d44253f17f
Changed semantics of UpdatePointer to move to nearest point
2008-03-01 14:31:26 +00:00
robreim
26de20d294
UpdatePointer XMonadContrib module
2008-03-01 13:44:01 +00:00
gwern0
ef50ecda71
Util.Run: minor clarification in comment
2008-03-03 05:15:13 +00:00
Roman Cheplyaka
11e57ce367
Add XMonad.Actions.PerWorkspaceKeys
2008-03-02 20:23:46 +00:00
Dominik Bruhn
2d7ceeb75e
Haddock fix: Changed URL-Markup
2008-03-02 18:54:35 +00:00
David Roundy
372f1e14fe
switch Droundy to smartBorders (which works better with ScratchWorkspace).
2008-03-01 19:11:03 +00:00
Lukas Mai
68a05495e5
XMonad.Layout.Simplest: add FlexibleInstances pragma
2008-03-01 06:17:14 +00:00