aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen2008-04-161-1/+1
* stictify some fieldsDon Stewart2008-04-131-11/+11
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-3/+5
* Prompt: regenerate completion list if there's just one completionAndrea Rossato2008-02-171-6/+7
* some code formattingAndrea Rossato2008-02-171-1/+1
* Prompt: comment only (clafiry completionToCommand uses)Andrea Rossato2008-02-161-5/+7
* Prompt: comment only (remove confusing remarks about commandToComplete)Andrea Rossato2008-02-161-4/+2
* Prompt: haddock fixes onlyAndrea Rossato2008-02-161-24/+31
* Prompt: add some methods to make completions more flexibleAndrea Rossato2008-02-161-18/+47
* Prompt: added nextCompletion and commandToComplete methods to fine tune promp...Andrea Rossato2008-02-161-21/+29
* Update to safer initColor apiDon Stewart2008-02-061-4/+4
* Prompt: code formatting onlyAndrea Rossato2008-01-261-29/+28
* Prompt: clean up and optimize moveWord a bitAndrea Rossato2008-01-131-10/+6
* Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato2008-01-131-0/+21
* de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato2008-01-101-1/+15
* prompt: Allow to provide a default text in the prompt config.nicolas.pouillard2008-01-091-1/+3
* textExtentsXMF doesn't require the displayAndrea Rossato2007-12-281-2/+2
* Prompt.hs: mv .xmonad_history into .xmonad/gwern02007-12-241-2/+2
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Prune more importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-2/+0
* refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey2007-11-281-19/+33
* Prompt: comment onlyAndrea Rossato2007-11-191-1/+1
* Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen2007-11-171-33/+23
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-191-4/+4
* Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen2007-11-161-2/+2
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-161-8/+7
* Prompt: haddock fixesAndrea Rossato2007-11-151-3/+1
* Prompt: just code formattingAndrea Rossato2007-11-151-8/+8
* Prompt: add killWord edit actionAndrea Rossato2007-11-151-5/+23
* Prompt.hs: update namesgwern02007-11-061-3/+3
* HierarchifySpencer Janssen2007-11-011-0/+686