summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
* ext.keybinding_parser: fixed function keyshut2010-04-192-1/+4
* defaults.apps: added fceuxhut2010-04-191-0/+6
* README: Removed finished parts of roadmaphut2010-04-191-2/+0
* defaults.keys: updated hint, added "zm"hut2010-04-191-2/+3
* defaults.keys: fixed "%", default percentage back to 50hut2010-04-191-1/+1
* defaults.keys: added "zs"hut2010-04-191-0/+1
* defaults.keys: fixed "zd"hut2010-04-191-1/+1
* defaults.apps: run ff/opera detached, dont open swf in elinkshut2010-04-191-1/+5
* defaults.apps: harmless typohut2010-04-191-1/+1
* core.actions: abstracted searching strings in filenameshut2010-04-192-5/+8
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
* defaults.keys: added zP keyhut2010-04-181-0/+1
* shared.settings: Bugfix, read the options properlyhut2010-04-181-0/+3
* gui.ui: fixed <C-c> keyhut2010-04-181-2/+2
* defaults.keys: added <Enter> mapping in browserhut2010-04-181-0/+1
* Merge branch 'devel'hut2010-04-1838-1244/+2388
|\
| * ranger.main: Added compatibility warninghut2010-04-182-0/+6
| * removed code for backwards compatibiltyhut2010-04-184-69/+0
| * defaults.keys: another examplehut2010-04-181-1/+2
| * ranger.defaults.keys: added documentationhut2010-04-181-1/+18
| * container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
| * Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
| * gui.displayable: always move when resizinghut2010-04-181-3/+1
| * tc_displayable: improved (but not fixed) test_boundarieshut2010-04-181-6/+8
| * tc_displayable: test_boundaries fails if you run it more often!hut2010-04-181-20/+21
| * defaults.keys: Allow typing in numbershut2010-04-181-0/+6
| * use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
| * default.commands: add documentationhut2010-04-181-0/+41
| * defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
| * Fixed unittestshut2010-04-183-3/+5
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * | ranger.main: formattinghut2010-04-181-4/+4
| * | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
| * | Merge branch 'master' into develhut2010-04-1811-82/+109
| |\ \
| | * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| * | | core.actions: avoid exceptionhut2010-04-162-3/+8
| * | | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
| * | | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
| * | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-17/+23
| |\ \ \
| | * \ \ Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-282/+308
| | |\ \ \
| | * | | | console: bugfixhut2010-04-161-1/+1
| | * | | | console: different prompthut2010-04-162-3/+2
| | * | | | todo: added #81hut2010-04-161-0/+2
| | * | | | deleted oldkeys.pyhut2010-04-161-555/+0
| | * | | | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-153-5/+10
| | * | | | widgets.statusbar: Use "*" rather than "//" to indicate bold texthut2010-04-152-9/+9
| * | | | | container.keybuffer: added documentationhut2010-04-161-0/+3
| * | | | | container.keybuffer: bugfixhut2010-04-161-2/+3
id='n211' href='#n211'>211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291