aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-20A new documentation systemAndrea Rossato4-0/+956
2007-11-20PerWorkspace.hs: minor haddock fixesAndrea Rossato1-6/+1
2007-11-20new contrib module: Layout.PerWorkspaceBrent Yorgey1-0/+131
2007-11-20NoBorders.hs: Haddock markup fixBrent Yorgey1-1/+1
2007-11-19remove Mosaic and Anneal.David Roundy2-497/+0
2007-11-19remove MessageHooksDevin Mullins1-315/+0
2007-11-19make handle Just Another Message HookDevin Mullins1-8/+16
2007-11-19Prompt: comment onlyAndrea Rossato1-1/+1
2007-11-17Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen4-57/+45
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki11-19/+19
2007-11-18RotSlaves.hs: documentation fix.Brent Yorgey1-2/+2
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting7-14/+14
2007-11-18Prompt/XMonad.hs: minor typo in doc.Joachim Fasting1-1/+1
2007-11-18Actions/SinkAll.hs: update usage doc.Joachim Fasting1-2/+4
2007-11-18Prompt/Man.hs: remove docstring.Joachim Fasting1-1/+1
2007-11-18needs pattern guardsDon Stewart1-1/+1
2007-11-18Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting1-2/+3
2007-11-18Prompt/Workspace.hs: update module description.Joachim Fasting1-1/+1
2007-11-18Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
2007-11-18Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting1-3/+4
2007-11-18Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting1-1/+2
2007-11-17Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting1-1/+1
2007-11-18experimental MessageHooks "branch" of mainDevin Mullins1-0/+307
2007-11-17Grid: tabs -> spacesDevin Mullins1-20/+20
2007-11-16Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey1-1/+1
2007-11-16Move XMonad.Util.Font to fix haddock generationSpencer Janssen1-2/+0
2007-11-16Arossato: my terminal is urxvtAndrea Rossato1-1/+1
2007-11-16XUtils: remove stringToPixelSpencer Janssen1-9/+0
2007-11-16Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen2-3/+3
2007-11-16Use Xft automatically if availableSpencer Janssen1-4/+4
2007-11-16Font.hs: CPP around Xft calls, use a data type rather than EitherSpencer Janssen1-11/+30
2007-11-16Font.hs: tabsSpencer Janssen1-11/+11
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth4-86/+196
2007-11-16XUtils: a small haddock fixAndrea Rossato1-1/+2
2007-11-16XMonad.Util.Run: meny haddock fixesAndrea Rossato1-28/+38
2007-11-16CustomKeys.hs: typoValery V. Vorotyntsev1-1/+1
2007-11-16Arossato: removed unneeded bitsAndrea Rossato1-1/+0
2007-11-16RotSlaves: small haddock fixAndrea Rossato1-1/+1
2007-11-15Prompt: haddock fixesAndrea Rossato1-3/+1
2007-11-15Arossato: documentationAndrea Rossato1-6/+47
2007-11-15Prompt: just code formattingAndrea Rossato1-8/+8
2007-11-15Prompt: add killWord edit actionAndrea Rossato1-5/+23
2007-11-15remove unneeded Data.Bits imports.David Roundy3-3/+0
2007-11-15CustomKeys.hs: "complete rebinding" mechanism explainedValery V. Vorotyntsev1-0/+13
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2-16/+18
2007-11-15fix bug in WindowNavigation.David Roundy1-3/+13
2007-11-15 Tabbed: removed -fno-warn-orphansAndrea Rossato1-1/+0
2007-11-14simplify NewSelect code.David Roundy1-59/+41
2007-11-14fix bug in LayoutCombinators.David Roundy1-2/+2