summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
* Cleaner fonts initialization.python-dual-supportAndrew Dunai2018-01-031-49/+49
* future division & font literals fixAndrew Dunai2018-01-0328-48/+96
* Fixed examples.Andrew Dunai2018-01-031-2/+2
* Added tests for ProgressBarAndrew Dunai2018-01-022-0/+30
* Removed debug code.Andrew Dunai2018-01-021-4/+0
* Remove 2to3 and make tests compatible with both Python 2 & 3Andrew Dunai2018-01-028-44/+51
* String literal fixesAndrew Dunai2018-01-023-8/+10
* MetaclassesAndrew Dunai2018-01-026-23/+29
* WIPAndrew Dunai2018-01-0223-88/+132
* ListBox: Modify inside docs of `keypress` method. (#257)xndcn2018-01-021-5/+4
* Fixed issue with Unicode characters in ProgressBar (#261)Andrew Dunai2018-01-021-1/+7
* 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
* | | Fix #246, fix #234Dave Jones2017-08-201-4/+7
|/ /
* | 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 #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
* | | ListBox: Offer page up/down keys to focused widgetRandom User2017-05-171-4/+3
* | | Default to SimpleListWalker when setting ListBox.bodyRandom User2017-04-241-1/+1
* | | correct spelling mistakesEdward Betts2017-02-224-9/+9
| |/ |/|
* | 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
* | 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
* | Fix string formatting errorJakub Wilk2016-05-271-1/+1
* | vterm: Fix handling of NUL charactersaszlig2016-02-112-1/+5
* | fix #172 - html_fragment errors on Python 3.4Michael Keirnan2016-02-051-0/+2
* | Merge pull request #158 from benjamin9999/fbtermIan Ward2015-11-011-8/+18
|\ \
| * | Add 256-color support for fbtermBenjamin Yates2015-10-181-4/+14
| * | Store envron's TERM value as a Screen attributeBenjamin Yates2015-10-181-4/+4
* | | drop -dev from 1.3.1Ian Ward2015-11-011-1/+1
|/ /
* | fixes https://github.com/wardi/urwid/issues/96Esteban null2015-09-201-1/+1
* | Reset screen to original state on any exception.Rian Hunter2015-09-061-2/+2
* | A better fix for #127 and #60, added self.flush() instead of carriage returnJared Winborne2015-07-021-2/+2
* | fix for #127 Added a \r for the screen to be properly restored after screen.s...Jared Winborne2015-06-291-1/+2
* | Merge pull request #88 from hkoof/fix-bargraph-hlinesIan Ward2015-04-211-0/+1
|\ \ | |/ |/|
| * fix hlines in BarGraph.set_data(): sort descendingHeiko Noordhof2014-11-041-0/+1
* | Add bracketed paste mode escape sequencesTom Dryer2015-04-121-0/+2
* | Fix typo in AttrSpec error messageRandom User2015-03-261-1/+1
* | Merge pull request #100 from kurlyk/masterIan Ward2015-01-041-0/+9
|\ \
| * | Add "clear" method to monitored listsneumond2014-12-201-0/+9
| |/
* | Merge pull request #91 from rndusr/masterIan Ward2015-01-041-0/+7
|\ \