Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'backslash' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 16 | -43/+43 |
|\ | |||||
| * | Remove reduntant backslash between brackets. | stepshal | 2016-06-19 | 16 | -43/+43 |
| | | |||||
* | | Merge branch 'comment' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 10 | -15/+15 |
|\ \ | |||||
| * | | Make at least two spaces before inline comment | stepshal | 2016-06-19 | 10 | -15/+15 |
| |/ | |||||
* | | comment style fixes | hut | 2016-06-21 | 2 | -7/+7 |
| | | | | | | | | Thanks to stepshal, see #586 | ||||
* | | Merge branch 'membership' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 5 | -8/+8 |
|\ \ | |||||
| * | | test for membership should be 'not in' | stepshal | 2016-06-19 | 5 | -8/+8 |
| |/ | |||||
* | | Merge branch 'comparison' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 3 | -4/+4 |
|\ \ | |||||
| * | | comparison to None should be 'if cond is None:' | stepshal | 2016-06-19 | 3 | -4/+4 |
| |/ | |||||
* | | Merge branch 'comparison1' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'. | stepshal | 2016-06-19 | 1 | -3/+3 |
| |/ | |||||
* | | core.loader: removed redundant `.readlines()` | hut | 2016-06-21 | 1 | -1/+1 |
| | | | | | | | | Thanks to @Vifon for pointing it out | ||||
* | | Merge branch 'ambiguous' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Change ambiguous variable name 'l' to 'L' | stepshal | 2016-06-20 | 1 | -3/+3 |
| |/ | |||||
* | | 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 | 2 | -2/+0 |
|\ \ | |||||
| * | | Remove blank lines at end of file | stepshal | 2016-06-16 | 2 | -2/+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 | 10 | -0/+23 |
|\ \ | |||||
| * | | Add one blank line where is expected | stepshal | 2016-06-16 | 10 | -0/+23 |
| |/ | |||||
* / | Add two blank lines where is expected | stepshal | 2016-06-16 | 62 | -0/+127 |
|/ | |||||
* | ext.rifle: improve recognition of rxvt terminals | hut | 2016-06-13 | 1 | -0/+6 |
| | |||||
* | Make exactly one space after comma | stepshal | 2016-06-06 | 5 | -9/+9 |
| | | | | Update commands.py | ||||
* | 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 |
| | |||||
* | Remove redundant check | mrogalski | 2016-05-24 | 1 | -2/+0 |
| | |||||
* | widgets.browsercolumn: update comment | hut | 2016-05-24 | 1 | -9/+1 |
| | | | | Related to #546 | ||||
* | merge setting "relative_line_numbers" into "line_numbers" | hut | 2016-05-24 | 3 | -6/+5 |
| | | | | | | | line_numbers now takes a string rather than a bool, with the valid values "false", "absolute" and "relative". Related to #546 | ||||
* | Merge branch 'linum' of https://github.com/mrogalski/ranger | hut | 2016-05-24 | 3 | -1/+53 |
|\ | |||||
| * | 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 |
| | | | | | | | | | | | | | | This is changed back from the amount of number of digits in number of files in directory. Computing proper relative line numbers requires recalculation of line numbers for each line (even for cached lines), so there will be no visible ragged line numbers with this setting. | ||||
| * | 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 |
| | | | | | | | | | | This avoids badly cached display_data when changing the setting in a running program. | ||||
| * | 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 |
| | | | | | | | | | | This changes the number field size to the amount of digits in the number of files in the directory. |