aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-7/+10
2013-02-21Allow to limit maximum row count in X.Prompt completion windowPaul Fertser1-1/+7
2013-02-09spawn command when no completion is available (if alwaysHighlight is True); c...c.lopez1-2/+1
2012-12-16Record polachok's fix for issue 507Adam Vogt1-2/+5
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-6/+4
2012-08-26Improves haddock documentationc.lopez1-1/+1
2012-08-26Improve comments, add an error throw that shouldn't happenc.lopez1-5/+7
2012-08-26fix a bug when ncompletionsc.lopez1-3/+2
2012-08-11Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i...c.lopez1-88/+100
2012-06-28Changes on XPrompt:c.lopez1-39/+217
2012-05-10updates to XMonad.Prompt re: word-oriented commandsBrent Yorgey1-30/+71
2012-04-28Remove trailing whitespace.Adam Vogt1-1/+1
2012-04-21Add emacs-like keys to browse history in XMonad.PromptCarlos Lopez-Camey1-0/+2
2012-04-21Adds an emacs-like Keymap in XMonad.PromptCarlos Lopez-Camey1-0/+37
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+2
2011-05-04Compile with ghc7Mats Rauhala1-3/+3
2010-09-14Remove last excess definition of `fi' (fromIntegral)Adam Vogt1-2/+1
2010-06-15remove decodeInput/encodeOutputgwern01-11/+8
2010-04-21Prompt: handle case of historySizeAdam Vogt1-4/+7
2010-02-11XMonad.Prompt: remove white border from greenXPConfiggwern01-1/+1
2010-02-08Fixed reversed history searching direction in X.P.history(Up|Down)MatchingDaniel Schoepe1-2/+2
2010-01-24Compatibility for rename of XMonad.numlockMaskAdam Vogt1-3/+3
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt1-4/+4
2010-02-01Corrected documentation in X.PromptDaniel Schoepe1-2/+2
2010-02-01Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe1-21/+28
2010-01-14Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe1-0/+40
2009-12-21Add a search predicate option to XMonad.PromptMike Lundy1-2/+7
2009-11-03Update Prompt for numlockMask changesSpencer Janssen1-7/+6
2009-12-03Prompt.hs: Corrected quit keybindingsTim Horton1-1/+2
2009-11-15Use less short names in X.PromptAdam Vogt1-5/+2
2009-11-15Use io instead of liftIO in PromptAdam Vogt1-9/+9
2009-11-15'io' and 'fi' are defined outside of PromptAdam Vogt1-9/+2
2009-11-15Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt1-22/+9
2009-10-31Add functions to access the current input in X.PromptDaniel Schoepe1-0/+10
2009-10-30Remove putSelection, fixes #317Spencer Janssen1-7/+2
2009-10-12Filter extra modifier bits some layouts set in XMonad.PromptDaniel Schoepe1-2/+3
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva1-13/+12
2009-10-01Use default handler in XMonad.Prompt.eventLoopDaniel Schoepe1-1/+1
2009-09-28Correctly check completionKey field in XMonad.PromptDaniel Schoepe1-16/+17
2009-09-28Fix for issue 315Daniel Schoepe1-2/+3
2009-09-21Only use search history for completion in X.A.SearchDaniel Schoepe1-7/+18
2009-09-20Fix regression in XMonad.Prompt's completionDaniel Schoepe1-14/+13
2009-09-20Clean keymask before use in XMonad.PromptDaniel Schoepe1-4/+17
2009-09-20Export moveCursor in XMonad.PromptDaniel Schoepe1-1/+1
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-7/+6
2009-09-10Make the keymap of XMonad.Prompt customizableDaniel Schoepe1-57/+84
2009-07-09Add ability to copy the entered string in X.PromptDaniel Schoepe1-1/+6
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-1/+1
2009-04-09Prompt.hs: setSuccess True also on Keypad Entersean.escriva1-1/+1
2009-01-27XMonad.Prompt autocompletion fixquentin.moser1-2/+4