summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
* drop -dev from 1.3.0Ian Ward2014-10-171-1/+1
* Merge pull request #74 from jeblair/masterIan Ward2014-10-171-1/+5
|\
| * Fix GridFlow focus issueJames E. Blair2014-08-201-1/+5
* | Merge pull request #85 from hkoof/negative-indicesIan Ward2014-10-171-45/+22
|\ \
| * | make __delitem__ support negative indicesHeiko Noordhof2014-10-171-1/+2
| * | add doctest examples of negative indicesHeiko Noordhof2014-10-171-1/+18
| * | turn deprecated slice methods into wrappersHeiko Noordhof2014-10-171-43/+2
* | | 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
| |/
* | working on release 1.3Ian Ward2014-10-051-1/+1
* | raw_display: enable code for skipping unchanged rows during redrawAnton Khirnov2014-09-271-1/+1
|/
* Merge pull request #67 from eevee/loop-cleanupJonas Wielicki2014-08-0417-254/+474
|\
| * Fix calling get_input() on the raw screen.Eevee (Alex Munroe)2014-07-271-7/+13
| * Stop screen even without external event loopJonas Wielicki2014-07-091-1/+4
| * Adapt docstrings to changed argumentsJonas Wielicki2014-07-091-2/+2
| * Fix a doctest.Eevee (Alex Munroe)2014-06-031-7/+7
| * Add Screen.write and Screen.flush.Eevee (Alex Munroe)2014-06-031-13/+31
| * MainLoop.start/stop now start/stop the screen, too.Eevee (Alex Munroe)2014-06-031-2/+5
| * Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-037-42/+40
| * Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-038-37/+39
| * Fix Screen.parse_input to be easily reused by subclasses.Eevee (Alex Munroe)2014-05-121-7/+12
| * Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-119-31/+34
| * Split up MainLoop._run, so the loop can be managed outside urwid.Eevee (Alex Munroe)2014-05-111-18/+50
| * Add AsyncioEventLoop. Fixes #52.Eevee (Alex Munroe)2014-05-113-5/+136
| * Fix `except ... as`.Eevee (Alex Munroe)2014-05-115-8/+8
| * Fix up the Twisted example.Eevee (Alex Munroe)2014-05-111-2/+2
| * Have the Screen call back into MainLoop on new input.Eevee (Alex Munroe)2014-05-112-91/+103
| * Push input-watching down into the Screen.Eevee (Alex Munroe)2014-05-112-11/+18
* | high color palette detection fixextempo2014-07-071-0/+2
* | Merge pull request #68 from tonycpsu/masterIan Ward2014-06-131-2/+2
|\ \ | |/ |/|
| * Pass kwargs to MonitoredList.sort() to allow custom sorting with key, cmp, etc.Tony Cebzanov2014-06-131-2/+2
* | Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-1117-545/+545
* | Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-284-8/+24
|\ \
| * | Silly changes to enable windows support.Devin Jeanpierre2014-04-284-8/+24
* | | Fix minor grammar mistakeIsmail2014-04-281-1/+1
* | | fix tests for python2.6Ian Ward2014-04-041-6/+6
* | | start 1.2.2-devIan Ward2014-04-041-1/+1
* | | drop -dev from 1.2.1release-1.2.1Ian Ward2014-04-041-1/+1
* | | loosen event loop tests to avoid false failuresIan Ward2014-04-041-3/+6
* | | fix for #60 newline after screen.stop()Ian Ward2014-03-131-2/+2
* | | fix lots of small typosPaul Ivanov2014-02-2111-18/+18
* | | fix restructured text typoPaul Ivanov2014-02-201-1/+1
* | | fix typo in docstringPaul Ivanov2014-02-201-1/+1
* | | start 1.2.1-devIan Ward2014-02-091-1/+1
* | | version: drop -dev from 1.2.0Ian Ward2014-02-091-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
* | | fix #46: better MonitoredFocusList callback docsIan Ward2014-01-041-1/+3
* | | fix #45 GridFlow argument v_sep not working as documentedIan Ward2014-01-041-0/+4
* | | test show #45 GridFlow v_sep not behaving properlyIan Ward2014-01-041-0/+4