summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-15Remove old pylint disablesFlorian Bruhin
2017-12-15Fix wrong import orderFlorian Bruhin
2017-12-15pylint: Disable logging-not-lazyFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-15Update pylintFlorian Bruhin
2017-12-14Don't access stale settings object after hintingFlorian Bruhin
2017-12-14Make webelem.OrphanedError subclass of webelem.ErrorFlorian Bruhin
2017-12-14Simplify scrollbar width calculationFlorian Bruhin
2017-12-14Always subtract scroll bar width from completion viewFlorian Bruhin
2017-12-14Remove long deprecated :download invocationFlorian Bruhin
2017-12-14Update docsFlorian Bruhin
2017-12-14Merge remote-tracking branch 'origin/pr/3393'Florian Bruhin
2017-12-14Update Debian install instructionsFlorian Bruhin
2017-12-13Merge remote-tracking branch 'origin/pr/3392'Florian Bruhin
2017-12-13Support different colors per completion column.Ryan Roden-Corrent
2017-12-13Stabilize :session-save --quiet testFlorian Bruhin
2017-12-13Revert "Remove :session-save --quiet test"Florian Bruhin
2017-12-13Implement command-accept --rapid.Ryan Roden-Corrent
2017-12-13Rename/move encoding testFlorian Bruhin
2017-12-13Fix test for invalid guiprocess encodingFlorian Bruhin
2017-12-13fix password_fill using libsecretKevin Velghe
2017-12-13Use system locale to decode subprocess outputFlorian Bruhin
2017-12-13Update changelogFlorian Bruhin
2017-12-13Merge remote-tracking branch 'origin/pr/3388'Florian Bruhin
2017-12-13Regenerate docsFlorian Bruhin
2017-12-13Update changelogFlorian Bruhin
2017-12-13Merge remote-tracking branch 'origin/pr/3385'Florian Bruhin
2017-12-13Fix erroneous docstring in a recently added test.George Edward Bulmer
2017-12-13Fix histcategory query reuse logic.Ryan Roden-Corrent
2017-12-13Fix comment in histcategory.Ryan Roden-Corrent
2017-12-13Add a test with invalid unicode in spawned stdout.George Edward Bulmer
2017-12-13Update changelogFlorian Bruhin
2017-12-13Merge remote-tracking branch 'origin/pr/3201'Florian Bruhin
2017-12-13Merge remote-tracking branch 'origin/pr/3382'Florian Bruhin
2017-12-13Remove :session-save --quiet testFlorian Bruhin
2017-12-12Remove unused re importRyan Roden-Corrent
2017-12-12Fix casing of LIKE in commentRyan Roden-Corrent
2017-12-12Clean up "any order" SQL query code.Ryan Roden-Corrent
2017-12-12Replace malformed utf-8 characters in spawn output.George Edward Bulmer
2017-12-12Make qute://log lines darkerFlorian Bruhin
2017-12-12Change a rogue re.fullmatch into a re.search.George Edward Bulmer
2017-12-12Fix bad merge when rebasing incremental_search featureJustin Partain
2017-12-12Refactor _incremental_search() based on PR reviewJustin Partain
2017-12-12Update tests to use search.ignore_caseJustin Partain
2017-12-12pylint fix, change if len(text) to if textJustin Partain
2017-12-12Add block for ignore_caseJustin Partain
2017-12-12Create config.search.* group with ignore_case and incrementalJustin Partain
2017-12-12Update incremental_search PR with changes from reviewJustin Partain
2017-12-12Make 'Text not found on page!' warnings replaceJustin Partain
2017-12-12Feature - incremental_searchJustin Partain