| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | fix: Gridflow Pile.options bug | Ian Ward | 2012-04-04 | 1 | -1/+1 |
| * | | doc: sphinx docstrings for Overlay | Patrick Totzke | 2012-05-26 | 1 | -43/+55 |
| * | | doc: sphinx docstrings for GridFlow | Patrick Totzke | 2012-05-26 | 1 | -33/+38 |
| * | | doc: sphinx docstrings for Pile | Patrick Totzke | 2012-05-26 | 1 | -53/+64 |
| * | | doc: sphinx docstrings for Columns | Patrick Totzke | 2012-05-26 | 1 | -67/+95 |
| * | | doc: sphinx docstrings for urwid.Frame | Patrick Totzke | 2012-05-26 | 1 | -33/+54 |
| |/ |
|
| * | fix: GridFlow initially in unstable state | Ian Ward | 2012-03-23 | 1 | -2/+4 |
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -3/+3 |
| * | fix: Columns.box_columns property compatibility problem | Ian Ward | 2012-03-17 | 1 | -3/+0 |
| * | fix: more Overlay compatibility problems | Ian Ward | 2012-03-17 | 1 | -6/+6 |
| * | fix: GridFlow.cell_width compatibility | Ian Ward | 2012-03-17 | 1 | -1/+1 |
| * | fix: missing import for new Overlay compatibility code | Ian Ward | 2012-03-17 | 1 | -1/+1 |
| * | tests and fix for set/get_focus_pathftr-containers | Ian Ward | 2012-03-07 | 1 | -2/+2 |
| * | container .focus_position API not easily changed to raise KeyError. IndexErr... | Ian Ward | 2012-03-01 | 1 | -2/+2 |
| * | container widgets: [get|set]_focus_path methods | Ian Ward | 2012-03-01 | 1 | -0/+35 |
| * | other containers: add iter and reversed methods | Ian Ward | 2012-03-01 | 1 | -5/+44 |
| * | WidgetContainerMixin: factor out common container methods | Ian Ward | 2012-02-07 | 1 | -33/+22 |
| * | GridFlow: fixes, more tests; Make all container options() normal methods | Ian Ward | 2012-01-07 | 1 | -19/+29 |
| * | 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 |