aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-29X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey1-1/+19
2010-03-14Workspace.hs: rm trailing whitespacegwern01-1/+1
2010-03-14Layout.hs: rm trailing whitespacegwern01-1/+1
2010-03-14Directory.hs: rm trailing whitespacegwern01-1/+1
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt2-3/+4
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey4-4/+0
2009-12-24X.P.Shell, filter empty string from PATHTim Horton1-1/+1
2009-12-21Add a search predicate option to XMonad.PromptMike Lundy1-2/+1
2009-11-14generalize IO actions to MonadIO mdaniel1-1/+1
2009-10-22Refer to modm as the current modMaskAdam Vogt12-16/+16
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva6-17/+15
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt3-3/+3
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy3-3/+3
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-2/+2
2009-07-01Cleanup code duplication in X.P.Layout and X.P.Workspacesean.escriva2-8/+2
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt1-1/+1
2009-06-22update callers of safeSpawngwern01-1/+1
2009-05-03Remove some excess whitespace in XMonad.AppLauncherAdam Vogt1-1/+1
2009-03-12Prompt.Shell: escape ampersandValery V. Vorotyntsev1-2/+1
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-2/+3
2009-01-16Update all uses of doubleFork/waitForProcessSpencer Janssen1-2/+2
2008-10-23windowPromptBringCopydeadguysfrom1-4/+15
2008-08-11simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins1-6/+4
2008-07-04add autoComplete option to XMonad.PromptDevin Mullins1-0/+9
2008-05-13move AppLauncher from Actions module to Prompt modulezhen.sydow1-0/+72
2008-04-01forgot a haddock for getEditor in Shell.hsgwern01-0/+1
2008-04-01RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classnamegwern01-14/+14
2008-04-01Shell.hs: +getBrowser, getEditor, helper functiongwern01-0/+19
2008-03-23added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2-0/+78
2008-03-16Xmonad.Prompt.DirExec: fix haddock errorLukas Mai1-1/+1
2008-03-02Shell: add support for UTF-8 localesAndrea Rossato1-5/+5
2008-02-29Ssh: coding styleAndrea Rossato1-5/+5
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
2008-03-06Fix xmonadPromptC and use it.nicolas.pouillard1-3/+6
2008-03-01Adjusted signature of DirExec module functions.Juraj Hercek1-12/+24
2008-02-29Import of new DirExec module.Juraj Hercek1-0/+90
2008-02-17Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato1-1/+1
2008-02-17some code formattingAndrea Rossato1-9/+9
2008-02-16Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp...Andrea Rossato1-2/+2
2008-02-16Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato1-12/+6
2008-02-16Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato1-4/+1
2008-02-16Shell: escape the string in the command line onlyAndrea Rossato1-2/+3
2008-02-16Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato1-2/+8
2008-02-16Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato1-2/+8
2008-02-05Run.hs: add an option to runintermsgwern02-2/+2
2008-02-08Prompt.Theme: comments and some point-freeAndrea Rossato1-6/+6
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato1-0/+52
2008-02-06use Util.WorkspaceCompare in Prompt.Workspace.David Roundy1-2/+3
2007-12-26Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen1-10/+2
2007-12-12Man.hs: input speedupValery V. Vorotyntsev1-17/+21