summary refs log tree commit diff stats
path: root/ranger/shared
Commit message (Expand)AuthorAgeFilesLines
* added 2 options: display_size_in_{main_column,status_bar}hut2010-04-051-0/+2
* Added a setting for the column ratioshut2010-04-041-0/+1
* shared.settings: prioritize custom settings over defaultshut2010-03-311-6/+6
* fixed memory leakhut2010-03-301-4/+4
* gui.colorscheme: fixed circular importhut2010-03-301-72/+13
* implemented settings with signalshut2010-03-301-88/+135
* fixed --clean, which was violated in ranger.shared.settingshut2010-03-291-6/+9
* added option "save_console_history"hut2010-03-291-0/+1
* new option: colorscheme_overlayhut2010-03-281-0/+5
* renamed three options, display a warning if the old ones are usedhut2010-03-281-3/+17
* added an extra option: draw_bookmark_bordershut2010-03-281-0/+1
* add case_insensitive setting for directory sort orderLucas de Vries2010-03-281-0/+1
* added option "draw_borders" for borders around the columnshut2010-03-191-0/+1
* Added option "preview_directories"hut2010-03-191-0/+1
* Added option "shorten_title"hut2010-03-191-0/+1
* colorschemes: more efficient and simple color importing.hut2010-03-171-16/+37
* use the builtin mimetype supporthut2010-03-171-6/+3
* Changed the local config file name from "rangerrc.py" to "options.py"hut2010-03-141-2/+2
* working on the configuration system / main methodhut2010-03-121-39/+45
* misc changeshut2010-03-121-1/+1
* colorschemes: use "Scheme" as the default class name for colorschemeshut2010-02-281-6/+7
* colorschemes: 1. fixed jungle, 2. use "Default" scheme by defaulthut2010-02-281-10/+18
* Changed license to the GNU General Public Licensehut2010-02-283-33/+36
* settings: check the type of optionshut2010-02-251-11/+35
* todo: finished #63: limit filesize in previewshut2010-02-251-0/+1
* typoshut2010-02-151-1/+1
* options: add the option to show the cursor all the timehut2010-02-141-1/+1
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-091-1/+1
* implemented #58: update terminal titlehut2010-02-091-1/+1
* made configuration more simplehut2010-01-251-2/+14
* settings: allow to toggle flushinputhut2010-01-191-1/+1
* options: allow to specify how to recognize "hidden files"hut2010-01-181-0/+1
* settings: removed (buggy) auto_load_previewhut2010-01-141-1/+1
* added license informationhut2010-01-083-0/+42
* bookmarks: added testcase, documentation, settinghut2010-01-011-1/+1
* fixed tabshut2009-12-311-2/+2
* implemented sortinghut2009-12-241-1/+2
* improved auto-previewshut2009-12-221-0/+1
* Added option for autoloading previews.hut2009-12-201-1/+1
* added an option for collapse_previewhut2009-12-141-0/+1
* Don't initialize options while importing.hut2009-12-141-38/+41
* clean ups, commentshut2009-12-132-1/+3
* restructurationshut2009-12-111-1/+1
* moved commands from fm.py to actions.py, cleanupshut2009-12-111-3/+3
* Restructurationhut2009-12-103-0/+73