summaryrefslogtreecommitdiff
path: root/lib/history
Commit message (Expand)AuthorAgeFilesLines
* history-service: Actually delete database when clearing historyMichael Catanzaro2016-11-061-8/+17
* Revert "Sanitize passwords from URLs before saving to history database"Michael Catanzaro2016-11-051-7/+1
* history-service: Initialize tables even in read-only modeMichael Catanzaro2016-10-281-3/+0
* Sanitize passwords from URLs before saving to history databaseMichael Catanzaro2016-10-171-1/+7
* Making history 2038-safe (bug 765808)Paula Tavares2016-10-165-14/+14
* Relicense to GPLv3+Michael Catanzaro2016-10-078-41/+58
* Standardize modelinesMichael Catanzaro2016-09-116-5/+1
* Start using #pragma onceMichael Catanzaro2016-09-103-12/+6
* build: Use pkg-config CFLAGS appropriatelyMichael Catanzaro2016-08-291-3/+3
* build: Stop using AM_CFLAGS/AM_LDFLAGSMichael Catanzaro2016-08-291-7/+3
* build: Remove code coverage supportMichael Catanzaro2016-08-291-2/+2
* Replace SHARE_DIR with PKGDATADIRMichael Catanzaro2016-08-071-1/+0
* build: Handle dependencies more explicitlyMichael Catanzaro2016-08-071-8/+16
* UncrustifyMichael Catanzaro2016-03-295-227/+225
* Stop manually specifying signal marshallersMichael Catanzaro2016-02-291-10/+5
* history-service: Chain up in disposeMichael Catanzaro2016-02-091-0/+2
* history-service: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-096-177/+125
* history-service: Remove unnecessary virtual signalMichael Catanzaro2016-02-092-30/+13
* Remove vestiges of public APIMichael Catanzaro2016-02-081-3/+0
* overview: Do not show local files on the overviewLorenzo Tilve2016-02-073-0/+5
* Enable and placate -Wswitch-enum and -Wswitch-defaultMichael Catanzaro2015-12-261-0/+1
* EphyHistoryService: Use g_object_class_install_properties.Arnaud Bonatti2015-12-161-15/+19
* EphyHistoryService: Remove trailing spaces.Arnaud Bonatti2015-12-161-12/+12
* Remove FSF address from license headersMichael Catanzaro2015-12-078-16/+8
* Reenable and placate -Wold-style-definitionMichael Catanzaro2015-11-071-1/+1
* Don't overwrite page titles in historyMichael Catanzaro2015-09-081-0/+2
* Don't list the same files in multiple clean targetsMichael Catanzaro2015-06-301-2/+0
* Use AX_COMPILER_FLAGS instead of GNOME_COMPILE_WARNINGSMichael Catanzaro2015-06-301-0/+1
* Enable compiler warnings in some places they were missingMichael Catanzaro2015-06-301-0/+2
* Don't crash when a database access failsMichael Catanzaro2014-12-104-58/+58
* ephy-history-service: do not open a transaction in read-only modeMichael Catanzaro2014-09-111-4/+6
* Implemented sort by title and url in history service. https://bugzilla.gnome....Robert Roth2014-06-112-1/+17
* Revert "Allow sorting by date, title or url in the history dialog."Yosef Or Boczko2014-05-072-17/+1
* Allow sorting by date, title or url in the history dialog.Robert Roth2014-04-272-1/+17
* history-service: Also return the thumbnail time by ephy_history_service_query...Carlos Garcia Campos2014-03-031-1/+3
* history-service: skip schemas when matching urlsClaudio Saavedra2014-02-073-3/+4
* ephy-history-service: Let ephy_history_service_find_urls() take a sorting typeClaudio Saavedra2014-02-042-2/+3
* ephy-history-service-urls-table: implement missing sorting modesClaudio Saavedra2014-02-041-0/+6
* ephy-history-types: make the history sort type enum readableClaudio Saavedra2014-02-043-7/+7
* Generate .gitignore with git.mkMichael Catanzaro2014-01-031-0/+2
* ephy-history-service: fix race-conditionClaudio Saavedra2013-12-201-10/+5
* Make the history service work even when the database could not be openedCarlos Garcia Campos2013-12-111-36/+44
* Add a way to create a history service in read only modeCarlos Garcia Campos2013-12-113-6/+54
* ephy-history-service: add urls-visited signalClaudio Saavedra2012-09-102-0/+54
* ephy-history-service: remove some dangerous g_object_unref() callsClaudio Saavedra2012-09-063-5/+1
* ephy-history-service: fix a few leaksClaudio Saavedra2012-09-063-1/+7
* Add code coverage supportXan Lopez2012-09-041-0/+1
* ephy-history-service: Do not emit signals from the history service threadClaudio Saavedra2012-08-311-3/+85
* ephy-history-service: add API to store a url's thumbnail update timeClaudio Saavedra2012-08-312-0/+44
* ephy-history-service: extend to support URL thumbnail timeClaudio Saavedra2012-08-313-4/+9