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
2010-09-14
Remove last excess definition of `fi' (fromIntegral)
Adam Vogt
1
-2
/
+1
2010-06-15
remove decodeInput/encodeOutput
gwern0
1
-11
/
+8
2010-04-21
Prompt: handle case of historySize
Adam Vogt
1
-4
/
+7
2010-02-11
XMonad.Prompt: remove white border from greenXPConfig
gwern0
1
-1
/
+1
2010-02-08
Fixed reversed history searching direction in X.P.history(Up|Down)Matching
Daniel Schoepe
1
-2
/
+2
2010-01-24
Compatibility for rename of XMonad.numlockMask
Adam Vogt
1
-3
/
+3
2010-01-24
Use extensible-exceptions to allow base-3 or base-4
Adam Vogt
1
-4
/
+4
2010-02-01
Corrected documentation in X.Prompt
Daniel Schoepe
1
-2
/
+2
2010-02-01
Use Stack instead of list in X.Prompt.history*Matching
Daniel Schoepe
1
-21
/
+28
2010-01-14
Add a way to cycle only through matching history entries in X.Prompt
Daniel Schoepe
1
-0
/
+40
2009-12-21
Add a search predicate option to XMonad.Prompt
Mike Lundy
1
-2
/
+7
2009-11-03
Update Prompt for numlockMask changes
Spencer Janssen
1
-7
/
+6
2009-12-03
Prompt.hs: Corrected quit keybindings
Tim Horton
1
-1
/
+2
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
[next]