summaryrefslogtreecommitdiff
path: root/urwid/wimp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix minor grammar mistakeIsmail2014-04-281-1/+1
* update doctests for new connect_signal return valueIan Ward2013-12-261-5/+5
* reference: document SelectableIconIan Ward2012-10-191-6/+8
* fix: SelectableIcon.get_cursor_coords bugIan Ward2012-10-171-1/+3
* reference: improve decorations, add CommandMapIan Ward2012-10-161-27/+28
* fix sphinx warnings and errosIan Ward2012-07-181-17/+32
* fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-10/+10
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-18/+24
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-7/+6
* PopUpLauncher: new superclass for widgets that will open pop-ups. allows us ...Ian Ward2011-09-211-1/+41
* PopUpTarget: correct behaviour requires more work, worse performanceIan Ward2011-09-211-8/+32
* update PopUpTarget and popup.py example to use new Canvas methodsIan Ward2011-09-211-22/+20
* factor out delegate-to-widget pattern into a mixin factory functionIan Ward2011-09-201-11/+2
* include PopUpTarget widget and popup.py example, MainLoop optionIan Ward2011-07-071-1/+47
* fix: accept bytes>127 in tagmarkupIan Ward2011-07-061-3/+3
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-55/+56
* Now passes all tests in python 2.6Wendell2010-08-041-24/+24
|\
* | Bug fixesWendell2010-06-041-6/+6
|/
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-8/+8
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-2/+7
* fix SelectableIcon doctest (strange! not triggered on my dev machine)release-0.9.9Ian Ward2009-11-151-4/+4
* fix doctests leading implementation (revert me later)Ian Ward2009-11-041-12/+12
* untab wimp.pyIan Ward2009-11-041-495/+495
* update bigtext example, make widget._emit always include self in parametersIan Ward2009-02-281-3/+3
* break some code for the sake of clarityian2008-04-201-2/+2
* create WidgetDecoration classian2008-04-151-1/+1
* Button cleanup, more doctest workian2008-04-121-64/+149
* add test trigger codeian2008-04-121-3/+10
* split container and wimp widgets into their own files, minor docstring changesian2008-04-111-0/+442