aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Search.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-2/+2
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-1/+4
* Action search autocomplete based on whole lineMats Rauhala2011-05-041-1/+3
* encode string of bytes not list of charsKhudyakov Alexey2010-06-131-2/+2
* A.Search: Remove unnecessary `do'Adam Vogt2010-04-291-2/+1
* Fix escaping of URIKhudyakov Alexey2010-04-231-26/+14
* fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser2010-03-161-4/+4
* Actions/Search: added openstreetmapintrigeri2009-12-221-24/+28
* XMonad.Actions.Search: finally fixed the internet archive search plugingwern02009-12-051-4/+1
* XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern02009-12-051-2/+2
* XMonad.Actions.Search: imdb search URL tweak for bug #33gwern02009-11-031-1/+1
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-211-2/+3
* XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern02009-08-081-1/+1
* XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern02009-08-081-13/+9
* XMonad.Actions.Search: +wiktgwern02009-08-081-1/+3
* X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey2009-06-291-1/+1
* X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey2009-06-251-3/+7
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-241-2/+2
* update callers of safeSpawngwern02009-06-221-1/+1
* X.A.Search: add Wolfram|Alpha searchBrent Yorgey2009-05-251-3/+7
* XMonad.Actions.Search: fix whitespace & tabsgwern02009-01-291-46/+43
* xmonad-action-search-intelligent-searchenginesMichal Trybus2009-01-281-13/+101
* hlintify XUtils, XSelection, Search, WindowGogwern02008-12-201-5/+5
* documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva2008-11-061-0/+16
* Search.hs: +hackage search, courtesy of byorgeygwern02008-10-311-2/+6
* Actions.Search: add a few search enginesintrigeri2008-10-081-2/+23
* adding thesaurus.reference.com and Google Labs Code Search searchesbrian2008-07-011-3/+11
* Actions/Search.hs: export SearchEngine constructorBrent Yorgey2008-06-201-1/+1
* Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...gwern02008-06-071-3/+3
* revamp Search.hs to export a replacement for simpleEnginegwern02008-05-191-35/+35
* add site name in search prompt dialogzhen.sydow2008-05-181-24/+26
* add youtube to search engineszhen.sydow2008-05-131-2/+6
* Actions/Search.hs: add dictionary.com searchBrent Yorgey2008-04-021-10/+14
* Search.hs: remove an argument from selectSearch and promptSearchgwern02008-04-011-43/+57
* XMonad.Actions.Search: add Google Maps searchBrent Yorgey2008-03-241-1/+5
* Search.hs: try to add a more descriptive typegwern02008-03-161-2/+3
* Search.hs: haddock fmtgwern02008-03-161-12/+12
* Search.hs: haddock cleanupBrent Yorgey2008-01-311-35/+32
* Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas2008-01-311-1/+47
* Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey2008-01-281-23/+52
* Action.Search: small haddock fixesAndrea Rossato2008-01-131-1/+2
* XMonad.Actions.Search: haddock fixAndrea Rossato2007-12-241-1/+1
* Search.hs: +docs, and export simpleEngine so users can define their owngwern02007-12-241-11/+47
* Search.hs: mv into Actions/ per IRC suggestiongwern02007-12-241-0/+101