summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webkit/webview.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-04old qt: Drop old macOS checkbox workaroundFlorian Bruhin
2020-09-14mypy: Remove now unneeded ignoresFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-22mypy: Fix new issues in webkit.webviewFlorian Bruhin
2019-10-18Fix crash with empty conf.colors.webpage.bg on QtWebKitFlorian Bruhin
2019-05-16Fix tab and webkit background colors clearing on config changeJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Rename openurl to load_urlFlorian Bruhin
2018-06-14Remove old focus handling codeFlorian Bruhin
2018-02-19Refactor acceptNavigationRequest handling to use signalsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-09-20Use utils.is_* for platform checks everywhereFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Make qute://settings work with QtWebEngine and new configFlorian Bruhin
2017-07-04Refactor objreg.get('config') callsFlorian Bruhin
2017-07-02Fix up background_tabs, favicon_show and some custom config magicFlorian Bruhin
2017-07-02Adjust config.change_filterFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-10Initial work on new private browsingFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-06Redirect qute:foo to qute://fooFlorian Bruhin
2017-02-06Add support for the colors -> webpage.bg option with QtWebEngineFlorian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-11-14Handle clicks via createWindow with QtWebEngineFlorian Bruhin
2016-09-11Handle the missing attributeJussi Timperi
2016-09-11Access enums by their base classJussi Timperi
2016-09-10QtWebKit: Add version checks to visibility APIJussi Timperi
2016-09-10QtWebKit: Handle visibility APIJussi Timperi
2016-09-07Remove unused importsFlorian Bruhin
2016-09-07Move auto-insert-mode handling to browsertabFlorian Bruhin
2016-09-07Add some QtWebEngine comments to webkit.webviewFlorian Bruhin
2016-09-05Add debug logging to createWindowFlorian Bruhin
2016-08-16Remove unused WebView._check_insertmode attributeFlorian Bruhin
2016-08-16Move insert-mode-on-click to tab API / mouse.pyFlorian Bruhin
2016-08-11Move input -> rocker-gestures to MouseEventFilterFlorian Bruhin
2016-08-11Don't return page from WebView._init_pageFlorian Bruhin
2016-08-11Remove unused importsFlorian Bruhin
2016-08-11Move HintManager out of WebViewFlorian Bruhin
2016-08-11QtWebEngine: Implement mouse opentarget handlingFlorian Bruhin
2016-08-11Add FIXMEFlorian Bruhin
2016-08-11Move mouse wheel zooming to MouseEventHandlerFlorian Bruhin
2016-08-10Move mouse handling to an EventFilterFlorian Bruhin