index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Prompt.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-15
Use less short names in X.Prompt
Adam Vogt
1
-5
/
+2
2009-11-15
Use io instead of liftIO in Prompt
Adam Vogt
1
-9
/
+9
2009-11-15
'io' and 'fi' are defined outside of Prompt
Adam Vogt
1
-9
/
+2
2009-11-15
Use zipWithM_ instead of recursion in Prompt.printComplList
Adam Vogt
1
-22
/
+9
2009-10-31
Add functions to access the current input in X.Prompt
Daniel Schoepe
1
-0
/
+10
2009-10-30
Remove putSelection, fixes #317
Spencer Janssen
1
-7
/
+2
2009-10-12
Filter extra modifier bits some layouts set in XMonad.Prompt
Daniel Schoepe
1
-2
/
+3
2009-09-28
minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules
sean.escriva
1
-13
/
+12
2009-10-01
Use default handler in XMonad.Prompt.eventLoop
Daniel Schoepe
1
-1
/
+1
2009-09-28
Correctly check completionKey field in XMonad.Prompt
Daniel Schoepe
1
-16
/
+17
2009-09-28
Fix for issue 315
Daniel Schoepe
1
-2
/
+3
2009-09-21
Only use search history for completion in X.A.Search
Daniel Schoepe
1
-7
/
+18
2009-09-20
Fix regression in XMonad.Prompt's completion
Daniel Schoepe
1
-14
/
+13
2009-09-20
Clean keymask before use in XMonad.Prompt
Daniel Schoepe
1
-4
/
+17
2009-09-20
Export moveCursor in XMonad.Prompt
Daniel Schoepe
1
-1
/
+1
2009-09-19
Factor out direction types and put them in X.U.Types
Daniel Schoepe
1
-7
/
+6
2009-09-10
Make the keymap of XMonad.Prompt customizable
Daniel Schoepe
1
-57
/
+84
2009-07-09
Add ability to copy the entered string in X.Prompt
Daniel Schoepe
1
-1
/
+6
2009-07-05
Remove trailing whitespace from many modules
Adam Vogt
1
-1
/
+1
2009-04-09
Prompt.hs: setSuccess True also on Keypad Enter
sean.escriva
1
-1
/
+1
2009-01-27
XMonad.Prompt autocompletion fix
quentin.moser
1
-2
/
+4
2008-12-18
Prompt: Change Filemode to 600 for history-file (fixes bug 244)
Dominik Bruhn
1
-0
/
+3
2008-11-19
Prompt.hs: +greenXPConfig and amberXPConfig
gwern0
1
-3
/
+6
2008-11-19
Prompt.hs: increase font size to 12 from niggardly 10
gwern0
1
-1
/
+1
2008-11-19
Prompt.hs: replace magic numbers with understandable names
gwern0
1
-5
/
+5
2008-12-03
XMonad.Prompt: swap up and down per bug #243
gwern0
1
-2
/
+2
2008-10-08
Prompt.hs rename deleteConsecutiveDuplicates
gwern0
1
-5
/
+5
2008-10-08
Prompt.hs: have historyCompletion filter dupes
gwern0
1
-1
/
+1
2008-10-08
Prompt.hs: tweak haddocks
gwern0
1
-7
/
+7
2008-10-08
Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-off
gwern0
1
-4
/
+5
2008-09-21
Forgot to enable historyFilter :(
Spencer Janssen
1
-1
/
+2
2008-09-21
Prompt: add configurable history filters
Spencer Janssen
1
-1
/
+16
2008-09-12
Take maintainership of XMonad.Prompt
Spencer Janssen
1
-1
/
+1
2008-09-12
Overhaul Prompt to use a zipper for history navigation. Fixes issue #216
Spencer Janssen
1
-82
/
+68
2008-09-08
Only start to show the completion window with more than one match
Joachim Breitner
1
-1
/
+1
2008-09-08
XPrompt: Add showCompletionOnTab option
Joachim Breitner
1
-2
/
+7
2008-07-04
add autoComplete option to XMonad.Prompt
Devin Mullins
1
-4
/
+28
2008-06-08
Make prompt keybindings work when numLock or capsLock are active
Justin Bogner
1
-1
/
+2
2008-06-07
Prompt.hs: +a historyCompletion function for use in XPrompts
gwern0
1
-0
/
+13
2008-06-06
Add C-w to XMonad.Prompt
Trevor Elliott
1
-0
/
+1
2008-04-16
Don't strictify the Display component, this triggers a bug in GHC 6.6
Spencer Janssen
1
-1
/
+1
2008-04-13
stictify some fields
Don Stewart
1
-11
/
+11
2008-03-02
Font and XUtils: add UTF-8 support and various fixes related to XFT
Andrea Rossato
1
-3
/
+5
2008-02-17
Prompt: regenerate completion list if there's just one completion
Andrea Rossato
1
-6
/
+7
2008-02-17
some code formatting
Andrea Rossato
1
-1
/
+1
2008-02-16
Prompt: comment only (clafiry completionToCommand uses)
Andrea Rossato
1
-5
/
+7
2008-02-16
Prompt: comment only (remove confusing remarks about commandToComplete)
Andrea Rossato
1
-4
/
+2
2008-02-16
Prompt: haddock fixes only
Andrea Rossato
1
-24
/
+31
2008-02-16
Prompt: add some methods to make completions more flexible
Andrea Rossato
1
-18
/
+47
2008-02-16
Prompt: added nextCompletion and commandToComplete methods to fine tune promp...
Andrea Rossato
1
-21
/
+29
[next]