summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move manual to manual directorymarco giusti2011-12-0322-156/+0
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : feature-sphinx rename : docs/canvascache.txt => docs/manual/canvascache.txt rename : docs/displayattributes.txt => docs/manual/displayattributes.txt rename : docs/displaymodules.txt => docs/manual/displaymodules.txt rename : docs/eventloops.txt => docs/manual/eventloops.txt rename : docs/images/display_modules.png => docs/manual/images/display_modules.png rename : docs/images/introduction.png => docs/manual/images/introduction.png rename : docs/images/urwid_widgets_1.png => docs/manual/images/urwid_widgets_1.png rename : docs/images/urwid_widgets_2.png => docs/manual/images/urwid_widgets_2.png rename : docs/images/widget_layout.png => docs/manual/images/widget_layout.png rename : docs/index.txt => docs/manual/index.txt rename : docs/intro.txt => docs/manual/intro.txt rename : docs/listboxcontents.txt => docs/manual/listboxcontents.txt rename : docs/mainloop.txt => docs/manual/mainloop.txt rename : docs/standardwidgets.txt => docs/manual/standardwidgets.txt rename : docs/textattributes.txt => docs/manual/textattributes.txt rename : docs/textencodings.txt => docs/manual/textencodings.txt rename : docs/textlayout.txt => docs/manual/textlayout.txt rename : docs/userinput.txt => docs/manual/userinput.txt rename : docs/widgetlayout.txt => docs/manual/widgetlayout.txt rename : docs/widgetmethods.txt => docs/manual/widgetmethods.txt
* Fix the formatmarco giusti2011-12-031-7/+7
| | | | | --HG-- branch : feature-sphinx
* Add final chaptersmarco giusti2011-12-037-0/+544
| | | | | --HG-- branch : feature-sphinx
* Add main loop chaptermarco giusti2011-12-021-0/+46
| | | | | --HG-- branch : feature-sphinx
* Add text layout chaptermarco giusti2011-12-021-0/+135
| | | | | --HG-- branch : feature-sphinx
* Add widget methods chaptermarco giusti2011-12-021-0/+224
| | | | | --HG-- branch : feature-sphinx
* Add widget layout chaptermarco giusti2011-12-021-0/+72
| | | | | --HG-- branch : feature-sphinx
* Add missing imagesmarco giusti2011-12-023-0/+0
| | | | | --HG-- branch : feature-sphinx
* Fix file encoding in vim's modeline and short version stringmarco giusti2011-12-022-2/+2
| | | | | --HG-- branch : feature-sphinx
* much better formatmarco giusti2011-12-014-85/+113
| | | | | --HG-- branch : feature-sphinx
* ignore vim files and temporary directoriesmarco giusti2011-12-011-0/+3
| | | | | --HG-- branch : feature-sphinx
* Initial work on sphinx transitionmarco giusti2011-12-019-0/+767
| | | | | --HG-- branch : feature-sphinx
* remove old signal gc test scriptIan Ward2011-11-291-58/+0
|
* move docs to docs/ and provide build scriptIan Ward2011-11-296-0/+13
| | | | | | | --HG-- rename : docgen_reference.py => docs/build/docgen_reference.py rename : docgen_tutorial.py => docs/build/docgen_tutorial.py rename : tmpl_tutorial.html => docs/build/tmpl_tutorial.html
* remove incomplete shell.py exampleIan Ward2011-11-291-101/+0
|
* move examples to examples/Ian Ward2011-11-2918-0/+0
| | | | | | | | | | | | | | | | | | | | | | --HG-- rename : bigtext.py => examples/bigtext.py rename : browse.py => examples/browse.py rename : calc.py => examples/calc.py rename : dialog.py => examples/dialog.py rename : edit.py => examples/edit.py rename : fib.py => examples/fib.py rename : graph.py => examples/graph.py rename : input_test.py => examples/input_test.py rename : lcd_cf635.py => examples/lcd_cf635.py rename : palette_test.py => examples/palette_test.py rename : pop_up.py => examples/pop_up.py rename : subproc.py => examples/subproc.py rename : subproc2.py => examples/subproc2.py rename : terminal.py => examples/terminal.py rename : tour.py => examples/tour.py rename : treesample.py => examples/treesample.py rename : twisted_serve_ssh.py => examples/twisted_serve_ssh.py rename : twisted_serve_ssh.tac => examples/twisted_serve_ssh.tac
* 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 ↵the grugq2011-11-232-6/+15
| | | | non-ttys, pass correct fileno
* 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 ↵Ian Ward2011-11-101-11/+0
| | | | working, disable for now
* 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
| | | | | | | | | | | | | | | This will fix issues with unit tests on FreeBSD and hopefully on Mac OS X, too.
| | * vterm: Fix EOF handling on BSD variants.aszlig2011-10-251-3/+11
| | | | | | | | | | | | | | | FreeBSD seems to return an empty string on os.read() instead of raising an OSError (code 5), so check for it and close gracefully.
| * | 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
| | | | | | | | This typo caused part of the top line to be drawn using the string for the bottom line. --- urwid/graphics.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
* add is_mouse_event to __init__.pyIan Ward2011-10-021-1/+1
|
* LineBox border unittest.Julian Berman2011-09-231-0/+25
|