Spencer Janssen
550cea2da4
defaultLayout -> layoutHook
2007-10-15 20:59:01 +00:00
Spencer Janssen
a96e944477
LayoutSelection -> Select
2007-10-15 20:58:04 +00:00
Spencer Janssen
067bda6f29
defaultLayouts -> layouts
2007-10-15 20:55:42 +00:00
David Roundy
a1a2f6b6c3
fix float bug in CopyWindow.
2007-10-15 16:15:29 +00:00
Spencer Janssen
b27fcdf08b
Various docstring fixes
2007-10-13 23:05:29 +00:00
Alex Tarkovsky
5a0c98e1dd
TwoPane: Fix syntax error in example
2007-10-13 01:41:51 +00:00
Don Stewart
6f166ab4cb
note combo broken under head
2007-10-13 23:25:24 +00:00
Alex Tarkovsky
d5c174ab1d
New features for generate-configs.sh; renamed to generate-configs
2007-10-13 09:02:51 +00:00
Don Stewart
864dd9cea8
WorkspaceDir introduces dependency on directory package
2007-10-13 23:01:02 +00:00
Don Stewart
37bc27b7f8
Dmenu.hs introduces process dependency
2007-10-13 23:00:51 +00:00
Don Stewart
1d74c72415
serialisedLayouts
2007-10-13 23:00:40 +00:00
Don Stewart
6bfeae8592
Combo requires FlexibleContexts (but still doesn't compile under ghc head)
2007-10-13 23:00:20 +00:00
Don Stewart
abc5af1c8b
'Anneal' requires 'random' package in ghc 6.8
2007-10-13 23:00:07 +00:00
Don Stewart
75fbca3ecd
use leading % for magic comments in ./scripts/generate-configs.sh
2007-10-13 21:24:29 +00:00
Andrea Rossato
76964246ea
WindowPrompt: haddock fixes
2007-10-13 16:07:35 +00:00
Alex Tarkovsky
b914b584ca
Fix more config docstrings
2007-10-13 08:51:33 +00:00
Andrea Rossato
d861a52ff5
DragPane: haddock fixes
2007-10-13 09:04:37 +00:00
Andrea Rossato
b2ddabb016
TagWindows.hs: haddock fixes
2007-10-13 09:04:13 +00:00
Andrea Rossato
6ab50d3f84
Tabbed: haddock fixes
2007-10-13 09:03:42 +00:00
Andrea Rossato
4077ad6406
Roledex.hs: haddock fixes
2007-10-13 09:03:23 +00:00
Andrea Rossato
da576a4140
ResizableTile.hs: haddock fixes
2007-10-13 09:02:33 +00:00
Andrea Rossato
99ddf09560
CycleWS: typo
2007-10-13 09:01:45 +00:00
Andrea Rossato
af99f4b319
CopyWindow.hs: type signature for copy
2007-10-13 09:01:22 +00:00
Andrea Rossato
c3c2499052
Circle.hs: haddock fixes
2007-10-13 09:01:00 +00:00
Andrea Rossato
a056f10710
Accordion.hs: haddock fixes
2007-10-13 09:00:38 +00:00
Don Stewart
d699957320
clean up DynamicLog.hs
2007-10-13 19:51:29 +00:00
Devin Mullins
51d60c7a33
remove old TODOs (fix darcs conflict)
2007-10-12 15:48:59 +00:00
Devin Mullins
96bc2749ae
haddock improvement
2007-10-12 14:54:47 +00:00
Joachim Fasting
4b5a4b7a23
MetaModule.hs: add RunInXTerm and XUtils.
2007-10-12 11:42:52 +00:00
nornagon
979968bb49
Add documentation to Dishes.hs
2007-10-12 07:29:53 +00:00
Devin Mullins
0927815c14
doco fix: s/SomeLayout/Layout/g
2007-10-12 02:59:53 +00:00
Andrea Rossato
a85718506b
Haddock fixes
2007-10-12 10:04:16 +00:00
Alex Tarkovsky
85794b9558
Fix EwmhDesktops, ManageDocks, and SetWMName compilation for amd64
2007-10-10 21:38:53 +00:00
Karsten Schoelzel
26dc3c05f2
Export hasTag
2007-10-11 09:55:04 +00:00
Eric Mertens
f883fe0e9a
Improve readability of RotView
2007-10-11 17:52:00 +00:00
Juraj Hercek
0ea83bd92f
Added wmii like actions extension.
2007-10-10 20:14:52 +00:00
Spencer Janssen
df3d489284
Remove spurious output from ShellPrompt
2007-10-11 18:28:16 +00:00
l.mai
39b30296c5
add/reformat (commented out) tracing code to SwitchTrans
2007-10-11 02:21:39 +00:00
l.mai
183b6fb563
NoBorders bugfix (I hope)
...
David Roundy should probably have a look at this, but this change makes sense
to me. Plus it makes NoBorders work in combination with SwitchTrans. :-)
2007-10-11 02:17:56 +00:00
gwern0
762681f9bd
XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string cases
2007-10-10 02:06:16 +00:00
Spencer Janssen
144e8baf53
Add XSelection to MetaModule
2007-10-10 16:03:40 +00:00
gwern0
749f309474
XSelection.hs: a new module for XMonadContrib dealing with copy-and-paste
...
This is based on Andrea Rossato's standalone tools and is meant for integration straight into a Config.hs. It offers two main functions, 'getSelection' and 'putSelection', whose names should be self-explanatory.
2007-10-08 22:27:06 +00:00
Andrea Rossato
0dfef633ab
Add WindowPrompt: the XPrompt equivalent of WindowBringer
2007-10-09 16:40:47 +00:00
Andrea Rossato
de16d4587c
WindowBringer: export windowMapWith used by WindowPrompt
2007-10-09 16:35:05 +00:00
Andrea Rossato
e30a4dc136
MetaModule: added WindowPrompt
2007-10-09 16:34:45 +00:00
Spencer Janssen
5519714921
LayoutScreens: update docs
2007-10-08 16:14:41 +00:00
Spencer Janssen
bc768af023
TwoPane: update docs
2007-10-08 16:13:45 +00:00
Andrea Rossato
87966eb05e
DragPane: no need to deal with expose events in this simplified version
2007-10-08 14:38:01 +00:00
David Roundy
dcd7388f1b
make createNewWindow set background and foreground to a given color.
...
This means we don't need to draw colors that are this color. Also
speeds up redrawing, since the X server can do all the drawing on its
own, without talking with xmonad.
2007-10-08 12:52:06 +00:00
Shachaf Ben-Kiki
9c4d32fe12
Fix more LANGUAGE pragmas
...
This patch should go after my other one -- I'd missed some files that used
-fglasgow-exts.
2007-10-08 11:52:29 +00:00