summaryrefslogtreecommitdiff
path: root/urwid
Commit message (Expand)AuthorAgeFilesLines
...
| * | when connecting signals, allow multiple user_argsMatthijs Kooijman2012-12-141-15/+33
* | | Merge pull request #36 from westurner/patch-1Alejandro Gómez2013-11-051-1/+1
|\ \ \
| * | | DOC: TYPO: Update widget.pyWes Turner2013-09-261-1/+1
| | |/ | |/|
* | | Merge pull request #22 from garrison/patch-2Alejandro Gómez2013-11-051-1/+1
|\ \ \ | |/ / |/| |
| * | fixed spelling of "character" in docstringJim Garrison2013-01-201-1/+1
| |/
* | second fix for Columns.move_cursor_to_coordsIan Ward2013-01-271-1/+1
* | fix for Columns.move_cursor_to_coords not handling left/rightIan Ward2013-01-271-5/+3
* | test showing Columns.move_cursor_to_coords not handling left/rightIan Ward2013-01-271-0/+5
* | Broke tests out into individual test files.Julian Berman2012-12-1413-2830/+2772
|/
* pep8 fixes for graphics.pyPatrick Totzke2012-12-131-199/+196
* add get_focus_widgets container methodMatthijs Kooijman2012-12-131-0/+17
* fix: Pile not changing focus with mouse since container changesIan Ward2012-11-142-1/+7
* fix: Overlay.get_cursor_coords has never workedIan Ward2012-11-022-1/+6
* start 1.2.0-dev workIan Ward2012-10-231-1/+1
* xterm/rxvt input sequences updateIan Ward2012-10-221-10/+13
* xterm modified delete sequencesIan Ward2012-10-221-1/+5
* fix: Terminal + python3 key translations not workingIan Ward2012-10-211-9/+7
* fix for python3 and raw_display: use EL escape for whitespace at end of linesIan Ward2012-10-211-2/+2
* fix some tests for python3Ian Ward2012-10-212-4/+4
* fix Columns.get_cursor_coords, move_cursor_to_coords, mouse_event, get_pref_c...Ian Ward2012-10-202-10/+27
* Divider docstring typoIan Ward2012-10-201-1/+1
* fix Columns.keypress focused box column caseIan Ward2012-10-202-2/+10
* rxvt shift+numpad input sequencesIan Ward2012-10-201-1/+7
* drop -dev from versionIan Ward2012-10-191-1/+1
* reference: document SelectableIconIan Ward2012-10-192-7/+9
* fix: raw_display crash when terminal width is 1Ian Ward2012-10-181-1/+1
* fix a raw_display regression related to clear-to-eol changeIan Ward2012-10-171-1/+1
* fix: SelectableIcon.get_cursor_coords bugIan Ward2012-10-171-1/+3
* improve Columns.get_cursor_coords() test to expose second regressionIan Ward2012-10-171-1/+1
* fix for columns rows() and get_cursor_coords() regressionsIan Ward2012-10-171-5/+3
* test to expose columns rows() and get_cursor_coords() regressionsIan Ward2012-10-171-0/+17
* raw_display: remove unnecessary self._started check in get_input_nonblockingIan Ward2012-10-161-2/+0
* reference: improve container docstringsIan Ward2012-10-163-34/+42
* reference: improve decorations, add CommandMapIan Ward2012-10-164-61/+106
* manual, tutorial: minor updates/fixesIan Ward2012-10-141-1/+1
* fix Pile/Columns descriptionsIan Ward2012-10-141-2/+2
* Filler: use 'pack' instead of 'flow' to be consistent with container changesIan Ward2012-10-121-14/+14
* clean up ListBox docstringsIan Ward2012-10-111-42/+42
* clean up some docstringsIan Ward2012-10-112-65/+51
* add missing Overlay.options methodIan Ward2012-10-111-29/+38
* Merge feature-sphinxIan Ward2012-10-1018-955/+1658
|\
| * new widget: WidgetDisableIan Ward2012-10-102-1/+22
| * Pile, Overlay, Columns fixes for more widget-squishing testsIan Ward2012-09-212-12/+18
| * more widget-squishing testsIan Ward2012-09-211-0/+3
| * columns: allow cursor right to hidden columnsIan Ward2012-09-211-1/+1
| * columns: keep column in focus visibleIan Ward2012-09-211-4/+12
| * fix edit doctestIan Ward2012-09-211-1/+1
| * columns test: keep column in focus visibleIan Ward2012-09-211-2/+30
| * fix SimpleFocusListWalker _modified callback MROIan Ward2012-09-091-1/+1
| * manual: finish updating and correcting linksIan Ward2012-08-281-12/+0