summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WIP: Copy Sonny's impl for manifest supportmwleeds/webapp-manifest-supportPhaedrus Leeds2022-03-301-0/+130
* bookmark-row: Fix blurry favicons on hidpiAlexander Mikhaylenko2022-03-282-2/+5
* history-dialog: Fix blurry favicons on hidpiAlexander Mikhaylenko2022-03-281-2/+5
* webapp-provider: Gracefully handle bad app IDsPhaedrus Leeds2022-03-231-1/+2
* Add favicons to history dialogJan-Michael Brummer2022-03-231-1/+40
* file-helpers: Drop unused timestamp paramsAlexander Mikhaylenko2022-03-222-6/+4
* window: Don't use a timestamp in present_on_idle_cb()Alexander Mikhaylenko2022-03-221-7/+1
* Prefer GDK_CURRENT_TIME to gtk_get_current_event_time() where possibleAlexander Mikhaylenko2022-03-222-3/+3
* Remove redundant gtk_window_present_with_time() usesAlexander Mikhaylenko2022-03-224-8/+8
* Set pulseaudio icon nameJan-Michael Brummer2022-03-221-0/+2
* Fix web app icon url vs path confusionPhaedrus Leeds2022-03-212-13/+13
* Make web app manager work under FlatpakPhaedrus Leeds2022-03-212-2/+2
* profile-migrator: Fix GFileEnumerator error handlingPhaedrus Leeds2022-03-211-2/+2
* web-app-utils: Use GError rather than g_warning() morePhaedrus Leeds2022-03-212-6/+11
* Get rid of web app install_date stringPhaedrus Leeds2022-03-211-7/+1
* Use portals for web app install/uninstallPhaedrus Leeds2022-03-2110-259/+569
* Migrate web apps to portal locationsPhaedrus Leeds2022-03-211-0/+208
* profile-migrator: Minor fixesPhaedrus Leeds2022-03-211-2/+4
* Add a FIXME for using the wallpaper portalPhaedrus Leeds2022-03-211-0/+1
* Allow launching apps and URIs from FlatpakPhaedrus Leeds2022-03-213-20/+6
* Add a WebAppProvider D-Bus interfacePhaedrus Leeds2022-03-217-4/+488
* Remove web app manager keybindingJan-Michael Brummer2022-03-212-8/+0
* window: Stop setting positionAlexander Mikhaylenko2022-03-173-36/+0
* find-toolbar: Remove dead codeAlexander Mikhaylenko2022-03-011-1/+1
* session: validate active-tab before trying to use itMichael Catanzaro2022-03-011-1/+2
* Simplify bookmark openingAlexander Mikhaylenko2022-02-256-39/+13
* location-entry: Rework activationAlexander Mikhaylenko2022-02-253-24/+36
* location-controller: Drop dnd codeAlexander Mikhaylenko2022-02-251-54/+0
* firefox-sync-dialog: Make %u min translatableAlexander Mikhaylenko2022-02-231-1/+4
* synced-tab-dialog: Fix named iconsAlexander Mikhaylenko2022-02-232-34/+18
* location-entry: Replace get_reader_mode_widget() with a signalAlexander Mikhaylenko2022-02-221-12/+7
* Drop EphyDownloadsProgressIconAlexander Mikhaylenko2022-02-221-4/+0
* search-engine-row: Remove redundant G_BINDING_DEFAULTAlexander Mikhaylenko2022-02-221-1/+1
* Clean up EphyAddBookmarkPopoverAlexander Mikhaylenko2022-02-228-210/+100
* header-bar: Don't manually activate action for restore buttonAlexander Mikhaylenko2022-02-221-16/+2
* data-view: Remove libhandy mention from a blurbAlexander Mikhaylenko2022-02-221-1/+1
* data-view: Implement GtkBuildable instead of GtkContainer.add()Alexander Mikhaylenko2022-02-221-24/+37
* data-view: Move libhandy include to .cAlexander Mikhaylenko2022-02-222-1/+2
* search-engine-row: Don't include search-engine-listbox.hAlexander Mikhaylenko2022-02-211-1/+0
* search-engine-row: Don't cast in g_object_bind_property()Alexander Mikhaylenko2022-02-211-1/+1
* search-engine-row: Remove finalize()Alexander Mikhaylenko2022-02-211-9/+0
* search-engine-row: Fix indentationAlexander Mikhaylenko2022-02-211-1/+1
* bookmarks-popover: Stop manually activating GActionsAlexander Mikhaylenko2022-02-211-28/+19
* bookmarks-popover: Fix tag label alignmentAlexander Mikhaylenko2022-02-211-0/+1
* Prefer GFile-based GtkFileChooser APIAlexander Mikhaylenko2022-02-183-31/+94
* general-page: Stop using GtkFileChooserButtonAlexander Mikhaylenko2022-02-182-30/+89
* search-engine-listbox: Don't subclass GtkListBoxAlexander Mikhaylenko2022-02-183-13/+20
* Stop using gtk_container_get_children() for GtkListBox and GtkFlowBoxAlexander Mikhaylenko2022-02-188-131/+101
* Don't leak gtk_container_get_children() listsAlexander Mikhaylenko2022-02-153-4/+4
* search-engines: Port whole EphySearchEngineManager code to GListModelvanadiae2022-02-1110-337/+422