aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen2008-04-161-1/+1
* stictify some fieldsDon Stewart2008-04-131-11/+11
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-3/+5
* Prompt: regenerate completion list if there's just one completionAndrea Rossato2008-02-171-6/+7
* some code formattingAndrea Rossato2008-02-171-1/+1
* Prompt: comment only (clafiry completionToCommand uses)Andrea Rossato2008-02-161-5/+7
* Prompt: comment only (remove confusing remarks about commandToComplete)Andrea Rossato2008-02-161-4/+2
* Prompt: haddock fixes onlyAndrea Rossato2008-02-161-24/+31
* Prompt: add some methods to make completions more flexibleAndrea Rossato2008-02-161-18/+47
* Prompt: added nextCompletion and commandToComplete methods to fine tune promp...Andrea Rossato2008-02-161-21/+29
* Update to safer initColor apiDon Stewart2008-02-061-4/+4
* Prompt: code formatting onlyAndrea Rossato2008-01-261-29/+28
* Prompt: clean up and optimize moveWord a bitAndrea Rossato2008-01-131-10/+6
* Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato2008-01-131-0/+21
* de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato2008-01-101-1/+15
* prompt: Allow to provide a default text in the prompt config.nicolas.pouillard2008-01-091-1/+3