| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Truncate long window titles | Spencer Janssen | 2007-10-18 | 1 | -2/+8 |
* | DynamicLog.hs: Add ppWsSep field to PP to specify workspace separator. | Eric Mertens | 2007-10-18 | 1 | -6/+3 |
* | Wrapping the empty string yields the empty string | Spencer Janssen | 2007-10-18 | 1 | -1/+2 |
* | DynamicLog: documentation only | Spencer Janssen | 2007-10-17 | 1 | -3/+1 |
* | Allow the user to change the order of workspaces, layout, title | Spencer Janssen | 2007-10-17 | 1 | -3/+6 |
* | Don't wrap the layout description by default | Spencer Janssen | 2007-10-17 | 1 | -1/+1 |
* | DynamicLog: not . null. Duh. | Spencer Janssen | 2007-10-17 | 1 | -1/+1 |
* | A big dynamicLog refactor | Spencer Janssen | 2007-10-17 | 1 | -60/+68 |
* | Don't toLower the layout description. | Spencer Janssen | 2007-10-17 | 1 | -2/+1 |
* | TilePrime.hs: Correct behavior when number of windows < | Eric Mertens | 2007-10-17 | 1 | -15/+17 |
* | Remove RunInXTerm in favor of Run | Spencer Janssen | 2007-10-17 | 3 | -32/+2 |
* | Move runXXX functions to one module | Christian Thiemann | 2007-10-12 | 8 | -52/+92 |
* | Fix LANGUAGE pragmas | Shachaf Ben-Kiki | 2007-10-17 | 2 | -2/+2 |
* | use full screen for single window in TilePrime | l.mai | 2007-10-17 | 1 | -0/+1 |
* | RotSlaves.hs: Add rotAll functions | Eric Mertens | 2007-10-17 | 1 | -3/+14 |
* | TilePrime.hs: add usage info. | Joachim Fasting | 2007-10-17 | 1 | -1/+19 |
* | TilePrime.hs: add LANGAUGE pragma. | Joachim Fasting | 2007-10-17 | 1 | -0/+1 |
* | MetaModule.hs: add WorkspacePrompt. | Joachim Fasting | 2007-10-17 | 1 | -0/+1 |
* | add TilePrime to MetaModule. | David Roundy | 2007-10-17 | 1 | -0/+1 |
* | Initial import of TilePrime | Eric Mertens | 2007-10-17 | 1 | -0/+80 |
* | code cleanup in selectWorkspace. | David Roundy | 2007-10-17 | 1 | -4/+3 |
* | allow users to go to dynamically-added workspaces with mod-n. | David Roundy | 2007-10-17 | 1 | -2/+23 |
* | add modules to deal with Workspaces (select, etc) by name using XPrompt. | David Roundy | 2007-10-17 | 2 | -3/+58 |
* | make windowNavigation simpler to use in simplest case. | David Roundy | 2007-10-16 | 1 | -7/+10 |
* | compute nice window border for WindowNavigation properly. | David Roundy | 2007-10-16 | 2 | -5/+13 |
* | fix docs on WindowNavigation. | David Roundy | 2007-10-16 | 1 | -1/+7 |
* | compute a reasonable navigation color based on focussed color. | David Roundy | 2007-10-15 | 1 | -9/+22 |
* | WindowNavigation: don't export the config constructor and some haddock fixes | Andrea Rossato | 2007-10-13 | 1 | -12/+20 |
* | improvements in Combo. | David Roundy | 2007-10-15 | 1 | -10/+15 |
* | Spiral.hs: add 'description' function to LayoutClass instance for SpiralWithDir. | Brent Yorgey | 2007-10-16 | 1 | -0/+1 |
* | ShellPrompt: traverse $PATH once per invocation. Major speed improvement | Spencer Janssen | 2007-10-16 | 1 | -24/+28 |
* | ShellPrompt.hs: a quick optimization of nub | gwern0 | 2007-10-16 | 1 | -1/+2 |
* | defaultLayout -> layoutHook | Spencer Janssen | 2007-10-15 | 1 | -3/+3 |
* | LayoutSelection -> Select | Spencer Janssen | 2007-10-15 | 1 | -1/+1 |
* | defaultLayouts -> layouts | Spencer Janssen | 2007-10-15 | 19 | -31/+31 |
* | fix float bug in CopyWindow. | David Roundy | 2007-10-15 | 1 | -1/+1 |
* | Various docstring fixes | Spencer Janssen | 2007-10-14 | 3 | -5/+5 |
* | TwoPane: Fix syntax error in example | Alex Tarkovsky | 2007-10-13 | 1 | -2/+2 |
* | note combo broken under head | Don Stewart | 2007-10-14 | 1 | -1/+1 |
* | New features for generate-configs.sh; renamed to generate-configs | Alex Tarkovsky | 2007-10-13 | 2 | -206/+302 |
* | WorkspaceDir introduces dependency on directory package | Don Stewart | 2007-10-14 | 1 | -0/+2 |
* | Dmenu.hs introduces process dependency | Don Stewart | 2007-10-14 | 1 | -0/+2 |
* | serialisedLayouts | Don Stewart | 2007-10-14 | 1 | -2/+2 |
* | Combo requires FlexibleContexts (but still doesn't compile under ghc head) | Don Stewart | 2007-10-14 | 1 | -2/+2 |
* | 'Anneal' requires 'random' package in ghc 6.8 | Don Stewart | 2007-10-14 | 1 | -0/+1 |
* | use leading % for magic comments in ./scripts/generate-configs.sh | Don Stewart | 2007-10-13 | 1 | -6/+6 |
* | WindowPrompt: haddock fixes | Andrea Rossato | 2007-10-13 | 1 | -4/+5 |
* | Fix more config docstrings | Alex Tarkovsky | 2007-10-13 | 3 | -6/+6 |
* | DragPane: haddock fixes | Andrea Rossato | 2007-10-13 | 1 | -1/+1 |
* | TagWindows.hs: haddock fixes | Andrea Rossato | 2007-10-13 | 1 | -13/+14 |