summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2021-07-03Cosmetic changeslufte
2021-07-03added logic for scrolling in both directionsNaleo
2021-07-03Apply suggestions from code reviewNaleo Hyde
2021-07-03Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
2021-07-02The database of a table shouldn't be privatelufte
2021-07-02fix mac scrolling through tabbar (issue #6148)Naleo
2021-06-30No better type than Any for theselufte
2021-06-30Ensure in memory db closes after retuning versionlufte
2021-06-30The old code is now safe to removelufte
2021-06-30Isort and issing type annotationslufte
2021-06-30Pave the way for pathlib migrationlufte
2021-06-30Make version() a plain functionlufte
2021-06-29No camel-case method nameslufte
2021-06-29Annotate return types of __init__ methodslufte
2021-06-29No type parameters for generics yetJavier Ayres
2021-06-28Adjustments in typinglufte
2021-06-28Missing periods at the end of the docstringslufte
2021-06-28Add (almost) all missing types and docstringslufte
2021-06-28Fix lintFlorian Bruhin
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
2021-06-28Release v2.3.0v2.3.0Florian Bruhin
2021-06-28Update UA completionsFlorian Bruhin
2021-06-27Replace missing .formats with f-stringslufte
2021-06-27Avoid running migrations partiallylufte
2021-06-27Upgrade user_version after migrations have runlufte
2021-06-27These are also no longer neededlufte
2021-06-26Remove old commentlufte
2021-06-26Fix linter errorslufte
2021-06-26Update usages of sql module to use the new class.lufte
2021-06-26Don't store database reference and use path as connection namelufte
2021-06-24Use anyFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-24Fix up f-stringFlorian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
2021-06-24Update module's stringdocJavier Ayres
2021-06-22Missing selflufte
2021-06-22Initial work for Database classlufte
2021-06-15Make mypy happyFlorian Bruhin
2021-06-14feat: expose 'currently open URL' variable via hints to userscriptsYasser Kaddoura
2021-06-14Add new types packages for mypyFlorian Bruhin
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
2021-06-05Removed redundant if statementJason Rosenzweig
2021-06-05Less redundant codeJason Rosenzweig
2021-06-04Took suggestions, added '..' back to tabbing, fixed testsJason Rosenzweig