summaryrefslogtreecommitdiff
path: root/urwid/display_common.py
Commit message (Expand)AuthorAgeFilesLines
* 24-bit (true color) support.Tony Cebzanov2018-02-101-24/+70
* Python dual support (#266)Andrew Dunai2018-01-041-4/+5
* Support for new foreground setting "strikethrough"Christian Geier2018-01-021-4/+8
* Implement italics supportIan D. Scott2015-04-191-4/+8
* Fix typo in AttrSpec error messageRandom User2015-03-261-1/+1
* AttrSpec.__eq__: compare _value instead of foreground and backgroundRandom User2014-11-181-3/+1
* Make AttrSpec comparable *and* not break completelyRandom User2014-11-181-2/+5
* Add __eq__ and __ne__ to AttrSpecRandom User2014-11-181-0/+6
* Merge pull request #67 from eevee/loop-cleanupJonas Wielicki2014-08-041-3/+35
|\
| * Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-3/+17
| * Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-1/+19
| * Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-1/+1
* | high color palette detection fixextempo2014-07-071-0/+2
|/
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-25/+25
* Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-281-1/+5
|\
| * Silly changes to enable windows support.Devin Jeanpierre2014-04-281-1/+5
* | fix #24 register_palette_entry: "hX" form with X>15Ian Ward2014-01-041-3/+14
* | fixed spelling of "character" in docstringJim Garrison2013-01-201-1/+1
|/
* manual: display modules update, add lcd_screen, move event loops into main lo...Ian Ward2012-08-281-24/+25
* don't mask errors caused by incorrect fileno parameter to tty_signal_keys()Ian Ward2011-11-231-5/+1
* fix: RealTerminal, raw_display.Screen: don't call tc{set,get}attr on non-ttys...the grugq2011-11-231-4/+13
* gpm: when gpm_mev fails remove it cleanly from watched fdsIan Ward2011-09-101-1/+2
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-1/+6
* my mistake: // is supported in 2.4Ian Ward2011-01-111-9/+9
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-9/+9
* Now passes all tests in python 2.6Wendell2010-08-041-2/+5
|\
| * Add support for the blink attribute.aszlig2010-07-211-2/+5
* | Updated to work with python 3.Wendell2010-05-241-9/+9
|/
* move start/stop to BaseScreenIan Ward2010-03-101-0/+10
* Stop calling type() on literals.Marien Zwart2010-03-071-1/+1
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* can't mix docstrings and formats (from ronny)Ian Ward2010-01-131-4/+4
* fix inconsistent indentsIan Ward2009-11-041-3/+3
* bux fixes: palette entry copying, error message on invalid entriesIan Ward2009-10-181-3/+7
* submit to american dominance of english languageIan Ward2009-01-161-177/+177
* fix for missing "None" palette entry in raw_displayIan Ward2008-12-291-2/+1
* various fixes from Andreas KlöcknerIan Ward2008-12-071-1/+1
* AttrSpec: restore error messages for invalid bg/fg, make ""=="default" explicitIan Ward2008-12-071-6/+9
* fix AttrSpec background property bug. simplify forground property codeIan Ward2008-11-091-14/+9
* raw_display high colour supportIan Ward2008-11-081-46/+190
* AttrSpec.get_rgb_values()ian2008-03-101-2/+37
* small step towards partial screen displayian2008-03-081-0/+9
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+624