summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* Add a bindable action for scrolling the file previewWojciech Siewierski2018-10-082-0/+13
* Refactor the code and fix the coding styleWojciech Siewierski2018-10-082-10/+4
* Merge branch 'master' of https://github.com/pvl1/rangerpavel2018-10-071-1/+1
|\
| * Merge branch 'master' into masterpvl12018-10-071-1/+1
| |\
| | * Fix a misnamed command in the documentationWojciech Siewierski2018-10-071-1/+1
* | | fixed CI errorspavel2018-10-071-7/+8
|/ /
* | limited scrolling to the end of the filepavel2018-10-071-5/+6
* | initial mouse wheel scroll supportpavel2018-10-072-2/+11
|/
* Fix for issue #1312 (wrong color format)mark-dawn2018-09-301-2/+2
* Business as usualtoonn2018-09-101-1/+1
* If you can read this on Debian, you're living in the future v1.9.2toonn2018-09-092-3/+3
* New filter type for matching mimetypesWojciech Siewierski2018-09-082-0/+18
* Merge branch 'Xunius-flagt'toonn2018-09-082-16/+95
|\
| * Change rifle fallback mechanism for flag ttoonn2018-06-232-9/+54
| * remove term=term.lower()guangzhi2018-05-191-7/+5
| * Merge branch 'master' into flagtXunius2018-05-1915-39/+58
| |\
| * \ Merge branch 'master' into flagtXunius2018-05-1512-42/+129
| |\ \
| * | | more terminals tested for fix of issue #1108guangzhi2018-03-161-20/+36
| * | | Correct some formatting in fix of issue #1108.guangzhi2018-03-131-10/+9
| * | | re-organize block regarding flag t issue #1108guangzhi2018-03-131-21/+27
| * | | run test and fix some formattingguangzhi2018-03-111-9/+9
| * | | Attempt to fix issue #1108 flag t problemguangzhi2018-03-111-7/+22
* | | | Merge branch 'dbosst-master'toonn2018-09-082-0/+49
|\ \ \ \
| * | | | Removed ghost of function definitiontoonn2018-08-231-53/+0
| * | | | Remove limit and change pos to totoonn2018-08-221-11/+5
| * | | | use offset and pos to shift tabs:dbosst2018-08-221-16/+41
| * | | | Added: shift tabs right/leftdbosst2018-08-221-0/+28
| * | | | Merge branch 'master' into masterdbosst2018-03-281-2/+2
| |\ \ \ \
| * | | | | use offset and pos to shift tabs:dbosst2018-03-282-18/+43
| * | | | | Added: shift tabs right/leftdbosst2018-03-272-0/+30
| | |/ / / | |/| | |
* | | | | Merge branch 'boldisnotbright'toonn2018-09-083-5/+29
|\ \ \ \ \
| * | | | | Fix unbrightened selectionToon Nolten2018-09-081-2/+2
| * | | | | Restore the use of the bold attributetoonn2018-09-072-3/+15
| * | | | | In terminals devoid of color cut items were invisibletoonn2018-09-073-16/+28
* | | | | | Merge branch 'squigglezworth-master'toonn2018-09-083-41/+61
|\ \ \ \ \ \
| * | | | | | Fix documentationtoonn2018-09-082-2/+5
| * | | | | | Fix commit 520e76esquigz2018-01-051-2/+1
| * | | | | | Another pylint fix (2 spaces before in-line comment)squigz2018-01-051-1/+1
| * | | | | | Merge branch 'master' into mastersquigglezworth2018-01-051-1/+0
| |\ \ \ \ \ \
| * | | | | | | Disable pylint too-many-branches for _draw_borderssquigz2018-01-051-0/+1
| * | | | | | | Further draw_borders refactoring, "both" isn't now a distinct stateWojciech Siewierski2018-01-051-9/+17
| * | | | | | | Clean up the draw_borders codeWojciech Siewierski2018-01-051-12/+11
| * | | | | | | draw_borders: treat true as both for backwards compatibilitysquigz2018-01-041-1/+1
| * | | | | | | remove unnecessary checkssquigz2018-01-041-2/+2
| * | | | | | | Reduce calls to string.lower()squigz2018-01-041-5/+4
| * | | | | | | Fix rc.confsquigz2018-01-041-1/+1
| * | | | | | | Use True/False instead of 1/0squigz2018-01-041-4/+5
| * | | | | | | Remove draw_separators from ALLOWED_SETTINGSsquigz2018-01-041-1/+0
| * | | | | | | Changes draw_borders setting to a stringsquigz2018-01-043-38/+37
| * | | | | | | Remove _draw_separators and integrate with _draw_borders with the `separators...squigz2018-01-041-64/+26