aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* Port EphyCompletionModel to WebKit2GTK+ favicons API.Mario Sanchez Prada2012-12-041-16/+28
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+12
* ephy-completion-model: use a cancellable with the history serviceClaudio Saavedra2012-06-131-1/+14
* ephy-completion-model: fix GList of EphyHistoryURL leakPavel Vasin2012-06-121-1/+1
* ephy-completion-model: normalize NULL strings to "" in should_add_bookmark_to...Xan Lopez2012-04-031-4/+4
* ephy-completion-model: minor cleanupClaudio Saavedra2012-03-211-1/+1
* ephy-completion-model: fix a few leaksClaudio Saavedra2012-03-211-2/+6
* Remove EphyHistory from the repository. It's unused now.Xan Lopez2012-03-201-3/+0
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-201-8/+53
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-1/+1
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-071-1/+1
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-9/+9
* ephy-completion-model: fix warning when a bookmark has no keywordsXan Lopez2012-03-071-3/+3
* ephy-completion-model: remove stale includeXan Lopez2012-03-071-1/+0
* Hook the new history to the URL entryXan Lopez2012-03-071-551/+399
* ephy-completion-model: reorder includesXan Lopez2012-03-071-4/+4
* style fixes for a464b7332c02f6b4e34c5a7a88b8b93198f3e9beBenjamin Otte2009-07-081-5/+3
* compute base address with strchr and without regexpsBenjamin Otte2009-07-061-8/+25
* Update ephy-completion-model with some 2-26 thingsDiego Escalante Urrelo2009-03-061-47/+16
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-161-5/+5
* Turn the location bar into the woohoo barDiego Escalante Urrelo2009-01-161-15/+4
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-42/+3
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-1/+4
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-16/+26
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-021-0/+28
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-181-0/+39
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-181-0/+12
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-7/+7
* Change guint to correct enum type.Christian Persch2004-08-181-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-03-171-1/+3
* Ensure that there are no more chars after the last /. Cut down number ofMarco Pesenti Gritti2004-02-211-5/+8
* *** empty log message ***Marco Pesenti Gritti2004-02-111-0/+1
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-111-11/+46
* Show the title of the bookmark, not the addressMarco Pesenti Gritti2004-02-111-1/+1
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-2/+2
* Fix compile warning.Marco Pesenti Gritti2003-11-101-2/+2
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-2/+0
* Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looksMarco Pesenti Gritti2003-11-091-1/+1
* Rewrite the iteration part to take advantage of user_data2. Should beMarco Pesenti Gritti2003-11-081-130/+116
* Handle correctly last bookmark caseMarco Pesenti Gritti2003-11-071-2/+9
* Merge completion branchMarco Pesenti Gritti2003-10-121-0/+601