| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'E251' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 4 | -16/+16 |
|\ \ |
|
| * | | Remove unexpected spaces around keyword / parameter equals | stepshal | 2016-06-19 | 4 | -16/+16 |
| |/ |
|
* | | core.loader: added docstring to Loader class | hut | 2016-06-21 | 1 | -0/+3 |
* | | core.loader: added signals 'loader.{before,after,destroy}' | hut | 2016-06-21 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'whitespaces' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 3 | -3/+3 |
|\ |
|
| * | Fix whitespaces | stepshal | 2016-06-16 | 3 | -3/+3 |
* | | Merge branch 'W931' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 3 | -3/+0 |
|\ \ |
|
| * | | Remove blank lines at end of file | stepshal | 2016-06-16 | 3 | -3/+0 |
| |/ |
|
* | | Merge branch 'reduntant' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 9 | -15/+0 |
|\ \ |
|
| * | | Remove reduntant blank lines | stepshal | 2016-06-16 | 9 | -15/+0 |
| |/ |
|
* | | Merge branch 'E301' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 13 | -0/+27 |
|\ \ |
|
| * | | Add one blank line where is expected | stepshal | 2016-06-16 | 13 | -0/+27 |
| |/ |
|
* / | Add two blank lines where is expected | stepshal | 2016-06-16 | 75 | -0/+145 |
|/ |
|
* | Merge branch 'trailing' of https://github.com/stepshal/ranger | hut | 2016-06-13 | 2 | -2/+0 |
|\ |
|
| * | doc/tools/print_colors.py: remove trailing newline | stepshal | 2016-06-07 | 2 | -2/+0 |
* | | ext.rifle: improve recognition of rxvt terminals | hut | 2016-06-13 | 1 | -0/+6 |
|/ |
|
* | Make exactly one space after comma | stepshal | 2016-06-06 | 6 | -10/+10 |
* | Remove space before/after bracket | stepshal | 2016-06-06 | 3 | -6/+6 |
* | Remove trailing space | stepshal | 2016-06-06 | 1 | -1/+1 |
* | Added keybindings <A-Left>, <A-Right> to move word-wise | hut | 2016-06-06 | 2 | -1/+73 |
* | core.actions: fix wrong check for return value of tab.enter_dir | hut | 2016-06-06 | 1 | -1/+1 |
* | examples/plugin_new_macro.py: fix spaces | hut | 2016-06-02 | 1 | -3/+3 |
* | added CONTRIBUTING.md | hut | 2016-05-27 | 1 | -0/+15 |
* | Remove redundant check | mrogalski | 2016-05-24 | 1 | -2/+0 |
* | widgets.browsercolumn: update comment | hut | 2016-05-24 | 1 | -9/+1 |
* | merge setting "relative_line_numbers" into "line_numbers" | hut | 2016-05-24 | 5 | -20/+20 |
* | Merge branch 'linum' of https://github.com/mrogalski/ranger | hut | 2016-05-24 | 5 | -2/+70 |
|\ |
|
| * | Add man description. | Mark Rogalski | 2016-05-16 | 2 | -1/+17 |
| * | Disable line numbering by default | Mark Rogalski | 2016-05-16 | 1 | -0/+4 |
| * | Delete the directory color attr for line number | Mark Rogalski | 2016-05-16 | 1 | -1/+1 |
| * | Set linum_text_len to digits of visible files | Mark Rogalski | 2016-05-16 | 1 | -4/+2 |
| * | Add comment with line num implementation rationale | Mark Rogalski | 2016-05-16 | 1 | -0/+10 |
| * | Add relative line numbers | Mark Rogalski | 2016-05-16 | 2 | -2/+19 |
| * | Create the linum_format just once | Mark Rogalski | 2016-05-16 | 1 | -3/+3 |
| * | Add self.settings.line_numbers to key | Mark Rogalski | 2016-05-16 | 1 | -1/+2 |
| * | Fix off-by-one error in space calculation | Mark Rogalski | 2016-05-16 | 1 | -1/+7 |
| * | Add a "line_numbers" setting | Mark Rogalski | 2016-05-16 | 2 | -3/+2 |
| * | Add space between end of line number and tag | Mark Rogalski | 2016-05-16 | 1 | -1/+1 |
| * | Remove superfluous str() from formatting linum | Mark Rogalski | 2016-05-16 | 1 | -1/+1 |
| * | Draw the line number field in main_column only | Mark Rogalski | 2016-05-16 | 1 | -1/+2 |
| * | Fix ragged line number fields | Mark Rogalski | 2016-05-16 | 1 | -1/+5 |
| * | Add calculating the line number field length | Mark Rogalski | 2016-05-16 | 1 | -1/+8 |
| * | Add line number to the predisplay_left | Mark Rogalski | 2016-05-16 | 1 | -0/+5 |
| * | Merge pull request #1 from hut/master | mrogalski | 2016-05-15 | 2 | -3/+3 |
| |\ |
|
* | | | Manpage: added documentation about commands in plugins | hut | 2016-05-24 | 2 | -3/+11 |
* | | | Merge branch 'fix-plugin-import' of https://github.com/dflupu/ranger | hut | 2016-05-24 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | use importlib to load pugins, and try to load commands from them | Daniel Lupu | 2016-05-19 | 1 | -1/+3 |
* | | | | core.linemode: fix crash when `file` fails | hut | 2016-05-21 | 1 | -2/+5 |
|/ / / |
|
* | / | Handle broken w3m-img pipe on exit | Dugan Chen | 2016-05-17 | 1 | -1/+8 |
| |/
|/| |
|
* | | doc/ranger.pod: fix #544 in man page source file too | hut | 2016-05-13 | 1 | -1/+1 |