Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | this will be linked in github when users open PRs or issues | ||||
* | 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 | 5 | -20/+20 |
| | | | | | | | 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 | 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 |
| | | | | | | | | | | | | | | 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. | ||||
| * | 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 |
| |\ | | | | | | | merge with hut | ||||
* | | | 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 |
| | | |||||
* | | `draw_progress_bar_in_statusbar' does not exist | mrogalski | 2016-05-11 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'patch-1' of https://github.com/EdwardBetts/ranger | hut | 2016-05-07 | 1 | -1/+1 |
|\ | |||||
| * | bug fix for % formatter change | Edward Betts | 2016-05-07 | 1 | -1/+1 |
| | | | | | | The values pos and max_pos are both integers, but we want to use floating point division. | ||||
| * | use % formatter | Edward Betts | 2016-04-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/ajtluser/ranger | hut | 2016-05-06 | 1 | -0/+9 |
|\ \ | |||||
| * | | Add __eq__, __neq__, and __hash__ to class File | A. Lopes | 2016-04-08 | 1 | -0/+9 |
| |/ | | | | | | | | | Uses the File's path variable for both equality testing and hashing. Fix for issue #483. | ||||
* | | core.actions: fix calculation of program indices | hut | 2016-05-06 | 1 | -4/+5 |
| | | | | | | | | | | The solutoin of @NoSuck used to break when you used "number 9999" in a declaration of some program. | ||||
* | | Merge branch 'draw_possible_programs-justified' of ↵ | hut | 2016-05-06 | 1 | -3/+6 |
|\ \ | | | | | | | | | | https://github.com/NoSuck/ranger | ||||
| * | | Program indices now line up nicely. | The Flying Rapist | 2016-04-11 | 1 | -3/+6 |
| | | | |||||
* | | | widgets.view_miller: fix warning when toggling view mode | hut | 2016-05-06 | 1 | -1/+1 |
| | | | |||||
* | | | container.fsobject: Don't take subscript numbers for integers | hut | 2016-04-25 | 1 | -2/+3 |
| | | | | | | | | | | | | fixes #535 | ||||
* | | | colorschemes/jungle: fix a syntax error (missing backslash) | Wojciech Siewierski | 2016-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | core.loader: in safeDecode, don't crash on broken unicode | hut | 2016-04-15 | 1 | -1/+2 |
| | | | |||||
* | | | doc/ranger.1: document :source command | hut | 2016-04-15 | 2 | -1/+20 |
| | | | |||||
* | | | core.actions: explicitly close file descriptor | hut | 2016-04-15 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | | | Thanks to Ale1ster for pointing it out. Fixes #529 | ||||
* | | | colorschemes/solarized: tint the inactive pane in multipane view | hut | 2016-04-07 | 1 | -0/+3 |
| | | | |||||
* | | | colorschemes: tint the inactive pane in multipane view in cyan | hut | 2016-04-07 | 2 | -1/+5 |
| | | | |||||
* | | | gui.ui: redraw ui when toggling viewmode | hut | 2016-04-06 | 1 | -0/+1 |
| |/ |/| | |||||
* | | gui.widgets.view_multipane: display infostring | hut | 2016-04-06 | 1 | -0/+1 |
| | | |||||
* | | rc.conf: added key binding Ms for `:linemode sizemtime` | hut | 2016-04-06 | 1 | -0/+1 |
| | |