summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Set linum_text_len to digits of visible filesMark Rogalski2016-05-161-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 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
| | | | | This avoids badly cached display_data when changing the setting in a running program.
* 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
| | | | | 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 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
|\ | | | | merge with hut
| * doc/ranger.pod: fix #544 in man page source file toohut2016-05-131-1/+1
| |
| * `draw_progress_bar_in_statusbar' does not existmrogalski2016-05-111-2/+2
|/
* Merge branch 'patch-1' of https://github.com/EdwardBetts/rangerhut2016-05-071-1/+1
|\
| * bug fix for % formatter changeEdward Betts2016-05-071-1/+1
| | | | | | The values pos and max_pos are both integers, but we want to use floating point division.
| * use % formatterEdward Betts2016-04-111-1/+1
| |
* | Merge branch 'master' of https://github.com/ajtluser/rangerhut2016-05-061-0/+9
|\ \
| * | Add __eq__, __neq__, and __hash__ to class FileA. Lopes2016-04-081-0/+9
| |/ | | | | | | | | Uses the File's path variable for both equality testing and hashing. Fix for issue #483.
* | core.actions: fix calculation of program indiceshut2016-05-061-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 ↵hut2016-05-061-3/+6
|\ \ | | | | | | | | | https://github.com/NoSuck/ranger
| * | Program indices now line up nicely.The Flying Rapist2016-04-111-3/+6
| | |
* | | widgets.view_miller: fix warning when toggling view modehut2016-05-061-1/+1
| | |
* | | container.fsobject: Don't take subscript numbers for integershut2016-04-251-2/+3
| | | | | | | | | | | | fixes #535
* | | colorschemes/jungle: fix a syntax error (missing backslash)Wojciech Siewierski2016-04-221-1/+1
| | |
* | | core.loader: in safeDecode, don't crash on broken unicodehut2016-04-151-1/+2
| | |
* | | doc/ranger.1: document :source commandhut2016-04-152-1/+20
| | |
* | | core.actions: explicitly close file descriptorhut2016-04-151-12/+13
| | | | | | | | | | | | | | | | | | Thanks to Ale1ster for pointing it out. Fixes #529
* | | colorschemes/solarized: tint the inactive pane in multipane viewhut2016-04-071-0/+3
| | |
* | | colorschemes: tint the inactive pane in multipane view in cyanhut2016-04-072-1/+5
| | |
* | | gui.ui: redraw ui when toggling viewmodehut2016-04-061-0/+1
| |/ |/|
* | gui.widgets.view_multipane: display infostringhut2016-04-061-0/+1
| |
* | rc.conf: added key binding Ms for `:linemode sizemtime`hut2016-04-061-0/+1
| |
* | Merge branch 'mtime_linemode' of https://github.com/alphapapa/ranger into masterhut2016-04-062-1/+23
|\ \
| * | Add MtimeLinemode and SizeMtimeLinemodeAdam Porter2016-04-052-1/+23
| | |
* | | Revert "core.linemode: Implement ModificationTimeLinemode"hut2016-04-062-13/+1
| | | | | | | | | | | | This reverts commit 94ce103247332a8ad56bb41a7245546f824971c3.
* | | Revert "core.linemode: Changed timestamp formatting in mtime linemode"hut2016-04-061-2/+1
| | | | | | | | | | | | This reverts commit 4dcbb42adaf42e9c154ac3011ddedec2793c090a.
* | | rc.conf: added key binding Mm for `:linemode mtime`hut2016-04-061-0/+1
| | |
* | | core.linemode: Changed timestamp formatting in mtime linemodehut2016-04-061-1/+2
| | |
* | | Merge branch 'mtime_linemode' of https://github.com/Vifon/rangerhut2016-04-062-1/+13
|\ \ \
| * | | core.linemode: Implement ModificationTimeLinemodeWojciech Siewierski2016-04-052-1/+13
| |/ / | | | | | | | | | Closes #520.
* / / rebuilt man pagehut2016-04-061-0/+5
|/ /
* | implement switching viewmodes with ~ keyhut2016-04-044-10/+21
| |
* | make `set foo!` cycle through non-boolean options toohut2016-04-042-1/+21
| |
* | allow toggling options with `:set <option>!`hut2016-04-035-16/+71
| |
* | reverted back to miller columnshut2016-04-022-19/+3
| |
* | fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f>hut2016-04-011-1/+1
| |
* | Midnight Commander-like colorshut2016-04-011-0/+16
| |