summaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Make bookmark preferences dialog resizablewip/exalm/dialogAlexander Mikhaylenko2020-09-231-1/+0
* bookmarks-import: Fix importing duplicate bookmarks from HTMLignapk2020-05-021-2/+6
* Drop duplicate bookmarks during importJan-Michael Brummer2020-04-281-5/+5
* Add Chrome/Chromium bookmark importerJan-Michael Brummer2020-04-242-0/+124
* Allow importing bookmarks from HTML filesignapk2020-03-072-0/+216
* Fix bookmark-editing lockdown optionJan-Michael Brummer2020-03-071-0/+7
* Fix blank space in bookmark row and add tooltipJan-Michael Brummer2020-03-071-2/+5
* bookmarks-popover: fix several leaksMichael Catanzaro2020-02-173-7/+17
* bookmark: free everything in finalizeMichael Catanzaro2020-02-171-1/+5
* add-bookmark-popover: Fix bookmark ids collisionsYetizone2020-01-281-1/+1
* ephy-bookmark: Add ephy_bookmark_generate_random_id()Yetizone2020-01-282-0/+22
* bookmark-manager: Fix unlocalized "Mobile" tagJonathan Kang2020-01-151-1/+1
* Update bookmark dialogsJan-Michael Brummer2020-01-101-2/+4
* bookmark-manager: Store and use localized "Favorites" tagJonathan Kang2020-01-083-8/+4
* bookmarks-manager: add assertionMichael Catanzaro2019-12-271-1/+3
* ephy-bookmark: Do not crash if time is negativeJan-Michael Brummer2019-12-241-2/+1
* Fix crash in ephy_bookmarks_manager_init()Michael Catanzaro2019-12-161-1/+1
* Use an in memory history database for incognito modeJan-Michael Brummer2019-11-271-1/+1
* Remove various unused member variablesMichael Catanzaro2019-11-172-4/+0
* Open bookmark in new tab when clicking with middle buttonJan-Michael Brummer2019-11-131-14/+40
* bookmarks-import: Fix error handlingMichael Catanzaro2019-10-161-11/+12
* Ensure tag scrolled window has correct sizeAlexander Mikhaylenko2019-10-062-0/+21
* add-bookmark-popover: Ensure popdown animationAlexander Mikhaylenko2019-10-061-5/+9
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-158-137/+143
* Fix ephy_bookmarks_manager_save_sync()Michael Catanzaro2019-06-271-2/+3
* Make ephy_bookmarks_manager_save_to_file_async() actually asyncMichael Catanzaro2019-06-227-116/+237
* Update GVDBMichael Catanzaro2019-06-221-4/+4
* Rename ephy_dot_dir() to ephy_profile_dir()Patrick Griffis2019-01-311-1/+1
* bookmark: ensure tags sequence is always createdMichael Catanzaro2019-01-071-4/+6
* add-bookmark-popover: Use g_auto*Yi-Soo An2018-12-031-8/+11
* bookmark-properties-grid: Use g_auto*Yi-Soo An2018-12-031-5/+3
* bookmark-row: Use g_autoptrYi-Soo An2018-12-031-5/+2
* Tags with empty labels are no longer allowed in bookmarksAral Balkan2018-11-291-1/+1
* bookmarks-popover: Drop window construct paramAdrien Plazas2018-06-212-42/+9
* Add unified url barJan-Michael Brummer2018-06-191-1/+3
* Use g_value_dup_string where possibleMichael Catanzaro2018-06-151-3/+3
* bookmark-row: Display URL for bookmarks without titleMichael Catanzaro2017-12-291-3/+31
* sync: Migrate timestamps to gint64Gabriel Ivascu2017-12-124-13/+12
* sync-service: Do batched uploadsGabriel Ivascu2017-12-031-13/+13
* bookmarks-popover: Do not add bookmarks to unrelated tag view popoversMal2017-11-041-14/+31
* sync-records: Convert NULL to empty string for serializable string propertiesGabriel Ivascu2017-11-011-18/+22
* sqlite-connection: Add function to delete database filewip/google-safe-browsingGabriel Ivascu2017-10-031-2/+2
* Purge g_return from src/Michael Catanzaro2017-09-135-44/+44
* Fix leaks of GtkContainer children listGabriel Ivascu2017-08-241-4/+7
* bookmarks-popover: Don't snapshot URLs when creating new bookmark rowsGabriel Ivașcu2017-08-243-72/+49
* bookmarks-manager: Don't force the creation of Mobile tag when syncingGabriel Ivascu2017-08-231-3/+0
* bookmarks-import: Import Firefox mobile bookmarks under Mobile tagGabriel Ivascu2017-08-163-8/+16
* sync: Use GList instead of GSList when handling recordsGabriel Ivascu2017-08-151-15/+15
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-062-8/+1
* sync: Allow mobile bookmarks to be synced tooGabriel Ivascu2017-08-061-6/+13