Andrea Rossato
b5524bc6fd
NamedWindows: haddock fix
2007-11-21 14:14:24 +00:00
Andrea Rossato
d5948af040
XUtils: haddock fix
2007-11-21 14:13:19 +00:00
Andrea Rossato
816b866c32
Shell: small doc fix
2007-11-21 14:10:13 +00:00
Andrea Rossato
c43dabf621
Tabbed: haddock documentation and code formatting
2007-11-21 14:09:08 +00:00
Andrea Rossato
e9621deeed
HintedTile: typo
2007-11-21 14:08:28 +00:00
Andrea Rossato
51c1e2f67b
HintedTile: ported to the LayoutClass
2007-11-21 11:23:31 +00:00
Brent Yorgey
e25d514503
PerWorkspace.hs: various fixes and updates
2007-11-20 17:33:07 +00:00
Brent Yorgey
9d6ec7f99f
Doc.hs: remove modules from export list.
...
Apparently GHC 6.8.1 issues a warning when a re-exported module does not
itself export anything.
2007-11-20 17:29:47 +00:00
Andrea Rossato
85d3577080
A new documentation system
...
What to see a real Haddock abuse? Here you go. Removed
Documentation.hs and added a new name space: XMonad.Doc. By importing
other documentation modules we may also use the synopsis in XMonad.Doc.
If you believe that we should not have modules without code, well this
code is not for you: just that strange -- stuff ...;)
2007-11-20 15:15:52 +00:00
Andrea Rossato
6b17a40677
PerWorkspace.hs: minor haddock fixes
...
Also, we don't need to add those docstring annotation (%...), since
that system is not used anymore.
2007-11-20 10:32:50 +00:00
Brent Yorgey
31cebf1b0a
new contrib module: Layout.PerWorkspace
...
This module allows you to configure layouts on a per-workspace basis,
rather than specifying the same layout for all workspaces. (Of course,
you still really *are* specifying the same layout for all workspaces,
it just acts differently depending on the workspace. =)
2007-11-20 02:46:12 +00:00
Brent Yorgey
635a4f1fc5
NoBorders.hs: Haddock markup fix
2007-11-20 02:44:15 +00:00
Brent Yorgey
1733963b6c
xmc/README: fix xmonad capitalisation, spelling fix
2007-11-20 02:41:18 +00:00
Don Stewart
34ff4ff6f2
Port overview from contrib.html to Documentation.hs
2007-11-19 18:31:27 +00:00
David Roundy
2d55592f21
remove Mosaic and Anneal.
2007-11-19 15:30:05 +00:00
Devin Mullins
334ab53672
remove MessageHooks
...
Duplicating xmonad-core and working around static-linking issues was getting
old quick. MessageHooks is now a branch of core, located at:
http://code.haskell.org/~twifkak/xmonad-MessageHooks
2007-11-19 07:04:17 +00:00
Devin Mullins
494fb4c419
make handle Just Another Message Hook
2007-11-19 04:17:31 +00:00
Spencer Janssen
ce47c37dcd
Anneal is only used by Mosaic which is disabled
2007-11-19 06:14:40 +00:00
Andrea Rossato
ee90d99853
Prompt: comment only
2007-11-19 00:03:57 +00:00
Spencer Janssen
0bef4068f0
Port XPrompt to XMonad.Util.Font, various other refactorings
2007-11-16 23:27:43 +00:00
Shachaf Ben-Kiki
6302d0b0b9
Miscellaneous spell-checking
2007-11-18 23:03:19 +00:00
Brent Yorgey
9498388041
RotSlaves.hs: documentation fix.
2007-11-18 21:58:58 +00:00
Brent Yorgey
cf3221f569
Documentation.hs: a lot more edits and additions.
2007-11-18 21:55:41 +00:00
Joachim Fasting
9ff17a46aa
Prompt/*: add XConfig variable to keybindings in doc.
2007-11-18 14:48:49 +00:00
Joachim Fasting
0d383fa26f
Prompt/XMonad.hs: minor typo in doc.
2007-11-18 14:47:22 +00:00
Joachim Fasting
e13d6fe0ff
Actions/SinkAll.hs: update usage doc.
2007-11-18 14:41:53 +00:00
Joachim Fasting
c29c440a39
Prompt/Man.hs: remove docstring.
2007-11-18 14:32:40 +00:00
Andrea Rossato
e095e14be1
Documentation: added the section on editing layoutHook
2007-11-18 12:12:40 +00:00
Don Stewart
e640def6d7
needs pattern guards
2007-11-18 05:32:04 +00:00
Joachim Fasting
3d692c0d23
Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.
2007-11-17 23:09:40 +00:00
Joachim Fasting
8bef395ab9
Prompt/Workspace.hs: update module description.
2007-11-17 23:09:31 +00:00
Joachim Fasting
353687db43
Prompt/Window.hs: fix import statements in usage doc.
2007-11-17 23:08:54 +00:00
Joachim Fasting
7b5ee95ef6
Prompt/Ssh.hs: fix import statements in usage doc.
2007-11-17 23:08:14 +00:00
Joachim Fasting
3c03484bf3
Prompt/Man.hs: tweak import stuff in usage doc.
2007-11-17 23:07:34 +00:00
Joachim Fasting
342380e330
Prompt/Layout.hs: add missing import to usage doc.
2007-11-17 23:06:27 +00:00
Joachim Fasting
42da6bf450
Prompt/Shell.hs: fix invalid module import in usage doc.
2007-11-17 22:46:14 +00:00
Devin Mullins
0cb0d3eef4
experimental MessageHooks "branch" of main
...
Doesn't do much now, but is enough to allow me to define noFollow again. :)
I believe the need to change XConfig may force this to be an *actual* branch of
xmonad core, but I'm not sure yet.
2007-11-18 01:08:36 +00:00
Devin Mullins
ef6ef321cb
Grid: tabs -> spaces
2007-11-17 20:11:40 +00:00
Brent Yorgey
d2f7e735f6
Documentation.hs: various stylistic edits, add a few more details
2007-11-17 17:39:24 +00:00
Andrea Rossato
8fcee53fa3
Documentation: added library description coding style and licensing policy - xmonad in small caps
2007-11-17 13:46:31 +00:00
Andrea Rossato
d3dfbb9bc9
Documentation: added more stuff
2007-11-17 11:42:17 +00:00
Devin Mullins
0ed0324496
cpp-options requires Cabal 1.2.1
2007-11-17 01:26:59 +00:00
Spencer Janssen
20da7a48d3
Use cpp-options
2007-11-16 23:23:01 +00:00
Brent Yorgey
bf84ca529f
Config/Droundy.hs: -Wall police, add -fno-warn-orphans
2007-11-16 15:52:02 +00:00
Spencer Janssen
96a534cb68
Move XMonad.Util.Font to fix haddock generation
2007-11-16 21:57:20 +00:00
Andrea Rossato
06783babd9
cabal: I don't know how Hackage handles that so adopt a more general approach
2007-11-16 20:16:44 +00:00
Andrea Rossato
47702ebe31
Documentation.hs: minor fixes
2007-11-16 20:16:00 +00:00
Andrea Rossato
42297605be
Arossato: my terminal is urxvt
2007-11-16 20:15:33 +00:00
Andrea Rossato
c4c25f499c
Documentation: added the section for adding and removing key bindings
2007-11-16 15:51:10 +00:00
Andrea Rossato
8ba071ef60
Documentation: more stuff added
2007-11-16 15:40:59 +00:00