summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)Alexey Stepanov2023-04-251-2/+3
* Deprecate legacy property creation (#533)Alexey Stepanov2023-04-122-37/+35
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-3118-193/+218
* Use == instead of "is" for equality testing (#431)naglis2023-03-281-1/+1
* Fix column label typo in tour exampledevfull2021-04-131-1/+1
* Fix crash with "ellipsis" clipping for py2akorb2020-08-181-1/+2
* Merge branch 'fix/terminal-unicode-python3'Tony Cebzanov2019-11-051-1/+2
|\
| * added support for input encoding in Terminal widgetTamas Nepusz2019-06-181-1/+2
* | Add demo of ellipsis wrapping mode to tour.py example.Tony Cebzanov2019-10-171-0/+6
* | fix AttributeError on mouse clickmbarkhau2019-08-061-0/+4
|/
* Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid int...Tony Cebzanov2019-05-201-3/+3
|\
| * use ListWalker in example script when creating ListBoxesHeiko Noordhof2014-11-061-3/+3
* | Fix suggested socat invocation (raw is deprecated)Eevee (Evelyn Woods)2019-04-261-1/+1
* | Fix use of deprecated asyncio.async()Eevee (Evelyn Woods)2019-04-261-4/+4
* | Fix the asyncio example, and make the raw Screen work without real filesEevee (Lexy Munroe)2019-04-261-3/+14
* | 24-bit (true color) support.Tony Cebzanov2018-02-101-8/+185
* | Merge pull request #116 from wernight/masterAndrew Dunai2018-01-241-7/+7
|\ \
| * | Change SelectableIcon default cursor_position to 0.Werner Beroux2015-03-191-7/+7
| |/
* | Proper hashbangs by douglas-larocca, closes #137hashbang-envAndrew Dunai2018-01-1718-16/+17
* | Python dual support (#266)Andrew Dunai2018-01-041-2/+4
* | python 3 compatibility changesLars Kellogg-Stedman2017-12-248-30/+43
|/
* Add an example that uses asyncio.Eevee (Alex Munroe)2014-06-031-0/+186
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-112-2/+2
* Fix up the Twisted example.Eevee (Alex Munroe)2014-05-111-7/+16
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-1111-321/+321
* fix typos in examplesPaul Ivanov2014-02-216-8/+8
* docs: pop_up and subproc examplesIan Ward2014-01-041-1/+4
* remove urwid symlinks, use setup.py develop insteadIan Ward2013-12-261-1/+0
* allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-3/+6
* merge feature-containersIan Ward2012-03-071-18/+15
|\
| * tour.py: update Padding widgets to use left, right parameters; add max_width ...Ian Ward2012-01-011-18/+15
* | tour.py: correct "Weight 6" column labelIan Ward2011-12-281-1/+1
|/
* move docs to docs/ and provide build scriptIan Ward2011-11-291-0/+1
* move examples to examples/Ian Ward2011-11-2918-0/+4182