| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SimpleDate.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -12/+15 |
* | RotView.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -7/+25 |
* | NoBorders.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -7/+25 |
* | NamedWindows.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -3/+26 |
* | Mosaic.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -25/+43 |
* | metaModule.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -1/+12 |
* | HintedTile.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -1/+24 |
* | GreedyView.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -20/+35 |
* | FindEmptyWorkspace.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -15/+21 |
* | DynamicLog.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -13/+28 |
* | DwmPromote.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -12/+19 |
* | Dmenu.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -3/+27 |
* | Decoration.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -1/+23 |
* | Combo.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -4/+29 |
* | Circle.hs: info and documentation | Andrea Rossato | 2007-06-14 | 1 | -1/+24 |
* | BackCompat.hs info e documentation | Andrea Rossato | 2007-06-14 | 1 | -7/+28 |
* | Tabbed.hs: Get correct color values instead of assuming a 24-bit display | Jason Creighton | 2007-06-14 | 1 | -6/+10 |
* | added info to Commands.hs | Andrea Rossato | 2007-06-13 | 1 | -18/+27 |
* | add bsd-style license for xmonad contrib | Don Stewart | 2007-06-14 | 2 | -0/+32 |
* | Update license information | Spencer Janssen | 2007-06-13 | 1 | -1/+1 |
* | template for module information e documentation | Andrea Rossato | 2007-06-13 | 1 | -10/+28 |
* | Remove some debugging statements I forgot about earlier | Stefan O'Rear | 2007-06-13 | 1 | -6/+4 |
* | Update MagicFocus to the new StackSet | Spencer Janssen | 2007-06-13 | 1 | -2/+1 |
* | Magic Focus | Peter De Wachter | 2007-06-12 | 2 | -0/+12 |
* | add -fglasgow-exts to some modules that use it. | David Roundy | 2007-06-12 | 4 | -0/+4 |
* | changes to work with Stacks that can't be empty. | David Roundy | 2007-06-12 | 7 | -24/+18 |
* | add Combo and Square to MetaModule. | David Roundy | 2007-06-12 | 1 | -0/+2 |
* | new module NoBorders to let a given layout have windows without borders. | David Roundy | 2007-06-12 | 2 | -0/+37 |
* | make combo sort of work with new doLayout. | David Roundy | 2007-06-12 | 1 | -3/+5 |
* | make square work with new doLayout. | David Roundy | 2007-06-12 | 1 | -1/+2 |
* | add "Square" layout. | David Roundy | 2007-06-12 | 1 | -0/+30 |
* | add new combo layout combiner. | David Roundy | 2007-06-12 | 1 | -0/+26 |
* | In Decoration.hs, track rename of ModifyWindows | Stefan O'Rear | 2007-06-12 | 1 | -2/+2 |
* | Refactor Decoration into a general layout-level hooks interface, and a decora... | Stefan O'Rear | 2007-06-12 | 2 | -28/+59 |
* | the Stack can be Empty | Andrea Rossato | 2007-06-12 | 1 | -0/+1 |
* | Documentation fix | Spencer Janssen | 2007-06-12 | 1 | -1/+1 |
* | Comment only | Spencer Janssen | 2007-06-12 | 1 | -1/+1 |
* | Fix LayoutHints in the presence of nonzero border widths | Stefan O'Rear | 2007-06-11 | 1 | -2/+8 |
* | add keybinding to make aspect ratio flexible. | David Roundy | 2007-06-11 | 1 | -1/+11 |
* | Note the modules I maintain | Spencer Janssen | 2007-06-11 | 2 | -0/+4 |
* | Add MetaModule | Spencer Janssen | 2007-06-11 | 1 | -0/+33 |
* | Updates to work with recent API changes | Spencer Janssen | 2007-06-11 | 8 | -15/+22 |
* | Rename safeIO to catchIO | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | add WorkspaceDir, which sets the current directory in a workspace. | David Roundy | 2007-06-11 | 1 | -0/+35 |
* | fmt | Don Stewart | 2007-06-11 | 1 | -2/+4 |
* | added dynamicLogXinerama, a workspace logger that's nicer for Xinerama | Jason Creighton | 2007-06-11 | 1 | -5/+25 |
* | redraw decorations on PropertyNotify | Jason Creighton | 2007-06-11 | 2 | -4/+5 |
* | use safe peek instead of unsafe focus | Jason Creighton | 2007-06-11 | 1 | -3/+2 |
* | make Tabbed respect the y position of the layout rect (statusbar bugfix) | Jason Creighton | 2007-06-11 | 1 | -6/+6 |
* | tune layout of Tabbed just a bit. | David Roundy | 2007-06-10 | 1 | -2/+2 |