summaryrefslogtreecommitdiff
path: root/urwid/wimp.py
Commit message (Collapse)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-041-5/+7
| | | | | | | | | | | | | | | | | | | | * WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization.
* Merge pull request #214 from abadger/fix-edit-change-signalAndrew Dunai2018-01-031-4/+7
|\ | | | | Emit postchange after text is updated
| * checkbox and radiobutton also needs to have a postchange eventToshio Kuratomi2017-01-211-4/+7
| | | | | | | | | | | | | | | | | | Just like Edit() boxes, CheckBox and RadioButton need to have an event emitted after the change has been commited. This allows us to modify the state after it occurs. (If the event only fires before the state is actually changed, the event handler cannot change the state because the emitter will change it to what they were going to after the event handler has finished.
* | correct spelling mistakesEdward Betts2017-02-221-2/+2
|/
* 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
| | | | | --HG-- branch : feature-sphinx
* fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-10/+10
| | | | | --HG-- branch : feature-sphinx
* document deprecation of {Flow,Fixed,Box}Widget as base classes and add ↵Ian Ward2011-12-271-18/+24
| | | | | | | missing _sizing and sizing() definitions --HG-- branch : feature-containers
* copy the shared command_map instance to Widget._command_map and update ↵Ian Ward2011-09-211-7/+6
| | | | standard widgets to use it
* PopUpLauncher: new superclass for widgets that will open pop-ups. allows us ↵Ian Ward2011-09-211-1/+41
| | | | to fix the pop-up implementation later
* 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
| | | | | --HG-- branch : python3
* 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
| | | | | --HG-- extra : convert_revision : b96e29698147a47b8b7be06d5299c8e66fc4e578
* create WidgetDecoration classian2008-04-151-1/+1
| | | | | --HG-- extra : convert_revision : 199aa1097d2a0dc57cb2cde0c6a074d2f9284580
* Button cleanup, more doctest workian2008-04-121-64/+149
| | | | | --HG-- extra : convert_revision : fb72e511ec664e45cbe9977fb4e39a96cee54f35
* add test trigger codeian2008-04-121-3/+10
| | | | | --HG-- extra : convert_revision : 9beeddef3c78d20cea642090dc86918b78e3f4a4
* split container and wimp widgets into their own files, minor docstring changesian2008-04-111-0/+442
--HG-- extra : convert_revision : 766987edbdc32548e121a7c52e8478cef4cf98a6