| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | ext.vcs: Improve logging | nfnty | 2016-12-21 | 1 | -6/+12 |
|/ / / |
|
* | | | Merge branch 'fix_docstring_move' of https://github.com/ael-code/ranger | hut | 2016-12-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | typo fix in move function docstring | ael-code | 2016-11-09 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'trailing_space_fix' of https://github.com/vlad7777/ranger | hut | 2016-12-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Refactored. | Vlad | 2016-11-17 | 1 | -1/+1 |
| * | | | Fixed trailing space bug in config parsing. | Vlad | 2016-11-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Expose logging facilities to commands | ael-code | 2016-11-25 | 1 | -0/+5 |
* | | | Move startup log calls in main function | ael-code | 2016-11-25 | 2 | -5/+5 |
* | | | Added some useful debugging message | ael-code | 2016-11-25 | 2 | -5/+18 |
* | | | Update all the log calls | ael-code | 2016-11-25 | 4 | -11/+14 |
* | | | Make use of standard logging library to handle logs | ael-code | 2016-11-25 | 4 | -4/+102 |
* | | | cli: added logfile option | ael-code | 2016-11-25 | 1 | -0/+2 |
* | | | Removed unused nested function in FM class | ael-code | 2016-11-25 | 1 | -2/+0 |
* | | | Removed unused logging helper function | ael-code | 2016-11-25 | 1 | -35/+0 |
|/ / |
|
* | | Merge branch 'preview_method_set_fix' of https://github.com/Vifon/ranger | hut | 2016-11-04 | 1 | -1/+8 |
|\ \ |
|
| * | | Update the image preview method upon setting it in runtime | Wojciech Siewierski | 2016-10-10 | 1 | -1/+8 |
* | | | Merge branch 'urxvt_preview' of https://github.com/Vifon/ranger | hut | 2016-11-04 | 1 | -6/+20 |
|\ \ \ |
|
| * | | | urxvt previews: Allow the preview maximization | Wojciech Siewierski | 2016-10-11 | 1 | -6/+20 |
| |/ / |
|
* | | | added comments to code from 9361c51 (#693) | hut | 2016-11-04 | 2 | -2/+6 |
* | | | Merge branch 'master' of https://github.com/valoq/ranger | hut | 2016-11-04 | 2 | -2/+5 |
|\ \ \ |
|
| * | | | fixed 7z crash | valoq | 2016-10-23 | 2 | -2/+5 |
| |/ / |
|
* | | | Merge branch 'statusbar_percentage_crashes' of https://github.com/richboss/ra... | hut | 2016-11-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix issue #679: Statusbar percentage crashes on python 2.6.6 | Richard Boß | 2016-10-24 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'windows_line_endings' of https://github.com/richboss/ranger | hut | 2016-11-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix issue #698: replace Windows line endings with Unix line endings | Richard Boß | 2016-10-25 | 1 | -1/+1 |
| |/ / |
|
* | | | ext.vcs.vcs: code deduplication | hut | 2016-11-04 | 2 | -16/+43 |
* | | | code deduplication | hut | 2016-11-04 | 2 | -9/+9 |
* | | | Merge branch 'subprocess_check_output' of https://github.com/richboss/ranger | hut | 2016-11-04 | 2 | -3/+16 |
|\ \ \ |
|
| * | | | fix argument order | Richard Boß | 2016-10-25 | 2 | -2/+2 |
| * | | | fix issue #695: FileInfo Linemode crashes Ranger on Python 2.6 | Richard Boß | 2016-10-24 | 2 | -3/+16 |
| |/ / |
|
* | | | Increase `fm.log` maxlen | nfnty | 2016-10-31 | 1 | -1/+1 |
* | | | Always extend left side of `fm.log` | nfnty | 2016-10-31 | 2 | -8/+7 |
* | | | VCS: Handle exceptions | nfnty | 2016-10-31 | 1 | -9/+14 |
|/ / |
|
* | | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 1 | -1/+1 |
* | | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 4 | -2/+76 |
* | | Merge branch 'open_terminal_with_options' of https://github.com/Vifon/ranger | hut | 2016-08-26 | 3 | -14/+18 |
|\ \ |
|
| * | | Refactor and improve the TERMCMD handling | Wojciech Siewierski | 2016-06-30 | 3 | -14/+18 |
* | | | Merge branch 'anomalous-backslash-in-string' of https://github.com/stepshal/r... | hut | 2016-08-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | gui.ansi: fix anomalous backslash in string. | stepshal | 2016-07-11 | 1 | -1/+1 |
* | | | | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-08-26 | 5 | -75/+80 |
|\ \ \ \ |
|
| * | | | | VCS: Add _run rstrip_newline | nfnty | 2016-08-08 | 5 | -60/+64 |
| * | | | | VCS: git: Fix log output containing control characters, Fixes #641 | nfnty | 2016-08-02 | 1 | -17/+18 |
| |/ / / |
|
* | | | | Merge branch 'master' of https://github.com/nightsense/ranger | hut | 2016-08-26 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | add hash to escaped characters in shell commands | nightsense | 2016-08-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Added preview option for odt, ods, odp and sxw files using odt2txt | Florian Sattler | 2016-08-26 | 1 | -0/+3 |
* | | | | Revert "gui.displayable: more safe DisplayableContainer.replace_child" | hut | 2016-08-22 | 1 | -13/+3 |
* | | | | gui.displayable: more safe DisplayableContainer.replace_child | hut | 2016-08-21 | 1 | -3/+13 |
* | | | | Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/ranger | hut | 2016-08-21 | 2 | -7/+13 |
|\ \ \ \ |
|
| * | | | | Fix cursor being lost when changing viewmodes | Michael Hoang | 2016-08-21 | 2 | -7/+13 |
| | |_|/
| |/| | |
|
* / | | | Fix full folder size being shown incorrectly | Michael Hoang | 2016-08-21 | 1 | -1/+1 |
|/ / / |
|