summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | Revert "core.linemode: Changed timestamp formatting in mtime linemode"hut2016-04-061-2/+1
* | | 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
| |/ /
* / / 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
* | Implement Midnight Commander-like mutlipane viewhut2016-04-0111-137/+312
* | doc/ranger.1: Added documentation for {yd}{art} key bindingshut2016-03-252-5/+11
* | updating docs with 'clear_filters_on_dir_change' flagVitaly Belman2016-03-251-0/+4
* | Merge branch 'gitignore-install-log' of https://github.com/cirosantilli/rangerhut2016-03-251-0/+1
|\ \
| * | gitignore install_log.txt generated by make installCiro Santilli2016-03-211-0/+1
* | | Merge branch 'set-bookmark-not-current' of https://github.com/cirosantilli/ra...hut2016-03-251-2/+7
|\ \ \
| * | | set_bookmark for directories other than the currentCiro Santilli2016-03-211-2/+7
| |/ /
* | | test_fsobject: fix syntax errorhut2016-03-251-2/+2
* | | Merge branch 'master' of https://github.com/lverweijen/rangerhut2016-03-252-3/+37
|\ \ \
| * | | Remove accidental prints for debugginglverweijen2016-03-221-4/+0
| * | | Make natural_sort's behaviour better definedlverweijen2016-03-082-3/+41
| | |/ | |/|
* | | Merge branch 'pqiv-rifle' of https://github.com/noctuid/rangerhut2016-03-251-0/+1
|\ \ \
| * | | Add pqiv to rifle.conf as image viewernoctuid2016-03-201-0/+1
| | |/ | |/|
* / | Add %confdir macroCiro Santilli2016-03-212-0/+3
|/ /
* | Merge branch 'color256' of https://github.com/lverweijen/rangerhut2016-03-201-2/+9
|\ \
| * | Support 256 colours if availablelverweijen2016-03-081-2/+9
| |/
* | Merge branch 'pqiv' of https://github.com/noctuid/rangerhut2016-03-201-1/+7
|\ \
| * | open_all_images support for pqivnoctuid2016-03-201-1/+7
| |/
* / Added toggle mode for cut/copy actions.The Flying Rapist2016-03-202-1/+5
|/
* adding ability to clear folder filter upon navigating from it. optional and f...Vitaly Belman2016-03-063-0/+9
* Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-294-5/+28
|\
| * VCS: pause thread during ui.suspend()nfnty2016-02-294-5/+28
* | Merge branch 'master' of https://github.com/nfnty/rangerhut2016-02-2816-1546/+1073
|\|
| * VCS: statusbar: Fix date formatnfnty2016-02-251-5/+6
| * VCS: Lazily initialize UI.vcsthreadnfnty2016-02-251-4/+8
| * VCS: Fix reinitialization on repodir deletionnfnty2016-02-101-31/+29