summaryrefslogtreecommitdiff
path: root/urwid/curses_display.py
Commit message (Expand)AuthorAgeFilesLines
* Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-9/+4
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-14/+1
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-50/+50
* Merge Wesmania's double, triple click supportIan Ward2013-12-241-0/+22
|\
| * Incorporated support for double and triple clicks into raw and curses displays.Igor KotrasiƄski2013-06-061-0/+22
* | track the current state of mouse-tracking and do nothing if the user asks to ...Jim Garrison2013-04-031-8/+16
* | allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-1/+3
|/
* fix sphinx warnings and errosIan Ward2012-07-181-21/+24
* clean up many warnings from pyflakesIan Ward2012-03-171-6/+5
* curses_display external event loop support resize and gpm events not working,...Ian Ward2011-11-101-11/+0
* fixes for curses_display, raw_display (these are missing tests)Ian Ward2011-02-171-1/+1
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-20/+9
* fix curses_display + 2.4, simplify util changeIan Ward2011-01-111-1/+1
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-0/+5
* Fixed curses_displayWendell2010-08-041-1/+5
* Now passes all tests in python 2.6Wendell2010-08-041-102/+74
|\
| * Avoid stripping off control characters if in IBMPC mode.aszlig2010-07-231-1/+3
| * Implemented "U" as a cs option for attributes.aszlig2010-07-231-1/+1
| * Fix curses_display to allow AttrSpec and external event loops.aszlig2010-07-211-93/+67
| * Add support for the blink attribute.aszlig2010-07-211-1/+3
* | Updated to work with python 3.Wendell2010-05-241-3/+14
|/
* curses_display missing importIan Ward2010-05-081-1/+1
* curses_display.Screen use BaseScreen, inherit register_palette, start, stopIan Ward2010-03-101-28/+7
* Stop calling type() on literals.Marien Zwart2010-03-071-3/+3
* nested_scopes is always set in python 2.2 and up.Marien Zwart2010-03-071-2/+0
* Stop using backticks for reprs.Marien Zwart2010-03-071-3/+3
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-2/+0
* untab curses_display.pyIan Ward2009-11-041-602/+602
* fix for curses_display stop() start() bugIan Ward2009-02-271-0/+2
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-2/+2
* shell.py use generic_main_loop(). generic_main_loop() allow already start()ed...ian2007-10-271-0/+2
* default timeout for raw_display and curses_display changed from 0.5s to "neve...ian2007-10-151-4/+10
* new tty_signal_keys() method allows set/get tty signal keys. Can now read ^C...ian2007-05-061-1/+10
* allow external event loops with raw_display & fix bugs. Closes #16ian2007-03-041-11/+18
* new start and stop methods in raw_display and curses_display, for those that ...ian2007-02-261-24/+47
* clean up exception handling in curses_displayian2007-02-081-24/+23
* ffesti: add support for drawing in the bottom-right corner to curses_displayian2007-02-081-18/+16
* new CompositeCanvas, CanvasCache classes. Drop python 2.1 supportian2007-01-261-24/+18
* add clear() method to Screen classes, closes #17release-0.9.7.2ian2007-01-031-0/+7
* (really) minor curses_display bug fix, bump version numberian2007-01-021-0/+2
* release 0.9.5release-0.9.5ian2006-07-141-15/+27
* release 0.9.4release-0.9.4ian2006-04-301-0/+7
* release 0.9.3release-0.9.3ian2006-04-141-17/+41
* release 0.9.2release-0.9.2ian2006-03-181-5/+41
* release 0.9.0release-0.9.0ian2006-02-181-186/+7
* release 0.9.0-pre1release-0.9.0-pre1ian2006-02-081-7/+40
* release 0.8.10release-0.8.10ian2005-11-271-3/+7
* release 0.8.9release-0.8.9ian2005-11-211-18/+40
* release 0.8.8release-0.8.8ian2005-06-131-81/+130