aboutsummaryrefslogtreecommitdiffstats
path: root/XPrompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-686/+0
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
* XPrompt: don't import XMonad.configSpencer Janssen2007-11-011-1/+1
* XPrompt: removed unneeded parentesesAndrea Rossato2007-10-271-2/+2
* XPrompt.hs: use a single blankValery V. Vorotyntsev2007-10-221-5/+3
* XPrompt: catch exceptions when running the completion functionAndrea Rossato2007-10-261-1/+2
* XPrompt.hs: add sensible bindings for Home and Endgwern02007-10-261-0/+2
* XPrompt.hs: add a pasteString function and keybindinggwern02007-10-261-0/+6
* XPrompt.hs (uniqSort): new functionValery V. Vorotyntsev2007-10-241-0/+6
* XPrompt.hs: fix vertical alignment of completions.Dmitry Kurochkin2007-10-231-1/+1
* XPrompt.hs (keyPressHandle): Ctrl-g and Ctrl-c added to quit keystrokesValery V. Vorotyntsev2007-10-201-16/+7
* XPrompt.hs: trailing whitespace cleanedValery V. Vorotyntsev2007-10-201-30/+30
* Haddock fixesAndrea Rossato2007-10-121-4/+4
* Tabbed and XPrompt updated to lates Extras changesAndrea Rossato2007-10-071-3/+2
* XPrompt: added ^A and ^E and moreAndrea Rossato2007-10-051-73/+83
* Add ^K and ^U support to XPromptEric Mertens2007-10-021-3/+20
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+2
* XPrompt.hs: replace 'borderWidth' with 'borderPixel'gwern02007-09-181-7/+7
* XPrompt: a very long string in the completion list can lead to a division by ...Andrea Rossato2007-08-301-1/+1
* XPrompt.hs: remove debugging bitsAndrea Rossato2007-08-281-1/+0
* make code more compact in XPrompt.David Roundy2007-08-271-41/+18
* XPrompt: just code formattingAndrea Rossato2007-08-221-26/+26
* fix bug leading to early exit in XPrompt.David Roundy2007-08-271-1/+2
* XPrompt: haddock tuning and more commentsAndrea Rossato2007-08-181-7/+24
* XPrompt: documentation onlyAndrea Rossato2007-08-171-3/+26
* XPrompt: quickcheck related refactoringAndrea Rossato2007-08-171-14/+25
* XPrompt: fixes a nasty bug in getLastWordAndrea Rossato2007-08-151-4/+7
* Use maskEvent rather than nextEvent. Fixes rare segfaultsSpencer Janssen2007-08-141-1/+1
* actually use the selected font in XPrompt.David Roundy2007-08-101-0/+1
* increase default contrast in XPrompt.David Roundy2007-08-101-2/+2
* center prompt text in window.David Roundy2007-08-101-1/+1
* don't crash when given a non-existent font in XPrompt.David Roundy2007-08-101-1/+2
* XPrompt: removed touchFile (which is not the equivalent of touch!)Andrea Rossato2007-08-061-2/+1
* XPrompt.hs: getCompletion should check for completions of the last word of th...Andrea Rossato2007-08-051-2/+2
* XPrompt.hs: read history lazilyAndrea Rossato2007-08-041-32/+23
* XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig insteadAndrea Rossato2007-08-041-4/+0
* XPrompt.hs: haddock corrections and some commentsAndrea Rossato2007-08-041-10/+12
* XPrompt: fixes a couple of bugsAndrea Rossato2007-08-041-24/+21
* XPrompt: code cleanupAndrea Rossato2007-08-031-53/+44
* Make 'compList :: [String]', rather than Maybe. No completions is represente...Spencer Janssen2007-08-031-13/+12
* Rename 'setCompletionList' to 'refreshCompletionList'Spencer Janssen2007-08-031-8/+8
* XPrompt: added comletion and history supportAndrea Rossato2007-08-031-76/+210
* Make the XPrompt appear on the current screenSpencer Janssen2007-08-021-17/+18
* XPrompt: a module for easily writing graphical promptsAndrea Rossato2007-08-021-0/+512