Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container.keymap: support for Alt key | hut | 2010-04-07 | 2 | -1/+8 |
| | |||||
* | updated container.keymap + testcase to work with new ext.direction | hut | 2010-04-07 | 2 | -17/+11 |
| | |||||
* | core.action: fixes | hut | 2010-04-07 | 2 | -2/+9 |
| | |||||
* | Merge branch 'devel' into newkey | hut | 2010-04-07 | 1 | -4/+5 |
|\ | |||||
| * | comment out test_duck_typing | hut | 2010-04-07 | 1 | -4/+5 |
| | | |||||
* | | Merge branch 'devel' into newkey | hut | 2010-04-07 | 75 | -3442/+1990 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py ranger/defaults/keys.py ranger/ext/direction.py ranger/gui/ui.py ranger/gui/widgets/browserview.py ranger/gui/widgets/pager.py | ||||
| * | use fm as arg.wdg in initialize_commands() | hut | 2010-04-07 | 1 | -1/+1 |
| | | |||||
| * | defaults.keys: use _basic_movement in initialize_commands | hut | 2010-04-07 | 1 | -7/+3 |
| | | |||||
| * | core.actions: Make fm FileManagerAware | hut | 2010-04-07 | 1 | -2/+2 |
| | | |||||
| * | widgets.console: use Direction in move() | hut | 2010-04-07 | 2 | -19/+31 |
| | | |||||
| * | widgets.pager: re-added move_horizontal, displaying warning message | hut | 2010-04-07 | 1 | -0/+4 |
| | | |||||
| * | dc_direction: added test_move() | hut | 2010-04-07 | 2 | -2/+22 |
| | | |||||
| * | added test case for ranger.ext.direction | hut | 2010-04-07 | 1 | -0/+71 |
| | | |||||
| * | core.actions: use Direction in move() | hut | 2010-04-07 | 3 | -20/+11 |
| | | |||||
| * | widgets.pager: use Direction object in move() | hut | 2010-04-07 | 4 | -79/+71 |
| | | |||||
| * | core.actions: more accurate checks | hut | 2010-04-07 | 1 | -2/+2 |
| | | |||||
| * | fixes | hut | 2010-04-07 | 3 | -6/+6 |
| | | |||||
| * | make clean: fixed | hut | 2010-04-07 | 1 | -1/+1 |
| | | |||||
| * | replace fm.move_pointer/move_right with fm.move | hut | 2010-04-07 | 3 | -9/+9 |
| | | |||||
| * | core.actions.move_right(): bugfix | hut | 2010-04-07 | 2 | -2/+6 |
| | | |||||
| * | defaults.keys: fixed hint for c-key | hut | 2010-04-07 | 1 | -1/+1 |
| | | |||||
| * | core.actions: unified the movement functions | hut | 2010-04-07 | 3 | -53/+106 |
| | | |||||
| * | defaults.keys: removed duplicate key definition | hut | 2010-04-06 | 1 | -2/+0 |
| | | |||||
| * | core.actions: move dummy function to an extra section | hut | 2010-04-06 | 1 | -5/+9 |
| | | |||||
| * | ext.direction: simplification + docs | hut | 2010-04-06 | 1 | -99/+51 |
| | | |||||
| * | imported ext.direction from newkey branch | hut | 2010-04-06 | 1 | -0/+121 |
| | | |||||
| * | core.fm: bugfix | hut | 2010-04-06 | 1 | -2/+2 |
| | | |||||
| * | widgets.console: bugfix | hut | 2010-04-06 | 1 | -3/+5 |
| | | |||||
| * | defaults.options: changed comment | hut | 2010-04-06 | 1 | -1/+2 |
| | | |||||
| * | widgets.console: Catch a harmless exception | hut | 2010-04-06 | 1 | -1/+5 |
| | | |||||
| * | core.actions: Added some structure and comments | hut | 2010-04-06 | 1 | -226/+254 |
| | | |||||
| * | commands: added qall (alias for quit!) | hut | 2010-04-06 | 1 | -0/+1 |
| | | |||||
| * | commands: added ":quit!" and made ":quit" to "close a tab or quit" | hut | 2010-04-06 | 1 | -2/+17 |
| | | | | | | | | This is more similar to the behaviour of vim. | ||||
| * | corrected documentation | hut | 2010-04-06 | 2 | -3/+3 |
| | | |||||
| * | core.actions: don't jump to first tab when closing the last | hut | 2010-04-06 | 1 | -1/+2 |
| | | |||||
| * | core.fm: Handle system keys directly in the main loop | hut | 2010-04-06 | 3 | -16/+16 |
| | | |||||
| * | core.actions: go to next tab when closed, not previous | hut | 2010-04-06 | 1 | -1/+1 |
| | | |||||
| * | widgets.titlebar: fixed tag click bug | hut | 2010-04-06 | 1 | -1/+1 |
| | | |||||
| * | Improved tabs | hut | 2010-04-06 | 5 | -11/+26 |
| | | |||||
| * | updated keybindings and documentation | hut | 2010-04-06 | 3 | -7/+41 |
| | | |||||
| * | added tabs | hut | 2010-04-06 | 7 | -4/+93 |
| | | | | | | | | | | | | | | The hotkeys are: g<n> to open a tab, gt/gT to move through tabs, gc/^W to close tabs. | ||||
| * | core.actions: Allow to specify if a "cd" is saved in history | hut | 2010-04-06 | 1 | -4/+4 |
| | | |||||
| * | gui.mouse_event: added mouse_wheel_direction() | hut | 2010-04-05 | 3 | -8/+15 |
| | | |||||
| * | Swapped default values for display_size_in_... | hut | 2010-04-05 | 1 | -2/+2 |
| | | | | | | | | I had them swapped for testing and forgot to change it back. | ||||
| * | added 2 options: display_size_in_{main_column,status_bar} | hut | 2010-04-05 | 4 | -3/+25 |
| | | |||||
| * | gui.defaultui: remove (redundant) main_column attribute | hut | 2010-04-05 | 1 | -1/+0 |
| | | | | | | | | it can be accessed via browser.main_column anyway. | ||||
| * | remove artifacts when changing ratio | hut | 2010-04-05 | 1 | -0/+1 |
| | | |||||
| * | added colors for pipes and sockets | hut | 2010-04-04 | 3 | -4/+15 |
| | | |||||
| * | typo (drawed -> drawn) | hut | 2010-04-04 | 1 | -12/+12 |
| | | |||||
| * | widgets.browserview: fixed bugs | hut | 2010-04-04 | 2 | -14/+10 |
| | |