summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.action: make pager_move work in log too (key W)hut2013-04-241-1/+4
* container.settings: fix "setintag" with certain settingshut2013-04-211-8/+12
* container.tags: added TODO entryhut2013-04-201-0/+2
* config/commands: implemented :setintag <tags> <option>=<value>hut2013-04-203-7/+32
* Fix plugin names in log viewEmanuel Guevel2013-04-131-1/+1
* core.fm: disable garbage collecting old directorieshut2013-04-121-4/+4
* ext.vcs.vcs: use more traditional syntax in dict expressionhut2013-04-081-1/+1
* core.fm: only apply open_all_files to cmds with $@hut2013-04-071-1/+2
* ext.img_display: allow using W3MIMGDISPLAY_PATH env varhut2013-03-241-2/+5
* Fix Issue #80 that crashed ranger when resized too smallAbdo Roig-Maranges2013-03-241-21/+27
* container.directory: fix pointer in refilter, not in sorthut2013-03-241-6/+2
* container.directory: move refilter() to the right placehut2013-03-241-2/+2
* fix missing quotes in shell macrosAbdo Roig-Maranges2013-03-211-1/+1
* widgets.browserview: resize when toggling draw_bordershut2013-03-171-0/+6
* gui.ui: remove curses.setupterm() instructionhut2013-03-171-1/+0
* settings: sanitize in separate signal with higher priorityhut2013-03-161-12/+11
* settings: use regexes for local settingshut2013-03-151-4/+13
* settings: fix maximum line widthhut2013-03-151-3/+6
* settings: make setlocal work with all settingshut2013-03-151-0/+5
* ext.img_display.clear: adjust widthhut2013-03-151-1/+1
* rc.conf: added keybinding to get to /usr/share/doc/rangerhut2013-03-141-0/+1
* widgets.browsercolumn: don't use list.clear(), py2 incompatiblehut2013-03-141-2/+2
* container.settings: added notice that "show_cursor" aint workinghut2013-03-121-1/+1
* container.fsobject: make it "SettingsAware"hut2013-03-123-6/+4
* api.commands: make SETTINGS_RE privatehut2013-03-121-2/+2
* container.directory: remove "signal" argument for refilterhut2013-03-121-1/+1
* container.directory: remove unnecessary refilter()hut2013-03-101-1/+0
* container.directory: fix wrong check for Nonehut2013-03-101-1/+1
* simplified previous commithut2013-03-092-6/+2
* config/commands.py: faster filteringhut2013-03-093-19/+35
* directory: typohut2013-03-091-1/+1
* Add setting "open_all_images", removing "sxiv_opens_all_images"hut2013-03-063-15/+34
* core.fm: use "basename" instead of "path" in sxiv hookhut2013-03-051-3/+3
* added a rifle hook for better sxiv integrationhut2013-03-053-0/+24
* core.runner: dont switch to console when using "s" flaghut2013-03-041-0/+1
* core.fm: removed unnecessary importhut2013-03-041-1/+0
* vcs extension: fix vcs file status detectionAbdo Roig-Maranges2013-03-034-29/+43
* gui.color: improved get_colorhut2013-03-011-5/+4
* gui.color: remove "remove_attr" functionhut2013-03-011-6/+0
* ranger.fsobject: added BAD_INFO constanthut2013-03-011-1/+1
* config/rifle.conf: fix pager labelhut2013-03-011-1/+1
* renamed container.settingobject to container.settingshut2013-03-014-9/+8
* removed compatibility for "hidden_filter" option being a regexhut2013-03-012-8/+2
* settingobject: remove complexity of shorten_title settinghut2013-03-011-1/+1
* simplify sanitizing of settings and core.shared modulehut2013-03-013-61/+51
* core.tab: consistent return value in get_selection()hut2013-03-011-3/+1
* added compatibility layer for ranger.fsobject modulehut2013-03-011-0/+5
* moved fsobject.* to container.*hut2013-03-018-18/+11
* rifle: added --version optionhut2013-03-011-1/+3
* doc/ranger.1: documented :scout commandhut2013-03-011-1/+20