This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from ade3dfb BE0013: inject_html does not work in modules
new 4e35980 ASDoc found these small issues
new 803f071 get asdoc to build with most if not all projects
new 9b9e387 use parent instead of itemrendererparent which is now
ListView instead of a UIBase
new a09ea1e suppress implicit coercions because we cheat and use JSON
objects instead of actual instances
The 4 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/royale/ASDoc/build.xml | 39 ++++++++++++---
.../ASDoc/src/main/config/asdoc-js-config.xml | 58 ++++++++++++++++++----
.../ASDoc/src/main/config/asdoc-swf-config.xml | 58 ++++++++++++++++++++--
.../royale/OptionalHashAnchorStringItemRenderer.as | 2 +-
.../ASDoc/src/main/royale/ParameterRenderer.as | 2 +-
.../ASDoc/src/main/royale/models/ASDocModel.as | 9 ++++
.../royale/{JQueryClasses.as => AceClasses.as} | 2 +-
.../listClasses/VirtualListVerticalLayout.as | 2 +-
.../MXRoyale/src/main/royale/mx/core/Keyboard.as | 2 +-
.../src/main/royale/mx/events/NetStatusEvent.as | 2 +-
.../royale/mx/events/utils/FocusEventConverter.as | 2 +-
.../mx/events/utils/KeyboardEventConverter.as | 1 +
.../mx/messaging/ConsumerMessageDispatcher.as | 4 +-
.../main/royale/mx/resources/ResourceManager.as | 2 +-
.../royale/mx/resources/ResourceManagerImpl.as | 4 +-
.../src/main/royale/mx/validators/DateValidator.as | 4 +-
.../apache/royale/mdl/beads/RestrictTextField.as | 2 +-
.../apache/royale/reflection/beads/JSONReviver.as | 2 +-
.../spark/components/SkinnablePopUpContainer.as | 2 +-
.../apache/royale/textLayout/edit/EditManager.as | 2 +-
.../org/apache/royale/text/events/TextEvent.as | 2 +-
21 files changed, 162 insertions(+), 41 deletions(-)
rename frameworks/projects/Ace/src/main/royale/{JQueryClasses.as =>
AceClasses.as} (97%)