summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix `TextCanvas` `CanvasError("Attribute extends beyond text...")` (#555)HEADmasterAlexey Stepanov2023-05-098-40/+172
* Fix CheckBox default state validation and initialization (#553)Alexey Stepanov2023-05-051-19/+29
* Revert "Allow to pass parameters when open pop_up (#480)" (#551)Alexey Stepanov2023-05-042-13/+352
* Return original code to the deprecated getters and setters (#549)Alexey Stepanov2023-05-014-23/+237
* Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)Alexey Stepanov2023-04-258-110/+181
* Fix text layout for `align="center", wrap="clip"` when `maxcol` == `line_widt...Toluwaleke Ogundipe2023-04-242-1/+19
* [BREAKING CHANGE] Fixes: #90 Remove idle emulation from asyncio event loop (#...Alexey Stepanov2023-04-215-105/+196
* Add type annotations and optimize `urwid.font` (#540)Alexey Stepanov2023-04-213-89/+197
* Deprecate `__super` hack (#538)Alexey Stepanov2023-04-181-1/+12
* Buildsystem: use autodetect for packages instead of explicit listing (#539)Alexey Stepanov2023-04-181-1/+3
* [BREAKING CHANGE] Refactoring: Split event loop in several modules (#537)Alexey Stepanov2023-04-1818-1701/+1935
* Fix crash when string contains SO but not SI (#489)Martin Cooper2023-04-181-1/+1
* Add two fonts based on Unicode 13 2x3 TRS-80/Teletext mosaic characters (#434)Ricardo Bánffy2023-04-183-0/+51
* Fix empty markup handling (#536)Alexey Stepanov2023-04-122-1/+11
* Fix regression: `Pile()` focus_item can be Widget -> need to set property `fo...Alexey Stepanov2023-04-122-1/+7
* Fix #445 - add `__len__` to listbox with validation if body `Sized` (#534)Alexey Stepanov2023-04-122-7/+51
* Deprecate legacy property creation (#533)Alexey Stepanov2023-04-1212-402/+1137
* Add extra type annotations (#532)Alexey Stepanov2023-04-0611-167/+240
* Fix old_str_util.decode_one : support bytes and str as arguments (#531)Alexey Stepanov2023-04-051-14/+31
* Fix input handling and extra type annotations (#530)Alexey Stepanov2023-04-0515-388/+539
* Annotate types in simple cases and use isinstance (& protocol) based type che...Alexey Stepanov2023-04-0422-1118/+1392
* Use `locale.getpreferredencoding(False)` if possible (most systems) Fix #436 ...Alexey Stepanov2023-04-032-13/+39
* Fix #443 : export ELLIPSIS constant (#527)Alexey Stepanov2023-04-031-0/+1
* Update readme and build system (#526)Alexey Stepanov2023-04-0311-130/+174
* Provide 80x24 fallback for ansi and vt100 (#465)Rhett Aultman2023-03-311-0/+4
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-3191-1730/+2072
* Use non deprecated template (#424)Jochen Sprickerhof2023-03-311-1/+1
* Reconnect the 'modified' signal after setting a new ListBox.body (#474)exquo2023-03-292-8/+24
* Test fixes (#524)Alexey Stepanov2023-03-295-47/+47
* Initial GitHub actions support (#523)Alexey Stepanov2023-03-281-0/+29
* Resolve #499 and add tests (#500)Daniel Sheffield2023-03-282-14/+26
* Allow to pass parameters when open pop_up (#480)Cielo2023-03-282-6/+6
* Include _resize_pipe_rd in fd_list for _wait_for_input_ready for raw_display ...Andreas Klöckner2023-03-281-1/+1
* docs: fix simple typo, incompatable -> incompatible (#446)Tim Gates2023-03-281-1/+1
* Fix merging attributes while decomposing tag markup (#507)Martin André2023-03-282-3/+3
* Drop some compat for python < 2.6 (#409)Denis Laxalde2023-03-2810-20/+9
* Use == instead of "is" for equality testing (#431)naglis2023-03-281-1/+1
* fix: restore normal screen on ctrl-z (#477)Andrey Proskurin2023-03-281-4/+10
* container: fix duplicate text (#490)Mike Frysinger2023-03-281-5/+5
* Fix TypeError in signals module on weak object dispose (#503)Roman Guchevskij2023-03-282-5/+63
* make tests compatible with Python 3.11 (#517)Robert Schütz2023-03-281-4/+3
* Update README.rstYan Huihang2022-07-121-1/+1
* fix typoCasey Jones2022-07-121-4/+1
* Update index.rstAsiel Díaz Benítez2022-07-121-1/+1
* Implement 'sgr' mouse reporting. Fixes #476. h/t @Sebi-MTony Cebzanov2021-09-061-3/+59
* Merge pull request #473 from devfull/fix-tour-example-typoMaxim Ivanov2021-04-131-1/+1
|\
| * Fix column label typo in tour exampledevfull2021-04-131-1/+1
|/
* Merge pull request #439 from collmot/fix/trio-hazmat-deprecation-warningtonycpsu2021-02-141-3/+15
|\
| * fix: use trio.lowlevel instead of trio.hazmat with Trio >= 0.15Tamas Nepusz2020-11-021-3/+15
* | Merge pull request #438 from collmot/fix/doc-fix-TrioEventLoop-run-asynctonycpsu2021-02-141-1/+6
|\ \