summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix(docs): align tour.py screenshots with previous versionfix-screenshot-racemax ulidtko2022-07-124-2/+3
* Install baekmuk font locally to get Korean charactersmax ulidtko2022-07-122-0/+0
* Fix(docs): xdotool race in palette_test examplemax ulidtko2022-07-126-6/+9
* Fix(docs): py3 syntax in examples/subproc2.pymax ulidtko2022-07-123-2/+3
* Docs: rebuild examples PNGs for a testmax ulidtko2022-07-1217-0/+0
* Fix(docs): tweak urxvt font for example screenshotsmax ulidtko2022-07-121-2/+2
* Fix(docs): screenshot rendering race-conditionmax ulidtko2022-07-122-1/+22
* Docs: silence xdotool's complaintsmax ulidtko2022-07-121-1/+1
* Docs: more stable dir for browse.py examplemax ulidtko2022-07-121-1/+1
* Docs: minor shellcheck fixesmax ulidtko2022-07-122-10/+11
* 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
|\ \
| * | fix: fix the documentation of TrioEventLoop.run_async() as it does not take a...Tamas Nepusz2020-11-021-1/+6
| |/
* | Merge pull request #463 from johtso/patch-1tonycpsu2021-02-141-1/+1
|\ \
| * | Mention asyncio event loop compatibility in readmeJohannes2021-02-141-1/+1
|/ /
* | Revert "Merge branch 'fix_225_unicode_widths'"Tony Cebzanov2021-01-173-1849/+46
* | Merge branch 'fix_225_unicode_widths'Tony Cebzanov2021-01-173-46/+1849
|\ \ | |/ |/|
| * Update character widths in str_util.c and old_str_util.python.Tony Cebzanov2020-06-132-46/+1677
| * Add script for detecting character widths and dumping width tablesTony Cebzanov2020-06-131-0/+172
* | Bump version to 2.1.3-dev for developmentTony Cebzanov2020-09-261-1/+1
* | Bump version for Urwid 2.1.2 releaserelease-2.1.2Tony Cebzanov2020-09-261-1/+1
* | Update changelog for Urwid 2.1.2Tony Cebzanov2020-09-261-0/+27
* | Update README for Urwid 2.1.2Tony Cebzanov2020-09-261-0/+9
* | Merge pull request #422 from amjltc295/fix-curses_display-python3-ordMaxim Ivanov2020-08-181-4/+3
|\ \
| * | Use ord2 for python2/3 compatibilityYa-Liang Chang (Allen)2020-08-051-3/+3
| * | Fix curses_display python3 ord()Ya-Liang Chang (Allen)2020-07-241-2/+1
* | | Merge pull request #427 from akorb/py2_ellipsis_fixMaxim Ivanov2020-08-182-2/+3
|\ \ \
| * | | Fix crash with "ellipsis" clipping for py2akorb2020-08-182-2/+3
|/ / /
* | | Merge pull request #426 from madebr: fix crash pressing End on collapsed treeMaxim Ivanov2020-08-181-2/+3
|\ \ \
| * | | Fix focus_end on a collapsed treeAnonymous Maarten2020-08-171-2/+3
|/ / /
* | | Merge PR #415 from jspricke/try_setlocaleMaxim Ivanov2020-08-091-1/+4
|\ \ \
| * | | Ignore resetting to invalid locale (Closes: #377)Jochen Sprickerhof2020-06-261-1/+4
| |/ /
* | | Merge pull request #389 from mdtrooper/fix-pack_lineboxtonycpsu2020-07-262-0/+25
|\ \ \
| * | | Added a test to check the linebox.pack is good.Miguel de Dios2020-05-311-0/+10
| * | | Added pack method to LineBox. Fixes: #346Miguel de Dios2020-05-281-0/+15
* | | | Add workaround for #386Tony Cebzanov2020-07-261-1/+1
* | | | Fix bumping to dev version in release.sh scriptTony Cebzanov2020-07-261-2/+4
* | | | Bump version to 2.1.2-dev for developmentTony Cebzanov2020-07-261-1/+1
* | | | Bump version for Urwid 2.1.1 releaseTony Cebzanov2020-07-261-1/+1
* | | | Update changelog for Urwid 2.1.1Tony Cebzanov2020-07-261-0/+49
* | | | Update README for Urwid 2.1.1Tony Cebzanov2020-07-261-54/+121
* | | | Add bin/release.sh script to partially automate releases.Tony Cebzanov2020-07-261-0/+218
| |/ / |/| |
* | | 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
|\ \