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