| Commit message (Expand) | Author | Age | Files | Lines |
| * | future division & font literals fix | Andrew Dunai | 2018-01-03 | 1 | -0/+2 |
| * | Added tests for ProgressBar | Andrew Dunai | 2018-01-02 | 1 | -0/+29 |
| * | Metaclasses | Andrew Dunai | 2018-01-02 | 1 | -3/+2 |
| * | WIP | Andrew Dunai | 2018-01-02 | 1 | -1/+2 |
| * | Fixed issue with Unicode characters in ProgressBar (#261) | Andrew Dunai | 2018-01-02 | 1 | -1/+7 |
| * | fix hlines in BarGraph.set_data(): sort descending | Heiko Noordhof | 2014-11-04 | 1 | -0/+1 |
| * | fix lots of small typos | Paul Ivanov | 2014-02-21 | 1 | -1/+1 |
| * | pep8 fixes for graphics.py | Patrick Totzke | 2012-12-13 | 1 | -199/+196 |
| * | fix sphinx warnings and erros | Ian Ward | 2012-07-18 | 1 | -34/+37 |
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -1/+1 |
| * | document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin... | Ian Ward | 2011-12-27 | 1 | -8/+18 |
| * | fix typo in LineBox | Matthijs Kooijman | 2011-10-15 | 1 | -1/+1 |
| * | LineBox actually respects overriding border chars. | Julian Berman | 2011-09-22 | 1 | -36/+28 |
| * | ProgressBar: make text alignment configurable | Ian Ward | 2011-09-07 | 1 | -2/+5 |
| * | ProgressBar: use properties for done, current. render() requires Text widget... | Ian Ward | 2011-09-05 | 1 | -13/+12 |
| * | ProgressBar: Separates text and bar rendering. | Jacob Courtneay | 2011-09-03 | 1 | -5/+15 |
| * | fix for empty Pile | Ian Ward | 2011-07-11 | 1 | -1/+2 |
| * | fix for rendering empty GraphVScale | Ian Ward | 2011-07-09 | 1 | -0/+3 |
| * | fix test_urwid unit tests under python3 | Ian Ward | 2011-01-14 | 1 | -3/+3 |
| * | remove some meaningless deltas | Ian Ward | 2010-12-28 | 1 | -11/+11 |
| * | Merge remote branch 'wardi/master' | Wendell | 2010-07-23 | 1 | -18/+58 |
| |\ |
|
| | * | Allow to set a title for LineBox. | aszlig | 2010-07-08 | 1 | -3/+34 |
| | * | Use kwargs lines/edges in LineBox to allow for easy overriding. | aszlig | 2010-07-08 | 1 | -18/+26 |
| * | | Updated to work with python 3. | Wendell | 2010-05-24 | 1 | -12/+11 |
| |/ |
|
| * | Remove unnecessary use of "except:" (without an exception class). | Marien Zwart | 2010-03-07 | 1 | -1/+1 |
| * | Stop calling type() on literals. | Marien Zwart | 2010-03-07 | 1 | -7/+7 |
| * | nested_scopes is always set in python 2.2 and up. | Marien Zwart | 2010-03-07 | 1 | -2/+0 |
| * | Stop using backticks for reprs. | Marien Zwart | 2010-03-07 | 1 | -6/+6 |
| * | Convert implicit relative to absolute imports. | Marien Zwart | 2010-03-07 | 1 | -7/+7 |
| * | Remove unused local variables (do not merge blindly! perhaps some of them *sh... | Marien Zwart | 2010-02-11 | 1 | -1/+0 |
| * | Import cleanup: remove most uses of "import *", remove unused imports. | Marien Zwart | 2010-02-11 | 1 | -5/+8 |
| * | LineBox is a WidgetDecoration implemented with WidgetWrap (so inherit from both) | Ian Ward | 2009-11-04 | 1 | -4/+6 |
| * | untab graphics.py | Ian Ward | 2009-11-04 | 1 | -794/+794 |
| * | split container and wimp widgets into their own files, minor docstring changes | ian | 2008-04-11 | 1 | -1/+33 |
| * | fix for #30 | ian | 2008-02-15 | 1 | -1/+1 |
| * | continue removing tuple parameters | ian | 2007-09-11 | 1 | -7/+13 |
| * | add PollingListWalker (backwards compatible default list walker), allow old l... | ian | 2007-03-18 | 1 | -7/+2 |
| * | keep compatibility with old `BarGraph.get_data()` methodrelease-0.9.8 | ian | 2007-03-14 | 1 | -1/+28 |
| * | hide widget_info setting in Widget metaclass | ian | 2007-03-11 | 1 | -9/+8 |
| * | fix coding: lines, fix `ProgressBar`, update edit.py | ian | 2007-03-11 | 1 | -1/+3 |
| * | rename Widget.invalidate to Widget._invalidate and remove from example calc.p... | ian | 2007-03-06 | 1 | -4/+4 |
| * | CanvasCache deuglification - automatic caching of render and rows | ian | 2007-02-26 | 1 | -4/+12 |
| * | cache BarGraph, WidgetWrap | ian | 2007-02-22 | 1 | -2/+5 |
| * | fix bugs in WidgetWrap and graph.py | ian | 2007-02-19 | 1 | -7/+8 |
| * | add Widget base class, cache more widget canvases | ian | 2007-02-19 | 1 | -0/+3 |
| * | Canvas breakage: rename Canvas to TextCanvas. add widget_info, coords and sho... | ian | 2007-02-12 | 1 | -23/+19 |
| * | new CompositeCanvas, CanvasCache classes. Drop python 2.1 support | ian | 2007-01-26 | 1 | -3/+2 |
| * | performance improvements as discussed on list | ian | 2006-12-09 | 1 | -1/+1 |
| * | release 0.9.7release-0.9.7 | ian | 2006-10-01 | 1 | -0/+55 |
| * | release 0.9.6release-0.9.6 | ian | 2006-08-22 | 1 | -11/+12 |