Messages by Date
-
2026/04/06
(royale-compiler) 01/02: [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.2-rc1
yishayw
-
2026/04/06
(royale-compiler) 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
-
2026/04/06
(royale-compiler) branch develop updated (f574e82e7 -> ccea89b74)
yishayw
-
2026/04/06
(royale-docs) branch master updated: Update verbatim-strings.md update display of the version in which this first appears
andreww
-
2026/04/06
(royale-docs) branch master updated: Update type-inference.md updated layout of statement of version in which this first appears
andreww
-
2026/04/06
(royale-docs) branch master updated: Update nullish-coalescing-operator.md updated version this first appears in
andreww
-
2026/04/06
(royale-docs) branch master updated: Update null-conditional-operator.md updated version in which this first appears
andreww
-
2026/04/06
(royale-docs) branch master updated: Update strict-function-types.md updated the release number this appears in to 1.0.0
andreww
-
2026/04/06
(royale-compiler) annotated tag org.apache.royale.compiler-build-tools-1.2.2-rc1 deleted (was cc6df3dbe)
yishayw
-
2026/04/05
(royale-docs) branch master updated: Update arrow-functions.md updated the version number this is available in
andreww
-
2026/04/04
(royale-compiler) annotated tag org.apache.royale.compiler-build-tools-1.2.2-rc1 updated (f574e82e7 -> cc6df3dbe)
yishayw
-
2026/04/04
(royale-compiler) branch develop updated: Fix duplicate properties tag in compiler-build-tools pom.xml
yishayw
-
2026/04/04
(royale-compiler) branch develop updated: Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 support)
yishayw
-
2026/04/04
(royale-compiler) branch develop updated: Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes
yishayw
-
2026/04/04
(royale-compiler) branch develop updated: Update release notes for jburg-types and build-tools
yishayw
-
2026/04/02
(royale-docs) branch master updated: Update .asf.yaml fixed indenting
andreww
-
2026/04/01
(royale-asjs) branch develop updated: Fix VirtualDataGrid column misalignment during scroll
hugoferreira
-
2026/04/01
(royale-compiler) branch develop updated: forgot release note
joshtynjala
-
2026/04/01
(royale-compiler) branch develop updated: MXMLRoyaleEmitter: Added support for mx.core.UIComponentDescriptor with -children-as-data=false for JavaScript
joshtynjala
-
2026/04/01
(royale-asjs) branch develop updated (379e23c0c0 -> f2dffe7fdc)
gregdove
-
2026/04/01
(royale-asjs) 04/05: unit propagation.
gregdove
-
2026/04/01
(royale-asjs) 02/05: we have decided to skip 'quiet' support on Style components.
gregdove
-
2026/04/01
(royale-asjs) 03/05: constructor sweep with extra tweaks and updates in numerous composites and leaves.
gregdove
-
2026/04/01
(royale-asjs) 01/05: simplify Checkbox for now - remove labelPlacement support, and use PeerPseudo where possible in skin.
gregdove
-
2026/04/01
(royale-asjs) 05/05: Improvements in Divider. Followed Checkbox more to separate the divider line and the edge padding. (tried :after, but that seems like it is discouraged)
gregdove
-
2026/03/31
(royale-compiler) branch develop updated (a487fcfeb -> 51d22a5ac)
joshtynjala
-
2026/03/31
(royale-compiler) 02/05: JSCPublisher: don't call start() for MXML classes either
joshtynjala
-
2026/03/31
(royale-compiler) 04/05: MXMLJSCJSEmitter: Fixed intermittent missing goog.require() calls because formatQualifiedName() was overridden to remove formatting
joshtynjala
-
2026/03/31
(royale-compiler) 01/05: DefinitionBase: fix resolution of types specified in [InstanceType] when they are in a package
joshtynjala
-
2026/03/31
(royale-compiler) 05/05: MXMLRoyalEmitter: Added support for mx.core.IDeferredInstance for default properties with -children-as-data=false
joshtynjala
-
2026/03/31
(royale-compiler) 03/05: MXMLDeferredInstanceNode: added missing dependency on mx.core.DeferredInstanceFromFunction that prevented it from being emitted in JavaScript
joshtynjala
-
2026/03/31
(royale-asjs) branch develop updated: Fixed List
harbs
-
2026/03/31
(royale-asjs) 01/03: numerous tweaks to get Checkbox working with data-disabled top level state. And fixes for focus-visible. Some tuning to support units processing consistency (but there remains some exceptions... e.g. Padding and Margin default to px)
gregdove
-
2026/03/31
(royale-asjs) 02/03: support labelPlacement in CheckBox, and also handle dynamic updates (includes some tuning to animation and flexgrid stylebeads)
gregdove
-
2026/03/31
(royale-asjs) branch develop updated (81bf53a034 -> 1348433038)
gregdove
-
2026/03/31
(royale-asjs) 03/03: Fix/optimize Checkbox bindings and more layout tweaks for CheckBox.
gregdove
-
2026/03/30
(royale-docs) branch master updated: Create .asf.yaml using this file to enable issues on this repo
andreww
-
2026/03/30
royale-docs.git: Error while running github feature from master:.asf.yaml
Apache Infrastructure
-
2026/03/29
(royale-asjs) branch develop updated: Fixed accordion
harbs
-
2026/03/29
(royale-asjs) branch develop updated: Expose RGB values
harbs
-
2026/03/29
(royale-asjs) branch develop updated: Add accordion, other changes
harbs
-
2026/03/27
(royale-compiler) branch dependabot/maven/compiler-build-tools/org.codehaus.plexus-plexus-utils-4.0.3 created (now 406e27433)
github-bot
-
2026/03/27
(royale-compiler) branch develop updated: MXMLRoyalePublisher added mainClass as a token that may be replaced in the HTML template (closes #245)
joshtynjala
-
2026/03/25
(royale-website) branch dependabot/npm_and_yarn/multi-bf05dc1ecf created (now 62c9da81)
github-bot
-
2026/03/24
(royale-asjs) 02/02: @royalesuppressexport was causing problems here. ILeafStyleBead was failing for type checking in parts of the styling code detail: ROYALE_CLASS_INFO and the interface is not added to the generated js - bug, or intended?
gregdove
-
2026/03/24
(royale-asjs) 01/02: Numerous updates and tweaks
gregdove
-
2026/03/24
(royale-asjs) branch develop updated (9dba5b593e -> d3f502fb00)
gregdove
-
2026/03/23
(royale-asjs) branch develop updated: Tidy ups, plus trying to get color variation working more perceptually for use in skinning.
gregdove
-
2026/03/23
(royale-asjs) branch develop updated: speculative changes for color theming, needs more work.
gregdove
-
2026/03/22
(royale-asjs) branch develop updated: Reduce memory usage. Allow static (reusable) style beads.
harbs
-
2026/03/20
(royale-asjs) branch develop updated: Added GridContainer
harbs
-
2026/03/20
(royale-asjs) branch develop updated: Added Container
harbs
-
2026/03/20
(royale-asjs) branch develop updated: removed dead JS code
harbs
-
2026/03/20
(royale-asjs) branch develop updated: Added gap
harbs
-
2026/03/19
(royale-asjs) branch develop updated: Some of these changes may not persist... getting things working for playground app.
gregdove
-
2026/03/19
(royale-asjs) branch develop updated: performance improvements
harbs
-
2026/03/19
(royale-asjs) branch develop updated: cleanup
harbs
-
2026/03/18
(royale-asjs) branch develop updated: Fix for a minification issue in BorderRadius (CheckBox)
gregdove
-
2026/03/18
(royale-asjs) branch develop updated: fix values
harbs
-
2026/03/18
(royale-asjs) branch develop updated: don't use vector
harbs
-
2026/03/18
(royale-typedefs) branch develop updated: Update RELEASE_NOTES for version 0.9.9
andreww
-
2026/03/18
(royale-asjs) branch develop updated: Add Style to swcs-list in releasesteps.xml
yishayw
-
2026/03/18
(royale-asjs) branch develop updated: Update release notes for 1.0.0
yishayw
-
2026/03/18
(royale-typedefs) branch develop updated: Update release notes for 1.0.0
yishayw
-
2026/03/18
(royale-compiler) branch develop updated: Update release notes for 1.0.0
yishayw
-
2026/03/18
(royale-asjs) branch develop updated: center the checkmark
harbs
-
2026/03/18
(royale-asjs) branch develop updated: Allow nested variants
harbs
-
2026/03/18
(royale-asjs) branch develop updated: Basically works
harbs
-
2026/03/18
(royale-asjs) branch develop updated: Needs work, but finally have something working
harbs
-
2026/03/18
(royale-typedefs) branch develop updated: Update version to 1.0.0 for release
yishayw
-
2026/03/18
(royale-asjs) branch develop updated: cleanup
harbs
-
2026/03/18
(royale-asjs) branch develop updated: Closer
harbs
-
2026/03/17
(royale-asjs) branch develop updated: add asf license
gregdove
-
2026/03/17
(royale-compiler) branch develop updated: MXMLRoyaleEmitter: don't assign property in factory method if it uses data binding
joshtynjala
-
2026/03/17
(royale-docs) branch master updated: component-sets.md added a link to the Spectrum example site
andreww
-
2026/03/17
(royale-docs) branch master updated: component-sets.md added link to Tour de Jewel
andreww
-
2026/03/17
(royale-asjs) branch develop updated: improved but not working
harbs
-
2026/03/17
(royale-compiler) branch develop updated: update release notes with latest commits
joshtynjala
-
2026/03/17
(royale-asjs) branch develop updated: Support tailwind color names
harbs
-
2026/03/16
(royale-compiler) 03/04: MXMLArrayNode: special case for fx:DesignLayer when checking if children are valid for the specified optional [ArrayElementType]
joshtynjala
-
2026/03/16
(royale-compiler) branch develop updated (16e41abb8 -> 8f40ae296)
joshtynjala
-
2026/03/16
(royale-compiler) 01/04: MXMLClassReferenceNodeBase: stricter MXML handling of default element children
joshtynjala
-
2026/03/16
(royale-compiler) 02/04: MXMLRoyaleEmitter: implement children-as-data=false for JS emitter
joshtynjala
-
2026/03/16
(royale-compiler) 04/04: MXMLClassReferenceNodeBase: an fx:DesignLayer may have children in MXML without [DefaultProperty] metadata
joshtynjala
-
2026/03/16
(royale-website) branch dependabot/npm_and_yarn/socket.io-parser-4.2.3 deleted (was 805a96dc)
github-bot
-
2026/03/16
(royale-asjs) branch develop updated (c455066e4e -> e210676219)
joshtynjala
-
2026/03/16
(royale-asjs) 02/02: CreateJS: fix View class for SWF missing the default property
joshtynjala
-
2026/03/16
(royale-asjs) 01/02: SparkRoyale: fix invalid MXML that the compiler didn't catch before
joshtynjala
-
2026/03/16
(royale-website) branch dependabot/npm_and_yarn/engine.io-and-socket.io-6.4.2 deleted (was 42ac6e5c)
github-bot
-
2026/03/16
(royale-website) branch dependabot/npm_and_yarn/nunjucks-3.2.4 deleted (was 4adf7702)
github-bot
-
2026/03/16
(royale-website) branch dependabot/npm_and_yarn/luxon-2.5.2 deleted (was 24b08949)
github-bot
-
2026/03/16
(royale-website) branch master updated: update dependencies
joshtynjala
-
2026/03/15
(royale-asjs) branch develop updated: checkbox skin
harbs
-
2026/03/13
(royale-asjs) branch develop updated: bad merge
harbs
-
2026/03/13
(royale-asjs) branch develop updated: Added checkbox. Still need to resolve the skin.
harbs
-
2026/03/11
(royale-compiler) 02/03: MXMLRoyaleEmitter: an array containing a vector is not simple
joshtynjala
-
2026/03/11
(royale-compiler) branch develop updated (733c41409 -> 16e41abb8)
joshtynjala
-
2026/03/11
(royale-compiler) 01/03: MXMLVectorNode: fix wrong value of type in initializeDefaultProperty()
joshtynjala
-
2026/03/11
(royale-compiler) 03/03: MXMLRoyaleEmitter: missing implementation for <fx:Vector> inside <fx:Declarations>
joshtynjala
-
2026/03/11
(royale-asjs) branch develop updated (c31c9848d2 -> fc562c255a)
joshtynjala
-
2026/03/11
(royale-asjs) 02/02: CreateJS: fix build
joshtynjala
-
2026/03/11
(royale-compiler) branch develop updated: MXMLClassReferenceNodeBase: detect MXML 2006 declarations and add them to implicit MXMLDeclarationsNodes in the AST (references #243)
joshtynjala
-
2026/03/11
(royale-asjs) branch develop updated: Change the way skins are applied
harbs
-
2026/03/11
(royale-asjs) branch develop updated: Added interfaces
harbs
-
2026/03/10
(royale-asjs) branch develop updated: added dependencies
harbs
-
2026/03/10
(royale-asjs) branch develop updated: Added Style to build
harbs
-
2026/03/10
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2026/03/10
(royale-website) branch master updated: Added María José Esteve
andreww
-
2026/03/10
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2026/03/10
(royale-website) branch master updated: Moved Hugo from committer to PMC
andreww
-
2026/03/09
(royale-asjs) branch develop updated: Fixed styling. Added peer.
harbs
-
2026/03/09
(royale-asjs) branch develop updated: mxml-manifest.xml: MXML core language types for MXML 2006
joshtynjala
-
2026/03/09
(royale-compiler) branch develop updated (9bbc3e4b6 -> 63ed1bc7f)
joshtynjala
-
2026/03/09
(royale-compiler) 02/02: RELEASE_NOTES: update
joshtynjala
-
2026/03/09
(royale-compiler) 01/02: JSConfiguration: move warn-this-within-closure default value of true from Configuration
joshtynjala
-
2026/03/08
(royale-docs) branch master updated: Fixed link for data model tutorial
andreww
-
2026/03/08
(royale-docs) branch master updated: Minor text edits
andreww
-
2026/03/08
(royale-docs) branch master updated: Fixed link for item renderer example
andreww
-
2026/03/08
(royale-asjs) branch develop updated: view and layouts
harbs
-
2026/03/08
(royale-asjs) branch develop updated: Code cleanup
harbs
-
2026/03/08
(royale-asjs) branch develop updated: used svg options
harbs
-
2026/03/06
(royale-asjs) branch develop updated: Added Icon
harbs
-
2026/03/05
(royale-asjs) branch develop updated: update HttpRequestTask
harbs
-
2026/03/05
(royale-asjs) branch develop updated: Updated from HTML
harbs
-
2026/03/04
(royale-compiler) branch develop updated: JSCPublisher: null check for result of resolveQNameToDefinition() when writing HTML template body
joshtynjala
-
2026/03/04
(royale-asjs) branch develop updated: ignore coercion
harbs
-
2026/03/04
(royale-asjs) branch develop updated: Skinning support
harbs
-
2026/03/02
(royale-asjs) branch develop updated: tweaks to load events in the iframe - try to avoid transient 'about:blank'
gregdove
-
2026/02/27
(royale-compiler) branch develop updated: externc: expand list of top-level classes that should be dynamic, and add a list of top-level classes that should be final
joshtynjala
-
2026/02/27
(royale-compiler) branch develop updated: ASC: fix comment that said the opposite of what it meant
joshtynjala
-
2026/02/27
(royale-asjs) 01/02: ApproveRoyale.xml: don't require ANT_HOME environment variable, and download Apache Rat JARs to basedir when they're not found
joshtynjala
-
2026/02/27
(royale-asjs) branch develop updated (bba563d11d -> 8d15262b51)
joshtynjala
-
2026/02/27
(royale-asjs) 02/02: ApproveRoyale.xml: extended description of main-no-download target
joshtynjala
-
2026/02/27
(royale-asjs) branch develop updated: added more variant skeletons
harbs
-
2026/02/27
(royale-asjs) branch develop updated: Added another note
harbs
-
2026/02/27
(royale-asjs) branch develop updated: Added more skeleton states
harbs
-
2026/02/27
(royale-asjs) branch develop updated: Some notes
harbs
-
2026/02/26
(royale-asjs) branch develop updated: Allow to compile
harbs
-
2026/02/26
(royale-asjs) branch develop updated: some skeleton state style beads
harbs
-
2026/02/26
(royale-asjs) branch develop updated: DataItemRenderer
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Cleaned up more classes
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Cleaned up margin
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Cleaned up padding
harbs
-
2026/02/25
(royale-asjs) branch develop updated: added missing manifest entries
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Added composite classes
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Cleaned up BorderWidth
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Cleanup
harbs
-
2026/02/25
(royale-asjs) branch develop updated: finished single style beads, fixed color
harbs
-
2026/02/25
(royale-asjs) branch develop updated: interact
harbs
-
2026/02/25
(royale-asjs) branch develop updated: transform
harbs
-
2026/02/25
(royale-asjs) branch develop updated: animation
harbs
-
2026/02/25
(royale-asjs) branch develop updated: Added CSSLookup
harbs
-
2026/02/24
(royale-asjs) branch develop updated: ApproveRoyale.xml: improved adding rat jars to classpath
joshtynjala
-
2026/02/24
(royale-asjs) branch develop updated: NOTICE: 2026
joshtynjala
-
2026/02/24
(royale-typedefs) branch develop updated: NOTICE: 2026
joshtynjala
-
2026/02/24
(royale-compiler) branch develop updated: NOTICE: 2026
joshtynjala
-
2026/02/24
(royale-asjs) branch develop updated: border and outline
harbs
-
2026/02/24
(royale-asjs) branch develop updated: Colors should return name value pairs
harbs
-
2026/02/24
(royale-asjs) branch develop updated: border styles
harbs
-
2026/02/24
(royale-asjs) branch develop updated: border radius
harbs
-
2026/02/24
(royale-asjs) branch develop updated: background styles
harbs
-
2026/02/24
(royale-asjs) branch develop updated: Fixed error
harbs
-
2026/02/24
(royale-asjs) branch develop updated: spacing styles
harbs
-
2026/02/24
(royale-asjs) branch develop updated: Added flex-grid styles
harbs
-
2026/02/23
(royale-asjs) branch develop updated: I found a better pattern
harbs
-
2026/02/23
(royale-compiler) branch develop updated: CSSTree: fix CSS attribute selectors that use an identifier instead of a string (closes apache/royale-asjs#108)
joshtynjala
-
2026/02/23
(royale-asjs) branch develop updated: added typography placeholder
harbs
-
2026/02/23
(royale-asjs) branch develop updated: TableLayout placeholder
harbs
-
2026/02/23
(royale-asjs) branch develop updated: Filter placeholders
harbs
-
2026/02/23
(royale-asjs) branch develop updated: Effect placeholders
harbs
-
2026/02/23
(royale-asjs) branch develop updated: background styles
harbs
-
2026/02/23
(royale-asjs) branch develop updated: flex and grid positioning
harbs
-
2026/02/23
(royale-asjs) branch develop updated: margin, padding and started on theme
harbs
-
2026/02/22
(royale-asjs) branch develop updated: And this seems more correct for the postMessage implementation with 'Object' typing on the optional transfer argument.
gregdove
-
2026/02/22
(royale-asjs) 01/02: [quickfix] iframe message listeners cannot be added to the contentWindow.
gregdove
-
2026/02/22
(royale-asjs) 02/02: Adding an enhanced iframe component that supports quick configuration for message filtering.
gregdove
-
2026/02/22
(royale-asjs) branch develop updated (5e6e90df84 -> fb031ff116)
gregdove
-
2026/02/22
(royale-asjs) branch develop updated: added overflow
harbs
-
2026/02/22
(royale-asjs) branch develop updated: size style beads
harbs
-
2026/02/22
(royale-asjs) branch develop updated: Updated LICENSE
harbs
-
2026/02/22
(royale-asjs) branch develop updated: Added colors
harbs
-
2026/02/22
(royale-asjs) branch develop updated: Missing order from flexbox
harbs
-
2026/02/22
(royale-asjs) branch develop updated: Added flex beads
harbs
-
2026/02/22
(royale-asjs) branch style-project updated: Started filling in classes. Added readme
harbs
-
2026/02/22
(royale-asjs) 01/01: Merge branch 'style-project' into develop
harbs
-
2026/02/22
(royale-asjs) branch develop updated (fd22c8dd7e -> e79772810c)
harbs
-
2026/02/20
(royale-asjs) branch develop updated: explicit super
harbs
-
2026/02/20
(royale-asjs) branch develop updated: Added ArrayListDataSupport, comments
harbs
-
2026/02/20
(royale-asjs) branch develop updated: Added CompoundBead
harbs
-
2026/02/20
(royale-asjs) 01/01: Initial Style scaffolding
harbs
-
2026/02/20
(royale-asjs) branch style-project created (now bd06e9412a)
harbs
-
2026/02/19
(royale-compiler) branch develop updated: royaleunit-ant-tasks: parse Adobe AIR version including both major and minor
joshtynjala
-
2026/02/19
(royale-asjs) branch develop updated: XMLNamespaceTest: fix for AIR 51.2 on Linux
joshtynjala
-
2026/02/19
(royale-asjs) branch develop updated: Corrected paths in TourDeJewel
harbs
-
2026/02/19
(royale-asjs) branch develop updated: bubbles makes no sense if it's a string
harbs
-
2026/02/19
(royale-asjs) branch develop updated: Expanded Video and added Audio in HTML
harbs
-
2026/02/19
(royale-asjs) branch develop updated: Moved StyledUIBase to Jewel
harbs
-
2026/02/18
(royale-asjs) branch develop updated: MXRoyaleBase: fix EncodingTest for AIR 51 from Harman
joshtynjala
-
2026/02/18
(royale-compiler) branch develop updated: externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded
joshtynjala
-
2026/02/18
(royale-compiler) branch develop updated: externc: more exhaustive search for field and method overrides from interfaces
joshtynjala