- 06 Aug, 2015 1 commit
-
-
Paul McCarthy authored
said default labels are forced to be strings.
-
- 05 Aug, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
conversion made a bit smarter, and case insensitive.
-
Paul McCarthy authored
colour map keys and colour map names.
-
Paul McCarthy authored
values which will be accepted for assignment.
-
- 30 Jul, 2015 1 commit
-
-
Paul McCarthy authored
-
- 29 Jul, 2015 12 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
determine whether wheel rotation is horizontal/vertical.
-
Paul McCarthy authored
-
Paul McCarthy authored
parameters (arguments destined for other property types)
-
Paul McCarthy authored
-
Paul McCarthy authored
disabled by default)
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
FloatSpinCtrl text box expands to fit space. Number widget build code was configuring int slider for float, and vice versa. widgets._propBind was not de-registering attribute listener on widget destroy. Build.py window destroy handler was not calling ev.Skip, causing other destroy handlers to be ignored.
-
Paul McCarthy authored
-
Paul McCarthy authored
control which can be either integer or float). Ugly, as there is much code duplication with the FloatSpinCtrl ...
-
- 28 Jul, 2015 4 commits
-
-
Paul McCarthy authored
SpinCtrl, and SpinCtrlDouble controls, so have rolled my own float spin control. Will possibly merge this with the FloatSlider.
-
Paul McCarthy authored
with wx.lib.agw.floatspin.FloatSpin.
-
Paul McCarthy authored
-
Paul McCarthy authored
HasProperties instances, by setting the 'dependencies' attribute.
-
- 27 Jul, 2015 1 commit
-
-
Paul McCarthy authored
bounds for all axes.
-
- 23 Jul, 2015 1 commit
-
-
Paul McCarthy authored
for low/high value change callbacks, so updates were being dropped by callqueue (which skips duplicate listener callbacks based on the listener name).
-
- 22 Jul, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
that have been GC'd - using weakrefs).
-
- 21 Jul, 2015 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
names/objects used in closures were not being updated correctly
-
Paul McCarthy authored
function which was being GC'd. HasProps.addGlobalListener updated to accept weak parameter, and used by the former.
-
- 20 Jul, 2015 3 commits
-
-
Paul McCarthy authored
replace the entire list contents.
-
Paul McCarthy authored
methods. The Clear method clears top level widgets and all groups.
-
Paul McCarthy authored
value and/or attributes are bound.
-
- 17 Jul, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
subsequently being GC'd.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 16 Jul, 2015 1 commit
-
-
Paul McCarthy authored
weakrefs. Debugging rubbish is in code, need to do more testing before putting into master branch.
-
- 15 Jul, 2015 1 commit
-
-
Paul McCarthy authored
dequeue an enqueued function. PropertyValue.removeListener takes advantage of this feature.
-