summary refs log tree commit diff stats
path: root/ranger/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed some docstringshut2010-06-091-1/+1
* ext.lazy_property: fixed indentation in docstringhut2010-05-301-3/+3
* defaults.keys: added key ^V for marking files in a specific directionhut2010-05-261-1/+1
* Added ranger.ext.lazy_propertyhut2010-05-221-0/+25
* Merge branch 'utf'hut2010-05-171-0/+109
|\
| * utf: reorderinghut2010-05-171-24/+23
| * fixed utf stuffhut2010-05-171-11/+49
| * utf stuffhut2010-05-101-5/+13
| * attempt to fix utf issues (wrong calculation of width)hut2010-05-101-0/+64
* | Added ranger.ext.spawn which runs programs and returns their stdouthut2010-05-131-0/+27
|/
* ext.human_readable: round(number, 2)hut2010-05-061-1/+1
* ext.accumulator: added commenthut2010-05-021-0/+1
* shutil_generatorized: fixed bad destination name on move+overwritehut2010-04-261-2/+2
* ext.shutil_generatorized: fixed __all__hut2010-04-201-1/+1
* ext.shutil_generatorized: little optimizationhut2010-04-201-2/+2
* ext.shutil_generatorized: remove unused functions/importshut2010-04-201-36/+0
* Clean uphut2010-04-191-2/+2
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
* ext.keybinding_parser: fixed function keyshut2010-04-191-0/+3
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-161-1/+1
* keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-161-0/+96
* dirarg: improvedhut2010-04-141-7/+4
* dirarg: cleanuphut2010-04-141-2/+2
* dirarg: fully functioning nowhut2010-04-141-1/+3
* Merge branch 'master' into newkeyhut2010-04-131-0/+21
|\
| * Merge branch 'master' of ssh://repo.or.cz/srv/git/rangerhut2010-04-121-0/+21
| |\
| | * Fixed little tab completion bughut2010-04-111-0/+21
* | | added Direction.select()hut2010-04-121-0/+7
* | | Merge branch 'master' into newkeyhut2010-04-123-35/+30
|\| |
| * | cleanuphut2010-04-123-35/+30
| |/
* | Merge branch 'master' into newkeyhut2010-04-092-4/+24
|\|
| * ext.shutil_generatorized: silently ignore permission exceptionshut2010-04-091-4/+8
| * added :set <name>=<value> commandhut2010-04-081-0/+16
* | partially fix tc_newkeyshut2010-04-091-0/+1
* | Merge branch 'devel' into newkeyhut2010-04-082-29/+15
|\ \
| * | ext.direction: bugfixhut2010-04-081-1/+1
| * | made accumualtor use ext.directory.Directoryhut2010-04-081-28/+14
* | | Merge branch 'devel' into newkeyhut2010-04-073-117/+211
|\| |
| * | dc_direction: added test_move()hut2010-04-071-2/+13
| * | core.actions: use Direction in move()hut2010-04-071-2/+4
| * | widgets.pager: use Direction object in move()hut2010-04-072-23/+31
| * | core.actions: unified the movement functionshut2010-04-071-2/+20
| * | ext.direction: simplification + docshut2010-04-061-99/+51
| * | imported ext.direction from newkey branchhut2010-04-061-0/+121
| |/
| * removed RegexpSignalDispatcher, I don't use ithut2010-03-311-52/+0
| * ext.signal_dispatcher: fixed weak refs to bound methodshut2010-03-301-5/+18
| * tc_signal: added more tests (some still fail!)hut2010-03-301-10/+20
| * added RegexpSignalDispatcher though im not sure if ill use ithut2010-03-301-0/+53
| * added SignalDispatcher classhut2010-03-301-0/+79