| Commit message (Expand) | Author | Files | Lines |
2015-01-24 | add another extension to actually fix the build with ghc-7.10-RC1 | Adam Vogt | 1 | -0/+1 |
2013-05-28 | use Data.Default wherever possible, and deprecate the things it replaces | Daniel Wagner | 1 | -7/+10 |
2013-02-21 | Allow to limit maximum row count in X.Prompt completion window | Paul Fertser | 1 | -1/+7 |
2013-02-09 | spawn command when no completion is available (if alwaysHighlight is True); c... | c.lopez | 1 | -2/+1 |
2012-12-16 | Record polachok's fix for issue 507 | Adam Vogt | 1 | -2/+5 |
2012-11-09 | Use Control.Exception.catch explitly to avoid warnings | Adam Vogt | 1 | -6/+4 |
2012-08-26 | Improves haddock documentation | c.lopez | 1 | -1/+1 |
2012-08-26 | Improve comments, add an error throw that shouldn't happen | c.lopez | 1 | -5/+7 |
2012-08-26 | fix a bug when ncompletions | c.lopez | 1 | -3/+2 |
2012-08-11 | Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i... | c.lopez | 1 | -88/+100 |
2012-06-28 | Changes on XPrompt: | c.lopez | 1 | -39/+217 |
2012-05-10 | updates to XMonad.Prompt re: word-oriented commands | Brent Yorgey | 1 | -30/+71 |
2012-04-28 | Remove trailing whitespace. | Adam Vogt | 1 | -1/+1 |
2012-04-21 | Add emacs-like keys to browse history in XMonad.Prompt | Carlos Lopez-Camey | 1 | -0/+2 |
2012-04-21 | Adds an emacs-like Keymap in XMonad.Prompt | Carlos Lopez-Camey | 1 | -0/+37 |
2010-10-23 | Export types to reduce haddock warnings. | Adam Vogt | 1 | -0/+2 |
2011-05-04 | Compile with ghc7 | Mats Rauhala | 1 | -3/+3 |
2010-09-14 | Remove last excess definition of `fi' (fromIntegral) | Adam Vogt | 1 | -2/+1 |
2010-06-15 | remove decodeInput/encodeOutput | gwern0 | 1 | -11/+8 |
2010-04-21 | Prompt: handle case of historySize | Adam Vogt | 1 | -4/+7 |
2010-02-11 | XMonad.Prompt: remove white border from greenXPConfig | gwern0 | 1 | -1/+1 |
2010-02-08 | Fixed reversed history searching direction in X.P.history(Up|Down)Matching | Daniel Schoepe | 1 | -2/+2 |
2010-01-24 | Compatibility for rename of XMonad.numlockMask | Adam Vogt | 1 | -3/+3 |
2010-01-24 | Use extensible-exceptions to allow base-3 or base-4 | Adam Vogt | 1 | -4/+4 |
2010-02-01 | Corrected documentation in X.Prompt | Daniel Schoepe | 1 | -2/+2 |
2010-02-01 | Use Stack instead of list in X.Prompt.history*Matching | Daniel Schoepe | 1 | -21/+28 |
2010-01-14 | Add a way to cycle only through matching history entries in X.Prompt | Daniel Schoepe | 1 | -0/+40 |
2009-12-21 | Add a search predicate option to XMonad.Prompt | Mike Lundy | 1 | -2/+7 |
2009-11-03 | Update Prompt for numlockMask changes | Spencer Janssen | 1 | -7/+6 |
2009-12-03 | Prompt.hs: Corrected quit keybindings | Tim Horton | 1 | -1/+2 |
2009-11-15 | Use less short names in X.Prompt | Adam Vogt | 1 | -5/+2 |
2009-11-15 | Use io instead of liftIO in Prompt | Adam Vogt | 1 | -9/+9 |
2009-11-15 | 'io' and 'fi' are defined outside of Prompt | Adam Vogt | 1 | -9/+2 |
2009-11-15 | Use zipWithM_ instead of recursion in Prompt.printComplList | Adam Vogt | 1 | -22/+9 |
2009-10-31 | Add functions to access the current input in X.Prompt | Daniel Schoepe | 1 | -0/+10 |
2009-10-30 | Remove putSelection, fixes #317 | Spencer Janssen | 1 | -7/+2 |
2009-10-12 | Filter extra modifier bits some layouts set in XMonad.Prompt | Daniel Schoepe | 1 | -2/+3 |
2009-09-28 | minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules | sean.escriva | 1 | -13/+12 |
2009-10-01 | Use default handler in XMonad.Prompt.eventLoop | Daniel Schoepe | 1 | -1/+1 |
2009-09-28 | Correctly check completionKey field in XMonad.Prompt | Daniel Schoepe | 1 | -16/+17 |
2009-09-28 | Fix for issue 315 | Daniel Schoepe | 1 | -2/+3 |
2009-09-21 | Only use search history for completion in X.A.Search | Daniel Schoepe | 1 | -7/+18 |
2009-09-20 | Fix regression in XMonad.Prompt's completion | Daniel Schoepe | 1 | -14/+13 |
2009-09-20 | Clean keymask before use in XMonad.Prompt | Daniel Schoepe | 1 | -4/+17 |
2009-09-20 | Export moveCursor in XMonad.Prompt | Daniel Schoepe | 1 | -1/+1 |
2009-09-19 | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 1 | -7/+6 |
2009-09-10 | Make the keymap of XMonad.Prompt customizable | Daniel Schoepe | 1 | -57/+84 |
2009-07-09 | Add ability to copy the entered string in X.Prompt | Daniel Schoepe | 1 | -1/+6 |
2009-07-05 | Remove trailing whitespace from many modules | Adam Vogt | 1 | -1/+1 |
2009-04-09 | Prompt.hs: setSuccess True also on Keypad Enter | sean.escriva | 1 | -1/+1 |