| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make LayoutCombinators deal with emptyLayout | Andrea Rossato | 2008-01-27 | 1 | -0/+4 |
* | Add ResizeScreen, a layout modifier for modifing the screen geometry | Andrea Rossato | 2008-01-27 | 1 | -0/+81 |
* | WindowArranger can now arrange all windows | Andrea Rossato | 2008-01-27 | 3 | -24/+32 |
* | Arossato: updated my config to recent changes | Andrea Rossato | 2008-01-26 | 1 | -16/+60 |
* | Add SimpleFloat a very basic floating layout that will place windows accordin... | Andrea Rossato | 2008-01-26 | 2 | -5/+78 |
* | WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat) | Andrea Rossato | 2008-01-26 | 1 | -0/+1 |
* | ShowWName: show the name of empty layouts too | Andrea Rossato | 2008-01-26 | 1 | -3/+8 |
* | ManageDocks: add emptyLayout definition for supporting the new decoration fra... | Andrea Rossato | 2008-01-26 | 1 | -0/+3 |
* | Decoration: code formatting only | Andrea Rossato | 2008-01-26 | 1 | -15/+12 |
* | export DeConfig to avoid importing Decoration | Andrea Rossato | 2008-01-26 | 2 | -0/+2 |
* | Prompt: code formatting only | Andrea Rossato | 2008-01-26 | 1 | -29/+28 |
* | Don't export TConf anymore and export DeConfig instead | Andrea Rossato | 2008-01-26 | 3 | -14/+15 |
* | Tabbed now uses Decoration | Andrea Rossato | 2008-01-25 | 1 | -183/+80 |
* | Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an... | Andrea Rossato | 2008-01-25 | 1 | -0/+69 |
* | Adde SimpleDecoration, a layout modifier to add simple decorations to windows... | Andrea Rossato | 2008-01-25 | 1 | -0/+69 |
* | Add Layout.Simplest, the simplest layout | Andrea Rossato | 2008-01-25 | 1 | -0/+41 |
* | Add Decoration, a layout modifier and a class for easily writing decorated la... | Andrea Rossato | 2008-01-25 | 1 | -0/+252 |
* | Add WindowArranger, a layout modifier to move and resize windows with the key... | Andrea Rossato | 2008-01-25 | 1 | -0/+189 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+81 |
* | 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 | 1 | -0/+62 |
* | 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 |