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
/
listbox.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
future division & font literals fix
Andrew Dunai
2018-01-03
1
-0
/
+2
*
Metaclasses
Andrew Dunai
2018-01-02
1
-4
/
+2
*
WIP
Andrew Dunai
2018-01-02
1
-19
/
+20
*
ListBox: Modify inside docs of `keypress` method. (#257)
xndcn
2018-01-02
1
-5
/
+4
*
Merge pull request #207 from zrax/SimpleFocusListWalker_modified
Ian Ward
2017-05-24
1
-0
/
+1
|
\
|
*
Fix missing `modified` signal in SimpleFocusListWalker
Michael Hansen
2016-11-11
1
-0
/
+1
*
|
ListBox: Offer page up/down keys to focused widget
Random User
2017-05-17
1
-4
/
+3
*
|
Default to SimpleListWalker when setting ListBox.body
Random User
2017-04-24
1
-1
/
+1
*
|
Use internal '_body' attribute instead of new 'body' property
Random User
2016-12-21
1
-52
/
+52
*
|
Make ListBox.body a property
Random User
2016-12-21
1
-5
/
+17
|
/
*
fix lots of small typos
Paul Ivanov
2014-02-21
1
-1
/
+1
*
reference: improve container docstrings
Ian Ward
2012-10-16
1
-5
/
+6
*
clean up ListBox docstrings
Ian Ward
2012-10-11
1
-42
/
+42
*
Merge feature-sphinx
Ian Ward
2012-10-10
1
-63
/
+111
|
\
|
*
fix SimpleFocusListWalker _modified callback MRO
Ian Ward
2012-09-09
1
-1
/
+1
|
*
fix sphinx warnings
Ian Ward
2012-07-14
1
-4
/
+7
|
*
fix ListBox keypress return values, finish documenting command names
Ian Ward
2012-07-14
1
-16
/
+21
|
*
doc: sphinx docstrings for ListBox
Patrick Totzke
2012-05-26
1
-45
/
+85
*
|
fix: correct ListBox.set_focus_valign since container changes +test
Ian Ward
2012-09-01
1
-2
/
+2
|
/
*
other containers: add iter and reversed methods
Ian Ward
2012-03-01
1
-1
/
+1
*
Simple(Focus)ListWalker: don't shadow reversed builtin
Ian Ward
2012-03-01
1
-5
/
+5
*
ListBox: start of iter and reversed methods
Ian Ward
2012-03-01
1
-0
/
+74
*
WidgetContainerMixin: factor out common container methods
Ian Ward
2012-02-07
1
-7
/
+3
*
GridFlow: fixes, more tests; Make all container options() normal methods
Ian Ward
2012-01-07
1
-0
/
+8
*
ListBox: .contents; ListWalker: protocol v2
Ian Ward
2012-01-07
1
-48
/
+102
*
SimpleFocusListWalker: the new best thing in simple list walkers
Ian Ward
2012-01-06
1
-4
/
+67
*
SimpleListWalker: hashable list makes no sense
Ian Ward
2012-01-06
1
-3
/
+1
*
Overlay: add .contents, remove now unused old padding/filler calculations
Ian Ward
2012-01-05
1
-7
/
+7
*
containers: raise IndexError when reading focus_position on empty containers ...
Ian Ward
2012-01-01
1
-5
/
+8
*
fixes after sizing changes
Ian Ward
2011-12-27
1
-0
/
+1
*
document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...
Ian Ward
2011-12-27
1
-2
/
+3
*
container python3 fixes
Ian Ward
2011-12-23
1
-1
/
+4
*
replace a number of container focus-position-related methods use of assert wi...
Ian Ward
2011-12-18
1
-2
/
+4
*
implement common container properties: focus, focus_position
Ian Ward
2011-12-18
1
-2
/
+25
*
clean up trailing whitespace
Ian Ward
2011-12-18
1
-176
/
+176
*
fix: large edit widget in ListBox could cause "contents too long" error
Ian Ward
2011-12-13
1
-4
/
+8
*
fix: ListBox up/down prevent selection of 0-height widgets
Ian Ward
2011-12-13
1
-12
/
+14
*
fix: make ListBox page up handling symmetric w/ page down fix
Ian Ward
2011-12-13
1
-1
/
+7
*
fix: three ListBox + zero-height Pile bugs, w/ tests
Ian Ward
2011-12-12
1
-2
/
+9
*
mark PollingListWalker as deprecated, it needs to go away soon.
Ian Ward
2011-11-13
1
-1
/
+7
*
copy the shared command_map instance to Widget._command_map and update standa...
Ian Ward
2011-09-21
1
-6
/
+5
*
my mistake: // is supported in 2.4
Ian Ward
2011-01-11
1
-2
/
+2
*
python 2.4 and 2.5 compatibility work
Ian Ward
2011-01-11
1
-3
/
+3
*
merge from master
Ian Ward
2010-12-28
1
-0
/
+19
|
\
|
*
add missing get_cursor_coords for ListBox
Ian Ward
2010-12-14
1
-0
/
+19
*
|
Fixed a bunch of problems found in the tests... looks like its just vterm
Wendell
2010-08-04
1
-1
/
+0
*
|
Fixes
Wendell
2010-07-22
1
-0
/
+1
*
|
Fixed some py3 division errors
Wendell
2010-06-27
1
-2
/
+2
|
/
*
Stop calling type() on literals.
Marien Zwart
2010-03-07
1
-5
/
+5
*
Stop using backticks for reprs.
Marien Zwart
2010-03-07
1
-14
/
+14
[next]