about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * api.apps: fix bug with undefined appshut2011-10-051-1/+1
| |
| * core.runner: print more debug outputhut2011-10-051-1/+1
| |
| * manpage: updatehut2011-10-052-32/+34
| |
| * Makefile: updatehut2011-10-051-4/+8
| |
| * removed doc/TODO; use "make todo"hut2011-10-056-118/+8
| |
| * README: polished, removed INSTALLhut2011-10-053-76/+46
| |
| * defaults/commands: added cunmap, punmap, tunmaphut2011-10-053-5/+97
| |
| * gui.ui: Add "loading..." indicator on startuphut2011-10-051-0/+2
| |
| * Makefile: added "make todo" and added some notes in codehut2011-10-053-1/+6
| |
| * widgets.console: Fixed drawing of wide charactershut2011-10-051-7/+4
| |
| * widgets.console: fixed crash when typing special keyshut2011-10-051-1/+3
| |
| * defaults/rc.conf: Fixed bad keybindingshut2011-10-051-2/+2
| |
| * ext.keybindings: more meaningful error messageshut2011-10-052-8/+10
| |
| * ranger.py: made the argument optional in embedded bash scripthut2011-10-041-15/+16
| |
| * defaults/rc.conf: use copyXmap to simplify rc.confhut2011-10-031-91/+84
| |
| * defaults/commands: Added copypmap, copytmap, copycmaphut2011-10-033-3/+29
| |
| * core.actions: Added wrappers for common pager/taskview methodshut2011-10-031-0/+18
| |
| * defaults.commands: added alias command, overhauled alias systemhut2011-10-034-16/+24
| |
| * defaults.commands: Added unmap commandhut2011-10-033-12/+43
| |
| * defaults.commands: Added copymap commandhut2011-10-032-5/+36
| |
| * core.actions: added %rangerdir macrohut2011-10-031-0/+2
| |
| * fsobject.directory: Fix infinite recursion loophut2011-10-031-0/+1
| |
| * core.actions: Fix another garbage collection bughut2011-10-031-1/+1
| |
| * defaults.apps: safer sxiv handlerhut2011-10-031-1/+4
| |
| * core.actions: expanduser in source_commandlist()hut2011-10-031-0/+1
| |
| * core.environment: fixed crash induced by previous commithut2011-10-032-3/+4
| |
| * core.environment: trying to fix garbage collection errorhut2011-10-031-5/+8
| |
| * core.actions: REALLY fix that decoding errorhut2011-10-021-1/+8
| |
| * defaults/rc.conf: key "v" toggles instead of sets markinghut2011-10-021-1/+1
| |
| * core.actions: smarter open() in get_previewhut2011-10-021-1/+1
| |
| * core.actions: fix decoding error when previewing some fileshut2011-10-021-1/+3
| |
| * api.apps: fixed error messagehut2011-10-021-0/+2
| |
| * core.actions: sanitize input of {set,enter,unset}_bookmarkhut2011-10-021-4/+4
| |
| * Changed version to 1.5.0hut2011-10-024-13/+4
| |
| * Merge branch 'stable'hut2011-10-023-6/+19
| |\ | | | | | | | | | | | | | | | Conflicts: doc/ranger.1 ranger/defaults/keys.py
| * | api.apps: removed the need to use tup() in app definitionshut2011-10-023-41/+56
| | | | | | | | | | | | you can still use it if you want.
| * | defaults/apps.py: added sxivhut2011-10-021-7/+23
| | |
| * | defaults/rc.conf: added missing keys, fixed tab_newhut2011-10-022-19/+32
| | |
| * | core.runner: updated docstringhut2011-10-021-1/+3
| | |
| * | widgets.console: increased efficiencehut2011-10-022-16/+12
| | |
| * | api.commands: fixed narg stuffhut2011-10-021-8/+11
| | |
| * | widgets.browserview: re-added _draw_borders methodhut2011-10-021-0/+47
| | |
| * | doc/ranger.1: updated manpagehut2011-10-012-73/+123
| | |
| * | defaults/commands: removed "console!" and fixed "chmod" commandhut2011-10-011-13/+3
| | |
| * | core.shared: silence a warning when using ranger as roothut2011-10-011-1/+2
| | |
| * | widgets.pager: fixed some problems with pager/embedded_pagerhut2011-10-013-6/+13
| | |
| * | core.main: fixed --list-unused-keys in python3.2hut2011-10-011-1/+1
| | |
| * | core.helper: fixed command loading with --cleanhut2011-10-011-1/+4
| | |
| * | core.helper: removed obsolete import when using --cleanhut2011-10-011-1/+1
| | |
| * | defaults/rc.conf: fixed typoshut2011-10-011-2/+2
| | |