summaryrefslogtreecommitdiff
path: root/ttystatus/pathname.py
Commit message (Expand)AuthorAgeFilesLines
* Fix problems found by pep8Lars Wirzenius2015-04-181-8/+7
* Fix Pathname to render from end instead of beginningLars Wirzenius2012-04-151-2/+2
* Add width argument to render() methodLars Wirzenius2012-04-151-1/+3
* Change __str__ to renderLars Wirzenius2012-04-151-1/+1
* Improve widget split between updating and renderingLars Wirzenius2012-04-151-13/+3
* Change update methods to only cache information and compute minimal things.Lars Wirzenius2010-07-071-9/+15
* Make value attribute required for widgets.Lars Wirzenius2010-07-071-0/+1
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-071-1/+1
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-071-0/+1
* Fix bug in ttystatus.Pathname widget: if value is not set in master,Lars Wirzenius2010-06-141-1/+1
* Add Pathname widget.Lars Wirzenius2010-06-081-0/+39