summaryrefslogtreecommitdiff
path: root/urwid/container.py
Commit message (Expand)AuthorAgeFilesLines
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-1/+1
* fix lots of small typosPaul Ivanov2014-02-211-3/+3
* fix #45 GridFlow argument v_sep not working as documentedIan Ward2014-01-041-0/+4
* fix for packed columns not resizing when content changes #49Ian Ward2014-01-021-1/+2
* fix for #39 Pile.mouse_event error on empty pileIan Ward2013-12-241-0/+2
* fix+test for zero-weighted items in PileIan Ward2013-12-241-1/+3
* second fix for Columns.move_cursor_to_coordsIan Ward2013-01-271-1/+1
* fix for Columns.move_cursor_to_coords not handling left/rightIan Ward2013-01-271-5/+3
* add get_focus_widgets container methodMatthijs Kooijman2012-12-131-0/+17
* fix: Pile not changing focus with mouse since container changesIan Ward2012-11-141-1/+1
* fix: Overlay.get_cursor_coords has never workedIan Ward2012-11-021-1/+1
* fix Columns.get_cursor_coords, move_cursor_to_coords, mouse_event, get_pref_c...Ian Ward2012-10-201-10/+23
* fix Columns.keypress focused box column caseIan Ward2012-10-201-2/+5
* fix for columns rows() and get_cursor_coords() regressionsIan Ward2012-10-171-5/+3
* reference: improve container docstringsIan Ward2012-10-161-15/+22
* manual, tutorial: minor updates/fixesIan Ward2012-10-141-1/+1
* fix Pile/Columns descriptionsIan Ward2012-10-141-2/+2
* clean up some docstringsIan Ward2012-10-111-62/+48
* add missing Overlay.options methodIan Ward2012-10-111-29/+38
* Pile, Overlay, Columns fixes for more widget-squishing testsIan Ward2012-09-211-6/+12
* columns: allow cursor right to hidden columnsIan Ward2012-09-211-1/+1
* columns: keep column in focus visibleIan Ward2012-09-211-4/+12
* fix sphinx warningsIan Ward2012-07-141-1/+3
* fixes from default branchIan Ward2012-07-141-3/+3
|\
| * fix Overlay top and bottom paddingMatthijs Kooijman2012-06-271-2/+2
| * fix: Gridflow Pile.options bugIan Ward2012-04-041-1/+1
* | doc: sphinx docstrings for OverlayPatrick Totzke2012-05-261-43/+55
* | doc: sphinx docstrings for GridFlowPatrick Totzke2012-05-261-33/+38
* | doc: sphinx docstrings for PilePatrick Totzke2012-05-261-53/+64
* | doc: sphinx docstrings for ColumnsPatrick Totzke2012-05-261-67/+95
* | doc: sphinx docstrings for urwid.FramePatrick Totzke2012-05-261-33/+54
|/
* fix: GridFlow initially in unstable stateIan Ward2012-03-231-2/+4
* clean up many warnings from pyflakesIan Ward2012-03-171-3/+3
* fix: Columns.box_columns property compatibility problemIan Ward2012-03-171-3/+0
* fix: more Overlay compatibility problemsIan Ward2012-03-171-6/+6
* fix: GridFlow.cell_width compatibilityIan Ward2012-03-171-1/+1
* fix: missing import for new Overlay compatibility codeIan Ward2012-03-171-1/+1
* tests and fix for set/get_focus_pathftr-containersIan Ward2012-03-071-2/+2
* 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-011-5/+44
* WidgetContainerMixin: factor out common container methodsIan Ward2012-02-071-33/+22
* GridFlow: fixes, more tests; Make all container options() normal methodsIan Ward2012-01-071-19/+29
* 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