about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* | core.fm: fix shell escaping when using feh + "open_all_images"hut2013-06-071-1/+1
* | core.actions: update preview when changing file in pagerhut2013-05-011-0/+3
|/
* core.actions: reduce code dupliactionhut2013-04-241-12/+3
* core.actions: pressing "i" opens ui.pager, not ui.browser.pagerhut2013-04-241-3/+9
* core.action: make pager_move work in log too (key W)hut2013-04-241-1/+4
* config/commands: implemented :setintag <tags> <option>=<value>hut2013-04-201-2/+2
* Fix plugin names in log viewEmanuel Guevel2013-04-131-1/+1
* core.fm: disable garbage collecting old directorieshut2013-04-121-4/+4
* core.fm: only apply open_all_files to cmds with $@hut2013-04-071-1/+2
* Add setting "open_all_images", removing "sxiv_opens_all_images"hut2013-03-061-11/+30
* core.fm: use "basename" instead of "path" in sxiv hookhut2013-03-051-3/+3
* added a rifle hook for better sxiv integrationhut2013-03-051-0/+19
* core.runner: dont switch to console when using "s" flaghut2013-03-041-0/+1
* core.fm: removed unnecessary importhut2013-03-041-1/+0
* renamed container.settingobject to container.settingshut2013-03-012-5/+4
* simplify sanitizing of settings and core.shared modulehut2013-03-012-60/+16
* core.tab: consistent return value in get_selection()hut2013-03-011-3/+1
* moved fsobject.* to container.*hut2013-03-012-2/+2
* Fix docstrings to comply with the PEP8hut2013-02-227-31/+20
* core.main: added RANGER_LOAD_DEFAULT_RC environment variablehut2013-02-221-4/+1
* updated copyright noticeshut2013-02-228-8/+8
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-228-8/+8
* core.actions: fix a rare, silent exceptionhut2013-02-221-1/+1
* core.shared: silence "missing preview script" message @ starthut2013-02-211-1/+1
* core.loader: handle race condition when process quits unexpectedlyhut2013-02-191-2/+10
* README: removed bash dependencyhut2013-02-181-1/+1
* ranger.1: update list of ranger optionshut2013-02-181-5/+5
* core.main: made --mode and --flag deprecatedhut2013-02-171-4/+6
* core.main: made --fail-unless-cd deprecatedhut2013-02-171-7/+11
* core.loader: actually kill the process when using kill_on_pausehut2013-02-171-0/+1
* core.loader: Fix passing stdin to commands in python3hut2013-02-171-3/+8
* core.loader: Added input and kill_on_pause options to CommandLoaderhut2013-02-161-4/+23
* core.fm: create $confdir when using --copy-confighut2013-02-161-0/+10
* core.actions: Don't break "uq" key on fm.reset()hut2013-02-151-1/+0
* removed all trailing whitespaceshut2013-02-102-2/+2
* replaced tabs with 4 spaces in all python fileshut2013-02-108-2510/+2510
* core.actions: Warn about missing or non-executable scope.shhut2013-02-101-0/+14
* core.tab: Fix files being treated as dirs after renamehut2013-02-051-8/+3
* core.fm: ask user to update configs when updating rangerhut2013-02-051-1/+5
* fsobject.file: remove is_image(), use existing "image" attributehut2013-02-031-2/+2
* Add 'preview_images' settingEmanuel Guevel2013-02-021-2/+2
* Display image preview using w3mimgdisplayEmanuel Guevel2013-02-021-2/+12
* core.tab: fix incorrect pointer on tab changehut2013-01-281-1/+7
* core.main: Fix plugins when using custom color schemeshut2013-01-121-0/+4
* core.actions: fix another case in tab_openhut2012-12-171-1/+4
* core.actions: fix incorrect tab creation in tab_openhut2012-12-171-5/+4
* core.tab: fix %s macro in empty directorieshut2012-12-151-1/+3
* core.actions: make macros %F/%S work with new tab systemhut2012-12-141-3/+3
* core.tab: make tab.get_selection() cursor-agnostichut2012-12-141-1/+4
* core.loader: ensure that loaders are stopped on errorhut2012-12-111-4/+8