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