aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentation of all prompts in XMonad.PromptAndrea Rossato2007-11-218-42/+36
| | | | darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
* Font: haddock fixAndrea Rossato2007-11-211-2/+2
| | | | darcs-hash:20071121141618-32816-bac6da91ba877cef9f7c2512ef94453c10b4ebcb.gz
* NamedWindows: haddock fixAndrea Rossato2007-11-211-1/+1
| | | | darcs-hash:20071121141424-32816-3a6b7f8f98adeb0761a769932f72808e16185093.gz
* XUtils: haddock fixAndrea Rossato2007-11-211-1/+2
| | | | darcs-hash:20071121141319-32816-d562b3c0708cd412aa83acef0878d4954dcc0cb6.gz
* Shell: small doc fixAndrea Rossato2007-11-211-2/+2
| | | | darcs-hash:20071121141013-32816-56d68d4aec55a79510af79e993469ffa74a472d6.gz
* Tabbed: haddock documentation and code formattingAndrea Rossato2007-11-211-29/+22
| | | | darcs-hash:20071121140908-32816-f2b7db2e2a95431f6eeb743727fec65eba17078a.gz
* HintedTile: typoAndrea Rossato2007-11-211-2/+1
| | | | darcs-hash:20071121140828-32816-d7390efa94e9210fd9e211470ead520dd6a32ffb.gz
* HintedTile: ported to the LayoutClassAndrea Rossato2007-11-211-49/+66
| | | | darcs-hash:20071121112331-32816-9cf35d9f7f439bc133959483859923be8735599f.gz
* PerWorkspace.hs: various fixes and updatesBrent Yorgey2007-11-201-25/+38
| | | | darcs-hash:20071120173307-bd4d7-80bc037c6db365719e2bf978da0431233811f0d1.gz
* Doc.hs: remove modules from export list.Brent Yorgey2007-11-201-15/+12
| | | | | | | Apparently GHC 6.8.1 issues a warning when a re-exported module does not itself export anything. darcs-hash:20071120172947-bd4d7-f022d124f21093b61303eb7524cb57c075d8beaf.gz
* A new documentation systemAndrea Rossato2007-11-204-0/+956
| | | | | | | | | | | 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 ...;) darcs-hash:20071120151552-32816-f4c08bb12ceeb931a5c82c782100d698f5efc22f.gz
* PerWorkspace.hs: minor haddock fixesAndrea Rossato2007-11-201-6/+1
| | | | | | | Also, we don't need to add those docstring annotation (%...), since that system is not used anymore. darcs-hash:20071120103250-32816-b41b1b6a680c4af75b382721c2597e401c7b1fc3.gz
* new contrib module: Layout.PerWorkspaceBrent Yorgey2007-11-201-0/+131
| | | | | | | | | 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. darcs-hash:20071120024612-bd4d7-742aa9157b0c9f3d0f4f54c5c61d4299cf37bd8a.gz
* NoBorders.hs: Haddock markup fixBrent Yorgey2007-11-201-1/+1
| | | | darcs-hash:20071120024415-bd4d7-eee1910bd4354c2a90786d73550f9fa42f10f235.gz
* remove Mosaic and Anneal.David Roundy2007-11-192-497/+0
| | | | darcs-hash:20071119153005-72aca-97fdeb24114039c698f5cfbb411e7d99810b4eab.gz
* remove MessageHooksDevin Mullins2007-11-191-315/+0
| | | | | | | | 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 darcs-hash:20071119070417-78224-706000d56489327ae51048b70b3175ae6b174565.gz
* make handle Just Another Message HookDevin Mullins2007-11-191-8/+16
| | | | darcs-hash:20071119041731-78224-ee2722d1c2e7acc7e75fb6c06341a7cb2a00fa9e.gz
* Prompt: comment onlyAndrea Rossato2007-11-191-1/+1
| | | | darcs-hash:20071119000357-32816-ad0af5478f4d4214b84d1a43cf9ca66efba445a1.gz
* Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen2007-11-174-57/+45
| | | | darcs-hash:20071116232743-a5988-555816e43cf5559966bee4c22e21e8a2f46edb92.gz
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-1911-19/+19
| | | | darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz
* RotSlaves.hs: documentation fix.Brent Yorgey2007-11-181-2/+2
| | | | darcs-hash:20071118215858-bd4d7-effbae7ecf933c4b5b4fb5df08d2331ad6573c5a.gz
* Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting2007-11-187-14/+14
| | | | darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
* Prompt/XMonad.hs: minor typo in doc.Joachim Fasting2007-11-181-1/+1
| | | | darcs-hash:20071118144722-928c4-c5c151763571d55d854746982b1fa57c54ebe5f1.gz
* Actions/SinkAll.hs: update usage doc.Joachim Fasting2007-11-181-2/+4
| | | | darcs-hash:20071118144153-928c4-bbd2308749caeffd15e46edf1411e80c9df3bfc4.gz
* Prompt/Man.hs: remove docstring.Joachim Fasting2007-11-181-1/+1
| | | | darcs-hash:20071118143240-928c4-b8478ece740d7d104549836c351aaf4ef3f0a66e.gz
* needs pattern guardsDon Stewart2007-11-181-1/+1
| | | | darcs-hash:20071118053204-cba2c-96576aa94615fab45d814e001585b82a160d6cce.gz
* Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting2007-11-181-2/+3
| | | | darcs-hash:20071117230940-928c4-8863f76809c6d77f95a3730ddfbd73280cf72a29.gz
* Prompt/Workspace.hs: update module description.Joachim Fasting2007-11-181-1/+1
| | | | darcs-hash:20071117230931-928c4-226016871b3adf6eae326b7b57fd4f9342d0d8a6.gz
* Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting2007-11-181-2/+2
| | | | darcs-hash:20071117230854-928c4-3ca06e4b428cbf4cd9dc00c3244ecda80e5ef27d.gz
* Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting2007-11-181-2/+2
| | | | darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
* Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting2007-11-181-3/+4
| | | | darcs-hash:20071117230734-928c4-3913925d7feb535b60c9dbbaae100864fcbf0883.gz
* Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting2007-11-181-1/+2
| | | | darcs-hash:20071117230627-928c4-4b00476b9ac010868af4eaa8cdbfba4c1f8134da.gz
* Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting2007-11-171-1/+1
| | | | darcs-hash:20071117224614-928c4-f3676bffbfc1d7e46f4e6280bb7fed2a9ebe412d.gz
* experimental MessageHooks "branch" of mainDevin Mullins2007-11-181-0/+307
| | | | | | | | 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. darcs-hash:20071118010836-78224-ebf356b999f98aff6f99f575057c493efdf5f264.gz
* Grid: tabs -> spacesDevin Mullins2007-11-171-20/+20
| | | | darcs-hash:20071117201140-78224-c421f639531d6268800afd3cd476b9efc2fc567e.gz
* Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey2007-11-161-1/+1
| | | | darcs-hash:20071116155202-bd4d7-f97646efe74f1261758424f403f9f3b8f8e44457.gz
* Move XMonad.Util.Font to fix haddock generationSpencer Janssen2007-11-161-2/+0
| | | | darcs-hash:20071116215720-a5988-b4f40df339aeed5736edcb35b1a85424403d947d.gz
* Arossato: my terminal is urxvtAndrea Rossato2007-11-161-1/+1
| | | | darcs-hash:20071116201533-32816-3e5fc6094723dd77c9e88edb1919363470b3d086.gz
* XUtils: remove stringToPixelSpencer Janssen2007-11-161-9/+0
| | | | darcs-hash:20071116125247-a5988-f866973d279808a3e15659be7d0f16fbdcef7a42.gz
* Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen2007-11-162-3/+3
| | | | darcs-hash:20071116125157-a5988-4d24d051381c8ccc531cfab34a052098497a8cc9.gz
* Use Xft automatically if availableSpencer Janssen2007-11-161-4/+4
| | | | darcs-hash:20071116124211-a5988-2f871dda01cf247852787d9c0d30f85dba73b444.gz
* Font.hs: CPP around Xft calls, use a data type rather than EitherSpencer Janssen2007-11-161-11/+30
| | | | darcs-hash:20071116123552-a5988-c43165c6067c4a3f842ccc51c02e4e6380e220e3.gz
* Font.hs: tabsSpencer Janssen2007-11-161-11/+11
| | | | darcs-hash:20071116122551-a5988-0d319fc2b94c145736fb614a87b7e4120aeb0559.gz
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-164-86/+196
| | | | darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
* XUtils: a small haddock fixAndrea Rossato2007-11-161-1/+2
| | | | darcs-hash:20071116122359-32816-c7ac61f921cdfb76cc63dc4734eba2b025822027.gz
* XMonad.Util.Run: meny haddock fixesAndrea Rossato2007-11-161-28/+38
| | | | | | | I've also trasnformed gwern's comments to use '--' instead of {- -}, for uniformity. darcs-hash:20071116120938-32816-c342a43b4bb3dc813ac8231838b607cd8f58b530.gz
* CustomKeys.hs: typoValery V. Vorotyntsev2007-11-161-1/+1
| | | | darcs-hash:20071116112531-ae588-d4465bbf3aeede7e6c5193f9beaa373897e2d493.gz
* Arossato: removed unneeded bitsAndrea Rossato2007-11-161-1/+0
| | | | darcs-hash:20071116104753-32816-d2627ac862e11a5686f458d2db32aad6e0b6d00a.gz
* RotSlaves: small haddock fixAndrea Rossato2007-11-161-1/+1
| | | | darcs-hash:20071116104730-32816-68bc94e8d168e95e6567dea16991a7a9686e5a84.gz
* Prompt: haddock fixesAndrea Rossato2007-11-151-3/+1
| | | | darcs-hash:20071115204828-32816-c30269b8411128c3e515aceb867bc1118398fe4a.gz