summaryrefslogtreecommitdiff
path: root/urwid/widget.py
Commit message (Collapse)AuthorAgeFilesLines
* future division & font literals fixAndrew Dunai2018-01-031-1/+1
|
* Remove 2to3 and make tests compatible with both Python 2 & 3Andrew Dunai2018-01-021-14/+16
|
* MetaclassesAndrew Dunai2018-01-021-9/+2
|
* WIPAndrew Dunai2018-01-021-5/+6
|
* 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
| | | | | --HG-- branch : feature-sphinx
* more work on basic widget referenceIan Ward2012-07-151-67/+64
| | | | | --HG-- branch : feature-sphinx
* Widget docstring workIan Ward2012-07-141-14/+24
| | | | | --HG-- branch : feature-sphinx
* work on Widget, Text docstringsIan Ward2012-07-141-44/+117
| | | | | --HG-- branch : feature-sphinx
* group widgets together in reference, add metaclass docsIan Ward2012-07-141-8/+8
| | | | | --HG-- branch : feature-sphinx
* work on Text and Edit docstringsIan Ward2012-07-141-68/+129
| | | | | --HG-- branch : feature-sphinx
* fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-21/+21
| | | | | --HG-- branch : feature-sphinx
* Merge remote-tracking branch 'origin/ftr-sphinx' into sphinxPatrick Totzke2012-05-291-7/+216
|\ | | | | | | | | Conflicts: urwid/widget.py
| * Merge pazz/sphinxIan Ward2012-05-211-8/+13
| |\ | | | | | | | | | | | | --HG-- branch : feature-sphinx
| * | move widget interface docs into Widget docstringsIan Ward2012-05-091-8/+198
| | | | | | | | | | | | | | | --HG-- branch : feature-sphinx
* | | doc: fix docstrings in urwid.WidgetPatrick Totzke2012-05-261-24/+16
| | | | | | | | | | | | | | | ..which resulted in a few sphinx warnings. this also adds some TODOs
* | | doc: fix a nasty issue with incorrect triplequotesPatrick Totzke2012-05-251-1/+0
| |/ |/| | | | | .. in docstring
* | 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
| | | | | --HG-- branch : feature-sphinx
* fix: Edit widget with bytes caption and user entering unicode, also ↵Ian Ward2012-03-171-10/+15
| | | | narrow+wide encodings regression
* clean up many warnings from pyflakesIan Ward2012-03-171-1/+0
|
* imported patch containers-overlay-in-progressIan Ward2012-01-051-3/+8
| | | | | --HG-- branch : feature-containers
* Widget: provide a default focus_position propertyIan Ward2012-01-011-0/+10
| | | | | --HG-- branch : feature-containers
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add ↵Ian Ward2011-12-271-22/+56
| | | | | | | missing _sizing and sizing() definitions --HG-- branch : feature-containers
* Widget: focus default property, docstrings for base_widget and __repr__Ian Ward2011-12-271-7/+16
| | | | | --HG-- branch : feature-containers
* 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 ↵Ian Ward2011-09-211-6/+7
| | | | standard widgets to use it
* 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
| | | | | --HG-- extra : transplant_source : %96D%5C%E2%C3hp%E1f%86%D5%F1%F0%00%8B4%AA%921%8C
* fix: accept bytes>127 in tagmarkupIan Ward2011-07-061-1/+1
|
* normalize edit text to type of edit captionIan Ward2011-02-151-8/+17
| | | | | --HG-- branch : python3
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-6/+4
| | | | | --HG-- branch : python3
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-169/+172
| | | | | --HG-- branch : python3
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-2/+4
| | | | | --HG-- branch : python3
* merge from masterIan Ward2010-12-281-3/+17
|\ | | | | | | | | --HG-- branch : python3
| * Added masking to Edit widget.Dominik George2010-12-251-3/+17
| | | | | | | | | | --HG-- branch : idle
* | IT WORKS!!!Wendell2010-08-041-35/+40
| | | | | | | | | | | | It passes (most) tests in python2 not involving wide fonts, and runs tour.py (with unicode characters) in python3. 23dir also added to aid conversion
* | Bug fixesWendell2010-06-041-16/+17
|/
* implement insert_text() with insert_text_result(), some ↵Ian Ward2010-03-201-21/+19
| | | | _delete_highlighted() cleanups
* 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
|
* Remove unnecessary use of "except:" (without an exception class).Marien Zwart2010-03-071-2/+2
|
* Stop redefining builtins always available in pythons we support.Marien Zwart2010-03-071-4/+1
|