summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Add Python 3.8 trio test to tox.Tony Cebzanov2019-11-051-0/+1
* | | | Merge pull request #372 from collmot/feature/trio-event-looptonycpsu2019-11-056-5/+307
|\ \ \ \
| * | | | TrioEventLoop: removed convoluted cancel scope handlingTamas Nepusz2019-11-052-24/+44
| * | | | use Trio's instrumentation API to emulate idle callbacksTamas Nepusz2019-10-291-20/+19
| * | | | ensure that TrioEventLoop is not needed on Python 3.4 and olderTamas Nepusz2019-10-242-2/+5
| * | | | added TrioEventLoopTamas Nepusz2019-10-246-1/+281
* | | | | Support Python 3.8Tony Cebzanov2019-11-053-0/+4
* | | | | Merge branch 'patch-1' [370]Tony Cebzanov2019-11-051-4/+4
|\ \ \ \ \
| * | | | | Fix Python 3.8 SyntaxWarning: 'str' object is not callableAnders Kaseorg2019-10-221-4/+4
| |/ / / /
* | | | | Merge branch 'minor-fixes'Tony Cebzanov2019-11-046-16/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix apply_text_layoutPhilip Matura2019-10-151-1/+2
| * | | | Remove some special handling for TreeListBoxPhilip Matura2019-10-092-10/+11