| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer to modm as the current modMask | Adam Vogt | 2009-10-22 | 12 | -16/+16 |
* | minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules | sean.escriva | 2009-09-28 | 6 | -17/+15 |
* | Mark modules last-modified in 2007 as stable | Adam Vogt | 2009-09-04 | 3 | -3/+3 |
* | remove myself as maintainer from code I don't maintain. | David Roundy | 2009-07-16 | 3 | -3/+3 |
* | Remove trailing whitespace from many modules | Adam Vogt | 2009-07-05 | 1 | -2/+2 |
* | Cleanup code duplication in X.P.Layout and X.P.Workspace | sean.escriva | 2009-07-01 | 2 | -8/+2 |
* | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 2009-06-24 | 1 | -1/+1 |
* | update callers of safeSpawn | gwern0 | 2009-06-22 | 1 | -1/+1 |
* | Remove some excess whitespace in XMonad.AppLauncher | Adam Vogt | 2009-05-03 | 1 | -1/+1 |
* | Prompt.Shell: escape ampersand | Valery V. Vorotyntsev | 2009-03-12 | 1 | -2/+1 |
* | Add XMonad.Actions.SpawnOn | Spencer Janssen | 2009-01-17 | 1 | -2/+3 |
* | Update all uses of doubleFork/waitForProcess | Spencer Janssen | 2009-01-16 | 1 | -2/+2 |
* | windowPromptBringCopy | deadguysfrom | 2008-10-23 | 1 | -4/+15 |
* | simplify WindowBringer code, and change greedyView to focusWindow | Devin Mullins | 2008-08-11 | 1 | -6/+4 |
* | add autoComplete option to XMonad.Prompt | Devin Mullins | 2008-07-04 | 1 | -0/+9 |
* | move AppLauncher from Actions module to Prompt module | zhen.sydow | 2008-05-13 | 1 | -0/+72 |
* | forgot a haddock for getEditor in Shell.hs | gwern0 | 2008-04-01 | 1 | -0/+1 |
* | RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classname | gwern0 | 2008-04-01 | 1 | -14/+14 |
* | Shell.hs: +getBrowser, getEditor, helper function | gwern0 | 2008-04-01 | 1 | -0/+19 |
* | added RunOrRaisePrompt, exported getCommands from Shell | Justin Bogner | 2008-03-23 | 2 | -0/+78 |
* | Xmonad.Prompt.DirExec: fix haddock error | Lukas Mai | 2008-03-16 | 1 | -1/+1 |
* | Shell: add support for UTF-8 locales | Andrea Rossato | 2008-03-02 | 1 | -5/+5 |
* | Ssh: coding style | Andrea Rossato | 2008-02-29 | 1 | -5/+5 |
* | Ssh: complete known hosts with non standard ports too | Andrea Rossato | 2008-02-29 | 1 | -2/+12 |
* | Fix xmonadPromptC and use it. | nicolas.pouillard | 2008-03-06 | 1 | -3/+6 |
* | Adjusted signature of DirExec module functions. | Juraj Hercek | 2008-03-01 | 1 | -12/+24 |
* | Import of new DirExec module. | Juraj Hercek | 2008-02-29 | 1 | -0/+90 |
* | Prompt.Theme: use mkComplFunFromList' to generate completions | Andrea Rossato | 2008-02-17 | 1 | -1/+1 |
* | some code formatting | Andrea Rossato | 2008-02-17 | 1 | -9/+9 |
* | Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp... | Andrea Rossato | 2008-02-16 | 1 | -2/+2 |
* | Prompt.Window: remove unneeded and ugly escaping/unescaping | Andrea Rossato | 2008-02-16 | 1 | -12/+6 |
* | Theme: move theme's nextCompletion implementation to Prompt.getNextCompletion | Andrea Rossato | 2008-02-16 | 1 | -4/+1 |
* | Shell: escape the string in the command line only | Andrea Rossato | 2008-02-16 | 1 | -2/+3 |
* | Prompt.Theme: display all theme information and handle completion accordingly | Andrea Rossato | 2008-02-16 | 1 | -2/+8 |
* | Prompt.Shell: if there's just one completion and it is a directory add a trai... | Andrea Rossato | 2008-02-16 | 1 | -2/+8 |
* | Run.hs: add an option to runinterms | gwern0 | 2008-02-05 | 2 | -2/+2 |
* | Prompt.Theme: comments and some point-free | Andrea Rossato | 2008-02-08 | 1 | -6/+6 |
* | Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo... | Andrea Rossato | 2008-02-07 | 1 | -0/+52 |
* | use Util.WorkspaceCompare in Prompt.Workspace. | David Roundy | 2008-02-06 | 1 | -2/+3 |
* | Don't bother checking executable bits of items in $PATH, yields a significant... | Spencer Janssen | 2007-12-26 | 1 | -10/+2 |
* | Man.hs: input speedup | Valery V. Vorotyntsev | 2007-12-12 | 1 | -17/+21 |
* | Sshprompt: Add explanation for the completion in sshprompt | dominik | 2007-12-07 | 1 | -0/+3 |
* | Remove XMonad.Operations imports | Spencer Janssen | 2007-12-08 | 2 | -2/+0 |
* | Remove redundant imports | Spencer Janssen | 2007-12-08 | 2 | -2/+0 |
* | refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email} | Brent Yorgey | 2007-11-28 | 2 | -0/+177 |
* | AppendFile: initial import | Brent Yorgey | 2007-11-27 | 1 | -0/+66 |
* | Prompt/Man.hs: fixing haddock | Valery V. Vorotyntsev | 2007-11-22 | 1 | -10/+9 |
* | Updated documentation of all prompts in XMonad.Prompt | Andrea Rossato | 2007-11-21 | 8 | -42/+36 |
* | Shell: small doc fix | Andrea Rossato | 2007-11-21 | 1 | -2/+2 |
* | Prompt/*: add XConfig variable to keybindings in doc. | Joachim Fasting | 2007-11-18 | 7 | -14/+14 |