aboutsummaryrefslogtreecommitdiff
path: root/src/webengine
Commit message (Expand)AuthorAgeFilesLines
* libwebengineAqua-sama2020-05-0819-419/+743
* Rewrite Session backendAqua-sama2020-04-132-7/+50
* Fix various compiler warningsAqua-sama2020-03-232-2/+2
* Remove ProfileInterfaceAqua-sama2020-02-292-4/+31
* Fix various gcc and clazy compile warningsAqua-sama2020-01-172-4/+4
* Refactor WebViewContextMenuAqua-sama2020-01-114-216/+255
* Code cleanupAqua-sama2020-01-053-20/+50
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-3/+1
* WebProfile refactoringAqua-sama2019-11-224-43/+34
* Context menu: add actions for MediaTypeNoneAqua-sama2019-11-091-6/+18
* Move lib/webprofile into src/webengineAqua-sama2019-11-044-0/+474
* Drop boost dependencyAqua-sama2019-11-031-1/+1
* Use spdlog for loggingAqua-sama2019-02-062-7/+3
* Add tools/report-clang-tidy.shAqua-sama2019-01-182-0/+0
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-7/+4
* Rewrite lib/urlfilterAqua-sama2019-01-094-133/+49
* Update license yearAqua-sama2019-01-022-19/+0
* Fix filter.header not workingAqua-sama2018-12-301-29/+6
* Add separate firejail .desktopAqua-sama2018-12-101-0/+1
* Add Session::view and Session::restoreViewAqua-sama2018-11-261-1/+1
* Add adblockrule_parseAqua-sama2018-11-161-1/+1
* Fix various build warningsAqua-sama2018-10-251-8/+19
* Remove lib/ as includepathAqua-sama2018-10-234-7/+7
* AdblockRule constructorAqua-sama2018-10-222-2/+2
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-203-31/+2
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-193-64/+24
* unstable: KWallet integrationAqua-sama2018-10-131-0/+12
* Update readmeAqua-sama2018-10-121-0/+4
* Expand HTTP header settings #4Aqua-sama2018-10-074-124/+182
* Split off UrlFilter into libraryAqua-sama2018-10-022-7/+8
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+2
* Update repository path in license headersAqua-sama2018-09-296-6/+6
* clang-format passAqua-sama2018-09-183-11/+12
* Update vendor.cmakeAqua-sama2018-09-181-2/+2
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-10/+6
* Clean up ProfileManagerAqua-sama2018-09-021-1/+1
* WebPage: add render process crash recovery pageAqua-sama2018-08-232-2/+35
* Add mute button to WebView context menuAqua-sama2018-08-201-2/+15
* WebView: close context menu when buttons are pressedAqua-sama2018-08-191-3/+14
* Add back/forward/refresh buttons to page context menuAqua-sama2018-08-191-2/+35
* Move SubWindow to src/subwindowAqua-sama2018-08-071-1/+1
* WebView: add open image action to context menuAqua-sama2018-07-311-3/+8
* UrlRequestInterceptor: add filter rulesAqua-sama2018-07-242-14/+42
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-182-25/+0
* WebView: add Open in new tab and Save actions for imagesAqua-sama2018-07-121-0/+8
* WebView: always add Open link actions if the link URL is not emptyAqua-sama2018-07-121-59/+67
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-121-1/+1
* WebView: always add zoom widget to context menuAqua-sama2018-07-111-21/+21
* Remove PageToolsMenuAqua-sama2018-07-114-106/+1
* Add custom WebView context menuAqua-sama2018-07-111-26/+115