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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
XMonad.Prompt: remove white border from greenXPConfig
gwern0
2010-02-11
1
-1
/
+1
*
Fixed reversed history searching direction in X.P.history(Up|Down)Matching
Daniel Schoepe
2010-02-08
1
-2
/
+2
*
Compatibility for rename of XMonad.numlockMask
Adam Vogt
2010-01-24
1
-3
/
+3
*
Use extensible-exceptions to allow base-3 or base-4
Adam Vogt
2010-01-24
1
-4
/
+4
*
Corrected documentation in X.Prompt
Daniel Schoepe
2010-02-01
1
-2
/
+2
*
Use Stack instead of list in X.Prompt.history*Matching
Daniel Schoepe
2010-02-01
1
-21
/
+28
*
Add a way to cycle only through matching history entries in X.Prompt
Daniel Schoepe
2010-01-14
1
-0
/
+40
*
Add a search predicate option to XMonad.Prompt
Mike Lundy
2009-12-21
1
-2
/
+7
*
Update Prompt for numlockMask changes
Spencer Janssen
2009-11-03
1
-7
/
+6
*
Prompt.hs: Corrected quit keybindings
Tim Horton
2009-12-03
1
-1
/
+2
*
Use less short names in X.Prompt
Adam Vogt
2009-11-15
1
-5
/
+2
*
Use io instead of liftIO in Prompt
Adam Vogt
2009-11-15
1
-9
/
+9
*
'io' and 'fi' are defined outside of Prompt
Adam Vogt
2009-11-15
1
-9
/
+2
*
Use zipWithM_ instead of recursion in Prompt.printComplList
Adam Vogt
2009-11-15
1
-22
/
+9
*
Add functions to access the current input in X.Prompt
Daniel Schoepe
2009-10-31
1
-0
/
+10
*
Remove putSelection, fixes #317
Spencer Janssen
2009-10-30
1
-7
/
+2
*
Filter extra modifier bits some layouts set in XMonad.Prompt
Daniel Schoepe
2009-10-12
1
-2
/
+3
*
minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules
sean.escriva
2009-09-28
1
-13
/
+12
*
Use default handler in XMonad.Prompt.eventLoop
Daniel Schoepe
2009-10-01
1
-1
/
+1
*
Correctly check completionKey field in XMonad.Prompt
Daniel Schoepe
2009-09-28
1
-16
/
+17
*
Fix for issue 315
Daniel Schoepe
2009-09-28
1
-2
/
+3
*
Only use search history for completion in X.A.Search
Daniel Schoepe
2009-09-21
1
-7
/
+18
*
Fix regression in XMonad.Prompt's completion
Daniel Schoepe
2009-09-20
1
-14
/
+13
*
Clean keymask before use in XMonad.Prompt
Daniel Schoepe
2009-09-20
1
-4
/
+17
*
Export moveCursor in XMonad.Prompt
Daniel Schoepe
2009-09-20
1
-1
/
+1
*
Factor out direction types and put them in X.U.Types
Daniel Schoepe
2009-09-19
1
-7
/
+6
*
Make the keymap of XMonad.Prompt customizable
Daniel Schoepe
2009-09-10
1
-57
/
+84
*
Add ability to copy the entered string in X.Prompt
Daniel Schoepe
2009-07-09
1
-1
/
+6
*
Remove trailing whitespace from many modules
Adam Vogt
2009-07-05
1
-1
/
+1
*
Prompt.hs: setSuccess True also on Keypad Enter
sean.escriva
2009-04-09
1
-1
/
+1
*
XMonad.Prompt autocompletion fix
quentin.moser
2009-01-27
1
-2
/
+4
*
Prompt: Change Filemode to 600 for history-file (fixes bug 244)
Dominik Bruhn
2008-12-18
1
-0
/
+3
*
Prompt.hs: +greenXPConfig and amberXPConfig
gwern0
2008-11-19
1
-3
/
+6
*
Prompt.hs: increase font size to 12 from niggardly 10
gwern0
2008-11-19
1
-1
/
+1
*
Prompt.hs: replace magic numbers with understandable names
gwern0
2008-11-19
1
-5
/
+5
*
XMonad.Prompt: swap up and down per bug #243
gwern0
2008-12-03
1
-2
/
+2
*
Prompt.hs rename deleteConsecutiveDuplicates
gwern0
2008-10-08
1
-5
/
+5
*
Prompt.hs: have historyCompletion filter dupes
gwern0
2008-10-08
1
-1
/
+1
*
Prompt.hs: tweak haddocks
gwern0
2008-10-08
1
-7
/
+7
*
Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-off
gwern0
2008-10-08
1
-4
/
+5
*
Forgot to enable historyFilter :(
Spencer Janssen
2008-09-21
1
-1
/
+2
*
Prompt: add configurable history filters
Spencer Janssen
2008-09-21
1
-1
/
+16
*
Take maintainership of XMonad.Prompt
Spencer Janssen
2008-09-12
1
-1
/
+1
*
Overhaul Prompt to use a zipper for history navigation. Fixes issue #216
Spencer Janssen
2008-09-12
1
-82
/
+68
*
Only start to show the completion window with more than one match
Joachim Breitner
2008-09-08
1
-1
/
+1
*
XPrompt: Add showCompletionOnTab option
Joachim Breitner
2008-09-08
1
-2
/
+7
*
add autoComplete option to XMonad.Prompt
Devin Mullins
2008-07-04
1
-4
/
+28
*
Make prompt keybindings work when numLock or capsLock are active
Justin Bogner
2008-06-08
1
-1
/
+2
*
Prompt.hs: +a historyCompletion function for use in XPrompts
gwern0
2008-06-07
1
-0
/
+13
*
Add C-w to XMonad.Prompt
Trevor Elliott
2008-06-06
1
-0
/
+1
[next]