summaryrefslogtreecommitdiff
path: root/urwid/container.py
Commit message (Expand)AuthorAgeFilesLines
...
* Frame: add .contentsIan Ward2012-01-061-3/+113
* 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-061-25/+26
* Overlay: include min_width, min_height in overlay .contents optionsIan Ward2012-01-061-10/+17
* Overlay: add .contents, remove now unused old padding/filler calculationsIan Ward2012-01-051-51/+119
* imported patch containers-overlay-in-progressIan Ward2012-01-051-28/+86
* containers: raise IndexError when reading focus_position on empty containers ...Ian Ward2012-01-011-9/+17
* 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-291-50/+85
* 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-271-1/+2
* 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-271-7/+17
* rename Columns width_type 'flow', which calculates width by calling pack(), t...Ian Ward2011-12-271-27/+41
* 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-271-2/+3
* 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: widget_list and item_types fixes and testsIan Ward2011-12-241-2/+2
* restore Pile.item_types for compatibilityIan Ward2011-12-241-1/+23
* 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-231-3/+12
* replace a number of container focus-position-related methods use of assert wi...Ian Ward2011-12-181-25/+32
* implement common container properties: focus, focus_positionIan Ward2011-12-181-13/+147
* remove unused WidgetContainer classIan Ward2011-12-171-61/+0
* Make Pile and Columns not blow up on generators.Julian Berman2011-12-151-31/+24
* Removed trailing whitespace.Julian Berman2011-12-151-114/+114
* fix: ListBox up/down prevent selection of 0-height widgetsIan Ward2011-12-131-0/+2
* fix: three ListBox + zero-height Pile bugs, w/ testsIan Ward2011-12-121-1/+3
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-10/+9
* Overlay: new set_overlay_parameters() methodIan Ward2011-09-211-7/+18
* fix for empty PileIan Ward2011-07-111-2/+7
* fix for text as top widget in OverlayIan Ward2011-07-091-2/+1
* fix for pile breaking when flow/fixed widgets are too largeIan Ward2011-07-071-1/+6
* give Columns same contents property as PileIan Ward2011-07-071-27/+25
* fix: #66 make adding to a Pile easierIan Ward2011-07-071-31/+38
* fix: #67 overlay breaks with large flow widget as topIan Ward2011-07-061-2/+4
* my mistake: // is supported in 2.4Ian Ward2011-01-111-2/+2
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-6/+6
* merge from masterIan Ward2010-12-281-0/+11
|\
| * Provide get_focus functions for Frame, GridFlow.Jon McManus2010-12-191-0/+11
* | Now passes all tests in python 2.6Wendell2010-08-041-1/+2
|\ \ | |/
* | Merge remote branch 'wardi/master'Wendell2010-07-231-9/+25
|\ \ | |/
| * Allow to specify ('flow', w) in Columns widget_list.aszlig2010-07-081-7/+23
| * Fix documentation error with min_width in Columns.aszlig2010-07-081-3/+3
* | FixesWendell2010-07-221-3/+4
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-7/+7