summaryrefslogtreecommitdiff
path: root/urwid/widget.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)Alexey Stepanov2023-04-251-1/+2
* Deprecate legacy property creation (#533)Alexey Stepanov2023-04-121-20/+31
* Add extra type annotations (#532)Alexey Stepanov2023-04-061-2/+4
* Fix input handling and extra type annotations (#530)Alexey Stepanov2023-04-051-26/+28
* Annotate types in simple cases and use isinstance (& protocol) based type che...Alexey Stepanov2023-04-041-86/+112
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-94/+174
* Merge branch 'minor-fixes'Tony Cebzanov2019-11-041-2/+2
|\
| * Fix use of ignore_focus, for widgets inheriting from TextPhilip Matura2019-10-091-0/+1
| * Use ._selectable member for Edit widgetPhilip Matura2019-10-091-2/+1
* | Add ellipsis wrapping mode documentationPhilip Matura2019-10-151-3/+4
|/
* Remove method Text._calc_line_translation()Random User2018-07-281-7/+2
* Python dual support (#266)Andrew Dunai2018-01-041-27/+23
* Merge pull request #176 from rr-/patch-2Andrew Dunai2018-01-041-3/+7
|\
| * Correct Edit documentationMarcin Kurczewski2016-02-141-3/+7
* | Merge pull request #214 from abadger/fix-edit-change-signalAndrew Dunai2018-01-031-3/+17
|\ \
| * | Implement postchange signal for Edit widget.Toshio Kuratomi2017-01-211-4/+18
| * | Do not emit change until after text is updatedToshio Kuratomi2017-01-211-1/+1
| |/
* | correct spelling mistakesEdward Betts2017-02-221-4/+4
|/
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-5/+5
* DOC: TYPO: Update widget.pyWes Turner2013-09-261-1/+1
* Divider docstring typoIan Ward2012-10-201-1/+1
* reference: document SelectableIconIan Ward2012-10-191-1/+1
* reference: improve decorations, add CommandMapIan Ward2012-10-161-7/+9
* clean up some docstringsIan Ward2012-10-111-3/+3
* fix edit doctestIan Ward2012-09-211-1/+1
* more work on basic widget referenceIan Ward2012-07-151-67/+64
* Widget docstring workIan Ward2012-07-141-14/+24
* work on Widget, Text docstringsIan Ward2012-07-141-44/+117
* group widgets together in reference, add metaclass docsIan Ward2012-07-141-8/+8
* work on Text and Edit docstringsIan Ward2012-07-141-68/+129
* fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-21/+21
* Merge remote-tracking branch 'origin/ftr-sphinx' into sphinxPatrick Totzke2012-05-291-7/+216
|\
| * Merge pazz/sphinxIan Ward2012-05-211-8/+13
| |\
| * | move widget interface docs into Widget docstringsIan Ward2012-05-091-8/+198
* | | doc: fix docstrings in urwid.WidgetPatrick Totzke2012-05-261-24/+16
* | | doc: fix a nasty issue with incorrect triplequotesPatrick Totzke2012-05-251-1/+0
| |/ |/|
* | docs: sphinx markup for decorators parametersPatrick Totzke2012-05-201-8/+13
|/
* reference: create basic.rst, move widget docs into sourceIan Ward2012-04-061-17/+40
* fix: Edit widget with bytes caption and user entering unicode, also narrow+wi...Ian Ward2012-03-171-10/+15
* clean up many warnings from pyflakesIan Ward2012-03-171-1/+0
* imported patch containers-overlay-in-progressIan Ward2012-01-051-3/+8
* Widget: provide a default focus_position propertyIan Ward2012-01-011-0/+10
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-22/+56
* Widget: focus default property, docstrings for base_widget and __repr__Ian Ward2011-12-271-7/+16
* delegate_to_widget_mixin: there is no escaping the metaclassIan Ward2011-09-211-1/+3
* remove some cruftIan Ward2011-09-211-1/+0
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-6/+7
* factor out delegate-to-widget pattern into a mixin factory functionIan Ward2011-09-201-20/+37
* fix for WidgetWrap w/fixed widgets, incorrect error messageIan Ward2011-07-161-1/+2
* fix: accept bytes>127 in tagmarkupIan Ward2011-07-061-1/+1