summaryrefslogtreecommitdiff
path: root/urwid/graphics.py
Commit message (Expand)AuthorAgeFilesLines
* fix lots of small typosPaul Ivanov2014-02-211-1/+1
* pep8 fixes for graphics.pyPatrick Totzke2012-12-131-199/+196
* fix sphinx warnings and errosIan Ward2012-07-181-34/+37
* clean up many warnings from pyflakesIan Ward2012-03-171-1/+1
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-8/+18
* fix typo in LineBoxMatthijs Kooijman2011-10-151-1/+1
* LineBox actually respects overriding border chars.Julian Berman2011-09-221-36/+28
* ProgressBar: make text alignment configurableIan Ward2011-09-071-2/+5
* ProgressBar: use properties for done, current. render() requires Text widget...Ian Ward2011-09-051-13/+12
* ProgressBar: Separates text and bar rendering.Jacob Courtneay2011-09-031-5/+15
* fix for empty PileIan Ward2011-07-111-1/+2
* fix for rendering empty GraphVScaleIan Ward2011-07-091-0/+3
* fix test_urwid unit tests under python3Ian Ward2011-01-141-3/+3
* remove some meaningless deltasIan Ward2010-12-281-11/+11
* Merge remote branch 'wardi/master'Wendell2010-07-231-18/+58
|\
| * Allow to set a title for LineBox.aszlig2010-07-081-3/+34
| * Use kwargs lines/edges in LineBox to allow for easy overriding.aszlig2010-07-081-18/+26
* | Updated to work with python 3.Wendell2010-05-241-12/+11
|/
* Remove unnecessary use of "except:" (without an exception class).Marien Zwart2010-03-071-1/+1
* Stop calling type() on literals.Marien Zwart2010-03-071-7/+7
* nested_scopes is always set in python 2.2 and up.Marien Zwart2010-03-071-2/+0
* Stop using backticks for reprs.Marien Zwart2010-03-071-6/+6
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-7/+7
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-1/+0
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-5/+8
* LineBox is a WidgetDecoration implemented with WidgetWrap (so inherit from both)Ian Ward2009-11-041-4/+6
* untab graphics.pyIan Ward2009-11-041-794/+794
* split container and wimp widgets into their own files, minor docstring changesian2008-04-111-1/+33
* fix for #30ian2008-02-151-1/+1
* continue removing tuple parametersian2007-09-111-7/+13
* add PollingListWalker (backwards compatible default list walker), allow old l...ian2007-03-181-7/+2
* keep compatibility with old `BarGraph.get_data()` methodrelease-0.9.8ian2007-03-141-1/+28
* hide widget_info setting in Widget metaclassian2007-03-111-9/+8
* fix coding: lines, fix `ProgressBar`, update edit.pyian2007-03-111-1/+3
* rename Widget.invalidate to Widget._invalidate and remove from example calc.p...ian2007-03-061-4/+4
* CanvasCache deuglification - automatic caching of render and rowsian2007-02-261-4/+12
* cache BarGraph, WidgetWrapian2007-02-221-2/+5
* fix bugs in WidgetWrap and graph.pyian2007-02-191-7/+8
* add Widget base class, cache more widget canvasesian2007-02-191-0/+3
* Canvas breakage: rename Canvas to TextCanvas. add widget_info, coords and sho...ian2007-02-121-23/+19
* new CompositeCanvas, CanvasCache classes. Drop python 2.1 supportian2007-01-261-3/+2
* performance improvements as discussed on listian2006-12-091-1/+1
* release 0.9.7release-0.9.7ian2006-10-011-0/+55
* release 0.9.6release-0.9.6ian2006-08-221-11/+12
* release 0.9.5release-0.9.5ian2006-07-141-2/+36
* release 0.9.1release-0.9.1ian2006-03-061-67/+273
* release 0.9.0-pre1release-0.9.0-pre1ian2006-02-081-1/+1
* release 0.8.9release-0.8.9ian2005-11-211-0/+484