about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/titlebar.py
Commit message (Expand)AuthorAgeFilesLines
* Bidi FixAviv2021-08-181-2/+4
* Fix the tilde support in the titlebarWojciech Siewierski2018-08-311-2/+3
* gui.widgets.titlebar.Titlebar.click: Fix directory enternfnty2017-02-071-4/+3
* gui.widgets.titlebar.Titlebar: Fix right width logicnfnty2017-02-071-5/+5
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-2/+2
* Add setting `hostname_in_titlebar`nfnty2017-01-291-9/+10
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-4/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-2/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-6/+6
* linting: autopep8nfnty2017-01-171-1/+1
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+2
* ranger.gui.widgets: code deduplicationhut2015-10-291-2/+0
* Fix TitleBar ellipsis AttributeErrornfnty2015-10-281-0/+2
* widgets.titlebar: replace ":" with " " for selectabilityhut2015-10-201-1/+1
* Use configured ellipsis instead of tilde for cut tab titles.Marcel Partap2015-10-201-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* fsobject.drawn_basename renamed to fsobject.relative_pathWojciech Siewierski2015-02-181-1/+1
* update email addresshut2014-12-111-1/+1
* fixes to flat commandMilan Svoboda2014-11-221-1/+1
* New show_selection_in_titlebar settingKlinke6002014-10-011-1/+2
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-2/+1
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-139/+139
* widgets.titlebar: fixed crash on ':set dirname_in_tabs True'hut2012-08-061-1/+1
* Replaced core.environment with core.tabhut2012-08-051-7/+7
* moved fm.env.{username,hostname,home_path} to fm.*hut2012-08-051-5/+5
* move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer}hut2012-08-051-2/+2
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* widgets.titlebar: TODO entry, fix unicode chars in titlebarhut2011-12-191-2/+3
* fsobject.fsobject: Properly escape control charactershut2011-12-171-2/+2
* widgets.titlebar: Fix drawing of broken filenameshut2011-10-311-1/+2
* Updated copyright headershut2011-10-101-1/+1
* removed doc/TODO; use "make todo"hut2011-10-051-0/+1
* gui.bar: fixing unicode in bars...hut2011-10-011-2/+2
* gui.widgets.titlebar: truncate dirnames in tab titleshut2010-10-041-3/+9
* gui.bar: New algorithm for trimming title barhut2010-09-291-2/+2
* Cosmetic changeshut2010-09-291-1/+1
* gui.*: failsafe addstrshut2010-05-171-1/+1
* Clean uphut2010-04-191-2/+0
* Use "/" for root in tabname if "dirname_in_tab" is truehut2010-04-191-1/+1
* added option "dirname_in_tabs"hut2010-04-191-3/+12
* renamed fsobject.islink to fsobject.is_linkhut2010-04-141-1/+1
* gui.bar: clean uphut2010-04-131-10/+10
* Abbreviate HOME with ~ in the titlebarhut2010-04-131-4/+11