| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests and fix for set/get_focus_pathftr-containers | Ian Ward | 2012-03-07 | 1 | -0/+26 |
| * | GridFlow: fixes, more tests; Make all container options() normal methods | Ian Ward | 2012-01-07 | 1 | -3/+14 |
| * | ListBox: .contents; ListWalker: protocol v2 | Ian Ward | 2012-01-07 | 1 | -4/+4 |
| * | SimpleFocusListWalker: the new best thing in simple list walkers | Ian Ward | 2012-01-06 | 1 | -1/+1 |
| * | Frame: add .contents | Ian Ward | 2012-01-06 | 1 | -2/+13 |
| * | Pile: use 'pack' instead of 'flow' and height_type instead of height_calc to ... | Ian Ward | 2012-01-06 | 1 | -5/+5 |
| * | {align,width,valign,height}_amount: use None as a placeholder instead of 0 | Ian Ward | 2012-01-06 | 1 | -2/+2 |
| * | Overlay: include min_width, min_height in overlay .contents options | Ian Ward | 2012-01-06 | 1 | -2/+2 |
| * | Overlay: add .contents, remove now unused old padding/filler calculations | Ian Ward | 2012-01-05 | 1 | -3/+6 |
| * | imported patch containers-overlay-in-progress | Ian Ward | 2012-01-05 | 1 | -2/+5 |
| * | containers: raise IndexError when reading focus_position on empty containers ... | Ian Ward | 2012-01-01 | 1 | -4/+4 |
| * | Pile, Columns: use 'given' instead of 'fixed' to avoid confusion w/fixed widgets | Ian Ward | 2011-12-29 | 1 | -8/+11 |
| * | rename Columns width_type 'flow', which calculates width by calling pack(), t... | Ian Ward | 2011-12-27 | 1 | -6/+9 |
| * | Columns .container tests and fix | Ian Ward | 2011-12-27 | 1 | -3/+51 |
| * | Pile: .contents modification tests | Ian Ward | 2011-12-24 | 1 | -2/+15 |
| * | Pile: widget_list and item_types fixes and tests | Ian Ward | 2011-12-24 | 1 | -0/+15 |
| * | restore Pile.item_types for compatibility | Ian Ward | 2011-12-24 | 1 | -0/+5 |
| * | replace a number of container focus-position-related methods use of assert wi... | Ian Ward | 2011-12-18 | 1 | -11/+32 |
| * | implement common container properties: focus, focus_position | Ian Ward | 2011-12-18 | 1 | -0/+118 |
| * | Make Pile and Columns not blow up on generators. | Julian Berman | 2011-12-15 | 1 | -0/+6 |
| * | fix: large edit widget in ListBox could cause "contents too long" error | Ian Ward | 2011-12-13 | 1 | -3/+12 |
| * | fix: ListBox up/down prevent selection of 0-height widgets | Ian Ward | 2011-12-13 | 1 | -0/+18 |
| * | fix: make ListBox page up handling symmetric w/ page down fix | Ian Ward | 2011-12-13 | 1 | -2/+6 |
| * | fix: three ListBox + zero-height Pile bugs, w/ tests | Ian Ward | 2011-12-12 | 1 | -0/+21 |
| * | fix LineBox test for Python 3 | Ian Ward | 2011-11-08 | 1 | -5/+7 |
| * | LineBox border unittest. | Julian Berman | 2011-09-23 | 1 | -0/+25 |
| * | Removed trailing whitespace :) | Julian Berman | 2011-09-23 | 1 | -294/+292 |
| * | fix pathological wide-character-wrapped-into-1-column case | Ian Ward | 2011-09-21 | 1 | -1/+23 |
| * | update tests for __init__.py changes | Ian Ward | 2011-09-21 | 1 | -10/+14 |
| * | fix for empty Pile | Ian Ward | 2011-07-11 | 1 | -0/+1 |
| * | fix for rendering empty GraphVScale | Ian Ward | 2011-07-09 | 1 | -1/+2 |
| * | fix for text as top widget in Overlay | Ian Ward | 2011-07-09 | 1 | -2/+3 |
| * | fix for pile breaking when flow/fixed widgets are too large | Ian Ward | 2011-07-07 | 1 | -0/+1 |
| * | fix: #67 overlay breaks with large flow widget as top | Ian Ward | 2011-07-06 | 1 | -0/+3 |
| * | fix: accept bytes>127 in tagmarkup | Ian Ward | 2011-07-06 | 1 | -0/+2 |
| * | connect "setup.py test" to unit tests | Ian Ward | 2011-02-16 | 1 | -0/+2306 |