| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Frame: add .contents | Ian Ward | 2012-01-06 | 1 | -3/+113 |
| * | GridFlow: use width_type and 'given' instead of width_calc and 'fixed', for c... | Ian Ward | 2012-01-06 | 1 | -11/+13 |
| * | Columns: use width_type instead of width_calc to be consistent with Padding, ... | Ian Ward | 2012-01-06 | 1 | -9/+9 |
| * | Pile: use 'pack' instead of 'flow' and height_type instead of height_calc to ... | Ian Ward | 2012-01-06 | 1 | -25/+26 |
| * | Overlay: include min_width, min_height in overlay .contents options | Ian Ward | 2012-01-06 | 1 | -10/+17 |
| * | Overlay: add .contents, remove now unused old padding/filler calculations | Ian Ward | 2012-01-05 | 1 | -51/+119 |
| * | imported patch containers-overlay-in-progress | Ian Ward | 2012-01-05 | 1 | -28/+86 |
| * | containers: raise IndexError when reading focus_position on empty containers ... | Ian Ward | 2012-01-01 | 1 | -9/+17 |
| * | GridFlow: fix behaviour when maxcol is smaller than cell_width | Ian Ward | 2012-01-01 | 1 | -8/+16 |
| * | Pile, Columns: use 'given' instead of 'fixed' to avoid confusion w/fixed widgets | Ian Ward | 2011-12-29 | 1 | -50/+85 |
| * | GridFlow: fix alignment, remove duplicated code | Ian Ward | 2011-12-28 | 1 | -11/+7 |
| * | fixes to GridFlow | Ian Ward | 2011-12-27 | 1 | -10/+11 |
| * | fixes after sizing changes | Ian Ward | 2011-12-27 | 1 | -1/+2 |
| * | GridFlow: start of .contents + WidgetWrap work | Ian Ward | 2011-12-27 | 1 | -131/+193 |
| * | document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin... | Ian Ward | 2011-12-27 | 1 | -7/+17 |
| * | rename Columns width_type 'flow', which calculates width by calling pack(), t... | Ian Ward | 2011-12-27 | 1 | -27/+41 |
| * | Pile, Columns: call the second item in each .contents item "options", add opt... | Ian Ward | 2011-12-27 | 1 | -24/+61 |
| * | Columns .container tests and fix | Ian Ward | 2011-12-27 | 1 | -2/+3 |
| * | start of Columns .contents work | Ian Ward | 2011-12-26 | 1 | -119/+230 |
| * | move Pile._contents_modified into class for easier overriding | Ian Ward | 2011-12-24 | 1 | -10/+11 |
| * | Pile: widget_list and item_types fixes and tests | Ian Ward | 2011-12-24 | 1 | -2/+2 |
| * | restore Pile.item_types for compatibility | Ian Ward | 2011-12-24 | 1 | -1/+23 |
| * | fix some Pile .contents conversion bugs | Ian Ward | 2011-12-24 | 1 | -6/+4 |
| * | start of adding .contents to Pile | Ian Ward | 2011-12-24 | 1 | -122/+156 |
| * | container python3 fixes | Ian Ward | 2011-12-23 | 1 | -3/+12 |
| * | replace a number of container focus-position-related methods use of assert wi... | Ian Ward | 2011-12-18 | 1 | -25/+32 |
| * | implement common container properties: focus, focus_position | Ian Ward | 2011-12-18 | 1 | -13/+147 |
| * | remove unused WidgetContainer class | Ian Ward | 2011-12-17 | 1 | -61/+0 |
| * | Make Pile and Columns not blow up on generators. | Julian Berman | 2011-12-15 | 1 | -31/+24 |
| * | Removed trailing whitespace. | Julian Berman | 2011-12-15 | 1 | -114/+114 |
| * | fix: ListBox up/down prevent selection of 0-height widgets | Ian Ward | 2011-12-13 | 1 | -0/+2 |
| * | fix: three ListBox + zero-height Pile bugs, w/ tests | Ian Ward | 2011-12-12 | 1 | -1/+3 |
| * | copy the shared command_map instance to Widget._command_map and update standa... | Ian Ward | 2011-09-21 | 1 | -10/+9 |
| * | Overlay: new set_overlay_parameters() method | Ian Ward | 2011-09-21 | 1 | -7/+18 |
| * | fix for empty Pile | Ian Ward | 2011-07-11 | 1 | -2/+7 |
| * | fix for text as top widget in Overlay | Ian Ward | 2011-07-09 | 1 | -2/+1 |
| * | fix for pile breaking when flow/fixed widgets are too large | Ian Ward | 2011-07-07 | 1 | -1/+6 |
| * | give Columns same contents property as Pile | Ian Ward | 2011-07-07 | 1 | -27/+25 |
| * | fix: #66 make adding to a Pile easier | Ian Ward | 2011-07-07 | 1 | -31/+38 |
| * | fix: #67 overlay breaks with large flow widget as top | Ian Ward | 2011-07-06 | 1 | -2/+4 |
| * | my mistake: // is supported in 2.4 | Ian Ward | 2011-01-11 | 1 | -2/+2 |
| * | python 2.4 and 2.5 compatibility work | Ian Ward | 2011-01-11 | 1 | -6/+6 |
| * | merge from master | Ian Ward | 2010-12-28 | 1 | -0/+11 |
| |\ |
|
| | * | Provide get_focus functions for Frame, GridFlow. | Jon McManus | 2010-12-19 | 1 | -0/+11 |
| * | | Now passes all tests in python 2.6 | Wendell | 2010-08-04 | 1 | -1/+2 |
| |\ \
| |/ |
|
| * | | Merge remote branch 'wardi/master' | Wendell | 2010-07-23 | 1 | -9/+25 |
| |\ \
| |/ |
|
| | * | Allow to specify ('flow', w) in Columns widget_list. | aszlig | 2010-07-08 | 1 | -7/+23 |
| | * | Fix documentation error with min_width in Columns. | aszlig | 2010-07-08 | 1 | -3/+3 |
| * | | Fixes | Wendell | 2010-07-22 | 1 | -3/+4 |
| |/ |
|
| * | Stop calling type() on literals. | Marien Zwart | 2010-03-07 | 1 | -7/+7 |