summaryrefslogtreecommitdiff
path: root/ttystatus/widget.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes from pylintLars Wirzenius2015-04-181-3/+0
* Fix problems found by pep8Lars Wirzenius2015-04-181-14/+13
* Add width argument to render() methodLars Wirzenius2012-04-151-1/+16
* Change __str__ to renderLars Wirzenius2012-04-151-2/+5
* Improve widget split between updating and renderingLars Wirzenius2012-04-151-33/+12
* Change update methods to only cache information and compute minimal things.Lars Wirzenius2010-07-071-2/+27
* Make value attribute required for widgets.Lars Wirzenius2010-07-071-5/+2
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-071-4/+3
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-071-0/+4
* Add widget base class.Lars Wirzenius2010-06-061-0/+42