summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tests for raw_display.Screen and treetools.Tree*unittests-1Andrew Dunai2018-01-042-2/+140
* Merge pull request #113 from dnaeon/doc-typosAndrew Dunai2018-01-040-0/+0
|\
| * Typo fixesMarin Atanasov Nikolov2015-02-241-2/+2
* | Merge pull request #175 from rr-/patch-1Andrew Dunai2018-01-041-4/+4
|\ \
| * | Correct error messages in DecorationMarcin Kurczewski2016-02-141-4/+4
* | | Python dual support (#266)Andrew Dunai2018-01-0434-153/+285
* | | Merge pull request #269 from rndusr/feature/listbox-home-endAndrew Dunai2018-01-041-1/+16
|\ \ \
| * \ \ Merge branch 'feature/listbox-home-end'Random User2018-01-031-1/+16
| |\ \ \
| | * | | Add support for keys 'home' and 'end' to ListBoxRandom User2017-04-291-1/+16
* | | | | 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-032-7/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | checkbox and radiobutton also needs to have a postchange eventToshio Kuratomi2017-01-211-4/+7
| * | | | 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
* | | | | Merge pull request #239 from geier/strikethroughAndrew Dunai2018-01-033-6/+16
|\ \ \ \ \
| * | | | | Support for new foreground setting "strikethrough"Christian Geier2018-01-023-6/+16
|/ / / / /
* | | | | Merge pull request #220 from jwilk-forks/masterAndrew Dunai2018-01-026-14/+14
|\ \ \ \ \
| * | | | | Fix typosJakub Wilk2017-02-286-14/+14
* | | | | | Added .tox to ignore.Andrew Dunai2018-01-021-1/+1
* | | | | | Added coveralls dependencyAndrew Dunai2018-01-022-2/+1
* | | | | | Tox + TravisAndrew Dunai2018-01-022-3/+15
* | | | | | Refactoring tox.iniAndrew Dunai2018-01-022-20/+3
* | | | | | Added tox to simplify local testing.Andrew Dunai2018-01-023-13/+44
* | | | | | CoveragercAndrew Dunai2018-01-022-0/+6
* | | | | | Updated coverage commandAndrew Dunai2018-01-021-1/+1
* | | | | | Fixed typo in coverage badge URL.Andrew Dunai2018-01-021-1/+1
* | | | | | Added coverage + coverallsAndrew Dunai2018-01-022-2/+10
* | | | | | Merge pull request #255 from geier/blinkAndrew Dunai2018-01-021-0/+12
|\ \ \ \ \ \
| * | | | | | Mention blink and italics attributes in manual.Christian Geier2017-09-261-0/+12
* | | | | | | Merge pull request #260 from larsks/feature/py3Andrew Dunai2018-01-028-30/+43
|\ \ \ \ \ \ \
| * | | | | | | python 3 compatibility changesLars Kellogg-Stedman2017-12-248-30/+43
| |/ / / / / /
* | | | | | | ListBox: Modify inside docs of `keypress` method. (#257)xndcn2018-01-021-5/+4
* | | | | | | Fixed issue with Unicode characters in ProgressBar (#261)Andrew Dunai2018-01-023-6/+9
* | | | | | | Urwid is looking for new maintainersIan Ward2018-01-011-0/+2
|/ / / / / /
* | | | | | Merge pull request #243 from Sjc1000/masterIan Ward2017-08-221-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed Terminal widget crashes with Python3Sjc10002017-07-181-1/+1
* | | | | | | Merge pull request #249 from Lothiraldan/cleaningIan Ward2017-08-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Small style cleaning of ParentNode.set_child_nodeBoris Feld2017-08-211-2/+2
* | | | | | | | Merge pull request #248 from waveform80/masterIan Ward2017-08-221-4/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix #246, fix #234Dave Jones2017-08-201-4/+7
|/ / / / / / /
* | | | | | | Merge pull request #244 from mobyte0/masterIan Ward2017-07-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fixed docstring typomobyte02017-07-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #237 from floppym/test-vterm-EINTRIan Ward2017-07-041-2/+10
|\ \ \ \ \ \
| * | | | | | test_vterm: handle EINTR when reading from pipeMike Gilbert2017-06-031-2/+10
* | | | | | | Merge pull request #241 from mimi1vx/patch-1Ian Ward2017-06-261-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Update travis to check python 3.6Ondřej Súkup2017-06-261-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #238 from mwhudson/issue-164Ian Ward2017-06-071-3/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix test_remove_watch_file flakinessMichael Hudson-Doyle2017-06-071-3/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #207 from zrax/SimpleFocusListWalker_modifiedIan Ward2017-05-241-0/+1
|\ \ \ \ \ \