| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't reverse sjanssenPP | Spencer Janssen | 2007-10-28 | 1 | -1/+0 |
* | MetaModule.hs: someone forgot the (), so GHC was giving a warning. Small fix ... | gwern0 | 2007-10-27 | 1 | -1/+1 |
* | ViewPrev.hs: deleted | Valery V. Vorotyntsev | 2007-10-27 | 2 | -27/+2 |
* | add more details on using smartBorders | Don Stewart | 2007-10-27 | 1 | -0/+7 |
* | add dynamicLogDzen, a dwm status bar, using dzen colour codes | Don Stewart | 2007-10-27 | 1 | -0/+25 |
* | XPrompt: removed unneeded parenteses | Andrea Rossato | 2007-10-27 | 1 | -2/+2 |
* | XPrompt.hs: use a single blank | Valery V. Vorotyntsev | 2007-10-22 | 1 | -5/+3 |
* | ShellPrompt.hs (showXPrompt): use a single blank | Valery V. Vorotyntsev | 2007-10-22 | 1 | -1/+1 |
* | ShellPrompt: remove harcoded path when calling bash | Andrea Rossato | 2007-10-26 | 1 | -1/+1 |
* | ShellPrompt: reformat the comments to complay with the module style | Andrea Rossato | 2007-10-26 | 1 | -8/+14 |
* | XPrompt: catch exceptions when running the completion function | Andrea Rossato | 2007-10-26 | 1 | -1/+2 |
* | CycleWS: StackSet.findIndex is now findTag | Andrea Rossato | 2007-10-26 | 1 | -1/+1 |
* | Dzen.hs: replace 'findIndex' by 'findTag' to match renaming in core. | Brent Yorgey | 2007-10-22 | 1 | -1/+1 |
* | XPrompt.hs: add sensible bindings for Home and End | gwern0 | 2007-10-26 | 1 | -0/+2 |
* | XPrompt.hs: add a pasteString function and keybinding | gwern0 | 2007-10-26 | 1 | -0/+6 |
* | Run.hs: documentation fix | Valery V. Vorotyntsev | 2007-10-24 | 1 | -1/+1 |
* | XPrompt.hs (uniqSort): new function | Valery V. Vorotyntsev | 2007-10-24 | 1 | -0/+6 |
* | SshPrompt.hs: use `uniqSort' from XPrompt.hs | Valery V. Vorotyntsev | 2007-10-24 | 1 | -14/+14 |
* | SshPrompt.hs (showXPrompt): use a single blank | Valery V. Vorotyntsev | 2007-10-22 | 1 | -5/+5 |
* | ShellPrompt.hs: move `uniqSort' to XPrompt.hs | Valery V. Vorotyntsev | 2007-10-24 | 1 | -4/+0 |
* | ManPrompt.hs: use `uniqSort' from XPrompt.hs | Valery V. Vorotyntsev | 2007-10-24 | 1 | -14/+4 |
* | TilePrime.hs: Handle nmaster | Eric Mertens | 2007-10-25 | 1 | -4/+5 |
* | oops, add period | Devin Mullins | 2007-10-24 | 1 | -1/+1 |
* | expand Invisible comments | Devin Mullins | 2007-10-24 | 1 | -1/+4 |
* | Remove excessive import lists from ShellPrompt | Spencer Janssen | 2007-10-24 | 1 | -10/+8 |
* | Use new terminal config option | Spencer Janssen | 2007-10-24 | 3 | -15/+10 |
* | Run.hs: do my usual segregation into safe and unsafe runInTerms | gwern0 | 2007-10-24 | 1 | -2/+7 |
* | Run.hs: specialize runInXTerm to use runInTerm per my mailing list suggestion | gwern0 | 2007-10-24 | 1 | -5/+2 |
* | Run.hs: +my suggested runInTerm general function | gwern0 | 2007-10-24 | 1 | -0/+7 |
* | Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg... | gwern0 | 2007-10-24 | 3 | -8/+8 |
* | Comments for ConstrainedResize | Dougal Stanton | 2007-10-20 | 1 | -0/+4 |
* | Add ConstrainedResize module | Dougal Stanton | 2007-10-19 | 2 | -0/+55 |
* | fix stupid dzenUrgencyHook bug | Devin Mullins | 2007-10-21 | 1 | -4/+3 |
* | CycleWS.hs (toggleWS): new function | Valery V. Vorotyntsev | 2007-10-19 | 1 | -18/+18 |
* | XPrompt.hs: fix vertical alignment of completions. | Dmitry Kurochkin | 2007-10-23 | 1 | -1/+1 |
* | fix bug in DragPane (where we forgot that r was mirrored). | David Roundy | 2007-10-23 | 1 | -2/+2 |
* | ManPrompt.hs: a manual page prompt (new module) | Valery V. Vorotyntsev | 2007-10-22 | 1 | -0/+115 |
* | STRUT aware gap toggling (clean patch) | mail | 2007-10-23 | 1 | -8/+40 |
* | add new LayoutCombinators module. | David Roundy | 2007-10-23 | 3 | -1/+44 |
* | export DragPane type. | David Roundy | 2007-10-23 | 1 | -1/+1 |
* | make DragPane work with any type (not just Windows). | David Roundy | 2007-10-23 | 1 | -4/+4 |
* | SshPrompt.hs: while I'm here, replace nub with the faster Set trick | gwern0 | 2007-10-19 | 1 | -2/+3 |
* | ShellPrompt.hs: fmt imports and update | gwern0 | 2007-10-19 | 1 | -9/+10 |
* | SshPrompt.hs: fmt imports and update | gwern0 | 2007-10-19 | 1 | -13/+13 |
* | XSelection.hs: fmt imports and sigs | gwern0 | 2007-10-19 | 1 | -12/+16 |
* | XSelection.hs: +2 functions, safePromptSelection and unsafePromptSelection | gwern0 | 2007-10-19 | 1 | -4/+13 |
* | Run.hs: +2 functions, safeSpawn & unsafeSpawn | gwern0 | 2007-10-19 | 1 | -0/+21 |
* | Run.hs: fmt | gwern0 | 2007-10-19 | 1 | -11/+9 |
* | Run.hs, ShellPrompt.sh: mv runInXTerm to ShellPrompt.hs | gwern0 | 2007-10-19 | 2 | -9/+28 |
* | XSelection.hs: documentation format changes. | gwern0 | 2007-10-19 | 1 | -7/+6 |