| Commit message (Expand) | Author | Age | Files | Lines |
| * | future division & font literals fix | Andrew Dunai | 2018-01-03 | 1 | -1/+1 |
| * | Remove 2to3 and make tests compatible with both Python 2 & 3 | Andrew Dunai | 2018-01-02 | 1 | -14/+16 |
| * | Metaclasses | Andrew Dunai | 2018-01-02 | 1 | -9/+2 |
| * | WIP | Andrew Dunai | 2018-01-02 | 1 | -5/+6 |
| * | correct spelling mistakes | Edward Betts | 2017-02-22 | 1 | -4/+4 |
| * | Fix all trailing whitespace. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -5/+5 |
| * | DOC: TYPO: Update widget.py | Wes Turner | 2013-09-26 | 1 | -1/+1 |
| * | Divider docstring typo | Ian Ward | 2012-10-20 | 1 | -1/+1 |
| * | reference: document SelectableIcon | Ian Ward | 2012-10-19 | 1 | -1/+1 |
| * | reference: improve decorations, add CommandMap | Ian Ward | 2012-10-16 | 1 | -7/+9 |
| * | clean up some docstrings | Ian Ward | 2012-10-11 | 1 | -3/+3 |
| * | fix edit doctest | Ian Ward | 2012-09-21 | 1 | -1/+1 |
| * | more work on basic widget reference | Ian Ward | 2012-07-15 | 1 | -67/+64 |
| * | Widget docstring work | Ian Ward | 2012-07-14 | 1 | -14/+24 |
| * | work on Widget, Text docstrings | Ian Ward | 2012-07-14 | 1 | -44/+117 |
| * | group widgets together in reference, add metaclass docs | Ian Ward | 2012-07-14 | 1 | -8/+8 |
| * | work on Text and Edit docstrings | Ian Ward | 2012-07-14 | 1 | -68/+129 |
| * | fix ListBox keypress return values, finish documenting command names | Ian Ward | 2012-07-14 | 1 | -21/+21 |
| * | Merge remote-tracking branch 'origin/ftr-sphinx' into sphinx | Patrick Totzke | 2012-05-29 | 1 | -7/+216 |
| |\ |
|
| | * | Merge pazz/sphinx | Ian Ward | 2012-05-21 | 1 | -8/+13 |
| | |\ |
|
| | * | | move widget interface docs into Widget docstrings | Ian Ward | 2012-05-09 | 1 | -8/+198 |
| * | | | doc: fix docstrings in urwid.Widget | Patrick Totzke | 2012-05-26 | 1 | -24/+16 |
| * | | | doc: fix a nasty issue with incorrect triplequotes | Patrick Totzke | 2012-05-25 | 1 | -1/+0 |
| | |/
|/| |
|
| * | | docs: sphinx markup for decorators parameters | Patrick Totzke | 2012-05-20 | 1 | -8/+13 |
| |/ |
|
| * | reference: create basic.rst, move widget docs into source | Ian Ward | 2012-04-06 | 1 | -17/+40 |
| * | fix: Edit widget with bytes caption and user entering unicode, also narrow+wi... | Ian Ward | 2012-03-17 | 1 | -10/+15 |
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -1/+0 |
| * | imported patch containers-overlay-in-progress | Ian Ward | 2012-01-05 | 1 | -3/+8 |
| * | Widget: provide a default focus_position property | Ian Ward | 2012-01-01 | 1 | -0/+10 |
| * | document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin... | Ian Ward | 2011-12-27 | 1 | -22/+56 |
| * | Widget: focus default property, docstrings for base_widget and __repr__ | Ian Ward | 2011-12-27 | 1 | -7/+16 |
| * | delegate_to_widget_mixin: there is no escaping the metaclass | Ian Ward | 2011-09-21 | 1 | -1/+3 |
| * | remove some cruft | Ian Ward | 2011-09-21 | 1 | -1/+0 |
| * | copy the shared command_map instance to Widget._command_map and update standa... | Ian Ward | 2011-09-21 | 1 | -6/+7 |
| * | factor out delegate-to-widget pattern into a mixin factory function | Ian Ward | 2011-09-20 | 1 | -20/+37 |
| * | fix for WidgetWrap w/fixed widgets, incorrect error message | Ian Ward | 2011-07-16 | 1 | -1/+2 |
| * | fix: accept bytes>127 in tagmarkup | Ian Ward | 2011-07-06 | 1 | -1/+1 |
| * | normalize edit text to type of edit caption | Ian Ward | 2011-02-15 | 1 | -8/+17 |
| * | clean up differing and duplicated compatibility code | Ian Ward | 2011-02-08 | 1 | -6/+4 |
| * | remaining doc test fixes, disable glib+twisted loops in python3 | Ian Ward | 2011-01-20 | 1 | -169/+172 |
| * | python 2.4 and 2.5 compatibility work | Ian Ward | 2011-01-11 | 1 | -2/+4 |
| * | merge from master | Ian Ward | 2010-12-28 | 1 | -3/+17 |
| |\ |
|
| | * | Added masking to Edit widget. | Dominik George | 2010-12-25 | 1 | -3/+17 |
| * | | IT WORKS!!! | Wendell | 2010-08-04 | 1 | -35/+40 |
| * | | Bug fixes | Wendell | 2010-06-04 | 1 | -16/+17 |
| |/ |
|
| * | implement insert_text() with insert_text_result(), some _delete_highlighted()... | Ian Ward | 2010-03-20 | 1 | -21/+19 |
| * | Making Edit.insert_text_result() return the proper result_pos + style fixups | Rob Lanphier | 2010-03-19 | 1 | -6/+8 |
| * | New Edit.insert_test_result() method (nice for full-field validation) | Rob Lanphier | 2010-03-19 | 1 | -0/+22 |
| * | Remove unnecessary use of "except:" (without an exception class). | Marien Zwart | 2010-03-07 | 1 | -2/+2 |
| * | Stop redefining builtins always available in pythons we support. | Marien Zwart | 2010-03-07 | 1 | -4/+1 |