about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | unbind from tab.changeMyk2020-08-061-1/+0
| * | | | Merge branch 'fix/1880-multipane-status' of https://github.com/politas/ranger...Myk2020-08-022-2/+22
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into fix/1880-multipane-statusMyk2020-08-022-2/+22
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | / | | Add handler for tab.layoutchangeMyk2020-08-021-0/+1
| |/ / / /
| * | | | Handle all column changesMyk2020-08-011-4/+4
| * | | | Test for and follow tab changes in multipane modeMyk2020-08-011-1/+7
* | | | | Merge branch 'plesiv-master'toonn2020-11-084-15/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Regenerate rifle man pagetoonn2020-11-081-1/+1
| * | | | Update the docs to reflect changes to codeZoran Plesivcak2020-11-083-6/+6
| * | | | Allow $PAGER to contain spaces (handle pager flags)Zoran Plesivcak2020-11-081-8/+8
|/ / / /
* | | | Merge branch 'swalladge-extra-rifle-apps'toonn2020-11-061-12/+19
|\ \ \ \
| * | | | Fix rifle rule alignmenttoonn2020-11-061-10/+10
| * | | | Add support for more apps in rifle default configSamuel Walladge2019-10-231-6/+13
* | | | | Merge branch 'cache-hash'toonn2020-10-041-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix encoding of cached filenamestoonn2020-10-041-1/+1
|/ / / /
* | | | Merge branch 'multipane-selection'toonn2020-08-012-2/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Add initialization and fix indentationtoonn2020-08-011-3/+6
| * | | Selection in multipane viewmode was misleadingtoonn2020-07-272-2/+19
|/ / /
* | | Merge branch 'cache-hash'toonn2020-07-241-4/+5
|\ \ \
| * | | Fix unicode decode issues in py2toonn2020-07-241-4/+5
|/ / /
* | | Merge branch 'cache-hash'toonn2020-07-081-8/+13
|\ \ \
| * | | Fix check for Nonetoonn2020-07-081-2/+2
| * | | Add path to cache hashtoonn2020-07-081-11/+13
| * | | Drop st_dev from sha512_encodetoonn2020-07-071-2/+1
| * | | Switch to packing fields for sha512_encodetoonn2020-07-071-5/+7
| * | | Fix indendation of sha512_encodetoonn2020-07-071-4/+5
| * | | Hashlib requires objects implementing the buffer APItoonn2020-07-071-3/+4
* | | | Merge pull request #2034 from toonn/py-version-checksWojciech Siewierski2020-07-071-4/+6
|\ \ \ \
| * | | | Refactor _add_character as static methodtoonn2020-07-071-40/+40
| * | | | Refactor _add_character as functiontoonn2020-07-071-39/+40
| * | | | Missed a couple py3 version checkstoonn2020-07-071-3/+4
|/ / / /
* | | | Merge branch 'windowserror'toonn2020-07-051-11/+1
|\ \ \ \
| * | | | Remove WindowsErrortoonn2020-07-051-11/+1
|/ / / /
* | | | Merge branch 'pylint3k'toonn2020-07-0526-102/+356
|\ \ \ \
| * | | | Apply some PEP8 love to the pylint module and teststoonn2020-07-052-20/+17
| * | | | Fix two issues caught by pylint3ktoonn2020-07-052-1/+2
| * | | | Implement python 2 compatibility checkstoonn2020-07-055-0/+293
| * | | | Document expected failure of GH Actiontoonn2020-07-051-1/+1
| * | | | Clarify excluded tests for github workflowtoonn2020-07-052-3/+3
| * | | | Possible bug caught in reviewtoonn2020-07-053-5/+9
| * | | | Drop explicit return Nonetoonn2020-07-051-1/+0
| * | | | Use chained comparison instead of multiple clausestoonn2020-07-054-9/+9
| * | | | Adjust comment indentationtoonn2020-07-051-7/+7
| * | | | Drop unnecessary if-expressionstoonn2020-07-053-5/+6
| * | | | Use in instead of multiple equality clausestoonn2020-07-052-6/+6
| * | | | Drop unnecessary comprehensionstoonn2020-07-052-7/+3
| * | | | Drop redundant try-excepttoonn2020-07-051-4/+2
| * | | | Switch to testing after lower casing for consistencytoonn2020-07-051-2/+2
| * | | | Drop redundant pass statementstoonn2020-07-053-11/+0
| * | | | Add local pylint disablestoonn2020-07-053-2/+4