| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests and fix for set/get_focus_pathftr-containers | Ian Ward | 2012-03-07 | 2 | -2/+28 |
| * | 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 | 2 | -6/+45 |
| * | Simple(Focus)ListWalker: don't shadow reversed builtin | Ian Ward | 2012-03-01 | 1 | -5/+5 |
| * | ListBox: start of iter and reversed methods | Ian Ward | 2012-03-01 | 1 | -0/+74 |
| * | WidgetContainerMixin: factor out common container methods | Ian Ward | 2012-02-07 | 3 | -41/+27 |
| * | GridFlow: fixes, more tests; Make all container options() normal methods | Ian Ward | 2012-01-07 | 4 | -23/+52 |
| * | ListBox: .contents; ListWalker: protocol v2 | Ian Ward | 2012-01-07 | 2 | -52/+106 |
| * | SimpleFocusListWalker: the new best thing in simple list walkers | Ian Ward | 2012-01-06 | 4 | -8/+74 |
| * | SimpleListWalker: hashable list makes no sense | Ian Ward | 2012-01-06 | 1 | -3/+1 |
| * | Frame: add .contents | Ian Ward | 2012-01-06 | 3 | -7/+128 |
| * | 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 | 2 | -30/+31 |
| * | {align,width,valign,height}_amount: use None as a placeholder instead of 0 | Ian Ward | 2012-01-06 | 2 | -6/+6 |
| * | Overlay: include min_width, min_height in overlay .contents options | Ian Ward | 2012-01-06 | 2 | -12/+19 |
| * | Overlay: add .contents, remove now unused old padding/filler calculations | Ian Ward | 2012-01-05 | 4 | -158/+154 |
| * | imported patch containers-overlay-in-progress | Ian Ward | 2012-01-05 | 4 | -97/+99 |
| * | Filler: add top/bottom parameters like Padding's left/right, use 'flow' inste... | Ian Ward | 2012-01-04 | 1 | -50/+194 |
| * | clean up trailing whitespace | Ian Ward | 2012-01-03 | 1 | -111/+111 |
| * | Widget: provide a default focus_position property | Ian Ward | 2012-01-01 | 1 | -0/+10 |
| * | containers: raise IndexError when reading focus_position on empty containers ... | Ian Ward | 2012-01-01 | 3 | -18/+29 |
| * | 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 | 2 | -58/+96 |
| * | 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 | 3 | -1/+4 |
| * | 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 | 7 | -61/+123 |
| * | Widget: focus default property, docstrings for base_widget and __repr__ | Ian Ward | 2011-12-27 | 1 | -7/+16 |
| * | rename Columns width_type 'flow', which calculates width by calling pack(), t... | Ian Ward | 2011-12-27 | 2 | -33/+50 |
| * | 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 | 2 | -5/+54 |
| * | 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: .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 | 2 | -2/+17 |
| * | restore Pile.item_types for compatibility | Ian Ward | 2011-12-24 | 2 | -1/+28 |
| * | 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 | 2 | -4/+16 |
| * | MonitoredFocusList: python3 exceptions | Ian Ward | 2011-12-23 | 1 | -49/+50 |
| * | MonitoredFocusList: replace focus_removed callback with validate_contents_mod... | Ian Ward | 2011-12-23 | 1 | -61/+85 |
| * | MonitoredFocusList: handle __imul__ as well (may delete entire list) | Ian Ward | 2011-12-23 | 1 | -2/+26 |
| * | MonitoredFocusList: be strict about focus values set, add a focus_changed cal... | Ian Ward | 2011-12-22 | 1 | -81/+139 |
| * | replace a number of container focus-position-related methods use of assert wi... | Ian Ward | 2011-12-18 | 3 | -38/+68 |
| * | implement common container properties: focus, focus_position | Ian Ward | 2011-12-18 | 3 | -15/+290 |
| * | clean up trailing whitespace | Ian Ward | 2011-12-18 | 1 | -176/+176 |
| * | fix doctest for changed Padding width default | Ian Ward | 2011-12-18 | 1 | -2/+2 |