Messages by Date
-
2024/06/20
(royale-compiler) branch develop updated: debugger: directory name was changed from flex to royale, but package name still starts with flex
joshtynjala
-
2024/06/20
(royale-compiler) 08/08: add some missing parameters to raw types, or use ? in some cases, where it isn't safe, to clear up warnings
joshtynjala
-
2024/06/20
(royale-compiler) 07/08: JSCSSCompilationSession: unused local var
joshtynjala
-
2024/06/20
(royale-compiler) 01/08: FileFileFilter.FILE from commons-io is deprecated and replaced with FileFileFilter.INSTANCE
joshtynjala
-
2024/06/20
(royale-compiler) branch develop updated (0a7d2f2c7 -> 6f3ae5a0b)
joshtynjala
-
2024/06/20
(royale-compiler) 05/08: CustomPlayerCommand: Execute.getProcEnvironment() is deprecated, replace with suggested Execute.getEnvironmentVariables()
joshtynjala
-
2024/06/20
(royale-compiler) 04/08: class.newInstance() is deprecated, replace with recommended class.getConstructor().newInstance() instead
joshtynjala
-
2024/06/20
(royale-compiler) 03/08: Tests: org.junit.Assert.assertThat is deprecated, so migrate to the suggested org.hamcrest.MatcherAssert.assertThat
joshtynjala
-
2024/06/20
(royale-compiler) 02/08: TestRoyaleProject: for some reason this class hadn't migrated to org.junit.Assert from junit.framework.Assert, which is deprecated
joshtynjala
-
2024/06/20
(royale-compiler) 06/08: flex-compiler-oem: suppress some warnings for raw types
joshtynjala
-
2024/06/20
(royale-compiler) branch develop updated: royale-maven-plugin: update Velocity Engine to 2.3
joshtynjala
-
2024/06/20
(royale-compiler) 03/03: fix use of deprecated constructors for primitive types like Integer/Double/etc.
joshtynjala
-
2024/06/20
(royale-compiler) 01/03: MXMLJSC: remove some dead code
joshtynjala
-
2024/06/20
(royale-compiler) branch develop updated (8145d4998 -> 1ee4fe4ac)
joshtynjala
-
2024/06/20
(royale-compiler) 02/03: clean up some warnings
joshtynjala
-
2024/06/19
(royale-asjs) branch develop updated: Maven 3.8.1 and JDK 11
joshtynjala
-
2024/06/19
(royale-compiler) branch develop updated: JDK 11
joshtynjala
-
2024/06/19
(royale-typedefs) 01/02: Maven 3.8.1
joshtynjala
-
2024/06/19
(royale-typedefs) 02/02: JDK 11
joshtynjala
-
2024/06/19
(royale-typedefs) branch develop updated (a776573 -> 6e2aa2f)
joshtynjala
-
2024/06/19
(royale-compiler) branch develop updated: missing updates for minimum Maven version to 3.8.1
joshtynjala
-
2024/06/12
(royale-asjs) branch develop updated: RoyaleUnit: doesn't need dependency on Basic
joshtynjala
-
2024/06/11
(royale-compiler) branch develop updated: royale-maven-plugin: ignore swcs in test scope when compiling swc, app, or asdoc
joshtynjala
-
2024/06/11
(royale-compiler) branch develop updated: compiler-jx: fix exception when projectConfigurator.getTargetSettings() returns null
joshtynjala
-
2024/06/10
(royale-compiler) 01/02: MethodBodySemanticChecker: fix null reference exception checking IASNode source path value
joshtynjala
-
2024/06/10
(royale-compiler) branch develop updated (06d364c40 -> bc55e66be)
joshtynjala
-
2024/06/10
(royale-compiler) 02/02: NoCRLFInputStream: fix three argument read(), which iterated through a temp byte[] using a wrong starting index
joshtynjala
-
2024/06/10
(royale-asjs) branch develop updated: Comment caused NullPointerException (bug in the compiler)
harbs
-
2024/06/10
(royale-asjs) branch develop updated: Fixed attribute name
harbs
-
2024/06/09
(royale-asjs) branch develop updated: Made XML descendents more efficient
harbs
-
2024/06/07
(royale-asjs) branch develop updated: Jewel: Update version dart-sass-maven-plugin artifactId from 0.3.0 to 1.3.1 version
hiedra
-
2024/06/06
(royale-asjs) branch develop updated: More performant
harbs
-
2024/05/28
(royale-compiler) branch issues/#238 deleted (was 8807085a5)
hiedra
-
2024/05/28
(royale-compiler) branch develop updated (575793f0c -> 06d364c40)
hiedra
-
2024/05/28
(royale-compiler) 01/01: Merge branch 'develop' of https://github.com/apache/royale-compiler into develop
hiedra
-
2024/05/28
(royale-compiler) 04/05: compiler: fix ArrayStoreException for unexpected attributes on <fx:Array> and <fx:Vector>
joshtynjala
-
2024/05/28
(royale-compiler) 05/05: compiler: Fix null pointer exception when omitting quoted <fx:Vector> value for fixed and type attributes
joshtynjala
-
2024/05/28
(royale-compiler) 01/05: compiler: Fix null pointer exception when omitting quoted <fx:Style> value for source attribute
joshtynjala
-
2024/05/28
(royale-compiler) branch develop updated (2f14d6d5e -> 575793f0c)
joshtynjala
-
2024/05/28
(royale-compiler) 03/05: compiler: better problem message when MXML implements attribute is empty
joshtynjala
-
2024/05/28
(royale-compiler) 02/05: compiler: fix parsing of source, destination, and twoWay values in MXMLBindingNode
joshtynjala
-
2024/05/28
(royale-compiler) 02/02: Merge branch 'issues/#238' of https://github.com/apache/royale-compiler into issues/#238
hiedra
-
2024/05/28
(royale-compiler) branch issues/#238 updated (d347bf7fa -> 8807085a5)
hiedra
-
2024/05/28
(royale-compiler) 01/02: compiler: CSS support so that an identifier can be the value of an attribute-selector.
hiedra
-
2024/05/28
(royale-compiler) branch develop updated: compiler: strict-flex-css compiler option
joshtynjala
-
2024/05/28
(royale-compiler) 01/02: CSS.g/CSSTree.g: a dashed identifier is not allowed everywhere an identifier is
joshtynjala
-
2024/05/28
(royale-compiler) branch develop updated (2d0a1d851 -> ae1069c18)
joshtynjala
-
2024/05/28
(royale-compiler) 02/02: JSCSSCompilationSession: fix double quotes not getting escaped for certain selectors (references #238)
joshtynjala
-
2024/05/28
(royale-asjs) branch develop updated: Fixed doc
yishayw
-
2024/05/26
(royale-asjs) branch develop updated: Add index to XMLList prototype instead of instances. This prevents GC thrashing
harbs
-
2024/05/25
(royale-compiler) branch issues/#238 created (now d347bf7fa)
hiedra
-
2024/05/25
(royale-compiler) 01/01: compiler: CSS support so that an identifier can be the value of an attribute-selector.
hiedra
-
2024/05/23
(royale-asjs) branch develop updated: FontAwesomeIcon: Add support for the new version 6 kits "kit" and "kitDoutone". New "swapOpacity" property for "duotone" styles
hiedra
-
2024/05/23
(royale-compiler) 02/02: CSSTree.g: supports a mode where CSS syntax that would be unrecognized by the Flex SDK compiler reports a problem
joshtynjala
-
2024/05/23
(royale-compiler) branch develop updated (a90b17068 -> 2d0a1d851)
joshtynjala
-
2024/05/23
(royale-compiler) 01/02: compiler: support CSS custom properties with -- prefix and var() function in JS targets (closes #184)
joshtynjala
-
2024/05/17
(royale-asjs) branch develop updated: FontAwesomeIcon, fix error: when applying faStyle when including the value "6" to the variable "v" (version)
hiedra
-
2024/05/17
(royale-asjs) branch develop updated: FontAwesomeIcon: Add properties "kit", only v=6.
hiedra
-
2024/05/16
(royale-asjs) branch develop updated: Jewel Snackbar: Give ability to extend and override SnackbarView
piotrz
-
2024/05/14
(royale-compiler) branch develop updated: MXMLPropertySpecifierNode: fix crash when IStyleDefinition was incorrectly cast to IVariableDefinition when handling default property for type Object
joshtynjala
-
2024/05/13
(royale-compiler) 01/02: ICSSCombinator: should extend ICSSNode, like other CSS interfaces
joshtynjala
-
2024/05/13
(royale-compiler) branch develop updated (a1ae0e223 -> 152d7408f)
joshtynjala
-
2024/05/13
(royale-compiler) 02/02: ICSSFontFace: add getProperties() to allow tools to access the original ICSSProperty values
joshtynjala
-
2024/05/13
(royale-compiler) branch develop updated: fix CSS children for JBurg
joshtynjala
-
2024/05/10
(royale-compiler) branch develop updated: add missing parent/child relationships and better start/end/line/column positions to CSS nodes
joshtynjala
-
2024/05/08
(royale-compiler) branch develop updated: ICSSNode: add getParent()
joshtynjala
-
2024/05/04
(royale-asjs) branch emulation_improvements created (now d2640200e7)
gregdove
-
2024/05/04
(royale-asjs) 01/04: interim changes
gregdove
-
2024/05/04
(royale-asjs) 04/04: reverting this change until I make unit tests to verify
gregdove
-
2024/05/04
(royale-asjs) 03/04: Merge branch 'develop' into emulation_improvements
gregdove
-
2024/05/04
(royale-compiler) branch develop updated: Fix null reference error for type parameter in createLiteralNode. Under some circumstances, 'type' can be null when called, (perhaps only with '*'/ANY type). The null 'type' value is checked/avoided in higher up call site methods, but not here.
gregdove
-
2024/04/30
(royale-asjs) branch develop updated: GoogleMaps: fix invalid CSS in defaults.css
joshtynjala
-
2024/04/30
(royale-compiler) branch develop updated: RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException
joshtynjala
-
2024/04/27
(royale-asjs) branch develop updated: Fix error in TDJ. Sorting stopped working when "Load Data" on the DataGrid control's examples page.
hiedra
-
2024/04/25
(royale-asjs) branch develop updated: Update reference FontAwesomeIcon pro css
hiedra
-
2024/04/24
(royale-compiler) 01/06: CSS.g: more CSS transform functions
joshtynjala
-
2024/04/24
(royale-compiler) 02/06: CSS.g: commas are optional in rgb() and rgba()
joshtynjala
-
2024/04/24
(royale-compiler) 06/06: release notes for recent CSS changes
joshtynjala
-
2024/04/24
(royale-compiler) 03/06: CSS.g: matrix() and matrix3d() functions strictly require commas
joshtynjala
-
2024/04/24
(royale-compiler) 05/06: CSS.g: radial, conic, and repeating gradient functions
joshtynjala
-
2024/04/24
(royale-compiler) branch develop updated (d300191d0 -> 1d6dc6559)
joshtynjala
-
2024/04/24
(royale-compiler) 04/06: CSS.g: add support for modern rgb()/rgba() function syntax that has whitespace instead of commas between values, and forward slash / before alpha
joshtynjala
-
2024/04/24
(royale-compiler) 01/03: CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently
joshtynjala
-
2024/04/24
(royale-compiler) 03/03: CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62
joshtynjala
-
2024/04/24
(royale-compiler) 02/03: UnexpectedExceptionProblem: displays full stack trace instead of top of stack only
joshtynjala
-
2024/04/24
(royale-compiler) branch develop updated (d23dd1656 -> d300191d0)
joshtynjala
-
2024/04/24
(royale-asjs) branch develop updated: Fix MaterialIcon regularized
hiedra
-
2024/04/23
(royale-compiler) 05/05: CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions
joshtynjala
-
2024/04/23
(royale-compiler) 04/05: CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem
joshtynjala
-
2024/04/23
(royale-compiler) 03/05: CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker
joshtynjala
-
2024/04/23
(royale-compiler) branch develop updated (dc081e2c6 -> d23dd1656)
joshtynjala
-
2024/04/23
(royale-compiler) 01/05: CSS.g: fixed crash when EOF is next token after simple selector
joshtynjala
-
2024/04/23
(royale-compiler) 02/05: MXMLStyleNode: fix exception when CSSDocument.parse() returns null
joshtynjala
-
2024/04/23
(royale-asjs) 01/01: Merge branch 'fontIcon/toplineup_fontawesome5' into develop
hiedra
-
2024/04/23
(royale-asjs) branch develop updated (a5cf5fc8d4 -> a93a4a2dfd)
hiedra
-
2024/04/22
(royale-compiler) branch develop updated (fc03f3b4f -> dc081e2c6)
joshtynjala
-
2024/04/22
(royale-compiler) 02/02: Missing release note
joshtynjala
-
2024/04/22
(royale-compiler) 01/02: CSSDocument: fix null exception when <fx:Style> contains only comments (closes #1218)
joshtynjala
-
2024/04/21
(royale-asjs) branch fontIcon/toplineup_fontawesome5 updated: MaterialIconType: Sort statements alphabetically for comparison with the next update.
hiedra
-
2024/04/21
(royale-asjs) branch fontIcon/toplineup_fontawesome5 updated: MaterialIconType: Fix errors
hiedra
-
2024/04/21
(royale-asjs) branch fontIcon/toplineup_fontawesome5 updated: Fix errors
hiedra
-
2024/04/21
(royale-asjs) branch fontIcon/toplineup_fontawesome5 created (now b3099904cb)
hiedra
-
2024/04/21
(royale-asjs) 01/01: FontAwesome5IconType update ver. 5.15.4
hiedra
-
2024/04/17
(royale-asjs) branch develop updated: Fix duplicate declarations FontAwesome6IconType
hiedra
-
2024/04/17
(royale-asjs) branch develop updated: Normalized names FontAwesome6IconType
hiedra
-
2024/04/11
(royale-compiler) branch develop updated: JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build
joshtynjala
-
2024/04/11
(royale-compiler) branch develop updated: compiler: abstract getters/setters
joshtynjala
-
2024/04/09
(royale-docs) 03/03: more cross-linking
joshtynjala
-
2024/04/09
(royale-docs) branch master updated (766e442 -> 102ce77)
joshtynjala
-
2024/04/09
(royale-docs) 01/03: development-tools: IDE means Integrated Development Environment
joshtynjala
-
2024/04/09
(royale-docs) 02/03: system-requirements: link to IDEs
joshtynjala
-
2024/04/09
(royale-docs) branch master updated: system-requirements: fix OpenJDK minimum version (currently 8), and link to OpenJDK vendors
joshtynjala
-
2024/04/09
(royale-docs) branch master updated: download-royale: remove old header
joshtynjala
-
2024/04/09
(royale-docs) branch master updated: mxmlcnpm is not a valid command
joshtynjala
-
2024/04/09
(royale-docs) 02/04: download-royale: better npm -g instructions without sudo
joshtynjala
-
2024/04/09
(royale-docs) 04/04: intro paragraphs should generally link to Apache Royale homepage, for those who might not be familiar with the project
joshtynjala
-
2024/04/09
(royale-docs) 01/04: download-royale: fix royale-js-swf npm global install
joshtynjala
-
2024/04/09
(royale-docs) 03/04: download-royale: Apache mirrors links were terribly out of date
joshtynjala
-
2024/04/09
(royale-docs) branch master updated (bf50fc0 -> 7970352)
joshtynjala
-
2024/03/21
(royale-asjs) branch develop updated: FontAwesome5IconType: new icon
hugoferreira
-
2024/03/16
(royale-asjs) branch develop updated: FontAwesome5IconType: new icon
hugoferreira
-
2024/03/12
(royale-asjs) branch develop updated: Release notes for things that joshtynjala worked on
joshtynjala
-
2024/03/12
(royale-compiler) branch develop updated: Release Notes
joshtynjala
-
2024/03/09
(royale-asjs) branch develop updated: FontAwesome5IconType: new icon
hugoferreira
-
2024/03/06
(royale-compiler) 02/04: Ant tasks: update ant dependency to 1.10.14 to make Dependabot happy
joshtynjala
-
2024/03/06
(royale-compiler) 04/04: update junit to 4.13.2 to make Dependabot happy
joshtynjala
-
2024/03/06
(royale-compiler) 01/04: update Java-WebSocket to version 1.5.6 to make Dependabot happy
joshtynjala
-
2024/03/06
(royale-compiler) 03/04: update dom4j to 2.1.4 to make Dependabot happy
joshtynjala
-
2024/03/06
(royale-compiler) branch develop updated (355054c89 -> 6700d8b4e)
joshtynjala
-
2024/03/06
(royale-compiler) 01/02: MXMLModelNode: add problem if it has multiple root tags
joshtynjala
-
2024/03/06
(royale-compiler) 02/02: RoyaleProject: collect missing errors from MXMLManifestManager, which indicate if a manifest XML file is invalid or creates an invalid mapping
joshtynjala
-
2024/03/06
(royale-compiler) branch develop updated (f2808fde5 -> 355054c89)
joshtynjala
-
2024/03/06
(royale-compiler) 02/02: RPC: arguments/request tags are now parsed the same as <fx:Model>
joshtynjala
-
2024/03/06
(royale-compiler) 01/02: MXMLModelPropertyContainerNodeBase: add missing setLocation() for tags
joshtynjala
-
2024/03/06
(royale-compiler) branch develop updated (3f76ef1ce -> f2808fde5)
joshtynjala
-
2024/03/05
(royale-compiler) 02/02: RPC: arguments made with duplicate child tags are now treated as arrays
joshtynjala
-
2024/03/05
(royale-compiler) branch develop updated (ca7fde54d -> 3f76ef1ce)
joshtynjala
-
2024/03/05
(royale-compiler) 01/02: MXMLRoyaleEmitter: fix issue where non-string values in an array could be quoted
joshtynjala
-
2024/03/05
(royale-asjs) branch develop updated: browser wheel events need to be converted to MouseEvent
yishayw
-
2024/02/29
(royale-compiler) branch dependabot/maven/compiler-build-tools/org.apache.commons-commons-compress-1.26.0 deleted (was 878e06440)
github-bot
-
2024/02/29
(royale-compiler) branch develop updated: commons-compress: update to 1.26.0 to make Dependabot happy
joshtynjala
-
2024/02/29
(royale-compiler) branch develop updated: CSSDocument: add null check for tokenStream
joshtynjala
-
2024/02/28
(royale-compiler) branch dependabot/maven/compiler-build-tools/org.apache.commons-commons-compress-1.26.0 created (now 878e06440)
github-bot
-
2024/02/28
(royale-compiler) branch develop updated (2abad7b4e -> bdcb50cb1)
joshtynjala
-
2024/02/28
(royale-compiler) 01/02: CSSDocument: fix start/end/line/column/endLine/endColumn range detection
joshtynjala
-
2024/02/28
(royale-compiler) 02/02: IMXMLStyleNode: getContentStart() to indicate where the CSS text starts within the <fx:Style> tag
joshtynjala
-
2024/02/28
(royale-compiler) branch develop updated: MXMLStyleNode, CSSNodeBase: fix line/column positions of CSS nodes
joshtynjala
-
2024/02/15
(royale-asjs) branch develop updated: Ant: Java 11 minimum
joshtynjala
-
2024/02/15
(royale-asjs) branch develop updated (43af0cc4a4 -> 14d3df9c80)
joshtynjala
-
2024/02/15
(royale-asjs) 02/02: more Maven Java 11
joshtynjala
-
2024/02/15
(royale-asjs) 01/02: Maven: Java 11 minimum
joshtynjala
-
2024/02/15
(royale-compiler) branch develop updated: Ant: Java 11 minimum
joshtynjala
-
2024/02/15
(royale-typedefs) branch develop updated: require Java 11
joshtynjala
-
2024/02/15
(royale-compiler) branch develop updated: Maven: require Java 11
joshtynjala
-
2024/02/15
(royale-compiler) branch develop updated: ASTokenFormatter: avoid null being returned for getTokenText()
joshtynjala
-
2024/02/03
(royale-asjs) branch develop updated: FontAwesome5IconType: new icon
hugoferreira
-
2024/02/02
(royale-asjs) branch dependabot/maven/examples/amf/SampleAmfWebApp/org.springframework-spring-context-5.2.22.RELEASE created (now 9d738eceae)
github-bot
-
2024/02/02
(royale-compiler) 01/02: RemoteObject and WebService nodes consistently check operation/method tags for short name and URI
joshtynjala
-
2024/02/02
(royale-compiler) branch develop updated (7355acb7c -> d029edf6b)
joshtynjala
-
2024/02/02
(royale-compiler) 02/02: compiler: some null checks for child node URIs in RPC services
joshtynjala
-
2024/02/01
(royale-compiler) branch develop updated: more fixes for RPC classes (HTTPService, WebService, RemoteObject) request/arguments properties
joshtynjala
-
2024/02/01
(royale-compiler) 03/04: MXMLInstanceTagTests: a couple of additional tests, for completeness
joshtynjala
-
2024/02/01
(royale-compiler) 01/04: MXMLHTTPServiceNode, MXMLHTTPServiceRequestPropertyNode: improve broken parsing of <request> tag under <HTTPService>
joshtynjala
-
2024/02/01
(royale-compiler) 04/04: MXMLClassDirectiveProcessor: fix missing handling of compiler.mxml.children-as-data == false that caused WebService and RemoteObject sdk.dependent.tests to fail
joshtynjala
-
2024/02/01
(royale-compiler) branch develop updated (be8358e1e -> 6fe3caeca)
joshtynjala
-
2024/02/01
(royale-compiler) 02/04: compiler: enable more tests for flex rpc services in sdk.dependent.tests
joshtynjala
-
2024/01/31
(royale-compiler) branch develop updated (a02178cd1 -> be8358e1e)
joshtynjala
-
2024/01/31
(royale-compiler) 01/02: build.xml: fix bad reference to integration.tests.sdk in compiler-jx
joshtynjala
-
2024/01/31
(royale-compiler) 02/02: compiler: comment out failing Flex SDK integration tests
joshtynjala
-
2024/01/31
(royale-compiler) branch develop updated: fix Security Manager is deprecated error on newer Java versions (closes #223) (closes #224)
joshtynjala
-
2024/01/29
(royale-asjs) branch develop updated (f90982a010 -> ea4026b623)
harbs
-
2024/01/29
(royale-asjs) 01/01: Merge pull request #1240 from TzippyP/develop
harbs
-
2024/01/27
(royale-asjs) branch develop updated: FontAwesome5IconType: new icon
hugoferreira
-
2024/01/22
(royale-compiler) branch develop updated: ABCGeneratingReducer: handle int/uint switch cases where range is so large that it overflows into negative value
joshtynjala
-
2024/01/18
(royale-asjs) branch develop updated: easier to read
harbs
-
2024/01/17
(royale-asjs) branch develop updated: Fix for "click" not being converted to Royale MouseEvent, plus tweaks to hasPlatformModifier to include native PointerEvent
gregdove
-
2024/01/16
(royale-asjs) branch develop updated: Don't deprecate yet.
harbs
-
2024/01/16
(royale-asjs) branch develop updated: Fixed package name
harbs
-
2024/01/15
(royale-asjs) branch develop updated: Jewel: Fix issue in DateChooser where Buttons next/previous without setup text property were sized incorrectly
piotrz
-
2024/01/14
(royale-asjs) branch develop updated: avoid negative radii in PathBuilder's drawRoundedRectComplex
gregdove
-
2024/01/14
(royale-asjs) branch develop updated: Fix for out of range radius values when drawing rounded rectangles
gregdove
-
2024/01/05
(royale-docs) branch master updated: Update jewel.md
andreww
-
2023/12/21
(royale-asjs) branch develop updated: This optimization breaks node opening/closing
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Make response headers accessible
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Added factory for reusing data item renderers
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Moved the getDepth method to HierachicalData to allow for optimization in subclasses
harbs
-
2023/12/20
(royale-asjs) branch develop updated: extra as coercions
harbs
-
2023/12/20
(royale-asjs) branch develop updated: white space
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Only trigger events for nodes with children
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Optimizations for closing tree nodes
harbs
-
2023/12/20
(royale-asjs) branch develop updated: Check the type on adding to strand and not on every contentView access
harbs
-
2023/12/13
(royale-compiler) branch develop updated: unused import
joshtynjala
-
2023/12/13
(royale-compiler) 02/02: MXMLDataBindingParser: fix using backslash as an escape character for { and } to make the compiler treat them as regular characters instead of binding delimiters (closes #110)
joshtynjala
-
2023/12/13
(royale-compiler) 01/02: MXMLRoyaleEmitter: When writing MXML properties to JS, escape all backslash characters
joshtynjala
-
2023/12/13
(royale-compiler) branch develop updated (38187fa64 -> edd4b5743)
joshtynjala
-
2023/12/12
(royale-compiler) branch develop updated: README: fix dead Rhino link
joshtynjala
-
2023/12/12
(royale-compiler) 01/02: README: clarify usage of Ant binaries
joshtynjala
-
2023/12/12
(royale-compiler) branch develop updated (535d0b7d2 -> 4ac2b89a8)
joshtynjala
-
2023/12/12
(royale-compiler) 02/02: README: improve description
joshtynjala
-
2023/12/12
(royale-asjs) branch dependabot/npm_and_yarn/npm/cli/morgan-1.9.1 created (now 5ab257a341)
github-bot