summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* The hard work of the electrons must be respected. v1.5.2hut2011-10-241-1/+1
|
* gui.curses_shortcuts: Fix 97e724a3 for addstr() with one argumenthut2011-10-242-10/+12
|
* The hard work of the computer must be respected. v1.5.1hut2011-10-241-2/+2
|
* core.actions: Added comment about possible bughut2011-10-241-0/+3
|
* Added constant ranger.STABLE to indicate stable versionshut2011-10-232-1/+3
|
* gui.curses_shortcuts: Fix unicode bug with surrogateshut2011-10-231-2/+12
|
* defaults/commands: Fixed tab completion of :shellhut2011-10-211-1/+1
|
* core.actions: added --choosefiles option + dochut2011-10-212-0/+10
|
* defaults/rc.conf: Fixed ot and oT keyshut2011-10-191-2/+2
|
* api.commands: Fixed Commands.rest()hut2011-10-191-2/+2
|
* core.fm: Fixed zombie invasionshut2011-10-182-0/+9
|
* ext.spawn: Use shell=True when argument is a stringhut2011-10-171-1/+3
|
* emit a signal when a directory finishes loading contenthut2011-10-171-0/+1
|
* core.actions: added fm.select_file()hut2011-10-171-0/+5
|
* core.actions: typohut2011-10-161-1/+1
|
* core.actions: Safer _get_macros()hut2011-10-161-10/+29
|
* ext.keybindings_parser: fixed --list-unused-keyshut2011-10-151-3/+3
|
* FOR THE HURD v1.5.0hut2011-10-111-1/+1
|
* gui.ansi: simplified more + another test casehut2011-10-111-7/+12
|
* gui.ansi: simplifiedhut2011-10-111-12/+13
|
* gui.ansi: Added another test casehut2011-10-111-0/+7
|
* gui.ansi: Fix test case in char_slicehut2011-10-112-34/+34
|
* defaults.commands: Fixed "gL" keyhut2011-10-111-0/+2
|
* defaults/apps: added documentationhut2011-10-111-17/+83
|
* defaults/options: more documentationhut2011-10-111-44/+88
|
* defaults.commands: replaced introductionhut2011-10-111-52/+73
|
* defaults.commands: Fixed bug in :find from 2a5a8336hut2011-10-111-1/+1
|
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-0/+1
| | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink.
* ext.keybinding_parser: shortened construct_keybinding()hut2011-10-111-4/+1
|
* ext.keybinding_parser: prettier KeyBuffer.__str__hut2011-10-111-1/+1
|
* ext.keybinding_parser: Prettier key_to_string()hut2011-10-112-3/+10
|
* core.actions: Pretty list of undocumented commandshut2011-10-111-2/+8
|
* defaults.commands: updated code of :findhut2011-10-111-1/+1
|
* defautls/options.py: use_preview_script = True after allhut2011-10-111-1/+1
|
* Updated copyright headershut2011-10-1056-56/+56
| | | | As much as I hate this, it has to be done
* fsobject.directory: use BAD_INFOhut2011-10-101-1/+2
|
* container.__init__: removed import shortcutshut2011-10-103-4/+2
|
* removed completely retarded colorscheme "texas"hut2011-10-102-73/+2
|
* core.fm: removed old codehut2011-10-101-6/+0
|
* core.actions: Fixed %t tag in --clean modehut2011-10-101-1/+1
|
* core.helper: Cleaned up load_settingshut2011-10-102-33/+16
| | | | | | | 1. put all the common operations before the "if" 2. put the loader of custom commands AFTER loading default commands 3. removed the load_default_rc guessing code, that might lead to unexpected behaviour.
* fixed some documentationhut2011-10-101-1/+1
|
* api.commands: finished merging ext.command_parser into apihut2011-10-103-175/+60
|
* core.actions: Don't shell-escape macros for non-shell commandshut2011-10-104-51/+52
|
* core.actions: shortened long linehut2011-10-101-1/+2
|
* core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-102-4/+4
|
* gui.curses_shortcuts: simplificationshut2011-10-102-35/+7
| | | | | | The UnicodeEncodeError hardly ever occurs anymore, since other unicode fixes were implemented. I see no reason to keep the error handlers there.
* fsobject.fsobject: Added fsobject._mark back inhut2011-10-102-5/+9
| | | | This way you can do :eval fm.env.cf.mark(True) and other cool things.
* widgets.browsercolumn: Removed redundant try/except blockhut2011-10-101-9/+4
|
* core.actions: Removed fm.search_forward attribute (not used)hut2011-10-101-6/+0
|