summary refs log tree commit diff stats
path: root/ranger/gui
Commit message (Expand)AuthorAgeFilesLines
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-081-1/+1
* gui.widgets.titlebar.Titlebar.click: Fix directory enternfnty2017-02-071-4/+3
* gui.widgets.titlebar.Titlebar: Fix right width logicnfnty2017-02-071-5/+5
* gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactornfnty2017-02-061-22/+20
* api.commands: Tab completion: Escape macros if `resolve_macros` is enablednfnty2017-02-061-5/+3
* gui.widgets.browsercolumn: Set bookmark `'` when right clickingnfnty2017-02-051-1/+1
* Add `$XDG_DATA_HOME` supportnfnty2017-02-052-6/+6
* linting: pylint: Fix `literal-comparison`nfnty2017-02-041-1/+1
* gui.widgets.browsercolumn: Refactor `Browsercolumn.need_redraw` logicnfnty2017-02-031-11/+13
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-031-11/+16
* gui.widgets.console.Console: Fix closing when line emptynfnty2017-02-021-4/+5
* gui.curses_shortcuts: addstr, addnstr: Handle `UnicodeError`nfnty2017-02-011-2/+2
* ext.vcs.vcs: VcsThread: Fix overridden instance attribute exceptionnfnty2017-01-301-2/+4
* Improve shutdown error handling; Limit `VCSThread` waitnfnty2017-01-301-1/+1
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-305-16/+12
* core.main: Refactor exit handlingael-code2017-01-291-0/+2
* gui.ui: Handle tmux `automatic-rename`Kevin Velghe2017-01-291-0/+26
* "title bar" -> "titlebar"nfnty2017-01-291-1/+1
* Add setting `hostname_in_titlebar`nfnty2017-01-291-9/+10
* gui.widgets.console: Only read history file if it existsnfnty2017-01-261-9/+11
* Only use `hasattr` where absolutely needednfnty2017-01-264-10/+6
* gui: Replace `_curses` with `curses`nfnty2017-01-253-10/+7
* gui.widgets.pager: Handle `source.close()` exceptionnfnty2017-01-251-9/+15
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-2114-60/+64
* Python 3 division: Remove explicit float conversionsnfnty2017-01-214-6/+6
* Python 3 division: Import `division` from `__future__`nfnty2017-01-2119-19/+19
* linting: Fix flake8 `W503`nfnty2017-01-181-4/+3
* linting: Correct autopep8nfnty2017-01-1812-96/+114
* linting: pylint 2.0.0nfnty2017-01-179-25/+23
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-172-7/+14
* linting: Enable `access-member-before-definition`nfnty2017-01-171-0/+2
* linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributesnfnty2017-01-172-1/+6
* linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributesnfnty2017-01-171-19/+5
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-172-5/+5
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-1719-0/+39
* linting: Python 2 compatnfnty2017-01-172-2/+2
* linting: pylint and flake8nfnty2017-01-1717-114/+149
* linting: autopep8nfnty2017-01-1718-116/+121
* Merge remote-tracking branch 'Enzime/fix/multipane-not-using-entire-width'nfnty2016-12-211-3/+3
|\
| * Change how column widths are calculatedMichael Hoang2016-08-211-3/+3
* | Merge branch 'statusbar_percentage_crashes' of https://github.com/richboss/ra...hut2016-11-041-1/+1
|\ \
| * | fix issue #679: Statusbar percentage crashes on python 2.6.6Richard Boß2016-10-241-1/+1
* | | fix issue #698: replace Windows line endings with Unix line endingsRichard Boß2016-10-251-1/+1
|/ /
* | Merge branch 'anomalous-backslash-in-string' of https://github.com/stepshal/r...hut2016-08-261-1/+1
|\ \
| * | gui.ansi: fix anomalous backslash in string.stepshal2016-07-111-1/+1
* | | Revert "gui.displayable: more safe DisplayableContainer.replace_child"hut2016-08-221-13/+3
* | | gui.displayable: more safe DisplayableContainer.replace_childhut2016-08-211-3/+13
* | | Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/rangerhut2016-08-212-7/+13
|\ \ \
| * | | Fix cursor being lost when changing viewmodesMichael Hoang2016-08-212-7/+13
| | |/ | |/|
* / | Fix full folder size being shown incorrectlyMichael Hoang2016-08-211-1/+1
|/ /