- 07 Dec, 2015 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 04 Dec, 2015 1 commit
-
-
Paul McCarthy authored
-
- 03 Dec, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
background colour on both.
-
Paul McCarthy authored
AutoTextCtrl.
-
Paul McCarthy authored
does nothing useful. As a result, WidgetGrid handles child focus events more sensibly. Fixed widget grid label redraw bug. AutoTextCtrl popup is now automatically sized.
-
- 02 Dec, 2015 1 commit
-
-
Paul McCarthy authored
control.
-
- 01 Dec, 2015 3 commits
-
-
Paul McCarthy authored
to the grid. This is because refreshing after every change is too computationally demanding.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 27 Nov, 2015 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
specific value
-
- 26 Nov, 2015 1 commit
-
-
Paul McCarthy authored
centred at a specific value.
-
- 20 Nov, 2015 2 commits
-
-
Paul McCarthy authored
value changes. This is used by the widget_bounds binding code.
-
Paul McCarthy authored
__setitem__. Is now suppressed.
-
- 17 Nov, 2015 1 commit
-
-
Paul McCarthy authored
button, which is not tied to a specific property.
-
- 16 Nov, 2015 1 commit
-
-
Paul McCarthy authored
-
- 13 Nov, 2015 2 commits
-
-
Paul McCarthy authored
EVT_SPIN_* event handler triggers another EVT_SPIN_* event.
-
Paul McCarthy authored
-
- 12 Nov, 2015 1 commit
-
-
Paul McCarthy authored
and incompatibilities. AutoCompletePopup is now a wx.Frame, as the wx.PopupWindow is useless under GTK - it will not accept focus.
-
- 11 Nov, 2015 2 commits
-
-
Paul McCarthy authored
as they were originally specified.
-
Paul McCarthy authored
to the PropertyValue methods of the same name.
-
- 10 Nov, 2015 3 commits
-
-
Paul McCarthy authored
of whether new tags are allowed or not.
-
Paul McCarthy authored
TextTagPanel. Other minor tweaks.
-
Paul McCarthy authored
is selected.
-
- 09 Nov, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
focused tag, and delete/backspace deletes the focused tag.
-
Paul McCarthy authored
allows me to propagate keyboard events to parents, without having to use EVT_CHAR_HOOK.
-
Paul McCarthy authored
-
- 07 Nov, 2015 1 commit
-
-
Paul McCarthy authored
incompetence of the wxWidgets framework. Needs a bit more tweaking.
-
- 05 Nov, 2015 1 commit
-
-
Paul McCarthy authored
item. Some tweaks to texttag classes.
-
- 04 Nov, 2015 1 commit
-
-
Paul McCarthy authored
tweaked some colours.
-
- 03 Nov, 2015 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 28 Oct, 2015 1 commit
-
-
Paul McCarthy authored
PropertyValue.hasListener.
-
- 23 Oct, 2015 1 commit
-
-
Paul McCarthy authored
instances to which the target one is bound.
-
- 22 Oct, 2015 2 commits
-
-
Paul McCarthy authored
attribute listeners are notified. Notification is now implemented in the bindable module, which uses a new feature of the callqueue to ensure that listeners are notified in the correct order: 1. Listeners of the source PV object 2. Listeners of any bound PV objects 3. Listeners triggered by changes to other properties made by any of the above.
-
Paul McCarthy authored
prepare and call listeners. More changes to come (which will reveal the reasons as to why these re-organisations are occurring).
-