summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* WebExtensions: Fix issues with install and removePatrick Griffis2022-07-061-0/+2
* downloads-popover: fix hang when using Clear All buttonMichael Catanzaro2022-06-111-2/+5
* user-agent: don't bring back the "(Web App)"Michael Catanzaro2022-06-021-6/+1
* Revert "user-agent: restore application branding"Michael Catanzaro2022-06-021-2/+6
* user-agent: restore application brandingMichael Catanzaro2022-05-271-6/+2
* password-manager: remove g_warn_if_reached()Michael Catanzaro2022-05-261-13/+7
* password-manager: don't print warnings when operation is cancelledMichael Catanzaro2022-05-261-9/+13
* password-manager: Fix crash when deleting all passwordsMichael Catanzaro2022-05-261-10/+10
* sync-service: fix memory corruption caused by sync failureMichael Catanzaro2022-05-261-1/+1
* file-helpers: always delete tmp directoryMichael Catanzaro2022-05-061-11/+3
* Fix memory corruption in ephy_string_shorten()Michael Catanzaro2022-04-151-3/+2
* string: fix code styleMichael Catanzaro2022-04-151-1/+2
* webapp-provider: Gracefully handle bad app IDsPhaedrus Leeds2022-03-232-3/+3
* location-entry: Remove name from the signals enumAlexander Mikhaylenko2022-03-231-1/+1
* location-entry: Reorder functionsAlexander Mikhaylenko2022-03-231-610/+608
* file-helpers: Drop unused timestamp paramsAlexander Mikhaylenko2022-03-222-20/+8
* download: Drop timestamp from do_download_action()Alexander Mikhaylenko2022-03-222-4/+2
* Prefer GDK_CURRENT_TIME to gtk_get_current_event_time() where possibleAlexander Mikhaylenko2022-03-223-3/+3
* Fix web app icon url vs path confusionPhaedrus Leeds2022-03-212-10/+10
* Make web app manager work under FlatpakPhaedrus Leeds2022-03-212-4/+89
* web-app-utils: No trailing newline in LOG()Phaedrus Leeds2022-03-211-5/+5
* lib: Use g_string_replace() internallyPhaedrus Leeds2022-03-211-11/+1
* web-app-utils: Use GError rather than g_warning() morePhaedrus Leeds2022-03-212-21/+40
* Get rid of web app install_date stringPhaedrus Leeds2022-03-212-10/+0
* Use portals for web app install/uninstallPhaedrus Leeds2022-03-216-166/+205
* web-app-utils: Get rid of filename conversionPhaedrus Leeds2022-03-211-22/+2
* Use a global XdpPortal objectPhaedrus Leeds2022-03-213-4/+20
* Migrate web apps to portal locationsPhaedrus Leeds2022-03-212-89/+21
* Make libportal dependency non-optionalPhaedrus Leeds2022-03-211-9/+0
* Allow launching apps and URIs from FlatpakPhaedrus Leeds2022-03-212-57/+27
* Add a WebAppProvider D-Bus interfacePhaedrus Leeds2022-03-212-24/+154
* location-entry: Rework activationAlexander Mikhaylenko2022-02-251-0/+26
* location-entry: Simplify reset()Alexander Mikhaylenko2022-02-231-36/+19
* location-entry: Remove dead codeAlexander Mikhaylenko2022-02-221-22/+0
* location-entry: Replace get_reader_mode_widget() with a signalAlexander Mikhaylenko2022-02-222-8/+28
* Drop EphyDownloadsProgressIconAlexander Mikhaylenko2022-02-223-129/+0
* location-entry: Fix a typoAlexander Mikhaylenko2022-02-221-1/+1
* Clean up EphyAddBookmarkPopoverAlexander Mikhaylenko2022-02-222-43/+18
* general-page: Stop using GtkFileChooserButtonAlexander Mikhaylenko2022-02-182-0/+35
* Stop using gtk_container_get_children() for GtkListBox and GtkFlowBoxAlexander Mikhaylenko2022-02-181-25/+11
* search-engines: Port whole EphySearchEngineManager code to GListModelvanadiae2022-02-115-343/+799
* Replace deprecated symbolic iconSam Hewitt2022-02-071-3/+3
* Revert "Fix web app GApplication ID calculation"Phaedrus Leeds2022-01-191-4/+3
* Fix web app GApplication ID calculationPhaedrus Leeds2022-01-191-3/+4
* meson: check if nettle uses mini-gmp, loosen check accordinglyDaniel Kolesa2022-01-071-0/+5
* Migrate search-engines setting from an array of tuples to a vardictvanadiae2021-12-283-13/+35
* Port to libportal 0.5Patrick Griffis2021-12-231-1/+1
* output-encoding: remove JS encoding functionMichael Catanzaro2021-12-202-17/+7
* web-app-utils: fix crash when app name contains spaces or hyphensMichael Catanzaro2021-12-161-5/+12
* web-app-utils: add FIXME comments regarding hyphensMichael Catanzaro2021-12-161-1/+4