summaryrefslogtreecommitdiff
path: root/urwid/canvas.py
Commit message (Expand)AuthorAgeFilesLines
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-82/+82
* fix lots of small typosPaul Ivanov2014-02-211-1/+1
* Pile, Overlay, Columns fixes for more widget-squishing testsIan Ward2012-09-211-6/+6
* add canvas classes to referenceIan Ward2012-07-171-24/+38
* Canvas: new set_pop_up() and get_pop_up() methodsIan Ward2011-09-211-0/+25
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-1/+1
* vterm ptython3 compatibility workIan Ward2011-01-191-6/+3
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-8/+12
* remove more delta noiseIan Ward2010-12-281-3/+1
* Merge remote branch 'norm/master' into py3Wendell2010-06-271-1/+6
|\
| * Add a cachable attribute to Canvas.aszlig2010-06-221-1/+6
* | Mostly working... but not so good with the tests.Wendell2010-05-241-4/+15
* | Updated to work with python 3.Wendell2010-05-241-6/+8
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-4/+4
* generators are always available in python 2.3 final and up.Marien Zwart2010-03-071-1/+0
* Stop using backticks for reprs.Marien Zwart2010-03-071-6/+6
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-2/+0
* Fix trivial undefined name errors.Marien Zwart2010-02-111-1/+1
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-5/+4
* fix AttrMap applied to AttrMapIan Ward2009-11-071-1/+6
* new AttrMap class (stacking not yet supported)Ian Ward2009-07-241-12/+27
* untab canvas.pyIan Ward2009-07-241-1145/+1145
* fix for caching canvases from widgets with render methods in classes and thei...Ian Ward2009-03-121-11/+43
* python 2.3 and 2.6 compatibility fixesIan Ward2009-01-161-1/+1
* fix for canvas fill_attr() affecting other canvases bug (found by Joern Koerner)Ian Ward2008-06-241-5/+10
* fix for CanvasCache._deps memory leak (found by John Goodfellow)Ian Ward2008-06-091-1/+2
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+1
* more doctestsian2007-09-141-2/+14
* allow box widgets to render zero-row canvasesian2007-05-131-4/+8
* add some error checking in render wrapper, canvas combining. Fix input_test.p...ian2007-03-211-1/+8
* add PollingListWalker (backwards compatible default list walker), allow old l...ian2007-03-181-1/+12
* move widget method decorators to widget.pyian2007-03-141-47/+0
* hide widget_info setting in Widget metaclassian2007-03-111-34/+93
* fix coding: lines, fix `ProgressBar`, update edit.pyian2007-03-111-2/+7
* CanvasCache deuglification - automatic caching of render and rowsian2007-02-261-26/+24
* fix bugs in WidgetWrap and graph.pyian2007-02-191-2/+4
* add Widget base class, cache more widget canvasesian2007-02-191-0/+44
* Canvas breakage: rename Canvas to TextCanvas. add widget_info, coords and sho...ian2007-02-121-73/+195
* fix cache refs leak, show cache stats in bench_1,2.ian2007-01-261-2/+11
* new CompositeCanvas, CanvasCache classes. Drop python 2.1 supportian2007-01-261-198/+714
* performance improvements as discussed on listian2006-12-091-7/+12
* release 0.9.7release-0.9.7ian2006-10-011-17/+96
* release 0.9.5release-0.9.5ian2006-07-141-85/+75
* release 0.9.0release-0.9.0ian2006-02-181-71/+48
* release 0.9.0-pre3release-0.9.0-pre3ian2006-02-131-2/+2
* release 0.9.0-pre1release-0.9.0-pre1ian2006-02-081-31/+220
* release 0.8.10release-0.8.10ian2005-11-271-6/+28
* release 0.8.9release-0.8.9ian2005-11-211-0/+61
* release 0.8.7release-0.8.7ian2005-04-211-1/+1