summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix missing `modified` signal in SimpleFocusListWalkerMichael Hansen2016-11-111-0/+1
* | | | | | | | | Merge pull request #233 from rndusr/feature/listbox-forward-page-updownIan Ward2017-05-171-4/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | ListBox: Offer page up/down keys to focused widgetRandom User2017-05-171-4/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #228 from rndusr/dont-use-pollinglistwalkerIan Ward2017-04-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Default to SimpleListWalker when setting ListBox.bodyRandom User2017-04-241-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #219 from tonycpsu/masterIan Ward2017-04-111-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Workaround to get Travis working again.Tony Cebzanov2017-02-221-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #218 from EdwardBetts/masterIan Ward2017-02-225-11/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | correct spelling mistakesEdward Betts2017-02-225-11/+11
|/ / / / / /
* | | | | | Merge pull request #210 from rndusr/listbox-body-propertyIan Ward2016-12-211-57/+69
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use internal '_body' attribute instead of new 'body' propertyRandom User2016-12-211-52/+52
| * | | | | Make ListBox.body a propertyRandom User2016-12-211-5/+17
* | | | | | Merge pull request #201 from marlox-ouda/masterIan Ward2016-08-161-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/urwid/urwidMarlox2016-08-162-2/+7
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #202 from marlox-ouda/fix-travisIan Ward2016-08-162-2/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | .travis.yml: Fix 3.2 tests (again shell escape bug)Marlox2016-08-161-1/+1
| * | | | | | setup.py: show that python version 3.5 is supportedMarlox2016-08-161-0/+1
| * | | | | | .travis.yml: Add support of python version 3.5 in travis.Marlox2016-08-161-0/+2
| * | | | | | .travis.yml: Fix 3.2 tests by imposing tornado<=4.3.0 with python 3.2Marlox2016-08-161-2/+2
| * | | | | | Add support of python version 3.4 in travis.Marlox2016-08-161-0/+2
| * | | | | | .travis.yml: removing '--use-mirrors' option in 'pip install'Marlox2016-08-161-2/+2
|/ / / / / /
| * | | | | Revert ".travis.yml: removing '--use-mirrors' option in 'pip install'"Marlox2016-08-161-2/+2
| * | | | | .travis.yml: removing '--use-mirrors' option in 'pip install'Marlox2016-08-161-2/+2
| * | | | | fix iterator in WidgetContainerListContentsMixinMarlox2016-08-151-2/+2
|/ / / / /
* | | | | Merge pull request #122 from ids1024/masterIan Ward2016-06-092-6/+11
|\ \ \ \ \
| * | | | | Implement italics supportIan D. Scott2015-04-192-6/+11
* | | | | | Merge pull request #191 from jwilk/string-formattingIan Ward2016-05-271-1/+1
|\ \ \ \ \ \
| * | | | | | Fix string formatting errorJakub Wilk2016-05-271-1/+1
|/ / / / / /
* | | | | | fix subscribe linkIan Ward2016-04-281-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #174 from aszlig/vterm-fix-nulIan Ward2016-02-122-1/+5
|\ \ \ \ \
| * | | | | vterm: Fix handling of NUL charactersaszlig2016-02-112-1/+5
|/ / / / /
* | | | | Merge pull request #173 from mgk/masterIan Ward2016-02-061-0/+2
|\ \ \ \ \