summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-0432-148/+281
* 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
* | | | Support for new foreground setting "strikethrough"Christian Geier2018-01-022-5/+9
* | | | Merge pull request #220 from jwilk-forks/masterAndrew Dunai2018-01-021-1/+1
|\ \ \ \
| * | | | Fix typosJakub Wilk2017-02-281-1/+1
* | | | | 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