Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1222 from Vifon/filter_stack | Wojciech Siewierski | 2018-08-20 | 2 | -0/+87 |
|\ | | | | | Implement the filter stack | ||||
| * | Add an explicit "AND" filter combinator | Wojciech Siewierski | 2018-08-19 | 2 | -0/+10 |
| | | | | | | | | Closes #1268. | ||||
| * | Implement the filter stack rotation | Wojciech Siewierski | 2018-08-19 | 2 | -2/+11 |
| | | | | | | | | | | Tested to work both ways, so one can rotate by negative number to undo the previous positive rotation. | ||||
| * | Merge branch 'master' into filter_stack | Wojciech Siewierski | 2018-07-15 | 4 | -94/+142 |
| |\ | |||||
| * | | Add the filter stack docs | Wojciech Siewierski | 2018-07-15 | 2 | -1/+69 |
| | | | |||||
* | | | Merge pull request #1198 from toonn/rangerversion | Wojciech Siewierski | 2018-08-19 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Introduce a helper function for versioning | ||||
| * | | Update the release checklist about version bumps | toonn | 2018-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | Fix a typo in the manpage | Wojciech Siewierski | 2018-07-15 | 2 | -3/+3 |
| | | | |||||
* | | | Fixed some capitalization issues | Saturnus Numerius | 2018-07-07 | 1 | -1/+1 |
| | | | |||||
* | | | Revamped context section of the colorscheme doc | Saturnus Numerius | 2018-07-07 | 1 | -6/+63 |
| | | | | | | | | | | | | | | | Added basic instruction on how to add a context key with a working example. | ||||
* | | | Make more changes | Saturnus Numerius | 2018-07-04 | 1 | -6/+7 |
| | | | |||||
* | | | Made changes requested by @toonn | Saturnus Numerius | 2018-07-04 | 1 | -9/+14 |
| | | | | | | | | | | | | Helps readability. | ||||
* | | | Change formatting of colorscheme doc to markdown | Saturnus Numerius | 2018-07-03 | 2 | -92/+77 |
| |/ |/| | | | | | | | Makes the file easier to read in github while still maintaining the current easy-to-read format found in the raw file | ||||
* | | New setting: relative_current_zero | Wojciech Siewierski | 2018-06-17 | 2 | -0/+9 |
| | | | | | | | | Closes #1205. | ||||
* | | Regenerate man pages | toonn | 2018-06-07 | 2 | -2/+11 |
| | | | | | | | | | | The `.pod`s were merged so I regenerated the man pages to be sure they're correct. | ||||
* | | Merge branch 'kitty-img-preview' | toonn | 2018-06-07 | 3 | -3/+31 |
|\ \ | | | | | | | | | | Adding kitty image previews to ranger : ) | ||||
| * | | Fixed manpages, tmux handling | mark-dawn | 2018-05-29 | 3 | -16/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Updated manapages Corrections to rc.conf Silenced the warning from pillow about image sizes Tmux session with kitty raises ImgDisplayUnsupportedError changed pager.py to also notify on ImgDispalyUnsupported Error | ||||
| * | | Unstretched Image Previews | mark-dawn | 2018-05-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | Implemented a way to obtain unstretched image previews Fixed wording in ranger.pod | ||||
| * | | Automatic network detection, python2 and Exception fixes | mark-dawn | 2018-05-29 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Created late_init method to handle task dependent on late facilities Enabled automatic network detection (required stdin to be properly init) Fixed proper handling of import Errors (required ranger Exception handling) Fixed handling of binary stdio differnces between py2/3 Unified said handling aross the module | ||||
| * | | Grammar Fixes | mark-dawn | 2018-05-29 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | Fixed grammar horrors in ranger.pod and ranger.conf Improved resize handling | ||||
| * | | Bugfixes & Improvements | mark-dawn | 2018-05-29 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | Fixed support for terminology terminal emulator Fixed the annoying bug affecting fast scrolling (tnkx@kovidgoyal) Refactored some code repeated for the whole module Eliminated some dependencies | ||||
| * | | Kitty image display alpha, merge-ready | mark-dawn | 2018-05-29 | 2 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added more comments to the code reverted changes to default values in rc.conf addes explanations in rc.config about the new options Couple of small stylistic corrections after running make test Updated the man pages | ||||
* | | | Merge branch 'master' of https://github.com/esm7/ranger | Erez Shermer | 2018-06-07 | 2 | -24/+64 |
|\ \ \ | | |/ | |/| | |||||
| * | | Make the w3m delay configurable | Wojciech Siewierski | 2018-06-01 | 1 | -0/+5 |
| |/ | |||||
| * | Merge branch 'rangerpath' | toonn | 2018-05-14 | 2 | -18/+40 |
| |\ | |||||
| | * | Document change in :cd behavior | toonn | 2018-04-03 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | | | Added a sentence about the file selecting behavior of `:cd` to the docstring and the manpage. Added missing `=back` to POSITIONAL ARGUMENTS section in the manpage. | ||||
| | * | Added positional arguments section to manpage | toonn | 2018-03-31 | 2 | -7/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The optional positional argument "path" wasn't documented, changed the argument to "path ..." because you can provide more than one and documented what happens. Added a sentence to the `--selectfile` item pointing out it's superceded by the positional arguments. | ||||
| * | | Merge branch 'master' into mutool | hut | 2018-05-13 | 2 | -6/+19 |
| |\ \ | |||||
| | * \ | Merge branch 'custom_free_space' | toonn | 2018-05-09 | 2 | -0/+7 |
| | |\ \ | |||||
| | | * | | Add new option to disable display of free disk space in statusbar | Stephane Fontaine | 2018-02-24 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency. | ||||
| | * | | | Merge branch 'systemconf' | toonn | 2018-05-08 | 2 | -8/+14 |
| | |\ \ \ | |||||
| | | * | | | Document system-wide configuration files. | toonn | 2018-05-08 | 2 | -5/+11 |
| | | | | | | |||||
| * | | | | | Refix typo "sytem" | toonn | 2018-04-16 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | Add support for mutool pdf previews in scope.sh | toonn | 2018-04-16 | 2 | -6/+6 |
| |/ / / / | |||||
| * | | / | Apply patch from debian package: 0004-fix-type-in-manpage.patch | hut | 2018-04-01 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Ĺukasik <mati75@linuxmint.pl> | ||||
* / | | | Proper usage of the bidi setting | Erez Shermer | 2018-06-07 | 1 | -0/+6 |
|/ / / | |||||
* | | | doc/ranger.1: Reorder the settings alphabetically | Wojciech Siewierski | 2018-03-05 | 3 | -9/+9 |
| | | | |||||
* | | | Update the manpage | Wojciech Siewierski | 2018-03-04 | 1 | -1/+5 |
| | | | |||||
* | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsed | Wojciech Siewierski | 2018-03-04 | 1 | -0/+5 |
| |/ |/| | |||||
* | | elaborated on how to tag a commit | hut | 2018-02-22 | 1 | -1/+3 |
| | | |||||
* | | Added chapter about preparing the stable branch before release | hut | 2018-02-22 | 1 | -0/+23 |
| | | |||||
* | | Please do not turn off your phone while upgrading... | Wojciech Siewierski | 2018-02-22 | 2 | -5/+5 |
| | | |||||
* | | removed redundant directive in howto-publish-a-release.md | hut | 2018-02-21 | 1 | -1/+0 |
| | | |||||
* | | update howto-publish-a-release.md | hut | 2018-02-21 | 1 | -2/+4 |
| | | |||||
* | | change website URLS to HTTPS | hut | 2018-02-05 | 3 | -12/+12 |
|/ | | | | (Thanks to Klemens Nanni for pointing it out) | ||||
* | update homepage references | hut | 2018-01-28 | 3 | -8/+8 |
| | |||||
* | core.main: rearranged command line items | hut | 2018-01-28 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' into v1.9.0 | hut | 2018-01-28 | 2 | -4/+73 |
|\ | |||||
| * | manpage: document `viewmode` setting | hut | 2018-01-28 | 2 | -0/+11 |
| | | | | | | | | @hut: please document your settings in the man page too next time ;) | ||||
| * | manpage: document `vcs_backend_svn` setting | hut | 2018-01-28 | 2 | -3/+3 |
| | | | | | | | | @nfnty: please document your settings in the man page too next time ;) |