summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'E251' of https://github.com/stepshal/rangerhut2016-06-214-16/+16
|\
| * Remove unexpected spaces around keyword / parameter equalsstepshal2016-06-194-16/+16
* | core.loader: added docstring to Loader classhut2016-06-211-0/+3
* | core.loader: added signals 'loader.{before,after,destroy}'hut2016-06-211-0/+3
|/
* Merge branch 'whitespaces' of https://github.com/stepshal/rangerhut2016-06-183-3/+3
|\
| * Fix whitespacesstepshal2016-06-163-3/+3
* | Merge branch 'W931' of https://github.com/stepshal/rangerhut2016-06-183-3/+0
|\ \
| * | Remove blank lines at end of filestepshal2016-06-163-3/+0
| |/
* | Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-189-15/+0
|\ \
| * | Remove reduntant blank linesstepshal2016-06-169-15/+0
| |/
* | Merge branch 'E301' of https://github.com/stepshal/rangerhut2016-06-1813-0/+27
|\ \
| * | Add one blank line where is expectedstepshal2016-06-1613-0/+27
| |/
* / Add two blank lines where is expectedstepshal2016-06-1675-0/+145
|/
* Merge branch 'trailing' of https://github.com/stepshal/rangerhut2016-06-132-2/+0
|\
| * doc/tools/print_colors.py: remove trailing newlinestepshal2016-06-072-2/+0
* | ext.rifle: improve recognition of rxvt terminalshut2016-06-131-0/+6
|/
* Make exactly one space after commastepshal2016-06-066-10/+10
* Remove space before/after bracketstepshal2016-06-063-6/+6
* Remove trailing spacestepshal2016-06-061-1/+1
* Added keybindings <A-Left>, <A-Right> to move word-wisehut2016-06-062-1/+73
* core.actions: fix wrong check for return value of tab.enter_dirhut2016-06-061-1/+1
* examples/plugin_new_macro.py: fix spaceshut2016-06-021-3/+3
* added CONTRIBUTING.mdhut2016-05-271-0/+15
* Remove redundant checkmrogalski2016-05-241-2/+0
* widgets.browsercolumn: update commenthut2016-05-241-9/+1
* merge setting "relative_line_numbers" into "line_numbers"hut2016-05-245-20/+20
* Merge branch 'linum' of https://github.com/mrogalski/rangerhut2016-05-245-2/+70
|\
| * Add man description.Mark Rogalski2016-05-162-1/+17
| * Disable line numbering by defaultMark Rogalski2016-05-161-0/+4
| * Delete the directory color attr for line numberMark Rogalski2016-05-161-1/+1
| * Set linum_text_len to digits of visible filesMark Rogalski2016-05-161-4/+2
| * Add comment with line num implementation rationaleMark Rogalski2016-05-161-0/+10
| * Add relative line numbersMark Rogalski2016-05-162-2/+19
| * Create the linum_format just onceMark Rogalski2016-05-161-3/+3
| * Add self.settings.line_numbers to keyMark Rogalski2016-05-161-1/+2
| * Fix off-by-one error in space calculationMark Rogalski2016-05-161-1/+7
| * Add a "line_numbers" settingMark Rogalski2016-05-162-3/+2
| * Add space between end of line number and tagMark Rogalski2016-05-161-1/+1
| * Remove superfluous str() from formatting linumMark Rogalski2016-05-161-1/+1
| * Draw the line number field in main_column onlyMark Rogalski2016-05-161-1/+2
| * Fix ragged line number fieldsMark Rogalski2016-05-161-1/+5
| * Add calculating the line number field lengthMark Rogalski2016-05-161-1/+8
| * Add line number to the predisplay_leftMark Rogalski2016-05-161-0/+5
| * Merge pull request #1 from hut/mastermrogalski2016-05-152-3/+3
| |\
* | | Manpage: added documentation about commands in pluginshut2016-05-242-3/+11
* | | Merge branch 'fix-plugin-import' of https://github.com/dflupu/rangerhut2016-05-241-1/+3
|\ \ \
| * | | use importlib to load pugins, and try to load commands from themDaniel Lupu2016-05-191-1/+3
* | | | core.linemode: fix crash when `file` failshut2016-05-211-2/+5
|/ / /
* | / Handle broken w3m-img pipe on exitDugan Chen2016-05-171-1/+8
| |/ |/|
* | doc/ranger.pod: fix #544 in man page source file toohut2016-05-131-1/+1