summaryrefslogtreecommitdiff
path: root/ttystatus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use store version in __version__, not version. Also bump it.Lars Wirzenius2011-06-241-1/+1
* Release version 0.11.version_0_11Lars Wirzenius2011-04-231-1/+1
* Don't output final newline if there's been no output.Lars Wirzenius2011-04-231-2/+3
* Make all symbols available via __all__.Lars Wirzenius2011-04-071-0/+2
* Release version 0.10.version_0_10Lars Wirzenius2011-03-231-1/+1
* Handle /dev/tty not being possible to open.Lars Wirzenius2011-03-232-2/+16