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
*
use Data.Default wherever possible, and deprecate the things it replaces
Daniel Wagner
2013-05-28
1
-7
/
+10
*
Allow to limit maximum row count in X.Prompt completion window
Paul Fertser
2013-02-21
1
-1
/
+7
*
spawn command when no completion is available (if alwaysHighlight is True); c...
c.lopez
2013-02-09
1
-2
/
+1
*
Record polachok's fix for issue 507
Adam Vogt
2012-12-16
1
-2
/
+5
*
Use Control.Exception.catch explitly to avoid warnings
Adam Vogt
2012-11-09
1
-6
/
+4
*
Improves haddock documentation
c.lopez
2012-08-26
1
-1
/
+1
*
Improve comments, add an error throw that shouldn't happen
c.lopez
2012-08-26
1
-5
/
+7
*
fix a bug when ncompletions
c.lopez
2012-08-26
1
-3
/
+2
*
Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i...
c.lopez
2012-08-11
1
-88
/
+100
*
Changes on XPrompt:
c.lopez
2012-06-28
1
-39
/
+217
*
updates to XMonad.Prompt re: word-oriented commands
Brent Yorgey
2012-05-10
1
-30
/
+71
*
Remove trailing whitespace.
Adam Vogt
2012-04-28
1
-1
/
+1
*
Add emacs-like keys to browse history in XMonad.Prompt
Carlos Lopez-Camey
2012-04-21
1
-0
/
+2
*
Adds an emacs-like Keymap in XMonad.Prompt
Carlos Lopez-Camey
2012-04-21
1
-0
/
+37
*
Export types to reduce haddock warnings.
Adam Vogt
2010-10-23
1
-0
/
+2
*
Compile with ghc7
Mats Rauhala
2011-05-04
1
-3
/
+3
*
Remove last excess definition of `fi' (fromIntegral)
Adam Vogt
2010-09-14
1
-2
/
+1
*
remove decodeInput/encodeOutput
gwern0
2010-06-15
1
-11
/
+8
*
Prompt: handle case of historySize
Adam Vogt
2010-04-21
1
-4
/
+7
*
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
[next]