summaryrefslogtreecommitdiff
path: root/ttystatus
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes for PEP8Lars Wirzenius2015-05-016-15/+15
* Fixes from pylintLars Wirzenius2015-04-187-29/+25
* Fix problems found by pep8Lars Wirzenius2015-04-1832-298/+276
* Prepare release version 0.23ttystatus-0.23trunkLars Wirzenius2013-06-191-1/+1
* Stop using SIGWINCHLars Wirzenius2013-06-162-12/+18
* Prepare release version 0.22ttystatus-0.22Lars Wirzenius2013-03-121-1/+1
* Update display after terminal size changesLars Wirzenius2012-12-171-0/+1
* Change version number from 0.20.1 to 0.21 due to jenkinstoolttystatus-0.21Lars Wirzenius2012-09-291-1/+1
* Prepare release 0.20.1Lars Wirzenius2012-09-291-1/+1
* Prepare for 0.20 releaseLars Wirzenius2012-09-181-1/+1
* Fix DummyNotify to accept keyword argumentLars Wirzenius2012-07-111-1/+1
* Force .error to always outputLars Wirzenius2012-07-092-3/+3
* Prepare to release version 0.19ttystatus-0.19Lars Wirzenius2012-06-301-1/+1
* Remove once-per-period functionality of Message.writeLars Wirzenius2012-05-213-18/+6
* Allow Messager.write to be forcedLars Wirzenius2012-05-212-3/+3
* Add TerminalStatus.flush methodLars Wirzenius2012-05-212-0/+17
* Release version 0.18ttystatus-0.18Lars Wirzenius2012-05-081-1/+1
* Allow ByteSpeed to show current-ish speedLars Wirzenius2012-05-052-12/+45
* Prepare release 0.17ttystatus-0.17Lars Wirzenius2012-04-151-1/+1
* Fix Pathname to render from end instead of beginningLars Wirzenius2012-04-152-5/+10
* Add test for rendering variable size widgets smaller if space is constrainedLars Wirzenius2012-04-151-0/+11
* Limit rendered text to available widthLars Wirzenius2012-04-152-1/+10
* Fix rendering to adjust to available spaceLars Wirzenius2012-04-152-5/+32
* Add width argument to render() methodLars Wirzenius2012-04-1528-80/+151
* Change __str__ to renderLars Wirzenius2012-04-1528-75/+78
* Fix Integer() to not render in updateLars Wirzenius2012-04-151-6/+6
* Refactor: change name of _factor to _renderLars Wirzenius2012-04-151-3/+3
* Actually update widgets when values changeLars Wirzenius2012-04-151-2/+2
* Add test to verify widget updates happen without renderingLars Wirzenius2012-04-151-0/+8
* Improve widget split between updating and renderingLars Wirzenius2012-04-1526-179/+93
* Release version 0.16Lars Wirzenius2012-04-081-1/+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
* Bump version number.Lars Wirzenius2011-09-171-1/+1
* Fix String to handle non-string values.Lars Wirzenius2011-09-152-1/+5
* Bump version number.Lars Wirzenius2011-08-311-1/+1
* 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-312-0/+11
* Refactor: code clarity.Lars Wirzenius2011-08-311-3/+3
* Implement format string parsing.Lars Wirzenius2011-08-312-5/+90
* Make sure widgets are not base class, just real widgets.Lars Wirzenius2011-08-311-0/+1
* Start fmt module.Lars Wirzenius2011-08-313-0/+53
* Fix test for zero division.Lars Wirzenius2011-08-311-1/+1
* Fix PercentDone wrt zero division.Lars Wirzenius2011-08-311-0/+2
* Fix tests so they pass.Lars Wirzenius2011-08-293-4/+16
* Add a way to print error messages to stderr.Lars Wirzenius2011-08-292-4/+10
* Write notifications to stdout, not the terminal.Lars Wirzenius2011-08-291-2/+3
* Fix version number.Lars Wirzenius2011-08-181-1/+1
* Make SIGWINCH be a re-starting signal.Lars Wirzenius2011-07-221-0/+1