summaryrefslogtreecommitdiff
path: root/urwid/listbox.py
Commit message (Expand)AuthorAgeFilesLines
* future division & font literals fixAndrew Dunai2018-01-031-0/+2
* MetaclassesAndrew Dunai2018-01-021-4/+2
* WIPAndrew Dunai2018-01-021-19/+20
* ListBox: Modify inside docs of `keypress` method. (#257)xndcn2018-01-021-5/+4
* Merge pull request #207 from zrax/SimpleFocusListWalker_modifiedIan Ward2017-05-241-0/+1
|\
| * Fix missing `modified` signal in SimpleFocusListWalkerMichael Hansen2016-11-111-0/+1
* | ListBox: Offer page up/down keys to focused widgetRandom User2017-05-171-4/+3
* | Default to SimpleListWalker when setting ListBox.bodyRandom User2017-04-241-1/+1
* | Use internal '_body' attribute instead of new 'body' propertyRandom User2016-12-211-52/+52
* | Make ListBox.body a propertyRandom User2016-12-211-5/+17
|/
* fix lots of small typosPaul Ivanov2014-02-211-1/+1
* reference: improve container docstringsIan Ward2012-10-161-5/+6
* clean up ListBox docstringsIan Ward2012-10-111-42/+42
* Merge feature-sphinxIan Ward2012-10-101-63/+111
|\
| * fix SimpleFocusListWalker _modified callback MROIan Ward2012-09-091-1/+1
| * fix sphinx warningsIan Ward2012-07-141-4/+7
| * fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-16/+21
| * doc: sphinx docstrings for ListBoxPatrick Totzke2012-05-261-45/+85
* | fix: correct ListBox.set_focus_valign since container changes +testIan Ward2012-09-011-2/+2
|/
* other containers: add iter and reversed methodsIan Ward2012-03-011-1/+1
* Simple(Focus)ListWalker: don't shadow reversed builtinIan Ward2012-03-011-5/+5
* ListBox: start of iter and reversed methodsIan Ward2012-03-011-0/+74
* WidgetContainerMixin: factor out common container methodsIan Ward2012-02-071-7/+3
* GridFlow: fixes, more tests; Make all container options() normal methodsIan Ward2012-01-071-0/+8
* ListBox: .contents; ListWalker: protocol v2Ian Ward2012-01-071-48/+102
* SimpleFocusListWalker: the new best thing in simple list walkersIan Ward2012-01-061-4/+67
* SimpleListWalker: hashable list makes no senseIan Ward2012-01-061-3/+1
* Overlay: add .contents, remove now unused old padding/filler calculationsIan Ward2012-01-051-7/+7
* containers: raise IndexError when reading focus_position on empty containers ...Ian Ward2012-01-011-5/+8
* fixes after sizing changesIan Ward2011-12-271-0/+1
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-2/+3
* container python3 fixesIan Ward2011-12-231-1/+4
* replace a number of container focus-position-related methods use of assert wi...Ian Ward2011-12-181-2/+4
* implement common container properties: focus, focus_positionIan Ward2011-12-181-2/+25
* clean up trailing whitespaceIan Ward2011-12-181-176/+176
* fix: large edit widget in ListBox could cause "contents too long" errorIan Ward2011-12-131-4/+8
* fix: ListBox up/down prevent selection of 0-height widgetsIan Ward2011-12-131-12/+14
* fix: make ListBox page up handling symmetric w/ page down fixIan Ward2011-12-131-1/+7
* fix: three ListBox + zero-height Pile bugs, w/ testsIan Ward2011-12-121-2/+9
* mark PollingListWalker as deprecated, it needs to go away soon.Ian Ward2011-11-131-1/+7
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-6/+5
* my mistake: // is supported in 2.4Ian Ward2011-01-111-2/+2
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-3/+3
* merge from masterIan Ward2010-12-281-0/+19
|\
| * add missing get_cursor_coords for ListBoxIan Ward2010-12-141-0/+19
* | Fixed a bunch of problems found in the tests... looks like its just vtermWendell2010-08-041-1/+0
* | FixesWendell2010-07-221-0/+1
* | Fixed some py3 division errorsWendell2010-06-271-2/+2
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-5/+5
* Stop using backticks for reprs.Marien Zwart2010-03-071-14/+14