summaryrefslogtreecommitdiff
path: root/urwid/widget.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* normalize edit text to type of edit captionIan Ward2011-02-151-8/+17
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-6/+4
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-169/+172
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-2/+4
* merge from masterIan Ward2010-12-281-3/+17
|\
| * Added masking to Edit widget.Dominik George2010-12-251-3/+17
* | IT WORKS!!!Wendell2010-08-041-35/+40
* | Bug fixesWendell2010-06-041-16/+17
|/
* implement insert_text() with insert_text_result(), some _delete_highlighted()...Ian Ward2010-03-201-21/+19
* Making Edit.insert_text_result() return the proper result_pos + style fixupsRob Lanphier2010-03-191-6/+8
* New Edit.insert_test_result() method (nice for full-field validation)Rob Lanphier2010-03-191-0/+22