This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch feature/Crux
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 86b1c9f Fix Jewel Crux quickstart example
new 5d16f48 EventHandler processing of event properties works via
reflection (works for public vars in release build)
new 94ae6a0 make LogEntry bindable to create getter/setters for
labelFields to work in release build. updates to maven build.
add d61cfc8 If draggable item was clicked, mouse up wasn't being detected.
add 268ccc3 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
add 64eb735 children should only include elements
new e71fc12 Merge branch 'develop' into feature/Crux
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/crux/GitHubCommitLogViewer/pom.xml | 40 +++++++++
.../src/main/royale/crux/model/LogEntry.as | 19 ++---
.../src/main/royale/crux/view/MainContent.mxml | 1 -
examples/crux/pom.xml | 3 +-
.../crux/processors/EventHandlerProcessor.as | 3 -
.../royale/crux/reflection/TypeDescriptor.as | 4 -
.../apache/royale/crux/utils/event/EventHandler.as | 94 +++++++++++++++-------
.../html/beads/controllers/DragMouseController.as | 2 +
frameworks/projects/XML/src/main/royale/XML.as | 7 +-
9 files changed, 125 insertions(+), 48 deletions(-)