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
/
XPrompt.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hierarchify
Spencer Janssen
2007-11-01
1
-686
/
+0
*
Use hierarchical module names from the core
Spencer Janssen
2007-11-01
1
-2
/
+2
*
XPrompt: don't import XMonad.config
Spencer Janssen
2007-11-01
1
-1
/
+1
*
XPrompt: removed unneeded parenteses
Andrea Rossato
2007-10-27
1
-2
/
+2
*
XPrompt.hs: use a single blank
Valery V. Vorotyntsev
2007-10-22
1
-5
/
+3
*
XPrompt: catch exceptions when running the completion function
Andrea Rossato
2007-10-26
1
-1
/
+2
*
XPrompt.hs: add sensible bindings for Home and End
gwern0
2007-10-26
1
-0
/
+2
*
XPrompt.hs: add a pasteString function and keybinding
gwern0
2007-10-26
1
-0
/
+6
*
XPrompt.hs (uniqSort): new function
Valery V. Vorotyntsev
2007-10-24
1
-0
/
+6
*
XPrompt.hs: fix vertical alignment of completions.
Dmitry Kurochkin
2007-10-23
1
-1
/
+1
*
XPrompt.hs (keyPressHandle): Ctrl-g and Ctrl-c added to quit keystrokes
Valery V. Vorotyntsev
2007-10-20
1
-16
/
+7
*
XPrompt.hs: trailing whitespace cleaned
Valery V. Vorotyntsev
2007-10-20
1
-30
/
+30
*
Haddock fixes
Andrea Rossato
2007-10-12
1
-4
/
+4
*
Tabbed and XPrompt updated to lates Extras changes
Andrea Rossato
2007-10-07
1
-3
/
+2
*
XPrompt: added ^A and ^E and more
Andrea Rossato
2007-10-05
1
-73
/
+83
*
Add ^K and ^U support to XPrompt
Eric Mertens
2007-10-02
1
-3
/
+20
*
Use LANGUAGE pragmas over -fglasgow-exts
Spencer Janssen
2007-09-28
1
-1
/
+2
*
XPrompt.hs: replace 'borderWidth' with 'borderPixel'
gwern0
2007-09-18
1
-7
/
+7
*
XPrompt: a very long string in the completion list can lead to a division by ...
Andrea Rossato
2007-08-30
1
-1
/
+1
*
XPrompt.hs: remove debugging bits
Andrea Rossato
2007-08-28
1
-1
/
+0
*
make code more compact in XPrompt.
David Roundy
2007-08-27
1
-41
/
+18
*
XPrompt: just code formatting
Andrea Rossato
2007-08-22
1
-26
/
+26
*
fix bug leading to early exit in XPrompt.
David Roundy
2007-08-27
1
-1
/
+2
*
XPrompt: haddock tuning and more comments
Andrea Rossato
2007-08-18
1
-7
/
+24
*
XPrompt: documentation only
Andrea Rossato
2007-08-17
1
-3
/
+26
*
XPrompt: quickcheck related refactoring
Andrea Rossato
2007-08-17
1
-14
/
+25
*
XPrompt: fixes a nasty bug in getLastWord
Andrea Rossato
2007-08-15
1
-4
/
+7
*
Use maskEvent rather than nextEvent. Fixes rare segfaults
Spencer Janssen
2007-08-14
1
-1
/
+1
*
actually use the selected font in XPrompt.
David Roundy
2007-08-10
1
-0
/
+1
*
increase default contrast in XPrompt.
David Roundy
2007-08-10
1
-2
/
+2
*
center prompt text in window.
David Roundy
2007-08-10
1
-1
/
+1
*
don't crash when given a non-existent font in XPrompt.
David Roundy
2007-08-10
1
-1
/
+2
*
XPrompt: removed touchFile (which is not the equivalent of touch!)
Andrea Rossato
2007-08-06
1
-2
/
+1
*
XPrompt.hs: getCompletion should check for completions of the last word of th...
Andrea Rossato
2007-08-05
1
-2
/
+2
*
XPrompt.hs: read history lazily
Andrea Rossato
2007-08-04
1
-32
/
+23
*
XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead
Andrea Rossato
2007-08-04
1
-4
/
+0
*
XPrompt.hs: haddock corrections and some comments
Andrea Rossato
2007-08-04
1
-10
/
+12
*
XPrompt: fixes a couple of bugs
Andrea Rossato
2007-08-04
1
-24
/
+21
*
XPrompt: code cleanup
Andrea Rossato
2007-08-03
1
-53
/
+44
*
Make 'compList :: [String]', rather than Maybe. No completions is represente...
Spencer Janssen
2007-08-03
1
-13
/
+12
*
Rename 'setCompletionList' to 'refreshCompletionList'
Spencer Janssen
2007-08-03
1
-8
/
+8
*
XPrompt: added comletion and history support
Andrea Rossato
2007-08-03
1
-76
/
+210
*
Make the XPrompt appear on the current screen
Spencer Janssen
2007-08-02
1
-17
/
+18
*
XPrompt: a module for easily writing graphical prompts
Andrea Rossato
2007-08-02
1
-0
/
+512