about summary refs log tree commit diff stats
path: root/ranger/container
Commit message (Expand)AuthorAgeFilesLines
* Added boolean option use_preview_scripthut2010-10-111-0/+1
* Merge branch 'master' into previewhut2010-10-081-0/+129
|\
| * a little restructurationhut2010-10-021-0/+128
|/
* Fixed new history implementationhut2010-08-281-5/+17
* Changed implementation of container.historyhut2010-08-281-59/+72
* Fixed historyhut2010-08-261-1/+20
* fix exceptions from invalid unicode charactershut2010-05-161-1/+4
* Clean uphut2010-04-193-6/+5
* container.keymap: removed __getitem__ from KeyManagerhut2010-04-181-1/+0
* container.keybuffer: use set for digitlisthut2010-04-161-1/+1
* container.keybuffer: added documentationhut2010-04-161-0/+3
* container.keybuffer: bugfixhut2010-04-161-2/+3
* ranger.container.keymap: added some documentationhut2010-04-162-2/+20
* moved container.keymap.KeyBuffer into seperate modulehut2010-04-163-162/+180
* keymap: make lines shorterhut2010-04-161-11/+11
* keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
* keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-161-9/+0
* keymap: remove unused codehut2010-04-161-7/+0
* keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-161-84/+9
* container.keymap: Extended KeyManagerhut2010-04-131-4/+11
* tc_newkeys: fixed all but one testhut2010-04-091-7/+25
* partially fix tc_newkeyshut2010-04-091-31/+31
* start to integrate keybindingshut2010-04-071-5/+14
* added KeyManagerhut2010-04-072-4/+31
* Implement alt keys in corehut2010-04-071-0/+2
* container.keymap: support for Alt keyhut2010-04-071-1/+6
* updated container.keymap + testcase to work with new ext.directionhut2010-04-071-10/+2
* Merge branch 'master' into newkeyhut2010-03-243-172/+12
|\
| * moved ranger.container.environment to ranger.core.environmenthut2010-03-121-176/+0
| * actions: correct preview after deletinghut2010-03-121-0/+4
| * environment: changed misleading method namehut2010-03-121-2/+2
| * slightly modified keybinding syntaxhut2010-03-121-0/+17
| * working on the configuration system / main methodhut2010-03-122-0/+12
* | keyparser: test for collisions with directories of a lenght > 1hut2010-03-091-13/+15
* | keyparser: updaded copying notice in new fileshut2010-03-091-11/+12
* | keyparser: stuffhut2010-03-091-20/+7
* | keyparser: lots of stuffhut2010-03-091-9/+18
* | keyparser: fixeshut2010-03-091-3/+3
* | keyparser: renamed KeyMap.add to KeyMap.maphut2010-03-091-2/+2
* | 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-091-4/+18
* | working on the implementation of the new key parserhut2010-03-093-8/+9
* | keyparser: moved classes from test/ to ranger/hut2010-03-094-280/+324
|/
* Changed license to the GNU General Public Licensehut2010-02-287-77/+84
* experiment with keybinding syntaxhut2010-01-252-9/+11
* cleanupshut2010-01-246-33/+30
* done #34: display free disk spacehut2010-01-191-0/+5
* fixed #43: bookmark ` = 'hut2010-01-181-3/+8
* commandlist: bugfixhut2010-01-141-0/+1