summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests and fix for set/get_focus_pathftr-containersIan Ward2012-03-072-2/+28
* container .focus_position API not easily changed to raise KeyError. IndexErr...Ian Ward2012-03-011-2/+2
* container widgets: [get|set]_focus_path methodsIan Ward2012-03-011-0/+35
* other containers: add iter and reversed methodsIan Ward2012-03-012-6/+45
* Simple(Focus)ListWalker: don't shadow reversed builtinIan Ward2012-03-011-5/+5
* ListBox: start of iter and reversed methodsIan Ward2012-03-011-0/+74
* WidgetContainerMixin: factor out common container methodsIan Ward2012-02-073-41/+27
* GridFlow: fixes, more tests; Make all container options() normal methodsIan Ward2012-01-074-23/+52
* ListBox: .contents; ListWalker: protocol v2Ian Ward2012-01-072-52/+106
* SimpleFocusListWalker: the new best thing in simple list walkersIan Ward2012-01-064-8/+74
* SimpleListWalker: hashable list makes no senseIan Ward2012-01-061-3/+1
* Frame: add .contentsIan Ward2012-01-063-7/+128
* GridFlow: use width_type and 'given' instead of width_calc and 'fixed', for c...Ian Ward2012-01-061-11/+13
* Columns: use width_type instead of width_calc to be consistent with Padding, ...Ian Ward2012-01-061-9/+9
* Pile: use 'pack' instead of 'flow' and height_type instead of height_calc to ...Ian Ward2012-01-062-30/+31
* {align,width,valign,height}_amount: use None as a placeholder instead of 0Ian Ward2012-01-062-6/+6
* Overlay: include min_width, min_height in overlay .contents optionsIan Ward2012-01-062-12/+19
* Overlay: add .contents, remove now unused old padding/filler calculationsIan Ward2012-01-054-158/+154
* imported patch containers-overlay-in-progressIan Ward2012-01-054-97/+99
* Filler: add top/bottom parameters like Padding's left/right, use 'flow' inste...Ian Ward2012-01-041-50/+194
* clean up trailing whitespaceIan Ward2012-01-031-111/+111
* Widget: provide a default focus_position propertyIan Ward2012-01-011-0/+10
* containers: raise IndexError when reading focus_position on empty containers ...Ian Ward2012-01-013-18/+29
* tour.py: update Padding widgets to use left, right parameters; add max_width ...Ian Ward2012-01-011-18/+15
* GridFlow: fix behaviour when maxcol is smaller than cell_widthIan Ward2012-01-011-8/+16
* Pile, Columns: use 'given' instead of 'fixed' to avoid confusion w/fixed widgetsIan Ward2011-12-292-58/+96
* GridFlow: fix alignment, remove duplicated codeIan Ward2011-12-281-11/+7
* fixes to GridFlowIan Ward2011-12-271-10/+11
* fixes after sizing changesIan Ward2011-12-273-1/+4
* GridFlow: start of .contents + WidgetWrap workIan Ward2011-12-271-131/+193
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-277-61/+123
* Widget: focus default property, docstrings for base_widget and __repr__Ian Ward2011-12-271-7/+16
* rename Columns width_type 'flow', which calculates width by calling pack(), t...Ian Ward2011-12-272-33/+50
* Pile, Columns: call the second item in each .contents item "options", add opt...Ian Ward2011-12-271-24/+61
* Columns .container tests and fixIan Ward2011-12-272-5/+54
* start of Columns .contents workIan Ward2011-12-261-119/+230
* move Pile._contents_modified into class for easier overridingIan Ward2011-12-241-10/+11
* Pile: .contents modification testsIan Ward2011-12-241-2/+15
* Pile: widget_list and item_types fixes and testsIan Ward2011-12-242-2/+17
* restore Pile.item_types for compatibilityIan Ward2011-12-242-1/+28
* fix some Pile .contents conversion bugsIan Ward2011-12-241-6/+4
* start of adding .contents to PileIan Ward2011-12-241-122/+156
* container python3 fixesIan Ward2011-12-232-4/+16
* MonitoredFocusList: python3 exceptionsIan Ward2011-12-231-49/+50
* MonitoredFocusList: replace focus_removed callback with validate_contents_mod...Ian Ward2011-12-231-61/+85
* MonitoredFocusList: handle __imul__ as well (may delete entire list)Ian Ward2011-12-231-2/+26
* MonitoredFocusList: be strict about focus values set, add a focus_changed cal...Ian Ward2011-12-221-81/+139
* replace a number of container focus-position-related methods use of assert wi...Ian Ward2011-12-183-38/+68
* implement common container properties: focus, focus_positionIan Ward2011-12-183-15/+290
* clean up trailing whitespaceIan Ward2011-12-181-176/+176