- 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 4 commits
-
-
Paul McCarthy authored
dequeue an enqueued function. PropertyValue.removeListener takes advantage of this feature.
-
Paul McCarthy authored
could be GC'd during execution of this method - a ref to the parent is now gained at the start of the method, so it cannot be GC'd until the method returns.
-
Paul McCarthy authored
-
Paul McCarthy authored
default values, persisting current selection, etc. A few associated additions to the EditableListBox interface. A little interactive test case for choice property widget stuff.
-
- 14 Jul, 2015 3 commits
-
-
Paul McCarthy authored
method. addListener fixes to syncable and widgets_list
-
Paul McCarthy authored
used. This is because if weakrefs are used for lambda/inner functions, they will be GC'd immediately.
-
Paul McCarthy authored
instances, PV context (which are always HasProps instances), and callback functions. This is so that a HasProps instance can be gc'd even if a PV/instance data object still holds a reference to it. There may be some additional work required in the bindable/syncable modules ..
-
- 13 Jul, 2015 2 commits
-
-
Paul McCarthy authored
wx.Windows.
-
Paul McCarthy authored
-
- 10 Jul, 2015 1 commit
-
-
Paul McCarthy authored
buildDialog method optionally adds buttons to the dialog.
-
- 09 Jul, 2015 2 commits
-
-
Paul McCarthy authored
at bottom of group panels.
-
Paul McCarthy authored
between widget groups.
-
- 08 Jul, 2015 1 commit
-
-
Paul McCarthy authored
that have a no-args constructor.
-
- 06 Jul, 2015 2 commits
-
-
Paul McCarthy authored
WidgetList allowing groups to be renamed.
-
Paul McCarthy authored
of a group, and to programmatically collapse/expand group panels.
-
- 03 Jul, 2015 2 commits
-
-
Paul McCarthy authored
instance was pretty rudimentary, and not really necessary. Users are now responsible for creating props widgets, then passing them in to the WidgetList.
-
Paul McCarthy authored
-
- 01 Jul, 2015 1 commit
-
-
Paul McCarthy authored
triggers enqueueing of list level listeners immediately. Previously, list-level listeners were queued when the list-level post-notify function was called (which could be at some arbitrary point in the future).
-
- 30 Jun, 2015 2 commits
-
-
Paul McCarthy authored
lists were being newly bound.
-
Paul McCarthy authored
-
- 23 Jun, 2015 1 commit
-
-
Paul McCarthy authored
were not being notified on choice update
-
- 22 Jun, 2015 1 commit
-
-
Paul McCarthy authored
activate editing (previously had to be on the StaticText widget). Edit deactivation now works properly - TextCtrl was not being destroyed when another item was clicked due to use of SetFocus instead of SetFocusIgnoringChildren .
-
- 03 Jun, 2015 1 commit
-
-
Paul McCarthy authored
-