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