summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for Urwid 2.1.1 releaserelease-2.1.1Tony Cebzanov2020-07-261-1/+1
* Add bin/release.sh script to assist with release processTony Cebzanov2020-07-262-1/+244
* README and changelog updates for 2.1.1 release.Tony Cebzanov2020-07-262-24/+127
* Merge pull request #414 from andrewshadura/fix-py38-warningtonycpsu2020-06-211-1/+1
|\
| * Use comparison with a string instead of "is" test with a literalAndrej Shadura2020-06-191-1/+1
|/
* Find nearest approximation for 24-bit colors in 256-color AttrSpecsTony Cebzanov2020-06-131-2/+16
* Merge pull request #354 from kkrolczyk/low_hanging_fruit_2Maxim Ivanov2020-05-281-3/+16
|\
| * Add wrap_around kwarg to SimpleListWalkersKrzysztof Królczyk2020-05-151-3/+16
|/
* Merge pull request #401 from goncalopp/fix-400Maxim Ivanov2020-04-171-1/+1
|\
| * fixgoncalopp2020-04-111-1/+1
* | Remove invalid escape sequenceAndrey Lebedev2020-04-171-1/+1
* | Merge pull request #405 from urwid/fix_404_high_colortonycpsu2020-04-152-3/+5
|\ \ | |/ |/|
| * Fix 256-color mode on some terminals. Addresses #404.fix_404_high_colorTony Cebzanov2020-04-152-3/+5
|/
* Revert pypy3 to pypyAndrey Semakin2020-03-082-4/+4
* Set up Travis to run py38, speed up buildAndrey Semakin2020-03-082-9/+5
* Add popular IDEs folders to .gitignoreAndrey Semakin2020-03-081-0/+6
* Add py38 to Travis testsAndrey Semakin2020-03-081-0/+3
* Drop support for py34Andrey Semakin2020-03-085-9/+2
* Make options a static method where applicablePhilip Matura2020-03-021-3/+6
* Do not call wait_readable with a closed fd in TrioEventLoopMichael Hudson-Doyle2020-03-021-1/+4
* added TrioEventLoop.run_async(), removed nursery constructor arg (#392)Tamás Nepusz2020-03-021-35/+58
* Fixes Terminal in ListBox (#382)James Johnson2020-03-024-10/+67
* Fix GridFlow keypress handling when v_sep is 0Aurelien Grenotton2019-12-163-0/+22
* Merge pull request #385 from ulidtko/masterMaxim Ivanov2019-12-151-25/+11
|\
| * Instance of Terminal has no __super attr -- thanks pylint!max ulidtko2019-12-151-1/+1
| * Terminal: use UTF-8 by default.max ulidtko2019-12-151-5/+4
| * vterm: errno 5 is not EOF.max ulidtko2019-12-151-2/+3
| * vterm: reduce __init__ boilerplatemax ulidtko2019-12-151-17/+3
|/
* Removed debug documentation change testJames Johnson2019-12-151-1/+1
* Updated documentation on TerminalJames Johnson2019-12-151-9/+16
* Bump version to 2.1.1-dev for development.Tony Cebzanov2019-11-141-1/+1
* Version 2.1.0release-2.1.0Tony Cebzanov2019-11-131-1/+1
* Reorganize contributor list in README.Tony Cebzanov2019-11-131-33/+76
* Changelog updates for 2.1.0. release.Tony Cebzanov2019-11-131-0/+90
* Add some missing documentation for usage of 24-bit color.Tony Cebzanov2019-11-132-3/+4
* Fixes to sphinx conf to enable building docs with Sphinx >= 2.0.Tony Cebzanov2019-11-131-2/+2
* Update HTML docs with new chat link and supported python versions.Tony Cebzanov2019-11-121-2/+2
* Merge branch 'fix/terminal-unicode-python3'Tony Cebzanov2019-11-052-3/+14
|\
| * added support for input encoding in Terminal widgetTamas Nepusz2019-06-182-3/+14
* | Merge pull request #373 from tu500/frame-mouse-eventstonycpsu2019-11-050-0/+0
|\ \
| * | Fix Frame mouse_event when footer is trimmedPhilip Matura2019-10-111-1/+1
| * | Implement get_cursor_coords for Frame widgetPhilip Matura2019-10-111-0/+27
* | | Fix Frame mouse_event when footer is trimmedPhilip Matura2019-11-051-1/+1
* | | Implement get_cursor_coords for Frame widgetPhilip Matura2019-11-051-0/+27
* | | Update README.rsttonycpsu2019-11-051-2/+2
* | | Update README.rsttonycpsu2019-11-051-0/+1
* | | Merge pull request #323 from pniedzwiedzinski/patch-1tonycpsu2019-11-051-0/+14
|\ \ \
| * | | Add installation instruction to READMEPatryk Niedźwiedziński2018-12-031-0/+14
* | | | Merge branch 'low_hanging_fruits_1' [353]Tony Cebzanov2019-11-051-1/+3
|\ \ \ \
| * | | | add custom checkbox symbolKrzysztof Królczyk2019-08-151-1/+3
| | |/ / | |/| |