aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
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