| Commit message (Expand) | Author | Files | Lines |
2008-01-26 | Decoration: code formatting only | Andrea Rossato | 1 | -15/+12 |
2008-01-26 | export DeConfig to avoid importing Decoration | Andrea Rossato | 2 | -0/+2 |
2008-01-26 | Prompt: code formatting only | Andrea Rossato | 1 | -29/+28 |
2008-01-26 | Don't export TConf anymore and export DeConfig instead | Andrea Rossato | 3 | -14/+15 |
2008-01-25 | Tabbed now uses Decoration | Andrea Rossato | 1 | -183/+80 |
2008-01-25 | Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an... | Andrea Rossato | 1 | -0/+69 |
2008-01-25 | Adde SimpleDecoration, a layout modifier to add simple decorations to windows... | Andrea Rossato | 1 | -0/+69 |
2008-01-25 | Add Layout.Simplest, the simplest layout | Andrea Rossato | 1 | -0/+41 |
2008-01-25 | Add Decoration, a layout modifier and a class for easily writing decorated la... | Andrea Rossato | 1 | -0/+252 |
2008-01-25 | Add WindowArranger, a layout modifier to move and resize windows with the key... | Andrea Rossato | 1 | -0/+189 |
2008-01-24 | ShowWName: moved fi to XUtils | Andrea Rossato | 1 | -4/+0 |
2008-01-24 | XUtils: add functions for operating on lists of windows and export fi | Andrea Rossato | 1 | -13/+28 |
2008-01-24 | LayoutModifier: add emptyLayoutMod for dealing with empty workspaces | Andrea Rossato | 1 | -0/+10 |
2008-01-22 | LayoutModifier: add pureMess and pureModifier to the LayoutModifier class | Andrea Rossato | 1 | -2/+7 |
2008-01-15 | Layout.ShowWName: generalize the instance | Andrea Rossato | 1 | -2/+2 |
2008-01-28 | add emptyLayout to MultiToggle | Lukas Mai | 1 | -0/+2 |
2008-01-28 | grammar fix | Lukas Mai | 1 | -1/+1 |
2008-01-27 | I use urxvtc now | Spencer Janssen | 1 | -1/+1 |
2008-01-18 | add 'single' helper function | Lukas Mai | 1 | -2/+7 |
2008-01-18 | documentation fix | Lukas Mai | 1 | -1/+1 |
2008-01-18 | style assimilation | Lukas Mai | 1 | -1/+1 |
2008-01-02 | cleared up transience to better highlight how to use ManageHooks properly | xmonad-contrib | 1 | -5/+3 |
2008-01-01 | expands the EDSL for performing actions on windows | xmonad-contrib | 1 | -19/+65 |
2008-01-14 | Timer: some code cleanup | Andrea Rossato | 1 | -9/+7 |
2008-01-14 | Use doubleFork instead of manual double fork, or buggy single fork. | nicolas.pouillard | 2 | -29/+16 |
2008-01-16 | Reflect.hs: minor haddock fix | Brent Yorgey | 1 | -1/+1 |
2008-01-15 | Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa... | Brent Yorgey | 1 | -1/+5 |
2008-01-15 | Reflect.hs: add MultiToggle support | Brent Yorgey | 1 | -6/+40 |
2008-01-15 | MultiToggle.hs: improve 'description' implementation in LayoutClass instance ... | Brent Yorgey | 1 | -2/+2 |
2008-01-15 | Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic... | Brent Yorgey | 1 | -0/+81 |
2008-01-14 | ShowWName.hs: switch color/bgcolor in call to paintAndWrite | Brent Yorgey | 1 | -2/+2 |
2008-01-13 | Prompt: clean up and optimize moveWord a bit | Andrea Rossato | 1 | -10/+6 |
2008-01-13 | Prompt: added moveWord to move the cursor to the word boundaries | Andrea Rossato | 1 | -0/+21 |
2008-01-13 | Doc.Extending: added links and description of recent module addition | Andrea Rossato | 1 | -0/+8 |
2008-01-13 | Action.Search: small haddock fixes | Andrea Rossato | 1 | -1/+2 |
2008-01-13 | ShowWName now uses Timer and XUtils to display the workspace name | Andrea Rossato | 1 | -33/+42 |
2008-01-13 | Add XMonad.Util.Timer, a module to set up timers and to handle them | Andrea Rossato | 1 | -0/+62 |
2008-01-10 | de-obfuscate the initState and set the init offset to the length of the defau... | Andrea Rossato | 1 | -1/+15 |
2008-01-09 | prompt: Allow to provide a default text in the prompt config. | nicolas.pouillard | 1 | -1/+3 |
2007-12-30 | Correct caps in module header. | Joachim Fasting | 1 | -1/+1 |
2007-12-30 | Use LANGUAGE pragma. | Joachim Fasting | 1 | -1/+1 |
2007-12-31 | shiftPrevScreen and shiftNextScreen, to make CycleWS consistent | mail | 1 | -1/+20 |
2007-12-04 | formatting | Don Stewart | 1 | -2/+6 |
2007-12-31 | PerWorkspace.hs: add an explanatory note | Brent Yorgey | 1 | -0/+7 |
2007-12-31 | Add ShowWName a layout modifier to show the workspace name | Andrea Rossato | 1 | -0/+95 |
2007-12-31 | ManageDocks: some documentation fixes | Andrea Rossato | 1 | -1/+4 |
2007-12-28 | -Wall police (again) | Spencer Janssen | 1 | -2/+2 |
2007-12-28 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-12-27 | Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ... | mail | 1 | -1/+9 |
2007-12-27 | display all visible windows on the current desktop in the pager | mail | 1 | -1/+8 |