summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | 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
| |/ |/|
* | 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
* | 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
* | | Fix 256-color mode on some terminals. Addresses #404.fix_404_high_colorTony Cebzanov2020-04-152-3/+5
|/ /
* | 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-023-10/+66
|/
* Fix GridFlow keypress handling when v_sep is 0Aurelien Grenotton2019-12-162-0/+20
* 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
* Add some missing documentation for usage of 24-bit color.Tony Cebzanov2019-11-132-3/+4
* Merge branch 'fix/terminal-unicode-python3'Tony Cebzanov2019-11-051-2/+12
|\
| * added support for input encoding in Terminal widgetTamas Nepusz2019-06-181-2/+12
* | 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
* | Merge branch 'low_hanging_fruits_1' [353]Tony Cebzanov2019-11-051-1/+3
|\ \
| * | add custom checkbox symbolKrzysztof Królczyk2019-08-151-1/+3
* | | Merge pull request #372 from collmot/feature/trio-event-looptonycpsu2019-11-054-5/+297
|\ \ \
| * | | 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-241-1/+5
| * | | added TrioEventLoopTamas Nepusz2019-10-244-1/+270
* | | | 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
| * | | Remove dead codePhilip Matura2019-10-091-2/+0
| * | | Fix .pack call in Columns.column_widthsPhilip Matura2019-10-091-1/+1
| * | | Fix use of ignore_focus, for widgets inheriting from TextPhilip Matura2019-10-092-0/+2
| * | | Use True instead of 1Philip Matura2019-10-091-1/+1
| * | | Use ._selectable member for Edit widgetPhilip Matura2019-10-091-2/+1
| |/ /
* | | Merge branch 'ellipsis'Tony Cebzanov2019-10-173-10/+31
|\ \ \
| * | | Add ellipsis wrapping mode documentationPhilip Matura2019-10-151-3/+4