index
:
delta/python-packages/urwid.git
faster-import
fix-error-term-settings
fix-py34-tests
fix-screenshot-race
fix_404_high_color
freebsd_fix
ftr-containers
ftr-sphinx
gh-pages
hashbang-env
locale-fix
master
old-0.9.9
old-1.0
old-1.1
old-1.2
py3
python-dual-support
python33-twisted-bug
remove-enter-idle
unittests-1
urwid-windows
github.com: wardi/urwid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
urwid
/
container.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return original code to the deprecated getters and setters (#549)
Alexey Stepanov
2023-05-01
1
-17
/
+213
*
Fix regression: `Pile()` focus_item can be Widget -> need to set property `fo...
Alexey Stepanov
2023-04-12
1
-1
/
+1
*
Deprecate legacy property creation (#533)
Alexey Stepanov
2023-04-12
1
-255
/
+671
*
Add extra type annotations (#532)
Alexey Stepanov
2023-04-06
1
-34
/
+52
*
Annotate types in simple cases and use isinstance (& protocol) based type che...
Alexey Stepanov
2023-04-04
1
-164
/
+256
*
Python 37+ initial migration (#522)
Alexey Stepanov
2023-03-31
1
-62
/
+90
*
container: fix duplicate text (#490)
Mike Frysinger
2023-03-28
1
-5
/
+5
*
Remove invalid escape sequence
Andrey Lebedev
2020-04-17
1
-1
/
+1
*
Make options a static method where applicable
Philip Matura
2020-03-02
1
-3
/
+6
*
Fix GridFlow keypress handling when v_sep is 0
Aurelien Grenotton
2019-12-16
1
-0
/
+3
*
Fix Frame mouse_event when footer is trimmed
Philip Matura
2019-11-05
1
-1
/
+1
*
Implement get_cursor_coords for Frame widget
Philip Matura
2019-11-05
1
-0
/
+27
*
Merge branch 'minor-fixes'
Tony Cebzanov
2019-11-04
1
-3
/
+1
|
\
|
*
Remove dead code
Philip Matura
2019-10-09
1
-2
/
+0
|
*
Fix .pack call in Columns.column_widths
Philip Matura
2019-10-09
1
-1
/
+1
*
|
Make Columns and Pile selectable when any child widget is
Philip Matura
2019-10-09
1
-21
/
+29
|
/
*
Merge pull request #121 from uSpike/patch-1
Andrew Dunai
2018-01-17
1
-1
/
+0
|
\
|
*
remove duplicate Columns.dividechars
spikergit1
2015-04-13
1
-1
/
+0
*
|
Python dual support (#266)
Andrew Dunai
2018-01-04
1
-6
/
+9
*
|
Merge pull request #220 from jwilk-forks/master
Andrew Dunai
2018-01-02
1
-1
/
+1
|
\
\
|
*
|
Fix typos
Jakub Wilk
2017-02-28
1
-1
/
+1
*
|
|
fixed docstring typo
mobyte0
2017-07-26
1
-1
/
+1
|
/
/
*
|
fix iterator in WidgetContainerListContentsMixin
Marlox
2016-08-15
1
-2
/
+2
|
/
*
Fix GridFlow focus issue
James E. Blair
2014-08-20
1
-1
/
+5
*
Fix some Python 3 things that work fine in 2.6 anyway.
Eevee (Alex Munroe)
2014-05-11
1
-10
/
+10
*
Fix all trailing whitespace.
Eevee (Alex Munroe)
2014-05-11
1
-1
/
+1
*
fix lots of small typos
Paul Ivanov
2014-02-21
1
-3
/
+3
*
fix #45 GridFlow argument v_sep not working as documented
Ian Ward
2014-01-04
1
-0
/
+4
*
fix for packed columns not resizing when content changes #49
Ian Ward
2014-01-02
1
-1
/
+2
*
fix for #39 Pile.mouse_event error on empty pile
Ian Ward
2013-12-24
1
-0
/
+2
*
fix+test for zero-weighted items in Pile
Ian Ward
2013-12-24
1
-1
/
+3
*
second fix for Columns.move_cursor_to_coords
Ian Ward
2013-01-27
1
-1
/
+1
*
fix for Columns.move_cursor_to_coords not handling left/right
Ian Ward
2013-01-27
1
-5
/
+3
*
add get_focus_widgets container method
Matthijs Kooijman
2012-12-13
1
-0
/
+17
*
fix: Pile not changing focus with mouse since container changes
Ian Ward
2012-11-14
1
-1
/
+1
*
fix: Overlay.get_cursor_coords has never worked
Ian Ward
2012-11-02
1
-1
/
+1
*
fix Columns.get_cursor_coords, move_cursor_to_coords, mouse_event, get_pref_c...
Ian Ward
2012-10-20
1
-10
/
+23
*
fix Columns.keypress focused box column case
Ian Ward
2012-10-20
1
-2
/
+5
*
fix for columns rows() and get_cursor_coords() regressions
Ian Ward
2012-10-17
1
-5
/
+3
*
reference: improve container docstrings
Ian Ward
2012-10-16
1
-15
/
+22
*
manual, tutorial: minor updates/fixes
Ian Ward
2012-10-14
1
-1
/
+1
*
fix Pile/Columns descriptions
Ian Ward
2012-10-14
1
-2
/
+2
*
clean up some docstrings
Ian Ward
2012-10-11
1
-62
/
+48
*
add missing Overlay.options method
Ian Ward
2012-10-11
1
-29
/
+38
*
Pile, Overlay, Columns fixes for more widget-squishing tests
Ian Ward
2012-09-21
1
-6
/
+12
*
columns: allow cursor right to hidden columns
Ian Ward
2012-09-21
1
-1
/
+1
*
columns: keep column in focus visible
Ian Ward
2012-09-21
1
-4
/
+12
*
fix sphinx warnings
Ian Ward
2012-07-14
1
-1
/
+3
*
fixes from default branch
Ian Ward
2012-07-14
1
-3
/
+3
|
\
|
*
fix Overlay top and bottom padding
Matthijs Kooijman
2012-06-27
1
-2
/
+2
[next]