summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix #24 register_palette_entry: "hX" form with X>15Ian Ward2014-01-041-3/+14
* | | second fix for raw_diplay: don't clear right when standout appliedIan Ward2014-01-021-3/+6
* | | fix for packed columns not resizing when content changes #49Ian Ward2014-01-021-1/+2
* | | fix raw_diplay: don't clear right when standout appliedIan Ward2014-01-011-7/+12
* | | signals: use doctest for example in docstringIan Ward2013-12-292-12/+12
* | | without the errors= keywordIan Ward2013-12-261-1/+1
* | | use codecs.encode for python2.6 compatibilityIan Ward2013-12-261-1/+3
* | | Merge branch 'tornado'Ian Ward2013-12-263-2/+159
|\ \ \
| * | | fix TornadoEventLoop remove_alarmIan Ward2013-12-261-4/+16
| * | | fix TornadoEventLoop enter idleIan Ward2013-12-261-3/+25
| * | | TornadoEventLoop: use new shared event loop testsIan Ward2013-12-262-91/+12
| * | | Merge TornadoEventLoop from aglyzovIan Ward2013-12-262-2/+204
| |\ \ \
| | * | | see: from __future__ import bracesIan Ward2013-12-261-32/+27
| | * | | always import GLibEventLoop and TornadoEventLoopIan Ward2013-12-261-2/+3
| | * | | revert whitespace changesIan Ward2013-12-261-4/+4
| | * | | replaced WeakValueDictionary with a simple dict in TornadoEventLoopAlexander Glyzov2013-12-251-4/+3
| | * | | more robust poll object patching (works on Linux, *BSD & OSX)Alexander Glyzov2013-05-311-13/+22
| | * | | added TornadoEventLoop import to __init__.pyAlexander Glyzov2013-05-301-1/+1
| | * | | added main_loop.TornadoEventLoop implementationAlexander Glyzov2013-05-301-5/+203
| | |/ /
* | | | fix Terminal: retry on select interruptedIan Ward2013-12-261-1/+7
* | | | fix for exception due to user encodingIan Ward2013-12-261-3/+3
* | | | test for exception due to user encodingIan Ward2013-12-261-0/+6
|/ / /
* | | test twisted+glib when they are importableIan Ward2013-12-261-4/+10
* | | fix Padding invalidation on width/align changeIan Ward2013-12-261-0/+2
* | | define TwistedEventLoop even for python3 (tests still disabled)Ian Ward2013-12-261-176/+171
* | | no glib for pypy, no twisted for python3Ian Ward2013-12-261-33/+38
* | | rewrite event loop doctests as unit testsIan Ward2013-12-262-211/+105
* | | fix test_str_util for non-compiled caseIan Ward2013-12-261-1/+1
* | | fix signal emit order:use list for handlersIan Ward2013-12-261-12/+10
* | | update doctests for new connect_signal return valueIan Ward2013-12-261-5/+5
* | | fix setup.py test to run doctests againIan Ward2013-12-261-0/+21
* | | 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 deprecation warnings for assertEqualsIan Ward2013-12-264-104/+104
* | | fix for #33 screen+tmux w/o terminfo flag bceIan Ward2013-12-241-1/+2
* | | fix for #39 Pile.mouse_event error on empty pileIan Ward2013-12-241-0/+2
* | | test to reproduce tracebacks in #39Ian Ward2013-12-241-0/+5
* | | Merge Wesmania's double, triple click supportIan Ward2013-12-243-2/+63
|\ \ \
| * | | Incorporated support for double and triple clicks into raw and curses displays.Igor KotrasiƄski2013-06-063-2/+63
| |/ /
* | | Merge pull request #26 from garrison/masterIan Ward2013-12-245-15/+37
|\ \ \
| * | | track the current state of mouse-tracking and do nothing if the user asks to ...Jim Garrison2013-04-032-8/+23
| * | | allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-315-9/+16
| |/ /
* | | fix+test for zero-weighted items in PileIan Ward2013-12-242-1/+10
* | | GLibEventLoop works with python3 and gobject introspectionIsrael Garcia2013-12-221-9/+9
* | | allow GLibEventLoop w/ python3Ian Ward2013-12-221-206/+206
* | | Merge pull request #14 from matthijskooijman/weakIan Ward2013-12-221-21/+197
|\ \ \ | |_|/ |/| |
| * | do not use the empty list as default argument valueMatthijs Kooijman2012-12-141-3/+3
| * | use weakref callbacks to automatically disconnect signalsMatthijs Kooijman2012-12-141-8/+29
| * | store signal handlers using a dict instead of a listMatthijs Kooijman2012-12-141-9/+68
| * | allow passing "weak arguments" to signal callbacksMatthijs Kooijman2012-12-141-20/+98