summaryrefslogtreecommitdiff
path: root/urwid/raw_display.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the asyncio example, and make the raw Screen work without real filesEevee (Lexy Munroe)2019-04-261-13/+31
* Merge pull request #284 from tonycpsu/24_bit_colortonycpsu2019-04-051-6/+14
|\
| * 24-bit (true color) support.Tony Cebzanov2018-02-101-6/+14
* | Fix misleading indentation in Screen._stop()Akos Kiss2018-12-081-1/+1
|/
* Only rstrip row if not using underlineRandom User2018-01-161-4/+4
* Fix underlining padded textRandom User2018-01-161-1/+1
* Merge pull request #270 from federicotdn/masterAndrew Dunai2018-01-071-6/+15
|\
| * Screen class now sets signal handlers using a function provided by the event ...Federico T2018-01-051-6/+15
* | Merge pull request #151 from inducer/masterAndrew Dunai2018-01-071-1/+1
|\ \
| * | Fix default screen size on raw displayAndreas Klöckner2015-09-151-1/+1
* | | Merge pull request #222 from aleufroy/221_fix_fds_release_by_raw_displayAndrew Dunai2018-01-071-3/+1
|\ \ \ | |_|/ |/| |
| * | fix: raw display should release file descriptors (issue #221)Alain Leufroy2017-03-161-3/+1
* | | Python dual support (#266)Andrew Dunai2018-01-041-1/+6
* | | Support for new foreground setting "strikethrough"Christian Geier2018-01-021-1/+1
* | | Fixed Terminal widget crashes with Python3Sjc10002017-07-181-1/+1
|/ /
* | Merge pull request #122 from ids1024/masterIan Ward2016-06-091-2/+3
|\ \
| * | Implement italics supportIan D. Scott2015-04-191-2/+3
* | | Add 256-color support for fbtermBenjamin Yates2015-10-181-4/+14
* | | Store envron's TERM value as a Screen attributeBenjamin Yates2015-10-181-4/+4
* | | fixes https://github.com/wardi/urwid/issues/96Esteban null2015-09-201-1/+1
| |/ |/|
* | A better fix for #127 and #60, added self.flush() instead of carriage returnJared Winborne2015-07-021-2/+2
* | fix for #127 Added a \r for the screen to be properly restored after screen.s...Jared Winborne2015-06-291-1/+2
|/
* fix for bg bug introduced by #75Ian Ward2014-10-181-1/+1
* Merge pull request #75 from rwarren/bright_bg_for_linux_termIan Ward2014-10-171-7/+11
|\
| * fix bright bg rendering on linux termrwarren2014-08-271-7/+11
* | raw_display: enable code for skipping unchanged rows during redrawAnton Khirnov2014-09-271-1/+1
|/
* Fix calling get_input() on the raw screen.Eevee (Alex Munroe)2014-07-271-7/+13
* Add Screen.write and Screen.flush.Eevee (Alex Munroe)2014-06-031-13/+31
* Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-8/+6
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-14/+0
* Fix Screen.parse_input to be easily reused by subclasses.Eevee (Alex Munroe)2014-05-121-7/+12
* Fix `except ... as`.Eevee (Alex Munroe)2014-05-111-3/+3
* Have the Screen call back into MainLoop on new input.Eevee (Alex Munroe)2014-05-111-59/+96
* Push input-watching down into the Screen.Eevee (Alex Munroe)2014-05-111-0/+13
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-37/+37
* Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-281-3/+7
|\
| * Silly changes to enable windows support.Devin Jeanpierre2014-04-281-3/+7
* | fix for #60 newline after screen.stop()Ian Ward2014-03-131-2/+2
* | fix lots of small typosPaul Ivanov2014-02-211-2/+2
* | fix typo in docstringPaul Ivanov2014-02-201-1/+1
* | fix #42: raw_display Fallback to 80x24 for term sizeFabian Deutsch2014-01-041-2/+8
* | fix #47: screen.stop/start() disables mouse eventsIan Ward2014-01-041-11/+14
* | second fix for raw_diplay: don't clear right when standout appliedIan Ward2014-01-021-3/+6
* | fix raw_diplay: don't clear right when standout appliedIan Ward2014-01-011-7/+12
* | fix for #25 raw_display+moving app into backgroundIan Ward2013-12-261-8/+15
* | slightly better fix for #33 screen+tmux TERMIan Ward2013-12-261-2/+3
* | fix for #33 screen+tmux w/o terminfo flag bceIan Ward2013-12-241-1/+2
* | Merge Wesmania's double, triple click supportIan Ward2013-12-241-2/+27
|\ \
| * | Incorporated support for double and triple clicks into raw and curses displays.Igor Kotrasiński2013-06-061-2/+27
| |/
* | track the current state of mouse-tracking and do nothing if the user asks to ...Jim Garrison2013-04-031-0/+7