aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-history-service: add urls-visited signalClaudio Saavedra2012-09-101-0/+53
* ephy-history-service: Do not emit signals from the history service threadClaudio Saavedra2012-09-011-3/+85
* ephy-history-service: add API to store a url's thumbnail update timeClaudio Saavedra2012-09-011-0/+43
* ephy-history-service: add a method to set/unset a row hiddenClaudio Saavedra2012-09-011-0/+45
* ephy-history-service: add "host-deleted" signalClaudio Saavedra2012-09-011-0/+12
* ephy-history-service: add "url-deleted" signalClaudio Saavedra2012-09-011-0/+12
* ephy-history-service: add "url-title-changed" signalClaudio Saavedra2012-09-011-0/+13
* ephy-history-service: fix CLEAR signal emissionXan Lopez2012-08-311-3/+5
* ephy-history-service: prevent double call to execute_quit()Claudio Saavedra2012-08-021-1/+0
* e-history-service: print db file when open failsDiego Escalante Urrelo2012-06-151-1/+1
* history-service: remove unnecessary type castClaudio Saavedra2012-03-291-1/+1
* history-service: remove unused variablesClaudio Saavedra2012-03-291-1/+0
* history: remember visit typesXan Lopez2012-03-141-6/+9
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-24/+60
* ephy-history-service: plug a few more leaksClaudio Saavedra2012-03-081-0/+2
* ephy-history-service: add API to query for hostsClaudio Saavedra2012-03-081-2/+52
* ephy-history-service: execute_get_hosts() should return TRUEClaudio Saavedra2012-03-081-1/+1
* ephy-history-service: remove orphan hosts from databaseClaudio Saavedra2012-03-081-0/+1
* ephy-history-service: validate parameters of public methodsXan Lopez2012-03-071-33/+77
* ephy-history-service: default handler for visit-url should be FALSEClaudio Saavedra2012-03-071-1/+1
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-071-0/+27
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-071-1/+2
* Add ephy_history_service_get_hosts()Claudio Saavedra2012-03-071-1/+28
* ephy-history-service: agh, committed this by mistakeXan Lopez2012-03-071-1/+1
* ephy-history-service: handle correctly zoom level migrationXan Lopez2012-03-071-0/+9
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-0/+14
* ephy-history-service: add a method to clear the entire historyClaudio Saavedra2012-03-071-0/+43
* ephy-history-service: add 'visit-url' signalXan Lopez2012-03-071-7/+38
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-071-2/+5
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-0/+41
* Remove the set_url_property history methodXan Lopez2012-03-071-65/+0
* Store zoom levels per host, not per URLXan Lopez2012-03-071-22/+54
* history-service: Count the first url visitClaudio Saavedra2012-03-071-0/+2
* ephy-history-service: change a few functions and variables to use "message"Xan Lopez2012-03-071-40/+40
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+742