| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python dual support (#266) | Andrew Dunai | 2018-01-04 | 1 | -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-signal | Andrew Dunai | 2018-01-03 | 1 | -4/+7 |
| |\ | | | | | Emit postchange after text is updated | ||||
| | * | checkbox and radiobutton also needs to have a postchange event | Toshio Kuratomi | 2017-01-21 | 1 | -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 mistakes | Edward Betts | 2017-02-22 | 1 | -2/+2 |
| |/ | |||||
| * | Fix minor grammar mistake | Ismail | 2014-04-28 | 1 | -1/+1 |
| | | |||||
| * | update doctests for new connect_signal return value | Ian Ward | 2013-12-26 | 1 | -5/+5 |
| | | |||||
| * | reference: document SelectableIcon | Ian Ward | 2012-10-19 | 1 | -6/+8 |
| | | |||||
| * | fix: SelectableIcon.get_cursor_coords bug | Ian Ward | 2012-10-17 | 1 | -1/+3 |
| | | |||||
| * | reference: improve decorations, add CommandMap | Ian Ward | 2012-10-16 | 1 | -27/+28 |
| | | |||||
| * | fix sphinx warnings and erros | Ian Ward | 2012-07-18 | 1 | -17/+32 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | fix ListBox keypress return values, finish documenting command names | Ian Ward | 2012-07-14 | 1 | -10/+10 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | document deprecation of {Flow,Fixed,Box}Widget as base classes and add ↵ | Ian Ward | 2011-12-27 | 1 | -18/+24 |
| | | | | | | | | missing _sizing and sizing() definitions --HG-- branch : feature-containers | ||||
| * | copy the shared command_map instance to Widget._command_map and update ↵ | Ian Ward | 2011-09-21 | 1 | -7/+6 |
| | | | | | standard widgets to use it | ||||
| * | PopUpLauncher: new superclass for widgets that will open pop-ups. allows us ↵ | Ian Ward | 2011-09-21 | 1 | -1/+41 |
| | | | | | to fix the pop-up implementation later | ||||
| * | PopUpTarget: correct behaviour requires more work, worse performance | Ian Ward | 2011-09-21 | 1 | -8/+32 |
| | | |||||
| * | update PopUpTarget and popup.py example to use new Canvas methods | Ian Ward | 2011-09-21 | 1 | -22/+20 |
| | | |||||
| * | factor out delegate-to-widget pattern into a mixin factory function | Ian Ward | 2011-09-20 | 1 | -11/+2 |
| | | |||||
| * | include PopUpTarget widget and popup.py example, MainLoop option | Ian Ward | 2011-07-07 | 1 | -1/+47 |
| | | |||||
| * | fix: accept bytes>127 in tagmarkup | Ian Ward | 2011-07-06 | 1 | -3/+3 |
| | | |||||
| * | remaining doc test fixes, disable glib+twisted loops in python3 | Ian Ward | 2011-01-20 | 1 | -55/+56 |
| | | | | | | --HG-- branch : python3 | ||||
| * | Now passes all tests in python 2.6 | Wendell | 2010-08-04 | 1 | -24/+24 |
| |\ | |||||
| * | | Bug fixes | Wendell | 2010-06-04 | 1 | -6/+6 |
| |/ | |||||
| * | Convert implicit relative to absolute imports. | Marien Zwart | 2010-03-07 | 1 | -8/+8 |
| | | |||||
| * | Import cleanup: remove most uses of "import *", remove unused imports. | Marien Zwart | 2010-02-11 | 1 | -2/+7 |
| | | |||||
| * | fix SelectableIcon doctest (strange! not triggered on my dev machine)release-0.9.9 | Ian Ward | 2009-11-15 | 1 | -4/+4 |
| | | |||||
| * | fix doctests leading implementation (revert me later) | Ian Ward | 2009-11-04 | 1 | -12/+12 |
| | | |||||
| * | untab wimp.py | Ian Ward | 2009-11-04 | 1 | -495/+495 |
| | | |||||
| * | update bigtext example, make widget._emit always include self in parameters | Ian Ward | 2009-02-28 | 1 | -3/+3 |
| | | |||||
| * | break some code for the sake of clarity | ian | 2008-04-20 | 1 | -2/+2 |
| | | | | | | --HG-- extra : convert_revision : b96e29698147a47b8b7be06d5299c8e66fc4e578 | ||||
| * | create WidgetDecoration class | ian | 2008-04-15 | 1 | -1/+1 |
| | | | | | | --HG-- extra : convert_revision : 199aa1097d2a0dc57cb2cde0c6a074d2f9284580 | ||||
| * | Button cleanup, more doctest work | ian | 2008-04-12 | 1 | -64/+149 |
| | | | | | | --HG-- extra : convert_revision : fb72e511ec664e45cbe9977fb4e39a96cee54f35 | ||||
| * | add test trigger code | ian | 2008-04-12 | 1 | -3/+10 |
| | | | | | | --HG-- extra : convert_revision : 9beeddef3c78d20cea642090dc86918b78e3f4a4 | ||||
| * | split container and wimp widgets into their own files, minor docstring changes | ian | 2008-04-11 | 1 | -0/+442 |
| --HG-- extra : convert_revision : 766987edbdc32548e121a7c52e8478cef4cf98a6 | |||||
