Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documentation: more stuff added | Andrea Rossato | 2007-11-16 | 1 | -30/+95 | |
* | utf8-string isn't needed | Spencer Janssen | 2007-11-16 | 1 | -1/+1 | |
* | Depend on X11-xft > | Spencer Janssen | 2007-11-16 | 1 | -1/+1 | |
* | XUtils: remove stringToPixel | Spencer Janssen | 2007-11-16 | 1 | -9/+0 | |
* | Export XMonadFont's constructors, use those constructors in XMonad.Prompt | Spencer Janssen | 2007-11-16 | 2 | -3/+3 | |
* | Use Xft automatically if available | Spencer Janssen | 2007-11-16 | 2 | -5/+12 | |
* | Font.hs: CPP around Xft calls, use a data type rather than Either | Spencer Janssen | 2007-11-16 | 1 | -11/+30 | |
* | Font.hs: tabs | Spencer Janssen | 2007-11-16 | 1 | -11/+11 | |
* | Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer. | Clemens Fruhwirth | 2007-11-16 | 5 | -87/+198 | |
* | Documentation: typos and formatting | Andrea Rossato | 2007-11-16 | 1 | -10/+8 | |
* | XUtils: a small haddock fix | Andrea Rossato | 2007-11-16 | 1 | -1/+2 | |
* | XMonad.Util.Run: meny haddock fixes | Andrea Rossato | 2007-11-16 | 1 | -28/+38 | |
* | CustomKeys.hs: typo | Valery V. Vorotyntsev | 2007-11-16 | 1 | -1/+1 | |
* | README: wrap long lines | Andrea Rossato | 2007-11-16 | 1 | -1/+4 | |
* | Add Documentation.hs for documentation purposes | Andrea Rossato | 2007-11-16 | 2 | -1/+299 | |
* | Arossato: removed unneeded bits | Andrea Rossato | 2007-11-16 | 1 | -1/+0 | |
* | RotSlaves: small haddock fix | Andrea Rossato | 2007-11-16 | 1 | -1/+1 | |
* | update run xmonad script | Don Stewart | 2007-11-15 | 1 | -10/+19 | |
* | Prompt: haddock fixes | Andrea Rossato | 2007-11-15 | 1 | -3/+1 | |
* | Arossato: documentation | Andrea Rossato | 2007-11-15 | 1 | -6/+47 | |
* | Prompt: just code formatting | Andrea Rossato | 2007-11-15 | 1 | -8/+8 | |
* | Prompt: add killWord edit action | Andrea Rossato | 2007-11-15 | 1 | -5/+23 | |
* | remove unneeded Data.Bits imports. | David Roundy | 2007-11-15 | 3 | -3/+0 | |
* | CustomKeys.hs: "complete rebinding" mechanism explained | Valery V. Vorotyntsev | 2007-11-15 | 1 | -0/+13 | |
* | Tabbed.hs, SetWMName.hs: the modules need bitwise "or" | Valery V. Vorotyntsev | 2007-11-15 | 2 | -16/+18 | |
* | fix bug in WindowNavigation. | David Roundy | 2007-11-15 | 1 | -3/+13 | |
* | Tabbed: removed -fno-warn-orphans | Andrea Rossato | 2007-11-15 | 1 | -1/+0 | |
* | simplify NewSelect code. | David Roundy | 2007-11-14 | 1 | -59/+41 | |
* | fix bug in LayoutCombinators. | David Roundy | 2007-11-14 | 1 | -2/+2 | |
* | no need to import Data.Bits | Don Stewart | 2007-11-14 | 2 | -2/+0 | |
* | ManageDocks.hs: haddock fixes | Andrea Rossato | 2007-11-14 | 1 | -6/+7 | |
* | EZConfig.hs: haddock fixes | Andrea Rossato | 2007-11-14 | 1 | -0/+3 | |
* | CustomKeys.hs: moved into `Util' directory | Valery V. Vorotyntsev | 2007-11-14 | 3 | -11/+11 | |
* | Arossato: removed unneeded bits | Andrea Rossato | 2007-11-14 | 1 | -4/+1 | |
* | improve shrinking in Droundy.hs | David Roundy | 2007-11-14 | 1 | -0/+8 | |
* | Arossato: just code formatting | Andrea Rossato | 2007-11-14 | 1 | -7/+8 | |
* | Arossato: typo | Andrea Rossato | 2007-11-14 | 1 | -1/+1 | |
* | Arossato: some keybindings tuning | Andrea Rossato | 2007-11-14 | 1 | -1/+12 | |
* | Tabbed: added -fno-warn-orphans | Andrea Rossato | 2007-11-14 | 1 | -1/+1 | |
* | Arossato: just code formattings | Andrea Rossato | 2007-11-14 | 1 | -16/+19 | |
* | Config.Arossato: my hand has been forced to pick up a true combinator set... | Andrea Rossato | 2007-11-14 | 1 | -99/+53 | |
* | UrgencyHook.hs: small haddock fix | Andrea Rossato | 2007-11-14 | 1 | -0/+1 | |
* | fix EZConfig documentation | Devin Mullins | 2007-11-14 | 2 | -3/+7 | |
* | remove dead code | Devin Mullins | 2007-11-12 | 1 | -4/+1 | |
* | CustomKeys.hs (customKeysFrom): new function | Valery V. Vorotyntsev | 2007-11-13 | 1 | -9/+20 | |
* | pattern guards and newtype deriving required for ManageDocks.hs to build! | Don Stewart | 2007-11-14 | 1 | -1/+3 | |
* | add ToggleStruts capability to avoidStruts. | David Roundy | 2007-11-13 | 1 | -9/+18 | |
* | Arossato: cleanup and fine-tuning | Andrea Rossato | 2007-11-13 | 1 | -25/+31 | |
* | make shrinker preserved over restart in tabbed. | David Roundy | 2007-11-13 | 2 | -23/+50 | |
* | REAME: one more try | gwern0 | 2007-11-12 | 1 | -6/+15 |