| Commit message (Expand) | Author | Age | Files | Lines |
* | Search.hs: haddock cleanup | Brent Yorgey | 2008-01-31 | 1 | -35/+32 |
* | Added a handy tip to the documentation of XMonad.Actions.Search | v.dijk.bas | 2008-01-31 | 1 | -1/+47 |
* | Make LayoutHints a decoration aware layout modifier | Andrea Rossato | 2008-01-31 | 2 | -5/+9 |
* | Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool state | Andrea Rossato | 2008-01-31 | 2 | -79/+65 |
* | Extending.hs: documentation update | Brent Yorgey | 2008-01-31 | 2 | -13/+16 |
* | DynamicLog: lots of additional documentation; add byorgeyPP as an example dze... | Brent Yorgey | 2008-01-30 | 1 | -32/+99 |
* | Extended PP with sorting algorithm specification and added xinerama sorting | Juraj Hercek | 2008-01-09 | 2 | -7/+37 |
* | SimpleDecoration: export defaultTheme | Andrea Rossato | 2008-01-30 | 1 | -0/+1 |
* | Various decorations related updates | Spencer Janssen | 2008-01-30 | 8 | -188/+97 |
* | TwoPane: add description string | Joachim Fasting | 2008-01-26 | 1 | -0/+1 |
* | add XMonad.Actions.CycleSelectedLayouts | Roman Cheplyaka | 2008-01-16 | 2 | -0/+52 |
* | Search.hs: add documentation and two more search engines (MathWorld and Googl... | Brent Yorgey | 2008-01-28 | 1 | -23/+52 |
* | xmonad-contrib.cabal: add build-type field to get rid of Cabal warning | Brent Yorgey | 2008-01-28 | 1 | -0/+1 |
* | LayoutCombinator class: code clean up | Andrea Rossato | 2008-01-29 | 2 | -15/+12 |
* | Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th... | Andrea Rossato | 2008-01-29 | 2 | -93/+109 |
* | Named: reimplemented as a LayoutModifier and updated Config.Droundy accordingly | Andrea Rossato | 2008-01-28 | 2 | -21/+17 |
* | LayoutModifier: add modifyDescription for completely override the modified la... | Andrea Rossato | 2008-01-28 | 1 | -3/+5 |
* | 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 |