summaryrefslogtreecommitdiff
path: root/ttystatus/status.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Add: TerminalStatus.hide methodLars Wirzenius1-0/+14
2017-04-02Force all widgets to be rendered when any are addedLars Wirzenius1-0/+3
2015-10-23Fix flushingLars Wirzenius1-3/+3
2015-10-17Precompute interestsLars Wirzenius1-6/+18
2015-10-17Use Messager.enabled attribute directlyLars Wirzenius1-1/+1
2015-10-17Don't update widgets if they're uninterestedLars Wirzenius1-2/+6
2015-10-15Add terminal size query to public interfaceLars Wirzenius1-0/+4
2015-10-12Get rid of ASCII control chars in valuesLars Wirzenius1-2/+9
2015-10-10Improve speed when output is disabledLars Wirzenius1-1/+1
2015-10-10Adapt speed-test to interface changesLars Wirzenius1-2/+3
2015-09-27Refactor how messages are displayedLars Wirzenius1-5/+10
2015-09-27Fix tests for multiline TerminalStatus supportLars Wirzenius1-2/+9
2015-09-26Allow multiline outputLars Wirzenius1-9/+21
2015-04-18Fixes from pylintLars Wirzenius1-1/+1
2015-04-18Fix problems found by pep8Lars Wirzenius1-23/+22
2012-07-09Force .error to always outputLars Wirzenius1-1/+1
2012-05-21Remove once-per-period functionality of Message.writeLars Wirzenius1-1/+1
2012-05-21Allow Messager.write to be forcedLars Wirzenius1-1/+1
2012-05-21Add TerminalStatus.flush methodLars Wirzenius1-0/+9
2012-04-15Limit rendered text to available widthLars Wirzenius1-1/+1
2012-04-15Fix rendering to adjust to available spaceLars Wirzenius1-5/+24
2012-04-15Add width argument to render() methodLars Wirzenius1-1/+1
2012-04-15Change __str__ to renderLars Wirzenius1-1/+1
2012-04-15Refactor: change name of _factor to _renderLars Wirzenius1-3/+3
2012-04-15Actually update widgets when values changeLars Wirzenius1-2/+2
2012-04-15Improve widget split between updating and renderingLars Wirzenius1-11/+1
2012-04-08Format widgets completely at endLars Wirzenius1-10/+10
2012-04-08Only format widgets when it's time to writeLars Wirzenius1-10/+11
2011-08-31Add an example to docstring.Lars Wirzenius1-1/+2
2011-08-31Add docstring to explain format string syntax.Lars Wirzenius1-1/+7
2011-08-31Add ttystatus.TerminalStatus.format method.Lars Wirzenius1-0/+5
2011-08-29Add a way to print error messages to stderr.Lars Wirzenius1-1/+7
2011-01-30Release version 0.8.Lars Wirzenius1-1/+1
2011-01-30Implement enable and disable output.Lars Wirzenius1-0/+3
2011-01-30Add test for TerminalStatus.disable method.Lars Wirzenius1-0/+6
2010-10-09Fix bug: the last updates are not output by .finish().Lars Wirzenius1-2/+1
2010-07-12Re-draw all widgets if terminal width changes.Lars Wirzenius1-1/+7
2010-07-07Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius1-3/+7
2010-07-07Don't attempt to write until it is time.Lars Wirzenius1-1/+2
2010-07-07Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius1-4/+6
2010-07-07Speed things up by only updating widgets interested in the updated value.Lars Wirzenius1-3/+4
2010-06-12Add TerminalStatus.get method.Lars Wirzenius1-0/+4
2010-06-06Update example program to use TerminalStatus.Lars Wirzenius1-0/+3
2010-06-06Give each widget the right remaining width.Lars Wirzenius1-1/+3
2010-06-06Add TerminalStatus.increase.Lars Wirzenius1-0/+4
2010-06-06Make use of Messager in TerminalStatus.Lars Wirzenius1-1/+12
2010-06-06Make TerminalStatus update widgets when values change.Lars Wirzenius1-0/+2
2010-06-06Implement TerminalStatus.__setitem__.Lars Wirzenius1-0/+4
2010-06-06Implement TerminalStatus.__getitem__Lars Wirzenius1-1/+15
2010-06-06Implement TerminalStatus.clear.Lars Wirzenius1-1/+5