Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some Python 3 things that work fine in 2.6 anyway. | Eevee (Alex Munroe) | 2014-05-11 | 11 | -33/+36 |
| | |||||
* | Split up MainLoop._run, so the loop can be managed outside urwid. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -18/+50 |
| | |||||
* | Add AsyncioEventLoop. Fixes #52. | Eevee (Alex Munroe) | 2014-05-11 | 3 | -5/+136 |
| | |||||
* | Fix `except ... as`. | Eevee (Alex Munroe) | 2014-05-11 | 5 | -8/+8 |
| | | | | | This would normally be done with 2to3. But I'm trying to run the test suite against 3, and urwid requires 2.6 anyway. | ||||
* | Fix up the Twisted example. | Eevee (Alex Munroe) | 2014-05-11 | 2 | -9/+18 |
| | |||||
* | Have the Screen call back into MainLoop on new input. | Eevee (Alex Munroe) | 2014-05-11 | 2 | -91/+103 |
| | | | | This should be much more readily extended by async loops like asyncio and Twisted. | ||||
* | Push input-watching down into the Screen. | Eevee (Alex Munroe) | 2014-05-11 | 2 | -11/+18 |
| | |||||
* | Fix all trailing whitespace. | Eevee (Alex Munroe) | 2014-05-11 | 28 | -866/+866 |
| | |||||
* | travis: test for correct version in config | Ian Ward | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | fix new travis build system_site_packages breakage | Ian Ward | 2014-05-09 | 1 | -4/+2 |
| | |||||
* | Merge branch 'urwid-windows'urwid-windows | Ian Ward | 2014-04-28 | 4 | -8/+24 |
|\ | |||||
| * | Silly changes to enable windows support. | Devin Jeanpierre | 2014-04-28 | 4 | -8/+24 |
| | | |||||
* | | Merge pull request #64 from ismail-s/patch-1 | Ian Ward | 2014-04-28 | 3 | -5/+5 |
|\ \ | | | | | | | Correct minor grammar mistakes | ||||
| * | | Fix minor grammar mistake | Ismail | 2014-04-28 | 1 | -1/+1 |
| | | | |||||
| * | | More minor grammar mistake corrections | Ismail | 2014-04-28 | 1 | -2/+2 |
| | | | |||||
| * | | Correct minor grammar mistakes | Ismail | 2014-04-28 | 1 | -2/+2 |
|/ / | |||||
* | | fix tests for python2.6 | Ian Ward | 2014-04-04 | 1 | -6/+6 |
| | | |||||
* | | start 1.2.2-dev | Ian Ward | 2014-04-04 | 1 | -1/+1 |
| | | |||||
* | | drop -dev from 1.2.1release-1.2.1 | Ian Ward | 2014-04-04 | 1 | -1/+1 |
| | | |||||
* | | changelog for 1.2.1 | Ian Ward | 2014-04-04 | 1 | -0/+13 |
| | | |||||
* | | loosen event loop tests to avoid false failures | Ian Ward | 2014-04-04 | 1 | -3/+6 |
| | | |||||
* | | fix for #60 newline after screen.stop() | Ian Ward | 2014-03-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #55 from ivanov/fix-typos | Ian Ward | 2014-02-21 | 19 | -29/+29 |
|\ \ | | | | | | | Fix a bunch of typos | ||||
| * | | another ReST typo | Paul Ivanov | 2014-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | fix typos in examples | Paul Ivanov | 2014-02-21 | 6 | -8/+8 |
| | | | |||||
| * | | fix lots of small typos | Paul Ivanov | 2014-02-21 | 11 | -18/+18 |
| | | | |||||
| * | | fix restructured text typo | Paul Ivanov | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
| * | | fix typo in docstring | Paul Ivanov | 2014-02-20 | 1 | -1/+1 |
|/ / | |||||
* | | start 1.2.1-dev | Ian Ward | 2014-02-09 | 1 | -1/+1 |
| | | |||||
* | | docs: fix duplicate urwid-tutorial referencerelease-1.2.0 | Ian Ward | 2014-02-09 | 1 | -1/+1 |
| | | |||||
* | | version: drop -dev from 1.2.0 | Ian Ward | 2014-02-09 | 1 | -1/+1 |
| | | |||||
* | | changelog for 1.2.0 | Ian Ward | 2014-02-09 | 1 | -0/+47 |
| | | |||||
* | | readme: drop 2.4, 2.5 support | Ian Ward | 2014-02-09 | 1 | -2/+2 |
| | | |||||
* | | drop 2.4, 2.5 support, add PyPy | Ian Ward | 2014-02-09 | 2 | -4/+4 |
| | | |||||
* | | fix #42: raw_display Fallback to 80x24 for term size | Fabian Deutsch | 2014-01-04 | 1 | -2/+8 |
| | | |||||
* | | fix #47: screen.stop/start() disables mouse events | Ian Ward | 2014-01-04 | 1 | -11/+14 |
| | | |||||
* | | fix #46: better MonitoredFocusList callback docs | Ian Ward | 2014-01-04 | 1 | -1/+3 |
| | | |||||
* | | docs: tour.py renders differently since fix for #45 | Ian Ward | 2014-01-04 | 1 | -0/+0 |
| | | |||||
* | | fix #45 GridFlow argument v_sep not working as documented | Ian Ward | 2014-01-04 | 1 | -0/+4 |
| | | |||||
* | | test show #45 GridFlow v_sep not behaving properly | Ian Ward | 2014-01-04 | 1 | -0/+4 |
| | | |||||
* | | fix #24 register_palette_entry: "hX" form with X>15 | Ian Ward | 2014-01-04 | 1 | -3/+14 |
| | | |||||
* | | rm .hgtags, .hgignore | Ian Ward | 2014-01-04 | 2 | -43/+0 |
| | | |||||
* | | -docs: regenerated screenshots | Ian Ward | 2014-01-04 | 6 | -0/+0 |
| | | |||||
* | | docs: pop_up and subproc examples | Ian Ward | 2014-01-04 | 7 | -5/+42 |
| | | |||||
* | | docs: front page remove <em>s and arbitrary extra indent | Ian Ward | 2014-01-04 | 2 | -7/+7 |
| | | |||||
* | | docs: make sidebar table of contents more consistent | Ian Ward | 2014-01-04 | 1 | -0/+18 |
| | | |||||
* | | docs: add image link for examples pages | Ian Ward | 2014-01-04 | 3 | -8/+9 |
| | | |||||
* | | second fix for raw_diplay: don't clear right when standout applied | Ian Ward | 2014-01-02 | 1 | -3/+6 |
| | | |||||
* | | fix for packed columns not resizing when content changes #49 | Ian Ward | 2014-01-02 | 1 | -1/+2 |
| | | |||||
* | | docs: regenerated screenshots | Ian Ward | 2014-01-02 | 9 | -0/+0 |
| | |