summary refs log tree commit diff stats
path: root/ranger/container
Commit message (Expand)AuthorAgeFilesLines
* container.file.File: Fix `is_binary`Samuel Walladge2017-02-071-13/+13
* container.directory.Directory: Fix `setopt` signals when deletednfnty2017-02-061-5/+17
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-0/+1
* Fix hidden filter for flat: Match all path componentsnfnty2017-02-031-2/+7
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-031-0/+5
* Fix hidden filter for flatnfnty2017-02-031-1/+2
* container.directory.Directory: Resort directly after setting changesnfnty2017-02-011-4/+2
* commands: rename: Fix bookmarks and tags updatingnfnty2017-02-012-1/+31
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-304-74/+70
* container.settings: Sane fallback valueshut2017-01-291-5/+9
* Add setting `hostname_in_titlebar`nfnty2017-01-291-0/+1
* container.file: File.firstbytes: Handle `UnicodeDecodeError`nfnty2017-01-281-1/+4
* Only use `hasattr` where absolutely needednfnty2017-01-262-6/+2
* container.settings: Do not try to access key before being setnfnty2017-01-251-2/+1
* container.fsobject: Fix natural sortnfnty2017-01-241-13/+19
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-241-1/+1
* container.bookmarks: Notify on errors, Disallow filesnfnty2017-01-231-38/+46
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-216-52/+46
* Python 3 division: Import `division` from `__future__`nfnty2017-01-217-7/+7
* linting: Correct autopep8nfnty2017-01-183-18/+17
* linting: pylint 2.0.0nfnty2017-01-175-24/+21
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-171-0/+4
* linting: Enable `consider-iterating-dictionary`nfnty2017-01-171-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-177-0/+14
* linting: Python 2 compatnfnty2017-01-173-15/+15
* linting: pylint and flake8nfnty2017-01-177-99/+120
* linting: autopep8nfnty2017-01-176-64/+71
* ext.spawn: Refactornfnty2016-12-181-2/+2
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-051-1/+1
* container.settings: use constants for `setopt` signal prioritieshut2016-07-041-2/+13
* Add missing trailing commasstepshal2016-06-251-1/+1
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-223-8/+8
* Use 'except Exception:' instead of 'except:'stepshal2016-06-226-20/+20
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-3/+6
* Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-213-5/+5
|\
| * Remove reduntant backslash between brackets.stepshal2016-06-193-5/+5
* | Merge branch 'comment' of https://github.com/stepshal/rangerhut2016-06-212-2/+2
|\ \
| * | Make at least two spaces before inline commentstepshal2016-06-192-2/+2
| |/
* | Merge branch 'membership' of https://github.com/stepshal/rangerhut2016-06-212-3/+3
|\ \
| * | test for membership should be 'not in'stepshal2016-06-192-3/+3
| |/
* | Merge branch 'comparison' of https://github.com/stepshal/rangerhut2016-06-211-1/+1
|\ \
| * | comparison to None should be 'if cond is None:'stepshal2016-06-191-1/+1
| |/
* / Remove unexpected spaces around keyword / parameter equalsstepshal2016-06-191-2/+2
|/
* Merge branch 'whitespaces' of https://github.com/stepshal/rangerhut2016-06-181-1/+1
|\
| * Fix whitespacesstepshal2016-06-161-1/+1
* | Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-183-3/+0
|\ \
| * | Remove reduntant blank linesstepshal2016-06-163-3/+0
| |/
* / Add two blank lines where is expectedstepshal2016-06-167-0/+18
|/
* merge setting "relative_line_numbers" into "line_numbers"hut2016-05-241-2/+2
* Add relative line numbersMark Rogalski2016-05-161-0/+1