summary refs log tree commit diff stats
path: root/ranger/ext
Commit message (Expand)AuthorAgeFilesLines
* Simplify backwards compatibility logic for VISUAL.toonn2018-01-311-9/+2
* Make new `rifle` behavior backwards compatible.toonn2018-01-311-4/+9
* Merge branch 'master' into v1.9.0hut2018-01-281-3/+3
|\
| * ext.img_display: cleaner catching of OSError/IOErrorhut2018-01-281-10/+3
| * Added more IOError checks for Python2.Jon Anderson2018-01-271-0/+7
* | WIP of version bumphut2018-01-251-1/+1
|/
* Prefer VISUAL to EDITORtoonn2018-01-231-1/+3
* Merge branch 'master' of https://github.com/jgreco/rangerhut2017-12-201-4/+2
|\
| * Add config opts for iTerm2 font size (for preview)john2017-10-221-4/+2
* | fix drasill's commit so it passes CIhut2017-12-201-3/+5
* | Merge branch 'terminology' of https://github.com/drasill/rangerhut2017-12-201-0/+55
|\ \
| * | Implement the terminology-based image previewsChristophe Badoit2017-05-181-0/+55
* | | Merge branch 'master' of https://github.com/rage311/rangerhut2017-12-201-0/+1
|\ \ \
| * | | Added the w3mimgdisplay path for OpenBSD systems to W3MIMGDISPLAY_PATHSrage3112017-06-071-0/+1
| |/ /
* | | Merge branch 'ormung-patch-1' of https://github.com/ormung/rangerhut2017-12-201-1/+5
|\ \ \
| * | | Faster mercurial vcsormung2017-09-181-1/+5
* | | | Pylint & Flake8: Add a local rule exceptionWojciech Siewierski2017-12-171-1/+1
* | | | Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-176-4/+13
* | | | Change the encoding from utf8 to utf-8Wojciech Siewierski2017-12-171-1/+1
* | | | Fixed memory leakage (squashed 2 commits)Marvin Johanning2017-11-281-0/+2
| |_|/ |/| |
* | | add settings option to use one indexed line numbersAmr Alaa2017-09-171-1/+8
|/ /
* | Make the pagewise scrolling symmetricalWojciech Siewierski2017-07-281-2/+12
* | ext.lazy_property: don't redefine resetter functionhut2017-07-161-15/+16
* | ext.lazy_property: create XYZ__reset() as soon as possiblehut2017-07-161-1/+1
* | ext.lazy_property: allow resetting lazy propertieshut2017-07-161-1/+25
* | ext.cached_function: comment about functools.lru_cachehut2017-06-221-0/+1
|/
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-191-1/+1
* linting: pylint: `sys.stdout.buffer.write`: Fix `no-member`nfnty2017-02-141-1/+1
* ext.img_display.Iterm2ImageDisplayer.draw: Fix `TypeError`nfnty2017-02-141-1/+5
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-101-1/+1
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-101-1/+1
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-101-1/+1
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-101-1/+1
* rifle: Add new option flag `-c`Samuel Walladge2017-02-051-7/+27
* Add setting `wrap_scroll`: Visual modenfnty2017-02-051-1/+6
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-1/+1
* ext.shutil_generatorized: Add `copystat` with errors ignorednfnty2017-02-041-2/+84
* ext.vcs.vcs: VcsThread: Fix overridden instance attribute exceptionnfnty2017-01-301-3/+4
* Improve shutdown error handling; Limit `VCSThread` waitnfnty2017-01-301-2/+2
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-302-33/+29
* Merge remote-tracking branch 'Vifon/urxvt_preview_cleanup'nfnty2017-01-291-7/+20
|\
| * Cleanup the urxvt image previewsWojciech Siewierski2017-01-291-18/+18
| * Fix urxvt based image displayer when running on tmuxShotaro Fujimoto2017-01-291-6/+19
* | ext.vcs.vcs: VcsThread: Protect instance membersnfnty2017-01-291-33/+33
* | core.main: Refactor exit handlingael-code2017-01-291-3/+15
|/
* ext.shutil_generatorized: Update to Python 2.7.13nfnty2017-01-241-29/+26
* ext.shutil_generatorized: Use builtin functionsnfnty2017-01-241-128/+18
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-2111-87/+68
* Python 3 division: Remove explicit float conversionsnfnty2017-01-213-15/+15
* Python 3 division: Import `division` from `__future__`nfnty2017-01-2128-28/+28