summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* history-service: Actually delete database when clearing historyMichael Catanzaro2016-11-061-8/+17
* history-service: Initialize tables even in read-only modeMichael Catanzaro2016-10-281-3/+0
* profile-migrator: Fix off-by-one in print statementMichael Catanzaro2016-10-041-1/+1
* web-app-utils: Do not copy cookies when creating new web appMichael Catanzaro2016-09-221-70/+0
* web-app-utils: don't crash if address is not a URIMichael Catanzaro2016-09-011-0/+2
* location-entry: Fix position of 'Paste & Go' when non-English locale is usedTing-Wei Lan2016-08-161-1/+1
* Remove dependency on NSSMichael Catanzaro2016-05-164-641/+15
* snapshot-service: Reuse the same SnapshotAsyncData structMichael Catanzaro2016-05-091-100/+36
* snapshot-service: Ensure snapshot freshness in a better locationMichael Catanzaro2016-05-091-29/+27
* snapshot-service: Rename memory cache lookup functionMichael Catanzaro2016-05-092-5/+5
* snapshot-service: pretty up header fileMichael Catanzaro2016-05-091-25/+28
* snapshot-service: assert that web view has loaded at some pointMichael Catanzaro2016-05-091-17/+12
* snapshot-service: Make ephy_snapshot_service_save privateMichael Catanzaro2016-05-092-154/+143
* snapshot-service: Remove unused functions to retrieve pixbufsMichael Catanzaro2016-05-092-252/+1
* snapshot-service: Clarify error messageMichael Catanzaro2016-05-091-2/+2
* snapshot-service: Stop using const time_tMichael Catanzaro2016-05-092-8/+8
* snapshot-service: Always return snapshots immediately if availableMichael Catanzaro2016-05-091-2/+27
* Save the correct thumbnail mtime in the history serviceMichael Catanzaro2016-05-091-10/+60
* file-chooser: Support WebP filesMichael Catanzaro2016-04-081-0/+2
* Allow vertical tabs and more control about the tabs placementCarlos Alberto Lopez Perez2016-04-041-0/+10
* snapshot-service: Take new snapshots after a restartMichael Catanzaro2016-03-311-38/+75
* Revert "snapshot-service: Update snapshots after one week"Michael Catanzaro2016-03-291-7/+2
* location-entry: Add 'Paste & Go' item to context menuIulian Radu2016-03-291-2/+52
* UncrustifyMichael Catanzaro2016-03-2943-7496/+7041
* Improve some FIXMEsMichael Catanzaro2016-03-111-1/+0
* downloads: Ensure we always fallback to package iconCarlos Garcia Campos2016-03-011-2/+11
* Stop manually specifying signal marshallersMichael Catanzaro2016-02-293-14/+7
* file-helpers: convert profile_dir to absolute pathMichael Catanzaro2016-02-291-2/+12
* node-filter: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-272-40/+16
* node-filter: Remove unneeded virtual signalMichael Catanzaro2016-02-272-5/+1
* node-filter: Use G_DEFINE_TYPEMichael Catanzaro2016-02-271-34/+2
* node-db: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-272-56/+28
* node-db: Use G_DEFINE_TYPEMichael Catanzaro2016-02-271-32/+2
* downloads-popover: Fix visual and layout issuesIulian Radu2016-02-272-46/+42
* downloads-popover: Disappear more smoothlyIulian Radu2016-02-271-0/+6
* downloads-popover: Fix GtkListBoxRow not being destroyedIulian Radu2016-02-271-2/+2
* smaps: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-37/+16
* snapshot-service: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-42/+18
* sqlite-connection: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-47/+17
* sqlite-statement: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-63/+39
* downloads-progress-icon: Fix icon fill colorMichael Catanzaro2016-02-201-2/+1
* tree-model-sort: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-42/+15
* tree-model-sort: Remove unused function pointer from class structMichael Catanzaro2016-02-101-2/+0
* tree-model-sort: Use G_DEFINE_TYPE_WITH_CODEMichael Catanzaro2016-02-101-46/+6
* tree-model-node: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-75/+48
* tree-model-node: Use G_DEFINE_TYPE_WITH_CODEMichael Catanzaro2016-02-101-47/+6
* security-popover: Use gtk_label_set_xalignMichael Catanzaro2016-02-101-2/+1
* security-popover: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-79/+44
* node-view: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-184/+150
* node-view: Use G_DEFINE_TYPEMichael Catanzaro2016-02-091-38/+7