aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-12-18 Prompt: Change Filemode to 600 for history-file (fixes bug 244)Dominik Bruhn1-0/+3
2008-11-19Prompt.hs: +greenXPConfig and amberXPConfiggwern01-3/+6
2008-11-19Prompt.hs: increase font size to 12 from niggardly 10gwern01-1/+1
2008-11-19Prompt.hs: replace magic numbers with understandable namesgwern01-5/+5
2008-12-03XMonad.Prompt: swap up and down per bug #243gwern01-2/+2
2008-10-08Prompt.hs rename deleteConsecutiveDuplicatesgwern01-5/+5
2008-10-08Prompt.hs: have historyCompletion filter dupesgwern01-1/+1
2008-10-08Prompt.hs: tweak haddocksgwern01-7/+7
2008-10-08Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-offgwern01-4/+5
2008-09-21Forgot to enable historyFilter :(Spencer Janssen1-1/+2
2008-09-21Prompt: add configurable history filtersSpencer Janssen1-1/+16
2008-09-12Take maintainership of XMonad.PromptSpencer Janssen1-1/+1
2008-09-12Overhaul Prompt to use a zipper for history navigation. Fixes issue #216Spencer Janssen1-82/+68
2008-09-08Only start to show the completion window with more than one matchJoachim Breitner1-1/+1
2008-09-08XPrompt: Add showCompletionOnTab optionJoachim Breitner1-2/+7
2008-07-04add autoComplete option to XMonad.PromptDevin Mullins1-4/+28
2008-06-08Make prompt keybindings work when numLock or capsLock are activeJustin Bogner1-1/+2
2008-06-07Prompt.hs: +a historyCompletion function for use in XPromptsgwern01-0/+13
2008-06-06Add C-w to XMonad.PromptTrevor Elliott1-0/+1
2008-04-16Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen1-1/+1
2008-04-13stictify some fieldsDon Stewart1-11/+11
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-3/+5
2008-02-17Prompt: regenerate completion list if there's just one completionAndrea Rossato1-6/+7
2008-02-17some code formattingAndrea Rossato1-1/+1
2008-02-16Prompt: comment only (clafiry completionToCommand uses)Andrea Rossato1-5/+7
2008-02-16Prompt: comment only (remove confusing remarks about commandToComplete)Andrea Rossato1-4/+2
2008-02-16Prompt: haddock fixes onlyAndrea Rossato1-24/+31
2008-02-16Prompt: add some methods to make completions more flexibleAndrea Rossato1-18/+47
2008-02-16Prompt: added nextCompletion and commandToComplete methods to fine tune promp...Andrea Rossato1-21/+29
2008-02-06Update to safer initColor apiDon Stewart1-4/+4
2008-01-26Prompt: code formatting onlyAndrea Rossato1-29/+28
2008-01-13Prompt: clean up and optimize moveWord a bitAndrea Rossato1-10/+6
2008-01-13Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato1-0/+21
2008-01-10de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato1-1/+15
2008-01-09prompt: Allow to provide a default text in the prompt config.nicolas.pouillard1-1/+3
2007-12-28textExtentsXMF doesn't require the displayAndrea Rossato1-2/+2