| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused imports | Adam Vogt | 2014-08-15 | 1 | -1/+1 |
* | add-duck-duck-go-search-engine | eniotna.t | 2014-06-17 | 1 | -2/+6 |
* | use Data.Default wherever possible, and deprecate the things it replaces | Daniel Wagner | 2013-05-28 | 1 | -2/+2 |
* | Export types to reduce haddock warnings. | Adam Vogt | 2010-10-23 | 1 | -1/+4 |
* | Action search autocomplete based on whole line | Mats Rauhala | 2011-05-04 | 1 | -1/+3 |
* | encode string of bytes not list of chars | Khudyakov Alexey | 2010-06-13 | 1 | -2/+2 |
* | A.Search: Remove unnecessary `do' | Adam Vogt | 2010-04-29 | 1 | -2/+1 |
* | Fix escaping of URI | Khudyakov Alexey | 2010-04-23 | 1 | -26/+14 |
* | fixed argument order to isPrefixOf in a couple of places in X.A.Search | Jurgen Doser | 2010-03-16 | 1 | -4/+4 |
* | Actions/Search: added openstreetmap | intrigeri | 2009-12-22 | 1 | -24/+28 |
* | XMonad.Actions.Search: finally fixed the internet archive search plugin | gwern0 | 2009-12-05 | 1 | -4/+1 |
* | XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through... | gwern0 | 2009-12-05 | 1 | -2/+2 |
* | XMonad.Actions.Search: imdb search URL tweak for bug #33 | gwern0 | 2009-11-03 | 1 | -1/+1 |
* | Only use search history for completion in X.A.Search | Daniel Schoepe | 2009-09-21 | 1 | -2/+3 |
* | XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :! | gwern0 | 2009-08-08 | 1 | -1/+1 |
* | XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOf | gwern0 | 2009-08-08 | 1 | -13/+9 |
* | XMonad.Actions.Search: +wikt | gwern0 | 2009-08-08 | 1 | -1/+3 |
* | X.A.Search: use the new canonical package URL for hackage search | Brent Yorgey | 2009-06-29 | 1 | -1/+1 |
* | X.A.Search: add Google "I'm feeling lucky" search | Brent Yorgey | 2009-06-25 | 1 | -3/+7 |
* | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 2009-06-24 | 1 | -2/+2 |
* | update callers of safeSpawn | gwern0 | 2009-06-22 | 1 | -1/+1 |
* | X.A.Search: add Wolfram|Alpha search | Brent Yorgey | 2009-05-25 | 1 | -3/+7 |
* | XMonad.Actions.Search: fix whitespace & tabs | gwern0 | 2009-01-29 | 1 | -46/+43 |
* | xmonad-action-search-intelligent-searchengines | Michal Trybus | 2009-01-28 | 1 | -13/+101 |
* | hlintify XUtils, XSelection, Search, WindowGo | gwern0 | 2008-12-20 | 1 | -5/+5 |
* | documentation: XMonad.Util.Search.hs, add EZConfig keybindings example | sean.escriva | 2008-11-06 | 1 | -0/+16 |
* | Search.hs: +hackage search, courtesy of byorgey | gwern0 | 2008-10-31 | 1 | -2/+6 |
* | Actions.Search: add a few search engines | intrigeri | 2008-10-08 | 1 | -2/+23 |
* | adding thesaurus.reference.com and Google Labs Code Search searches | brian | 2008-07-01 | 1 | -3/+11 |
* | Actions/Search.hs: export SearchEngine constructor | Brent Yorgey | 2008-06-20 | 1 | -1/+1 |
* | Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom... | gwern0 | 2008-06-07 | 1 | -3/+3 |
* | revamp Search.hs to export a replacement for simpleEngine | gwern0 | 2008-05-19 | 1 | -35/+35 |
* | add site name in search prompt dialog | zhen.sydow | 2008-05-18 | 1 | -24/+26 |
* | add youtube to search engines | zhen.sydow | 2008-05-13 | 1 | -2/+6 |
* | Actions/Search.hs: add dictionary.com search | Brent Yorgey | 2008-04-02 | 1 | -10/+14 |
* | Search.hs: remove an argument from selectSearch and promptSearch | gwern0 | 2008-04-01 | 1 | -43/+57 |
* | XMonad.Actions.Search: add Google Maps search | Brent Yorgey | 2008-03-24 | 1 | -1/+5 |
* | Search.hs: try to add a more descriptive type | gwern0 | 2008-03-16 | 1 | -2/+3 |
* | Search.hs: haddock fmt | gwern0 | 2008-03-16 | 1 | -12/+12 |
* | Search.hs: haddock cleanup | Brent Yorgey | 2008-01-31 | 1 | -35/+32 |
* | Added a handy tip to the documentation of XMonad.Actions.Search | v.dijk.bas | 2008-01-31 | 1 | -1/+47 |
* | Search.hs: add documentation and two more search engines (MathWorld and Googl... | Brent Yorgey | 2008-01-28 | 1 | -23/+52 |
* | Action.Search: small haddock fixes | Andrea Rossato | 2008-01-13 | 1 | -1/+2 |
* | XMonad.Actions.Search: haddock fix | Andrea Rossato | 2007-12-24 | 1 | -1/+1 |
* | Search.hs: +docs, and export simpleEngine so users can define their own | gwern0 | 2007-12-24 | 1 | -11/+47 |
* | Search.hs: mv into Actions/ per IRC suggestion | gwern0 | 2007-12-24 | 1 | -0/+101 |