| Commit message (Expand) | Author | Files | Lines |
2008-08-11 | simplify WindowBringer code, and change greedyView to focusWindow | Devin Mullins | 1 | -6/+4 |
2008-07-04 | add autoComplete option to XMonad.Prompt | Devin Mullins | 1 | -0/+9 |
2008-05-13 | move AppLauncher from Actions module to Prompt module | zhen.sydow | 1 | -0/+72 |
2008-04-01 | forgot a haddock for getEditor in Shell.hs | gwern0 | 1 | -0/+1 |
2008-04-01 | RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classname | gwern0 | 1 | -14/+14 |
2008-04-01 | Shell.hs: +getBrowser, getEditor, helper function | gwern0 | 1 | -0/+19 |
2008-03-23 | added RunOrRaisePrompt, exported getCommands from Shell | Justin Bogner | 2 | -0/+78 |
2008-03-16 | Xmonad.Prompt.DirExec: fix haddock error | Lukas Mai | 1 | -1/+1 |
2008-03-02 | Shell: add support for UTF-8 locales | Andrea Rossato | 1 | -5/+5 |
2008-02-29 | Ssh: coding style | Andrea Rossato | 1 | -5/+5 |
2008-02-29 | Ssh: complete known hosts with non standard ports too | Andrea Rossato | 1 | -2/+12 |
2008-03-06 | Fix xmonadPromptC and use it. | nicolas.pouillard | 1 | -3/+6 |
2008-03-01 | Adjusted signature of DirExec module functions. | Juraj Hercek | 1 | -12/+24 |
2008-02-29 | Import of new DirExec module. | Juraj Hercek | 1 | -0/+90 |
2008-02-17 | Prompt.Theme: use mkComplFunFromList' to generate completions | Andrea Rossato | 1 | -1/+1 |
2008-02-17 | some code formatting | Andrea Rossato | 1 | -9/+9 |
2008-02-16 | Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp... | Andrea Rossato | 1 | -2/+2 |
2008-02-16 | Prompt.Window: remove unneeded and ugly escaping/unescaping | Andrea Rossato | 1 | -12/+6 |
2008-02-16 | Theme: move theme's nextCompletion implementation to Prompt.getNextCompletion | Andrea Rossato | 1 | -4/+1 |
2008-02-16 | Shell: escape the string in the command line only | Andrea Rossato | 1 | -2/+3 |
2008-02-16 | Prompt.Theme: display all theme information and handle completion accordingly | Andrea Rossato | 1 | -2/+8 |
2008-02-16 | Prompt.Shell: if there's just one completion and it is a directory add a trai... | Andrea Rossato | 1 | -2/+8 |
2008-02-05 | Run.hs: add an option to runinterms | gwern0 | 2 | -2/+2 |
2008-02-08 | Prompt.Theme: comments and some point-free | Andrea Rossato | 1 | -6/+6 |
2008-02-07 | Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo... | Andrea Rossato | 1 | -0/+52 |
2008-02-06 | use Util.WorkspaceCompare in Prompt.Workspace. | David Roundy | 1 | -2/+3 |
2007-12-26 | Don't bother checking executable bits of items in $PATH, yields a significant... | Spencer Janssen | 1 | -10/+2 |
2007-12-12 | Man.hs: input speedup | Valery V. Vorotyntsev | 1 | -17/+21 |
2007-12-07 | Sshprompt: Add explanation for the completion in sshprompt | dominik | 1 | -0/+3 |
2007-12-08 | Remove XMonad.Operations imports | Spencer Janssen | 2 | -2/+0 |
2007-12-08 | Remove redundant imports | Spencer Janssen | 2 | -2/+0 |
2007-11-28 | refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email} | Brent Yorgey | 2 | -0/+177 |
2007-11-27 | AppendFile: initial import | Brent Yorgey | 1 | -0/+66 |
2007-11-22 | Prompt/Man.hs: fixing haddock | Valery V. Vorotyntsev | 1 | -10/+9 |
2007-11-21 | Updated documentation of all prompts in XMonad.Prompt | Andrea Rossato | 8 | -42/+36 |
2007-11-21 | Shell: small doc fix | Andrea Rossato | 1 | -2/+2 |
2007-11-18 | Prompt/*: add XConfig variable to keybindings in doc. | Joachim Fasting | 7 | -14/+14 |
2007-11-18 | Prompt/XMonad.hs: minor typo in doc. | Joachim Fasting | 1 | -1/+1 |
2007-11-18 | Prompt/Man.hs: remove docstring. | Joachim Fasting | 1 | -1/+1 |
2007-11-18 | Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc. | Joachim Fasting | 1 | -2/+3 |
2007-11-18 | Prompt/Workspace.hs: update module description. | Joachim Fasting | 1 | -1/+1 |
2007-11-18 | Prompt/Window.hs: fix import statements in usage doc. | Joachim Fasting | 1 | -2/+2 |
2007-11-18 | Prompt/Ssh.hs: fix import statements in usage doc. | Joachim Fasting | 1 | -2/+2 |
2007-11-18 | Prompt/Man.hs: tweak import stuff in usage doc. | Joachim Fasting | 1 | -3/+4 |
2007-11-18 | Prompt/Layout.hs: add missing import to usage doc. | Joachim Fasting | 1 | -1/+2 |
2007-11-17 | Prompt/Shell.hs: fix invalid module import in usage doc. | Joachim Fasting | 1 | -1/+1 |
2007-11-11 | add two new modules, one to name layouts, another to select a layout. | David Roundy | 1 | -0/+54 |
2007-11-06 | Man.hs: -Wall option not necessary as that's turned on in the Cabal files | gwern0 | 1 | -1/+0 |
2007-11-05 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Hierarchify | Spencer Janssen | 7 | -0/+569 |