summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | added KeyManagerhut2010-04-0711-538/+650
| | * | | | | | | | | | gui.ui: improvements in handling of special keyshut2010-04-072-4/+24
| | * | | | | | | | | | Implement alt keys in corehut2010-04-074-19/+28
| | * | | | | | | | | | container.keymap: support for Alt keyhut2010-04-071-1/+6
| | * | | | | | | | | | updated container.keymap + testcase to work with new ext.directionhut2010-04-071-10/+2
| | * | | | | | | | | | core.action: fixeshut2010-04-072-2/+9
| | * | | | | | | | | | Merge branch 'devel' into newkeyhut2010-04-0732-809/+1341
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newkeyhut2010-03-2445-3181/+1012
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | keyparser: test for collisions with directories of a lenght > 1hut2010-03-091-13/+15
| | * | | | | | | | | | | | keyparser: updaded copying notice in new fileshut2010-03-093-33/+36
| | * | | | | | | | | | | | keyparser: stuffhut2010-03-096-28/+307
| | * | | | | | | | | | | | keyparser: lots of stuffhut2010-03-094-37/+68
| | * | | | | | | | | | | | keyparser: fixeshut2010-03-092-7/+6
| | * | | | | | | | | | | | keyparser: renamed KeyMap.add to KeyMap.maphut2010-03-094-57/+29
| | * | | | | | | | | | | | keyparser: swapped argument order in KeyMap.add()hut2010-03-091-2/+2
| | * | | | | | | | | | | | keyparser: allow passive actions (for hints, show bookmarks)hut2010-03-091-1/+9
| | * | | | | | | | | | | | integrating keyparser...hut2010-03-092-9/+66
| | * | | | | | | | | | | | working on the implementation of the new key parserhut2010-03-099-39/+61
| | * | | | | | | | | | | | keyparser: moved classes from test/ to ranger/hut2010-03-095-280/+458
| | * | | | | | | | | | | | custom: "enter" = shortcut for "1l"hut2010-03-091-0/+3
| | * | | | | | | | | | | | custom: keys: added aliases (J => ^D, K => ^U) for quick movementhut2010-03-091-0/+4
| | * | | | | | | | | | | | custom: added ] key: tag next and runhut2010-03-091-0/+12
| * | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-149-62/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into develhut2010-04-143-14/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-147-23/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into develhut2010-04-139-24/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Grey out copied/cut files.hut2010-04-125-1/+15
| * | | | | | | | | | | | | | | cleanuphut2010-04-127-46/+42
| * | | | | | | | | | | | | | | Fixed handling of directories with GC'd subdirshut2010-04-122-7/+9
| * | | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-099-24/+122
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | / / / / / / | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-081-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ext.direction: bugfixhut2010-04-081-1/+1
| * | | | | | | | | | | | | | | made accumualtor use ext.directory.Directoryhut2010-04-088-40/+26
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | use fm as arg.wdg in initialize_commands()hut2010-04-071-1/+1
| * | | | | | | | | | | | | | defaults.keys: use _basic_movement in initialize_commandshut2010-04-071-7/+3
| * | | | | | | | | | | | | | core.actions: Make fm FileManagerAwarehut2010-04-071-2/+2
| * | | | | | | | | | | | | | widgets.console: use Direction in move()hut2010-04-072-19/+31
| * | | | | | | | | | | | | | widgets.pager: re-added move_horizontal, displaying warning messagehut2010-04-071-0/+4
| * | | | | | | | | | | | | | dc_direction: added test_move()hut2010-04-071-2/+13
| * | | | | | | | | | | | | | core.actions: use Direction in move()hut2010-04-073-20/+11
| * | | | | | | | | | | | | | widgets.pager: use Direction object in move()hut2010-04-074-79/+71
| * | | | | | | | | | | | | | core.actions: more accurate checkshut2010-04-071-2/+2
| * | | | | | | | | | | | | | fixeshut2010-04-073-6/+6
| * | | | | | | | | | | | | | replace fm.move_pointer/move_right with fm.movehut2010-04-073-9/+9
| * | | | | | | | | | | | | | core.actions.move_right(): bugfixhut2010-04-072-2/+6
| * | | | | | | | | | | | | | defaults.keys: fixed hint for c-keyhut2010-04-071-1/+1
| * | | | | | | | | | | | | | core.actions: unified the movement functionshut2010-04-073-53/+106
| * | | | | | | | | | | | | | defaults.keys: removed duplicate key definitionhut2010-04-061-2/+0
| * | | | | | | | | | | | | | core.actions: move dummy function to an extra sectionhut2010-04-061-5/+9
| * | | | | | | | | | | | | | ext.direction: simplification + docshut2010-04-061-99/+51