about summary refs log tree commit diff stats
path: root/ranger/gui/ui.py
Commit message (Expand)AuthorAgeFilesLines
* Minor linting fixestoonn2019-12-181-2/+1
* Exit if STDIN is closed #1367Gustav Larsson2019-08-151-0/+4
* Treat KP_ENTER the same regardless of Num Lock statetoonn2019-05-281-0/+2
* Merge branch 'master' into masterseebye2018-10-101-1/+3
|\
| * Fix the tilde support in the titlebarWojciech Siewierski2018-08-311-1/+3
| * Applies Tilde Setting to Window TitleThe Flying Rapist2018-08-291-1/+1
* | quit image displayer on suspending uiseebye2018-08-281-0/+3
|/
* Only try changing the tmux title if inside tmuxtoonn2018-01-311-4/+3
* Guard tmux title changestoonn2018-01-301-3/+4
* Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-1/+2
* widgets.statusbar: add visual indicator for "freeze_files" optionhut2017-07-161-0/+4
* linting: pylint: Fix `literal-comparison`nfnty2017-02-041-1/+1
* ext.vcs.vcs: VcsThread: Fix overridden instance attribute exceptionnfnty2017-01-301-2/+4
* Improve shutdown error handling; Limit `VCSThread` waitnfnty2017-01-301-1/+1
* 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
* Only use `hasattr` where absolutely needednfnty2017-01-261-5/+3
* gui: Replace `_curses` with `curses`nfnty2017-01-251-3/+2
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-7/+9
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-6/+10
* linting: pylint 2.0.0nfnty2017-01-171-3/+2
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-171-5/+12
* linting: Enable `access-member-before-definition`nfnty2017-01-171-0/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-10/+13
* linting: autopep8nfnty2017-01-171-7/+7
* Fix cursor being lost when changing viewmodesMichael Hoang2016-08-211-7/+7
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-4/+4
* Merge branch 'comment' of https://github.com/stepshal/rangerhut2016-06-211-1/+1
|\
| * Make at least two spaces before inline commentstepshal2016-06-191-1/+1
* | comment style fixeshut2016-06-211-6/+6
|/
* Add two blank lines where is expectedstepshal2016-06-161-0/+4
* Make exactly one space after commastepshal2016-06-061-1/+1
* gui.ui: redraw ui when toggling viewmodehut2016-04-061-0/+1
* implement switching viewmodes with ~ keyhut2016-04-041-9/+10
* reverted back to miller columnshut2016-04-021-3/+3
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-9/+50
* VCS: pause thread during ui.suspend()nfnty2016-02-291-0/+7
* VCS: Lazily initialize UI.vcsthreadnfnty2016-02-251-4/+8
* VCS: Disable background updating due to lock issuesnfnty2016-02-081-1/+1
* VCS: Delay a minimum of 1 secondnfnty2016-02-081-1/+1
* VCS: Fix redraw race conditionnfnty2016-02-081-4/+4
* VCS: Separate VCS Threadnfnty2016-02-081-0/+11
* gui.iu: better dochut2015-12-211-5/+5
* applied generally useful changes from emacs branchhut2015-05-041-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* gui.ui: removed some finished TODO entrieshut2015-01-161-2/+0