summaryrefslogtreecommitdiff
path: root/src/ephy-suggestion-model.c
Commit message (Expand)AuthorAgeFilesLines
* search-engines: Port whole EphySearchEngineManager code to GListModelvanadiae2022-02-111-13/+14
* Add support for soup3Carlos Garcia Campos2021-04-301-3/+32
* suggestion-model: fix crash when typing in address barMichael Catanzaro2021-04-301-7/+5
* Revert "Add support for soup3"Michael Catanzaro2021-04-291-32/+3
* Add support for soup3Carlos Garcia Campos2021-04-291-3/+32
* Use GUri instead of SoupURI where possible in preparation for libsoup3Carlos Garcia Campos2021-04-291-3/+3
* Add filter support in url barJan-Michael Brummer2021-04-281-157/+193
* Port to HdyTabView/HdyTabBarAlexander Mikhaylenko2021-02-041-8/+7
* Add support for Google Search SuggestionsJan-Michael Brummer2021-01-151-47/+167
* Only show default search engine in search providerJan-Michael Brummer2020-05-161-8/+40
* Allow bookmark tag search in url entryJan-Michael Brummer2020-05-101-7/+38
* Fix history query limitJan-Michael Brummer2020-04-201-2/+1
* Exit early in suggestion model to prevent unnecessary row creationJan-Michael Brummer2020-04-121-2/+7
* Extend ephy-tab:// support for windowsJan-Michael Brummer2020-03-071-49/+51
* Limit number of entries show in url drop downJan-Michael Brummer2020-03-071-5/+22
* Add secondary icon to EphySuggestionJan-Michael Brummer2020-01-151-1/+5
* Fix assertion in ephy-suggestion-modelJan-Michael Brummer2019-11-141-2/+4
* suggestion-model: Deduplicate resultsDimitrios Christidis2019-11-081-0/+23
* Show sub titles for search rows in suggestion popoverJan-Michael Brummer2019-11-061-1/+1
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-6/+6
* Add favicons to search engines in address bar dropdownJan-Michael Brummer2019-06-011-5/+11
* suggestion-model: don't crash in search provider modeMichael Catanzaro2019-05-221-0/+3
* Mark addresses currently open in browserJan-Michael Brummer2019-05-131-3/+74
* suggestion-model: fix searching for bookmarks in top barMichael Catanzaro2019-05-021-33/+1
* Fix search provider resultsMichael Catanzaro2019-04-061-3/+3
* Do not show search entries without title firstJan-Michael Brummer2019-03-171-1/+9
* Highlight string matches in location barJan-Michael Brummer2018-12-171-3/+15
* Update libdazzle and make use of new DzlSuggestionEntry changesJan-Michael Brummer2018-09-161-86/+15
* Suggestion Model: Replace object ref'ing with a cancellable for favicon loadingJan-Michael Brummer2018-09-161-19/+36
* URL entry: Replacing GtkEntry with DzlSuggestionEntryJan-Michael Brummer2018-09-161-0/+521
* Stop using DzlSuggestionEntry for nowMichael Catanzaro2017-11-221-476/+0
* Don't display search URLs in suggestion dropdownMichael Catanzaro2017-10-261-3/+1
* suggestion-model: Append to the model instead of prependingMichael Catanzaro2017-10-261-3/+3
* suggestion-model: Add search enginesMichael Catanzaro2017-10-261-0/+36
* suggestion-model: Split model construction into functionsMichael Catanzaro2017-10-261-21/+40
* Purge g_return from src/Michael Catanzaro2017-09-131-9/+9
* suggestion: Add get_uri() method and use itMichael Catanzaro2017-09-091-4/+4
* search-provider: Port to EphySuggestionModelMichael Catanzaro2017-09-091-0/+21
* Implement DzlSuggestion vfuncsMichael Catanzaro2017-09-091-27/+10
* wip: Use DzlSuggestionEntryMichael Catanzaro2017-09-091-0/+419