summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix doctest for changed Padding width defaultIan Ward2011-12-181-2/+2
* complete removal of WidgetContainerIan Ward2011-12-181-1/+1
* remove unused WidgetContainer classIan Ward2011-12-171-61/+0
* change Padding width default to ('relative', 100)Ian Ward2011-12-171-1/+1
* Make Pile and Columns not blow up on generators.Julian Berman2011-12-152-31/+30
* Removed trailing whitespace.Julian Berman2011-12-151-114/+114
* fix: large edit widget in ListBox could cause "contents too long" errorIan Ward2011-12-132-7/+20
* fix: ListBox up/down prevent selection of 0-height widgetsIan Ward2011-12-133-12/+34
* fix: make ListBox page up handling symmetric w/ page down fixIan Ward2011-12-132-3/+13
* fix: three ListBox + zero-height Pile bugs, w/ testsIan Ward2011-12-123-3/+33
* remove old signal gc test scriptIan Ward2011-11-291-58/+0
* move docs to docs/ and provide build scriptIan Ward2011-11-296-0/+13
* remove incomplete shell.py exampleIan Ward2011-11-291-101/+0
* move examples to examples/Ian Ward2011-11-2918-0/+0
* main_loop: don't send window resize events as keypresses to widgetsIan Ward2011-11-291-0/+2
* Terminal: convert the pty master fd into Python file() objectsthe grugq2011-11-291-9/+13
* Added tag release-1.0.1 for changeset 0b46d54a527eIan Ward2011-11-281-0/+1
* claim stabilityrelease-1.0.1Ian Ward2011-11-281-1/+1
* fix for python2.4 compatibilityIan Ward2011-11-281-3/+3
* update CHANGELOGIan Ward2011-11-281-1/+10
* update examples in tutorial to use unicode strings for Text, Edit etc.Ian Ward2011-11-281-28/+28
* tour.py: unicode all the thingsIan Ward2011-11-241-113/+113
* tour.py: use unicode captions to accept unicode input properlyIan Ward2011-11-241-9/+9
* don't mask errors caused by incorrect fileno parameter (again)Ian Ward2011-11-241-15/+9
* fix: missing part of raw_display.Screen don't call tc{set,get}attr patchthe grugq2011-11-241-3/+17
* 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-232-6/+15
* add missing maxcol parameters to tutorial examples using TextCanvasIan Ward2011-11-141-8/+12
* mark PollingListWalker as deprecated, it needs to go away soon.Ian Ward2011-11-132-1/+9
* update CHANGELOGIan Ward2011-11-101-0/+3
* curses_display external event loop support resize and gpm events not working,...Ian Ward2011-11-101-11/+0
* update CHANGELOGIan Ward2011-11-101-0/+2
* fix for gpm_mev and Python 3, #75Ian Ward2011-11-081-1/+1
* support mouse X/Y positions 223-225, partial fix for #74Ian Ward2011-11-081-1/+1
* fix LineBox test for Python 3Ian Ward2011-11-081-5/+7
* update CHANGELOGIan Ward2011-11-081-0/+11
* bump version number to 1.0.1Ian Ward2011-11-081-1/+1
* Merge aszlig vterm bsd (and osx) fixIan Ward2011-11-021-5/+12
|\
| * Merge branch 'freebsd_fix'aszlig2011-10-251-3/+12
| |\
| | * vterm: Use errno.EWOULDBLOCK instead of 11.freebsd_fixaszlig2011-10-251-1/+2
| | * vterm: Fix EOF handling on BSD variants.aszlig2011-10-251-3/+11
| * | vterm: Remove obsolete attribute _old_tios.aszlig2011-10-251-2/+0
| |/
* | Filler mouse event window size bug fixIan Ward2011-11-021-1/+1
|/
* minor changes to string encoding fixIan Ward2011-10-202-7/+6
* fixed broken string encoding for 'os.write'sGordin2011-10-183-3/+3
* fix typo in LineBoxMatthijs Kooijman2011-10-151-1/+1
* add is_mouse_event to __init__.pyIan Ward2011-10-021-1/+1
* LineBox border unittest.Julian Berman2011-09-231-0/+25
* Removed trailing whitespace :)Julian Berman2011-09-231-294/+292
* LineBox actually respects overriding border chars.Julian Berman2011-09-221-36/+28