summaryrefslogtreecommitdiff
path: root/embed/ephy-download.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variablesJan-Michael Brummer2020-07-291-1/+0
* Add flatpak open directory download actions using libportalJan-Michael Brummer2020-07-251-5/+3
* ephy-pdf-handler: Use server suggested filename for downloadJan-Michael Brummer2020-07-051-3/+4
* download: fix cppcheck warningsMichael Catanzaro2019-11-171-2/+1
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-12/+13
* download: prepare for WebKitDownload to outlive the EphyDownloadMichael Catanzaro2019-05-241-15/+15
* Skip file monitor events for files not matching in name (.wkdownloads)Jan-Michael Brummer2019-05-121-0/+4
* Revert "Revert "Fix Crash monitoring downloaded file""Michael Catanzaro2019-05-121-1/+1
* Revert "Fix Crash monitoring downloaded file"Michael Catanzaro2019-05-121-1/+1
* Fix Crash monitoring downloaded fileJan-Michael Brummer2019-05-111-1/+1
* Handle moved or deleted download filesJan-Michael Brummer2019-05-041-0/+37
* download: fix format-security warningMichael Catanzaro2019-05-021-1/+1
* Do not "ask where to download" in a flatpak environmentJan-Michael Brummer2019-04-081-1/+1
* Add option to always ask where to save downloaded filesJan-Michael Brummer2019-03-241-9/+128
* Remove the PDF supportMichael Catanzaro2019-01-311-18/+0
* Make it harder to call functions that don't work under flatpakMichael Catanzaro2019-01-081-3/+7
* Simplify and fix opening filesMichael Catanzaro2019-01-081-2/+1
* Add internal pdf viewer using evinceJan-Michael Brummer2019-01-071-0/+18
* Remove auto-open downloads featureMichael Catanzaro2018-03-291-12/+3
* Do not auto-open adblock filters after downloadMichael Catanzaro2018-03-251-0/+4
* Don't notify after downloading adblock filtersMichael Catanzaro2018-01-061-1/+15
* Add download finished notificationJuraj Fiala2018-01-061-0/+31
* Use EphyDownload to download adblock filtersMichael Catanzaro2017-11-141-1/+2
* Purge a couple more g_returnsMichael Catanzaro2017-09-131-2/+2
* Purge g_return from embed/Michael Catanzaro2017-09-131-12/+12
* Really handle focus stealing prevention properly"Michael Catanzaro2016-11-211-30/+24
* Relicense to GPLv3+Michael Catanzaro2016-10-071-13/+12
* Standardize modelinesMichael Catanzaro2016-09-111-1/+0
* download: Handle focus stealing prevention properlyMichael Catanzaro2016-05-091-23/+31
* download: Add an assertionMichael Catanzaro2016-05-091-3/+1
* download: Remove EPHY_DOWNLOAD_ACTION_AUTOMichael Catanzaro2016-05-091-36/+2
* download: Get rid of EPHY_DOWNLOAD_ACTION_DO_NOTHINGMichael Catanzaro2016-05-091-4/+0
* UncrustifyMichael Catanzaro2016-03-291-105/+102
* download: Browse to file if it cannot be openedMichael Catanzaro2016-03-111-0/+2
* downloads: Value returned by ephy_download_get_content_type() should not be f...Ting-Wei Lan2015-12-111-3/+1
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* EphyDownload: Use g_object_class_install_propertiesMichael Catanzaro2015-11-071-54/+47
* EphyDownload: Don't specify signal marshallersMichael Catanzaro2015-11-071-6/+3
* EphyDownload: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2015-11-071-62/+46
* downloads: Add content-type property to EphyDownloadCarlos Garcia Campos2015-10-261-44/+91
* downloads: Remove the window property of EphyDownloadCarlos Garcia Campos2015-10-261-65/+6
* downloads: Move session inhibition handling to EphyDownloadsManagerCarlos Garcia Campos2015-10-261-53/+0
* downloads: Remove the EphyDownload widget propertyCarlos Garcia Campos2015-10-261-71/+1
* downloads: Add API to query the status of an EphyDownloadCarlos Garcia Campos2015-10-261-13/+60
* downloads: Fix ephy_download_get_content_type() to actually return the conten...Carlos Garcia Campos2015-10-261-4/+7
* Inhibit logout and suspend while downloading filesMichael Catanzaro2015-07-241-0/+53
* Do not use the default WebKitWebContextCarlos Garcia Campos2014-11-251-1/+2
* Make temporary download files "hidden"William Jon McCann2014-01-291-1/+1
* downloads: Do not add automatically the downloads to the UI when they are cre...Carlos Garcia Campos2014-01-131-7/+0
* downloads: Do not duplicate the destination in EphyDownloadCarlos Garcia Campos2014-01-131-62/+17