aboutsummaryrefslogtreecommitdiffstats
path: root/XPrompt.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-14Use maskEvent rather than nextEvent. Fixes rare segfaultsSpencer Janssen1-1/+1
2007-08-10actually use the selected font in XPrompt.David Roundy1-0/+1
2007-08-10increase default contrast in XPrompt.David Roundy1-2/+2
2007-08-10center prompt text in window.David Roundy1-1/+1
2007-08-10don't crash when given a non-existent font in XPrompt.David Roundy1-1/+2
2007-08-06XPrompt: removed touchFile (which is not the equivalent of touch!)Andrea Rossato1-2/+1
2007-08-05XPrompt.hs: getCompletion should check for completions of the last word of th...Andrea Rossato1-2/+2
2007-08-04XPrompt.hs: read history lazilyAndrea Rossato1-32/+23
2007-08-04XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig insteadAndrea Rossato1-4/+0
2007-08-04XPrompt.hs: haddock corrections and some commentsAndrea Rossato1-10/+12
2007-08-04XPrompt: fixes a couple of bugsAndrea Rossato1-24/+21
2007-08-03XPrompt: code cleanupAndrea Rossato1-53/+44
2007-08-03Make 'compList :: [String]', rather than Maybe. No completions is represente...Spencer Janssen1-13/+12
2007-08-03Rename 'setCompletionList' to 'refreshCompletionList'Spencer Janssen1-8/+8
2007-08-03XPrompt: added comletion and history supportAndrea Rossato1-76/+210
2007-08-02Make the XPrompt appear on the current screenSpencer Janssen1-17/+18
2007-08-02XPrompt: a module for easily writing graphical promptsAndrea Rossato1-0/+512