| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ToggleLayouts and Named implement emptyLayout | Andrea Rossato | 2008-01-28 | 2 | -0/+7 |
* | Decoration: the fontset must be released even when we don't decorate the firs... | Andrea Rossato | 2008-01-28 | 1 | -1/+3 |
* | Decoration: I forgot we need to release the fontset too! | Andrea Rossato | 2008-01-28 | 1 | -1/+2 |
* | Decoration: after deleting the windows we must update the layout modifier | Andrea Rossato | 2008-01-28 | 1 | -1/+2 |
* | Reflect: reimplemented as a layout modifier (which makes it compatible with w... | Andrea Rossato | 2008-01-27 | 1 | -15/+11 |
* | SimpleFLoat: change the description to Float (Simple is the decoration descri... | Andrea Rossato | 2008-01-27 | 1 | -1/+1 |
* | ManageDocks: implement AvoidStruts as a layout modifier | Andrea Rossato | 2008-01-27 | 1 | -18/+12 |
* | ResizeScreen has been rewritten as a layout modifier | Andrea Rossato | 2008-01-27 | 1 | -35/+17 |
* | LayoutModifier add a modifyLayout | Andrea Rossato | 2008-01-27 | 1 | -1/+4 |
* | 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 | 2 | -0/+82 |
* | 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 | 3 | -5/+79 |
* | 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 | 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 |