Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
|/ / | ||||||
* | | Merge branch 'color256' of https://github.com/lverweijen/ranger | hut | 2016-03-20 | 1 | -2/+9 | |
|\ \ | ||||||
| * | | Support 256 colours if available | lverweijen | 2016-03-08 | 1 | -2/+9 | |
| |/ | ||||||
* | | Merge branch 'pqiv' of https://github.com/noctuid/ranger | hut | 2016-03-20 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | open_all_images support for pqiv | noctuid | 2016-03-20 | 1 | -1/+7 | |
| |/ | ||||||
* / | Added toggle mode for cut/copy actions. | The Flying Rapist | 2016-03-20 | 2 | -1/+5 | |
|/ | ||||||
* | adding ability to clear folder filter upon navigating from it. optional and ↵ | Vitaly Belman | 2016-03-06 | 3 | -0/+9 | |
| | | | | false by default. | |||||
* | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-02-29 | 4 | -5/+28 | |
|\ | ||||||
| * | VCS: pause thread during ui.suspend() | nfnty | 2016-02-29 | 4 | -5/+28 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-02-28 | 16 | -1546/+1073 | |
|\| | ||||||
| * | VCS: statusbar: Fix date format | nfnty | 2016-02-25 | 1 | -5/+6 | |
| | |