| Commit message (Expand) | Author | Files | Lines |
2007-11-16 | Font.hs: tabs | Spencer Janssen | 1 | -11/+11 |
2007-11-16 | Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer. | Clemens Fruhwirth | 4 | -86/+196 |
2007-11-16 | XUtils: a small haddock fix | Andrea Rossato | 1 | -1/+2 |
2007-11-16 | XMonad.Util.Run: meny haddock fixes | Andrea Rossato | 1 | -28/+38 |
2007-11-16 | CustomKeys.hs: typo | Valery V. Vorotyntsev | 1 | -1/+1 |
2007-11-16 | Arossato: removed unneeded bits | Andrea Rossato | 1 | -1/+0 |
2007-11-16 | RotSlaves: small haddock fix | Andrea Rossato | 1 | -1/+1 |
2007-11-15 | Prompt: haddock fixes | Andrea Rossato | 1 | -3/+1 |
2007-11-15 | Arossato: documentation | Andrea Rossato | 1 | -6/+47 |
2007-11-15 | Prompt: just code formatting | Andrea Rossato | 1 | -8/+8 |
2007-11-15 | Prompt: add killWord edit action | Andrea Rossato | 1 | -5/+23 |
2007-11-15 | remove unneeded Data.Bits imports. | David Roundy | 3 | -3/+0 |
2007-11-15 | CustomKeys.hs: "complete rebinding" mechanism explained | Valery V. Vorotyntsev | 1 | -0/+13 |
2007-11-15 | Tabbed.hs, SetWMName.hs: the modules need bitwise "or" | Valery V. Vorotyntsev | 2 | -16/+18 |
2007-11-15 | fix bug in WindowNavigation. | David Roundy | 1 | -3/+13 |
2007-11-15 | Tabbed: removed -fno-warn-orphans | Andrea Rossato | 1 | -1/+0 |
2007-11-14 | simplify NewSelect code. | David Roundy | 1 | -59/+41 |
2007-11-14 | fix bug in LayoutCombinators. | David Roundy | 1 | -2/+2 |
2007-11-14 | no need to import Data.Bits | Don Stewart | 2 | -2/+0 |
2007-11-14 | ManageDocks.hs: haddock fixes | Andrea Rossato | 1 | -6/+7 |
2007-11-14 | EZConfig.hs: haddock fixes | Andrea Rossato | 1 | -0/+3 |
2007-11-14 | CustomKeys.hs: moved into `Util' directory | Valery V. Vorotyntsev | 2 | -10/+10 |
2007-11-14 | Arossato: removed unneeded bits | Andrea Rossato | 1 | -4/+1 |
2007-11-14 | improve shrinking in Droundy.hs | David Roundy | 1 | -0/+8 |
2007-11-14 | Arossato: just code formatting | Andrea Rossato | 1 | -7/+8 |
2007-11-14 | Arossato: typo | Andrea Rossato | 1 | -1/+1 |
2007-11-14 | Arossato: some keybindings tuning | Andrea Rossato | 1 | -1/+12 |
2007-11-14 | Tabbed: added -fno-warn-orphans | Andrea Rossato | 1 | -1/+1 |
2007-11-14 | Arossato: just code formattings | Andrea Rossato | 1 | -16/+19 |
2007-11-14 | Config.Arossato: my hand has been forced to pick up a true combinator set... | Andrea Rossato | 1 | -99/+53 |
2007-11-14 | UrgencyHook.hs: small haddock fix | Andrea Rossato | 1 | -0/+1 |
2007-11-14 | fix EZConfig documentation | Devin Mullins | 2 | -3/+7 |
2007-11-12 | remove dead code | Devin Mullins | 1 | -4/+1 |
2007-11-13 | CustomKeys.hs (customKeysFrom): new function | Valery V. Vorotyntsev | 1 | -9/+20 |
2007-11-14 | pattern guards and newtype deriving required for ManageDocks.hs to build! | Don Stewart | 1 | -1/+3 |
2007-11-13 | add ToggleStruts capability to avoidStruts. | David Roundy | 1 | -9/+18 |
2007-11-13 | Arossato: cleanup and fine-tuning | Andrea Rossato | 1 | -25/+31 |
2007-11-13 | make shrinker preserved over restart in tabbed. | David Roundy | 2 | -23/+50 |
2007-11-12 | XMonad.Config.CustomKeys - new module | Valery V. Vorotyntsev | 1 | -0/+65 |
2007-11-12 | prune Droundy.hs. | David Roundy | 1 | -24/+2 |
2007-11-12 | NoBorders.hs: remove modifierDescription definitions, so NoBorders and SmartB... | Brent Yorgey | 1 | -5/+0 |
2007-11-12 | NoBorder.hs: documentation updates | Brent Yorgey | 1 | -4/+4 |
2007-11-12 | fix intro doco for UrgencyHook | Devin Mullins | 1 | -9/+5 |
2007-11-12 | revert UrgencyHook behavior back to ICCCM non-compliance | Devin Mullins | 1 | -21/+53 |
2007-11-12 | add StdoutUrgencyHook, to help debug weird client behavior | Devin Mullins | 1 | -3/+13 |
2007-11-11 | EZConfig: update for kind change in XConfig | Spencer Janssen | 1 | -4/+4 |
2007-11-11 | changes to work with XConfig of kind * -> *. | David Roundy | 4 | -11/+12 |
2007-11-09 | font size 15 pixels is the dzen default | Don Stewart | 1 | -1/+1 |
2007-11-11 | add two new modules, one to name layouts, another to select a layout. | David Roundy | 3 | -2/+98 |
2007-11-11 | add helper module for writing configs | Devin Mullins | 1 | -0/+55 |