summaryrefslogtreecommitdiff
path: root/urwid/container.py
Commit message (Expand)AuthorAgeFilesLines
* Return original code to the deprecated getters and setters (#549)Alexey Stepanov2023-05-011-17/+213
* Fix regression: `Pile()` focus_item can be Widget -> need to set property `fo...Alexey Stepanov2023-04-121-1/+1
* Deprecate legacy property creation (#533)Alexey Stepanov2023-04-121-255/+671
* Add extra type annotations (#532)Alexey Stepanov2023-04-061-34/+52
* Annotate types in simple cases and use isinstance (& protocol) based type che...Alexey Stepanov2023-04-041-164/+256
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-62/+90
* container: fix duplicate text (#490)Mike Frysinger2023-03-281-5/+5
* Remove invalid escape sequenceAndrey Lebedev2020-04-171-1/+1
* Make options a static method where applicablePhilip Matura2020-03-021-3/+6
* Fix GridFlow keypress handling when v_sep is 0Aurelien Grenotton2019-12-161-0/+3
* Fix Frame mouse_event when footer is trimmedPhilip Matura2019-11-051-1/+1
* Implement get_cursor_coords for Frame widgetPhilip Matura2019-11-051-0/+27
* Merge branch 'minor-fixes'Tony Cebzanov2019-11-041-3/+1
|\
| * Remove dead codePhilip Matura2019-10-091-2/+0
| * Fix .pack call in Columns.column_widthsPhilip Matura2019-10-091-1/+1
* | Make Columns and Pile selectable when any child widget isPhilip Matura2019-10-091-21/+29
|/
* Merge pull request #121 from uSpike/patch-1Andrew Dunai2018-01-171-1/+0
|\
| * remove duplicate Columns.dividecharsspikergit12015-04-131-1/+0
* | Python dual support (#266)Andrew Dunai2018-01-041-6/+9
* | Merge pull request #220 from jwilk-forks/masterAndrew Dunai2018-01-021-1/+1
|\ \
| * | Fix typosJakub Wilk2017-02-281-1/+1
* | | fixed docstring typomobyte02017-07-261-1/+1
|/ /
* | fix iterator in WidgetContainerListContentsMixinMarlox2016-08-151-2/+2
|/
* Fix GridFlow focus issueJames E. Blair2014-08-201-1/+5
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-10/+10
* 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