Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge branch 'mtime_linemode' of https://github.com/alphapapa/ranger into master | hut | 2016-04-06 | 2 | -1/+23 |
|\ \ | |||||
| * | | Add MtimeLinemode and SizeMtimeLinemode | Adam Porter | 2016-04-05 | 2 | -1/+23 |
| | | | |||||
* | | | Revert "core.linemode: Implement ModificationTimeLinemode" | hut | 2016-04-06 | 2 | -13/+1 |
| | | | | | | | | | | | | This reverts commit 94ce103247332a8ad56bb41a7245546f824971c3. | ||||
* | | | Revert "core.linemode: Changed timestamp formatting in mtime linemode" | hut | 2016-04-06 | 1 | -2/+1 |
| | | | | | | | | | | | | This reverts commit 4dcbb42adaf42e9c154ac3011ddedec2793c090a. | ||||
* | | | rc.conf: added key binding Mm for `:linemode mtime` | hut | 2016-04-06 | 1 | -0/+1 |
| | | | |||||
* | | | core.linemode: Changed timestamp formatting in mtime linemode | hut | 2016-04-06 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'mtime_linemode' of https://github.com/Vifon/ranger | hut | 2016-04-06 | 2 | -1/+13 |
|\ \ \ | |||||
| * | | | core.linemode: Implement ModificationTimeLinemode | Wojciech Siewierski | 2016-04-05 | 2 | -1/+13 |
| |/ / | | | | | | | | | | Closes #520. | ||||
* / / | rebuilt man page | hut | 2016-04-06 | 1 | -0/+5 |
|/ / | |||||
* | | implement switching viewmodes with ~ key | hut | 2016-04-04 | 4 | -10/+21 |
| | | |||||
* | | make `set foo!` cycle through non-boolean options too | hut | 2016-04-04 | 2 | -1/+21 |
| | | |||||
* | | allow toggling options with `:set <option>!` | hut | 2016-04-03 | 5 | -16/+71 |
| | | |||||
* | | reverted back to miller columns | hut | 2016-04-02 | 2 | -19/+3 |
| | | |||||
* | | fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f> | hut | 2016-04-01 | 1 | -1/+1 |
| | | |||||
* | | Midnight Commander-like colors | hut | 2016-04-01 | 1 | -0/+16 |
| | | |||||
* | | Implement Midnight Commander-like mutlipane view | hut | 2016-04-01 | 11 | -137/+312 |
| | | |||||
* | | doc/ranger.1: Added documentation for {yd}{art} key bindings | hut | 2016-03-25 | 2 | -5/+11 |
| | | |||||
* | | updating docs with 'clear_filters_on_dir_change' flag | Vitaly Belman | 2016-03-25 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'gitignore-install-log' of https://github.com/cirosantilli/ranger | hut | 2016-03-25 | 1 | -0/+1 |
|\ \ | |||||
| * | | gitignore install_log.txt generated by make install | Ciro Santilli | 2016-03-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'set-bookmark-not-current' of ↵ | hut | 2016-03-25 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | | | | | https://github.com/cirosantilli/ranger | ||||
| * | | | set_bookmark for directories other than the current | Ciro Santilli | 2016-03-21 | 1 | -2/+7 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: :set_bookmark a /home/me/a Motivation: make it easier to set bookmarks from environment variables on rc.conf. | ||||
* | | | test_fsobject: fix syntax error | hut | 2016-03-25 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/lverweijen/ranger | hut | 2016-03-25 | 2 | -3/+37 |
|\ \ \ | |||||
| * | | | Remove accidental prints for debugging | lverweijen | 2016-03-22 | 1 | -4/+0 |
| | | | | |||||
| * | | | Make natural_sort's behaviour better defined | lverweijen | 2016-03-08 | 2 | -3/+41 |
| | |/ | |/| | | | | | | | | | | | | | | | | The old version relied on comparing integers to strings which is not supported in Python 3 anymore and not a good practice in general anyway. It was also the case that 'hello2' was ordered before 'hello' instead of after, which I found to be non-intuitive. | ||||
* | | | Merge branch 'pqiv-rifle' of https://github.com/noctuid/ranger | hut | 2016-03-25 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Add pqiv to rifle.conf as image viewer | noctuid | 2016-03-20 | 1 | -0/+1 |
| | |/ | |/| | |||||
* / | | Add %confdir macro | Ciro Santilli | 2016-03-21 | 2 | -0/+3 |
|/ / |