summaryrefslogtreecommitdiff
path: root/urwid/tests.py
Commit message (Expand)AuthorAgeFilesLines
* tests and fix for set/get_focus_pathftr-containersIan Ward2012-03-071-0/+26
* GridFlow: fixes, more tests; Make all container options() normal methodsIan Ward2012-01-071-3/+14
* ListBox: .contents; ListWalker: protocol v2Ian Ward2012-01-071-4/+4
* SimpleFocusListWalker: the new best thing in simple list walkersIan Ward2012-01-061-1/+1
* Frame: add .contentsIan Ward2012-01-061-2/+13
* Pile: use 'pack' instead of 'flow' and height_type instead of height_calc to ...Ian Ward2012-01-061-5/+5
* {align,width,valign,height}_amount: use None as a placeholder instead of 0Ian Ward2012-01-061-2/+2
* Overlay: include min_width, min_height in overlay .contents optionsIan Ward2012-01-061-2/+2
* Overlay: add .contents, remove now unused old padding/filler calculationsIan Ward2012-01-051-3/+6
* imported patch containers-overlay-in-progressIan Ward2012-01-051-2/+5
* containers: raise IndexError when reading focus_position on empty containers ...Ian Ward2012-01-011-4/+4
* Pile, Columns: use 'given' instead of 'fixed' to avoid confusion w/fixed widgetsIan Ward2011-12-291-8/+11
* rename Columns width_type 'flow', which calculates width by calling pack(), t...Ian Ward2011-12-271-6/+9
* Columns .container tests and fixIan Ward2011-12-271-3/+51
* Pile: .contents modification testsIan Ward2011-12-241-2/+15
* Pile: widget_list and item_types fixes and testsIan Ward2011-12-241-0/+15
* restore Pile.item_types for compatibilityIan Ward2011-12-241-0/+5
* replace a number of container focus-position-related methods use of assert wi...Ian Ward2011-12-181-11/+32
* implement common container properties: focus, focus_positionIan Ward2011-12-181-0/+118
* Make Pile and Columns not blow up on generators.Julian Berman2011-12-151-0/+6
* fix: large edit widget in ListBox could cause "contents too long" errorIan Ward2011-12-131-3/+12
* fix: ListBox up/down prevent selection of 0-height widgetsIan Ward2011-12-131-0/+18
* fix: make ListBox page up handling symmetric w/ page down fixIan Ward2011-12-131-2/+6
* fix: three ListBox + zero-height Pile bugs, w/ testsIan Ward2011-12-121-0/+21
* fix LineBox test for Python 3Ian Ward2011-11-081-5/+7
* LineBox border unittest.Julian Berman2011-09-231-0/+25
* Removed trailing whitespace :)Julian Berman2011-09-231-294/+292
* fix pathological wide-character-wrapped-into-1-column caseIan Ward2011-09-211-1/+23
* update tests for __init__.py changesIan Ward2011-09-211-10/+14
* fix for empty PileIan Ward2011-07-111-0/+1
* fix for rendering empty GraphVScaleIan Ward2011-07-091-1/+2
* fix for text as top widget in OverlayIan Ward2011-07-091-2/+3
* fix for pile breaking when flow/fixed widgets are too largeIan Ward2011-07-071-0/+1
* fix: #67 overlay breaks with large flow widget as topIan Ward2011-07-061-0/+3
* fix: accept bytes>127 in tagmarkupIan Ward2011-07-061-0/+2
* connect "setup.py test" to unit testsIan Ward2011-02-161-0/+2306