about summary refs log tree commit diff stats
path: root/ranger/gui/ui.py
Commit message (Expand)AuthorAgeFilesLines
* ui: Fix crash when TMUX not in environmenttoonn2021-08-281-2/+2
* Merge remote-tracking branch 'lverweijen/issue-2195'toonn2021-08-271-1/+1
|\
| * Ignore TMUX-env variable when it's emptylverweijen2021-01-031-1/+1
* | Correct spellingEdward Betts2021-07-241-1/+1
|/
* Fix two issues caught by pylint3ktoonn2020-07-051-1/+1
* Use chained comparison instead of multiple clausestoonn2020-07-051-1/+1
* Drop double setting and prefer basename over splittoonn2020-03-041-4/+2
* Change approach to multiplexer title renamingtoonn2020-03-021-41/+58
* Update ui.pyToni Kukurin2020-03-021-1/+1
* Refactor handle_multiplexertoonn2019-12-311-51/+52
* refactoring of redundant codearkedos2019-12-311-23/+61
* applying proposed tmux renaming fixarkedos2019-12-311-6/+4
* Merge branch 'siikamiika-feat-update-icon-title'toonn2019-12-221-6/+14
|\
| * Merge the title settingstoonn2019-12-221-13/+6
| * store escape sequence in a constant for claritysiikamiika2019-07-301-1/+6
| * add update_icon_title optionsiikamiika2019-07-251-8/+18
* | 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
|/