aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* XMonad.Prompt: remove white border from greenXPConfiggwern02010-02-111-1/+1
* Fixed reversed history searching direction in X.P.history(Up|Down)MatchingDaniel Schoepe2010-02-081-2/+2
* Compatibility for rename of XMonad.numlockMaskAdam Vogt2010-01-241-3/+3
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-241-4/+4
* Corrected documentation in X.PromptDaniel Schoepe2010-02-011-2/+2
* Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe2010-02-011-21/+28
* Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe2010-01-141-0/+40
* Add a search predicate option to XMonad.PromptMike Lundy2009-12-211-2/+7
* Update Prompt for numlockMask changesSpencer Janssen2009-11-031-7/+6
* Prompt.hs: Corrected quit keybindingsTim Horton2009-12-031-1/+2
* Use less short names in X.PromptAdam Vogt2009-11-151-5/+2
* Use io instead of liftIO in PromptAdam Vogt2009-11-151-9/+9
* 'io' and 'fi' are defined outside of PromptAdam Vogt2009-11-151-9/+2
* Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt2009-11-151-22/+9
* Add functions to access the current input in X.PromptDaniel Schoepe2009-10-311-0/+10
* Remove putSelection, fixes #317Spencer Janssen2009-10-301-7/+2
* Filter extra modifier bits some layouts set in XMonad.PromptDaniel Schoepe2009-10-121-2/+3
* minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva2009-09-281-13/+12
* Use default handler in XMonad.Prompt.eventLoopDaniel Schoepe2009-10-011-1/+1
* Correctly check completionKey field in XMonad.PromptDaniel Schoepe2009-09-281-16/+17
* Fix for issue 315Daniel Schoepe2009-09-281-2/+3
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-211-7/+18
* Fix regression in XMonad.Prompt's completionDaniel Schoepe2009-09-201-14/+13
* Clean keymask before use in XMonad.PromptDaniel Schoepe2009-09-201-4/+17
* Export moveCursor in XMonad.PromptDaniel Schoepe2009-09-201-1/+1
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-7/+6
* Make the keymap of XMonad.Prompt customizableDaniel Schoepe2009-09-101-57/+84
* Add ability to copy the entered string in X.PromptDaniel Schoepe2009-07-091-1/+6
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-1/+1
* Prompt.hs: setSuccess True also on Keypad Entersean.escriva2009-04-091-1/+1
* XMonad.Prompt autocompletion fixquentin.moser2009-01-271-2/+4
* Prompt: Change Filemode to 600 for history-file (fixes bug 244)Dominik Bruhn2008-12-181-0/+3
* Prompt.hs: +greenXPConfig and amberXPConfiggwern02008-11-191-3/+6
* Prompt.hs: increase font size to 12 from niggardly 10gwern02008-11-191-1/+1
* Prompt.hs: replace magic numbers with understandable namesgwern02008-11-191-5/+5
* XMonad.Prompt: swap up and down per bug #243gwern02008-12-031-2/+2
* Prompt.hs rename deleteConsecutiveDuplicatesgwern02008-10-081-5/+5
* Prompt.hs: have historyCompletion filter dupesgwern02008-10-081-1/+1
* Prompt.hs: tweak haddocksgwern02008-10-081-7/+7
* Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-offgwern02008-10-081-4/+5
* Forgot to enable historyFilter :(Spencer Janssen2008-09-211-1/+2
* Prompt: add configurable history filtersSpencer Janssen2008-09-211-1/+16
* Take maintainership of XMonad.PromptSpencer Janssen2008-09-121-1/+1
* Overhaul Prompt to use a zipper for history navigation. Fixes issue #216Spencer Janssen2008-09-121-82/+68
* Only start to show the completion window with more than one matchJoachim Breitner2008-09-081-1/+1
* XPrompt: Add showCompletionOnTab optionJoachim Breitner2008-09-081-2/+7
* add autoComplete option to XMonad.PromptDevin Mullins2008-07-041-4/+28
* Make prompt keybindings work when numLock or capsLock are activeJustin Bogner2008-06-081-1/+2
* Prompt.hs: +a historyCompletion function for use in XPromptsgwern02008-06-071-0/+13
* Add C-w to XMonad.PromptTrevor Elliott2008-06-061-0/+1