summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webelem.py
AgeCommit message (Expand)Author
2021-11-28QPointF needs to be explicit - PyQt bug?Florian Bruhin
2021-11-28Fix castFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-19Remove type-arg which is non-generic in older PythonsFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-09-10Turn webelem.classes into a setFlorian Bruhin
2020-07-28Make mypy happyFlorian Bruhin
2020-07-16Add some more documentation about is_content_editable_propFlorian Bruhin
2020-07-16Merge remote-tracking branch 'origin/pr/4722'Florian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-22Improve CodeMirror insert mode detectionFlorian Bruhin
2019-10-22mypy: Fix new issues in browser.webelemFlorian Bruhin
2019-10-17Add right-click target for :hintFlorian Bruhin
2019-10-13Avoid circular importsFlorian Bruhin
2019-10-11Finish type annotations for utils.utilsFlorian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-09-13Use typing.TYPE_CHECKINGFlorian Bruhin
2019-07-23Enter insert mode for date/time inputsFlorian Bruhin
2019-05-11Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into jay/...Jay Kamat
2019-05-06Add delete target for hintsJay Kamat
2019-04-17Use isContentEditable as a fallback for determining if editableJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-12-13Fix docstringFlorian Bruhin
2018-12-13Add type annotations for webelem/webkitelem/webengineelemFlorian Bruhin
2018-12-12Improve Sphinx docsFlorian Bruhin
2018-11-28Renaem private attribute to is_privateFlorian Bruhin
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-10-08Add webelem.css_selectorFlorian Bruhin
2018-10-08Merge remote-tracking branch 'origin/pr/3806' into testFlorian Bruhin
2018-09-27Update docsFlorian Bruhin
2018-09-19Add bubbles, cancelable, and composed options to dispatch_eventJay Kamat
2018-09-08Add support for triggering change handlers when using :open-editorJay Kamat
2018-07-04Add hints.selectors settingOlmo Kramer
2018-06-07Make sure external schemes are clickable via hintsFlorian Bruhin
2018-06-07Revert "Fix Qt 5.11 issues with clicking invalid links"Florian Bruhin
2018-06-07Fix Qt 5.11 issues with clicking invalid linksFlorian Bruhin
2018-03-07Add an input.insert_mode.auto_enter settingFlorian Bruhin
2018-03-06Add hints to <summary> elementsOlmo Kramer
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-07Code style improvement and documentationNemanja Nedeljkovic
2018-01-07Add more angular1 selectorsNemanja Nedeljkovic
2018-01-06Add ng-click for hinting to Angular 1.x linksNemanja Nedeljković
2017-12-14Make webelem.OrphanedError subclass of webelem.ErrorFlorian Bruhin
2017-12-02Merge remote-tracking branch 'origin/pr/3333'Florian Bruhin
2017-11-29Simplify check for orphaned editor.Ryan Roden-Corrent