aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Search.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-16fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser1-4/+4
2009-12-22Actions/Search: added openstreetmapintrigeri1-24/+28
2009-12-05XMonad.Actions.Search: finally fixed the internet archive search plugingwern01-4/+1
2009-12-05XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern01-2/+2
2009-11-03XMonad.Actions.Search: imdb search URL tweak for bug #33gwern01-1/+1
2009-09-21Only use search history for completion in X.A.SearchDaniel Schoepe1-2/+3
2009-08-08XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern01-1/+1
2009-08-08XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern01-13/+9
2009-08-08XMonad.Actions.Search: +wiktgwern01-1/+3
2009-06-29X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey1-1/+1
2009-06-25X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey1-3/+7
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt1-2/+2
2009-06-22update callers of safeSpawngwern01-1/+1
2009-05-25X.A.Search: add Wolfram|Alpha searchBrent Yorgey1-3/+7
2009-01-29XMonad.Actions.Search: fix whitespace & tabsgwern01-46/+43
2009-01-28xmonad-action-search-intelligent-searchenginesMichal Trybus1-13/+101
2008-12-20hlintify XUtils, XSelection, Search, WindowGogwern01-5/+5
2008-11-06documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva1-0/+16
2008-10-31Search.hs: +hackage search, courtesy of byorgeygwern01-2/+6
2008-10-08Actions.Search: add a few search enginesintrigeri1-2/+23
2008-07-01adding thesaurus.reference.com and Google Labs Code Search searchesbrian1-3/+11
2008-06-20Actions/Search.hs: export SearchEngine constructorBrent Yorgey1-1/+1
2008-06-07Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...gwern01-3/+3
2008-05-19revamp Search.hs to export a replacement for simpleEnginegwern01-35/+35
2008-05-18add site name in search prompt dialogzhen.sydow1-24/+26
2008-05-13add youtube to search engineszhen.sydow1-2/+6
2008-04-02Actions/Search.hs: add dictionary.com searchBrent Yorgey1-10/+14
2008-04-01Search.hs: remove an argument from selectSearch and promptSearchgwern01-43/+57
2008-03-24XMonad.Actions.Search: add Google Maps searchBrent Yorgey1-1/+5
2008-03-16Search.hs: try to add a more descriptive typegwern01-2/+3
2008-03-16Search.hs: haddock fmtgwern01-12/+12
2008-01-31Search.hs: haddock cleanupBrent Yorgey1-35/+32
2008-01-31Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas1-1/+47
2008-01-28Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey1-23/+52
2008-01-13Action.Search: small haddock fixesAndrea Rossato1-1/+2
2007-12-24XMonad.Actions.Search: haddock fixAndrea Rossato1-1/+1
2007-12-24Search.hs: +docs, and export simpleEngine so users can define their owngwern01-11/+47
2007-12-24Search.hs: mv into Actions/ per IRC suggestiongwern01-2/+2
2007-12-22Search.hs: add hoogleBrent Yorgey1-2/+4
2007-12-22Refactor Search.hsSpencer Janssen1-43/+29
2007-12-22Search.hs: +imdb & amazon engines for unk_redgwern01-3/+11
2007-12-20Search.hs: cleanup and refactorgwern01-29/+31
2007-12-17Util/Search.hs: a few updates/fixesBrent Yorgey1-3/+6
2007-12-15Util.Search: import escapeURIString, and fall back on the ugly const false ha...gwern01-4/+26
2007-12-15Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen1-3/+1
2007-12-14Search.hs: fix shadowing warning and haddock errorsBrent Yorgey1-2/+4
2007-12-13+XMonad.Util.Search: new modulegwern01-0/+78