Messages by Date
-
2025/10/27
(royale-compiler) branch develop updated (86fa033d6 -> c2484a6b9)
joshtynjala
-
2025/10/27
(royale-compiler) 02/03: MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists
joshtynjala
-
2025/10/21
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/10/21
(royale-website) 01/03: don't need content-only layout template, just set layout to empty string
joshtynjala
-
2025/10/21
(royale-website) 03/03: .eleventy.js: reference types for config object to get code intelligence
joshtynjala
-
2025/10/21
(royale-website) 02/03: update dependencies
joshtynjala
-
2025/10/21
(royale-website) branch master updated (fd407abf -> a53deb4d)
joshtynjala
-
2025/10/20
(royale-compiler) branch develop updated (a3870b307 -> 86fa033d6)
joshtynjala
-
2025/10/20
(royale-compiler) 01/02: MethodBodySemanticChecker: added missing strict function types check for values of return statements
joshtynjala
-
2025/10/20
(royale-compiler) 02/02: MethodBodySemanticChecker: performance optimization to return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null to avoid unnecessary resolve of right expression
joshtynjala
-
2025/10/20
(royale-compiler) branch develop updated: compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven
joshtynjala
-
2025/10/18
(royale-compiler) 02/02: compiler-jx: some more tests for CSS attributes
joshtynjala
-
2025/10/18
(royale-compiler) branch develop updated (c544fdcc7 -> 1422cba7b)
joshtynjala
-
2025/10/18
(royale-typedefs) 02/03: compilation by maven
hiedra
-
2025/10/18
(royale-compiler) 04/04: CSS: support more CSS pseudo-classes with arguments
joshtynjala
-
2025/10/18
(royale-typedefs) 01/03: Add first compilation ant
hiedra
-
2025/10/18
(royale-compiler) 02/04: CSS: fix 'not' not being allowed as an identifier by moving the check for it into CSSTree with a new problem class for unknown pseudo-classes in selectors
joshtynjala
-
2025/10/18
(royale-compiler) branch develop updated (3f09ebc41 -> c544fdcc7)
joshtynjala
-
2025/10/18
(royale-compiler) 01/02: JSCSSCompilationSession: improved distinction between components and HTML elements when outputting CSS
joshtynjala
-
2025/10/17
(royale-compiler) branch develop updated (1422cba7b -> 20e76838b)
joshtynjala
-
2025/10/17
(royale-compiler) 01/04: CSS: make parsing of attribute selectors stricter
joshtynjala
-
2025/10/17
(royale-docs) branch master updated: null-conditional-operator: add bracket notation
joshtynjala
-
2025/10/17
(royale-compiler) 01/02: compiler: didn't mean to commit this, it was to test a specific feature faster
joshtynjala
-
2025/10/15
(royale-compiler) branch develop updated: guava 33.5.0-jre and failureaccess 1.0.3
joshtynjala
-
2025/10/15
(royale-compiler) 03/04: CSS: move function name validation into CSSTree so that those function names may be used as identifiers
joshtynjala
-
2025/10/06
(royale-compiler) 02/02: JSCSSCompilationSession: added many more HTML elements from the specification
joshtynjala
-
2025/09/25
(royale-compiler) branch develop updated: JSCSSCompilationSession: fix issues with generation of selectors in real .css file where parts were incorrect or missing
joshtynjala
-
2025/09/24
(royale-typedefs) branch feature/inspiretree created (now 245a123)
hiedra
-
2025/09/24
(royale-typedefs) 03/03: Include inspiretree in royale-typedefs compilation
hiedra
-
2025/09/20
(royale-compiler) 04/07: prerequisiteCheck: updated URLs for Flash Player projector content debugger
joshtynjala
-
2025/09/20
(royale-compiler) 07/07: maven: update from Antlr 2.7.7 and 3.3 to 3.5.2
joshtynjala
-
2025/09/20
(royale-compiler) 05/07: more updated Flash Player projector content debugger URLs
joshtynjala
-
2025/09/19
(royale-compiler) 02/07: externc: in FunctionReference, return the appropriate default value for each type similar to MethodReference
joshtynjala
-
2025/09/18
(royale-compiler) branch develop updated (09997e470 -> cf6bf158c)
joshtynjala
-
2025/09/18
(royale-website) branch master updated: update ASF logo
joshtynjala
-
2025/09/16
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/09/16
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/09/16
(royale-website) branch master updated: footer: Apache feather logo => Apache logo
joshtynjala
-
2025/09/15
(royale-compiler) branch develop updated (071c9ddf7 -> 485402cad)
joshtynjala
-
2025/09/15
(royale-compiler) 02/02: compiler-jx: add missing emit for fx:RegExp tags in MXML for JS targets
joshtynjala
-
2025/09/15
(royale-compiler) 01/02: MXMLClassDirectiveProcessor: allow fx:RegExp declaration in MXML when targeting SWF
joshtynjala
-
2025/09/11
(royale-compiler) 01/07: externc: fix some warnings returning null for Number/int/uint type
joshtynjala
-
2025/09/08
(royale-compiler) branch develop updated: CSS.g: fix Decision can match input warnings for rgb() and rgba()
joshtynjala
-
2025/09/08
(royale-compiler) branch develop updated (cf6bf158c -> c34cb84b9)
joshtynjala
-
2025/09/08
(royale-compiler) 02/02: maven: update antlr from 3.3 to 3.5.2 for consistency
joshtynjala
-
2025/09/08
(royale-compiler) 01/02: Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2"
joshtynjala
-
2025/09/08
(royale-compiler) 06/07: MXMLClassNode, MXMLFunctionNode: tweak use of assertion in getValue() to allow a null expression to return without throwing an exception
joshtynjala
-
2025/09/08
(royale-compiler) 03/07: externc: MethodReferenca and FunctionReference should return null instead of an empty string as default value for String return type
joshtynjala
-
2025/09/07
(royale-compiler) 04/06: tests: remove redundant exclusions
joshtynjala
-
2025/09/05
(royale-compiler) 01/06: MXMLRoyaleEmitter: fix missing assignment to field in constructor when a primitive value has an id and isn't a direct child of fx:Declarations
joshtynjala
-
2025/09/04
(royale-compiler) 03/06: MXMLObjectTagTests: fix typo
joshtynjala
-
2025/09/04
(royale-compiler) 06/06: compiler: fx:Function tests for SWF
joshtynjala
-
2025/09/04
(royale-compiler) branch develop updated (60bec73e5 -> 09997e470)
joshtynjala
-
2025/09/04
(royale-compiler) 02/06: IMXMLBlockVisitor, IMXMLEmitter: move MXMLFunctionID/fx:Function into its own visitFunction and emitFunction methods
joshtynjala
-
2025/09/04
(royale-compiler) 05/06: sdk.integration.tests: include only tests that are excluded from normal tests
joshtynjala
-
2025/09/04
(royale-compiler) branch develop updated (c6f396bc3 -> 60bec73e5)
joshtynjala
-
2025/09/03
(royale-compiler) 01/02: MXMLClassDirectiveProcess: fix Boolean, Number, int, uint, String, Class, and Function objects in fx:Declarations with an id when targeting SWF
joshtynjala
-
2025/09/03
(royale-compiler) 02/02: MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in fx:Declarations not getting set properly in constructor
joshtynjala
-
2025/09/02
(royale-compiler) 03/03: MXMLComponentNode: fix null exception when fx:Component doesn't have a correct closing tag
joshtynjala
-
2025/09/02
(royale-compiler) branch develop updated (c0d0f8806 -> c6f396bc3)
joshtynjala
-
2025/09/02
(royale-compiler) 01/03: MXMLClassDefinitionNode: allow mx:Component as a child of the root when using MXML 2006 dialect (closes #241)
joshtynjala
-
2025/09/02
(royale-compiler) 02/03: MXMLClassDefinitionNode: allow Model tag as child of root when using MXML 2006 dialect
joshtynjala
-
2025/08/28
(royale-compiler) branch develop updated: MXMLClassDirectiveProcessor: fix incorrectly pushing the id of an MXML object as data when children-as-data is false
joshtynjala
-
2025/08/27
(royale-asjs) branch develop updated: pom.xml: reference BE0012_Using_external_javascript_libraries_in_Apache_Royale example for rat-excludes.txt
joshtynjala
-
2025/08/27
(royale-compiler) branch develop updated (4a819ee37 -> 491aac0ad)
joshtynjala
-
2025/08/27
(royale-asjs) branch develop updated: dependencies: correct versions in approval script, and remove commons-lang in favor of only commons-lang3
joshtynjala
-
2025/08/27
(royale-compiler) 02/02: Maven: use some version of apache-rat-plugin as royale-asjs
joshtynjala
-
2025/08/27
(royale-compiler) 01/02: dependencies: instead of both commons-lang and commons-lang3, upgrade everything to commons-lang3
joshtynjala
-
2025/08/27
(royale-compiler) branch dependabot/maven/compiler-build-tools/commons-io-commons-io-2.14.0 deleted (was 20676a8d6)
github-bot
-
2025/08/27
(royale-compiler) branch develop updated: update commons-lang3 to 3.18.0
joshtynjala
-
2025/08/27
(royale-compiler) branch develop updated: null conditional operator with dynamic access
joshtynjala
-
2025/08/27
(royale-docs) branch master updated: pre code tab-size 4
joshtynjala
-
2025/08/27
(royale-asjs) branch develop updated: Jewel: remove check in TileHorizontalLayout that avoids using observeElementSize on macOS
joshtynjala
-
2025/08/21
(royale-docs) 04/11: import aliases
joshtynjala
-
2025/08/21
(royale-docs) 02/11: abstract-classes: fix typos
joshtynjala
-
2025/08/21
(royale-docs) 03/11: verbatim-strings: minor tweak... will => may
joshtynjala
-
2025/08/21
(royale-docs) 10/11: code uses 4 spaces instead of tabs because tabs render with a width of 8 in HTML
joshtynjala
-
2025/08/21
(royale-docs) 11/11: use com.example instead of com.acme
joshtynjala
-
2025/08/21
(royale-docs) 07/11: required Royale version
joshtynjala
-
2025/08/21
(royale-docs) 08/11: adding missing escape for _ in target=_blank
joshtynjala
-
2025/08/21
(royale-docs) 06/11: arrow-functions
joshtynjala
-
2025/08/21
(royale-docs) 09/11: general formatting
joshtynjala
-
2025/08/21
(royale-docs) 01/11: verbatim strings
joshtynjala
-
2025/08/21
(royale-docs) branch master updated (e1cd406 -> c55370b)
joshtynjala
-
2025/08/21
(royale-docs) 05/11: null-conditional-operator and nullish-coalescing-operator
joshtynjala
-
2025/08/15
(royale-asjs) branch develop updated: JewelTheme: Fix issue where font "Lato" has wrong font-style set
piotrz
-
2025/07/23
(royale-asjs) branch develop updated: fix: sanitize textData and filterText in Jewel SearchFilterForList
hiedra
-
2025/07/21
(royale-asjs) branch develop updated: fix: use innerHTML instead of text in Jewel SearchFilterForList text doesn't render HTML, preventing styling with useDecoration. innerHTML enables proper CSS markup.
hiedra
-
2025/07/17
(royale-compiler) branch develop updated: Arrow functions
joshtynjala
-
2025/07/06
(royale-asjs) 01/01: Merge pull request #1262 from tzivz/develop
harbs
-
2025/07/06
(royale-asjs) branch develop updated (fa5217510e -> 725818a524)
harbs
-
2025/07/01
(royale-asjs) 01/02: Network: HTTPService data and json getters should be bindable
joshtynjala
-
2025/07/01
(royale-asjs) 02/02: Network: add XMLResult and JSONResult beads for HTTPService
joshtynjala
-
2025/07/01
(royale-asjs) branch develop updated (a6a6df6ed5 -> fa5217510e)
joshtynjala
-
2025/06/18
(royale-compiler) branch develop updated: FunctionObjectNode: fix missing resolve() override that should return the definition of the function node
joshtynjala
-
2025/06/11
(royale-docs) 02/02: code formatting and syntax coloring tweaks
joshtynjala
-
2025/06/11
(royale-docs) 01/02: code-conventions: format some names that are code and minor tweaks
joshtynjala
-
2025/06/11
(royale-docs) branch master updated (d7215b5 -> e1cd406)
joshtynjala
-
2025/06/02
(royale-asjs) branch develop updated: JewelTheme: Secondary theme for Jewel radiobutton. CSS's
hiedra
-
2025/05/29
(royale-docs) branch master updated: metadata: fix unnecessary punctuation
joshtynjala
-
2025/05/29
(royale-docs) branch master updated (423577b -> bdd0b8f)
joshtynjala
-
2025/05/29
(royale-docs) 02/02: compiler-options: add some missing options, add versions when recent ones were added, and general cleanup
joshtynjala
-
2025/05/29
(royale-docs) 01/02: document js-include compiler options and JSInclude metadata
joshtynjala
-
2025/05/29
(royale-docs) branch master updated: metadata: added some new metadata tags, added descriptions to existing tags that were incomplete, tweaked introduction, and added custom metadata section to end
joshtynjala
-
2025/05/17
(royale-asjs) branch develop updated: JewelTheme: Secondary theme for Jewel radiobutton
hiedra
-
2025/05/15
(royale-compiler) branch develop updated: ASParser: partial fixes for null conditional (a?.b) operator
joshtynjala
-
2025/05/13
(royale-asjs) branch develop updated: use new [JSIncludeScript], [JSIncludeCSS], and [JSIncludeAsset] metadata
joshtynjala
-
2025/05/12
(royale-compiler) 01/02: CSSUnresolvedClassReferenceProblem: fix exception by using isQuoted() before calling stripQuotes()
joshtynjala
-
2025/05/12
(royale-compiler) 02/02: CSSUnresolvedClassReferenceProblem: add quotes around qname to match other problems
joshtynjala
-
2025/05/12
(royale-compiler) branch develop updated (fde9bdb8e -> 01895d948)
joshtynjala
-
2025/05/07
(royale-compiler) 02/02: compiler: Flex => Royale
joshtynjala
-
2025/05/07
(royale-compiler) branch develop updated (068120f1a -> fde9bdb8e)
joshtynjala
-
2025/05/07
(royale-compiler) 01/02: compiler: clarify services compiler option description
joshtynjala
-
2025/05/07
(royale-docs) 02/03: command-line-compiler-usage
joshtynjala
-
2025/05/07
(royale-docs) 01/03: use com.example for example namespace URI
joshtynjala
-
2025/05/07
(royale-docs) 03/03: compiler-options: add a ton of missing descriptions
joshtynjala
-
2025/05/07
(royale-docs) branch master updated (30cf67f -> 64efe7b)
joshtynjala
-
2025/05/07
(royale-compiler) branch develop updated: MXMLJSC, ASDOCJSC: fix getProgramName() value
joshtynjala
-
2025/05/06
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/05/06
(royale-website) branch master updated: team.json: upgrade Alina Kazi to PMC
joshtynjala
-
2025/05/05
(royale-asjs) branch develop updated: blog-examples: add missing Ant build scripts and configs for the BE00* examples
joshtynjala
-
2025/05/05
(royale-asjs) branch develop updated (2a1603768d -> 123426ce4f)
joshtynjala
-
2025/05/05
(royale-asjs) 02/03: BE0012_Using_external_javascript_libraries_in_Apache_Royale: updated for new included scripts/css/assets
joshtynjala
-
2025/05/05
(royale-asjs) 03/03: BE0011_Loading_external_data_through_HTTPService: option to load a mocked JSON response due to Content-Security-Policy restrictions
joshtynjala
-
2025/05/05
(royale-asjs) 01/03: FontAwesomeIcon: change faStyle property defaultsto SOLID instead of REGULAR
joshtynjala
-
2025/05/05
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/05/05
(royale-website) 02/04: team.json: Josh Tynjala Bluesky and Mastodon social links
joshtynjala
-
2025/05/05
(royale-website) 01/04: team.json: Carlos Rovira title changed to Emeritus PMC as requested
joshtynjala
-
2025/05/05
(royale-website) branch master updated (fd7b236f -> 1e40bf04)
joshtynjala
-
2025/05/05
(royale-website) 04/04: team: remove Josh Tynjala's twitter
joshtynjala
-
2025/05/05
(royale-asjs) branch develop updated: TourDeJewel: remove some use of font awesome non-free icons
joshtynjala
-
2025/05/05
(royale-asjs) branch develop updated: update most Jewel blog examples to use new js/css/assets and not load resources from external websites
joshtynjala
-
2025/04/30
(royale-website) branch asf-site updated: Deploy site
github-bot
-
2025/04/30
(royale-asjs) 07/10: ASDoc: fix loading JSON for top level package
joshtynjala
-
2025/04/30
(royale-asjs) 05/10: ASDoc: package name in symbol view links to package URL
joshtynjala
-
2025/04/30
(royale-asjs) 03/10: ASDoc: fix exception when baseInterfaceNames is non-null, but empty
joshtynjala
-
2025/04/30
(royale-asjs) branch develop updated (a49175300d -> 83439800ac)
joshtynjala
-
2025/04/30
(royale-asjs) 08/10: ASDoc: display Interface instead of Class for interfaces (and default to Symbol for any other non-classes
joshtynjala
-
2025/04/30
(royale-asjs) 02/10: ASDoc: when clicking a package link, the main view shows all classes in the package
joshtynjala
-
2025/04/30
(royale-asjs) 09/10: ASDoc: fix issue where classes with the same base name, but different packages, couldn't navigate between each other
joshtynjala
-
2025/04/30
(royale-asjs) 10/10: ASDoc: fix failure to load class after navigating to package and then back to the same class
joshtynjala
-
2025/04/30
(royale-asjs) 06/10: ASDoc: fix Top Level package detail by using decodeURIComponent() on the hash
joshtynjala
-
2025/04/30
(royale-asjs) 01/10: ASDoc: add missing fields to EventDispatcher.swf.json
joshtynjala
-
2025/04/30
(royale-asjs) 04/10: ASDoc: fix exception when _currentClassData is null
joshtynjala
-
2025/04/30
(royale-website) branch master updated: ASDoc: updated with latest bug fixes
joshtynjala
-
2025/04/26
(royale-asjs) branch develop updated: Update FileBrowser.as (#1256)
hiedra
-
2025/04/23
(royale-asjs) branch examples/TDJ_localresources updated: Fixed FileBrowser bead (JS): Improved compatibility with Chrome's user activation policies when triggering file selection dialogs. Now dynamically checks if the active element is eligible to activate a file input, and gracefully falls back to a hidden proxy button if not. This ensures consistent behavior across all browsers when invoking `browse()` from different UI contexts.
hiedra
-
2025/04/19
(royale-asjs) 01/02: Fix error incorrect type event in FileReference.mxml Some browsers, like Chrome, have tightened their security policies. We make sure to simulate opening the record selector by clicking on the active element.
hiedra
-
2025/04/19
(royale-asjs) branch examples/TDJ_localresources updated (9222282204 -> 798a7cd661)
hiedra
-
2025/04/19
(royale-asjs) 02/02: Merge branch 'examples/TDJ_localresources' of https://github.com/apache/royale-asjs into examples/TDJ_localresources
hiedra
-
2025/04/19
(royale-asjs) branch examples/TDJ_localresources updated: Fix error incorrect type event in FileReference.mxml Some browsers, like Chrome, have tightened their security policies. We make sure to simulate opening the record selector by clicking on the active element.
hiedra
-
2025/04/17
(royale-compiler) 01/02: JSRoyaleASDocEmitter: instead of skipping certain fields, output valid empty values instead
joshtynjala
-
2025/04/17
(royale-asjs) 04/08: ASDoc: add ASDocInterface for JSONReviver
joshtynjala
-
2025/04/17
(royale-asjs) branch develop updated (7138dcc00f -> a76f7fb8f7)
joshtynjala
-
2025/04/17
(royale-asjs) 08/08: ASDoc: stricter builds
joshtynjala
-
2025/04/17
(royale-asjs) 05/08: ASDocModel: add ioError listeners and recovery from certain errors
joshtynjala
-
2025/04/17
(royale-asjs) 01/08: ASDoc: resize app when browser resizes, and don't let body scroll
joshtynjala
-
2025/04/17
(royale-asjs) 03/08: ASDoc: fix issue where content was too big for body due to bad measurements from margin and flex-wrap
joshtynjala
-
2025/04/17
(royale-asjs) 02/08: RoyaleSite: make the top bar layout match the real site a bit better
joshtynjala
-
2025/04/17
(royale-asjs) 06/08: ASDoc: sanitize HTML for class description
joshtynjala
-
2025/04/17
(royale-asjs) 07/08: ASDoc: detail renderers display descriptions as HTML and sanitize it
joshtynjala
-
2025/04/17
(royale-compiler) 02/02: JSRoyaleASDocEmitter: improve escaping of asdoc tag descriptions
joshtynjala
-
2025/04/17
(royale-compiler) branch develop updated (e7b7f07a6 -> 70c41c39f)
joshtynjala
-
2025/04/17
(royale-compiler) branch develop updated: JSCSSCompilationSession: fix font-weight incorrectly output with font-style value
joshtynjala
-
2025/04/17
(royale-asjs) branch develop updated (deeb1aec45 -> 7138dcc00f)
joshtynjala
-
2025/04/17
(royale-asjs) 01/09: ASDoc: various Lists and DataContainers should have variable row heights so that text for descriptions and parameters and things don't overlap
joshtynjala
-
2025/04/17
(royale-asjs) 06/09: ASDoc: fix aligning and sizing of function signature parameters
joshtynjala
-
2025/04/17
(royale-asjs) 09/09: ASDoc: inheritance list scrolls horizontally if it gets too large
joshtynjala
-
2025/04/17
(royale-asjs) 05/09: ASDoc: a little more spacing after package/class/inheritance labels and their values
joshtynjala
-
2025/04/17
(royale-asjs) 07/09: ASDoc: remove extra comma after last parameter in function signatures
joshtynjala
-
2025/04/17
(royale-asjs) 08/09: ASDoc: let <pre> tags scroll instead of growing as wide as possible
joshtynjala
-
2025/04/17
(royale-asjs) 02/09: ASDoc: fix OptionalHashAnchorStringItemRenderer hiding the -> for the last item
joshtynjala
-
2025/04/17
(royale-asjs) 04/09: ASDoc: no border around inheritance list
joshtynjala
-
2025/04/17
(royale-asjs) 03/09: ASDoc: add ASDocClassField for non-accessor fields
joshtynjala
-
2025/04/16
(royale-asjs) branch develop updated: JSONReviver: when replacing a plain object with a class instance, return the class instance
joshtynjala
-
2025/04/15
(royale-compiler) branch develop updated: debugger: fix failure to find fdbhelp_XX.txt resources for help command
joshtynjala
-
2025/04/14
(royale-compiler) 01/05: debugger: add and use javac.src, javac.deprecation, and javac.debug properties, like other Java modules
joshtynjala
-
2025/04/14
(royale-compiler) 04/05: DebugCLI: fix localized messages appearing like !copyright!
joshtynjala
-
2025/04/14
(royale-compiler) branch develop updated (35eed62f1 -> 80e8afd90)
joshtynjala
-
2025/04/14
(royale-compiler) 03/05: debugger: consistent build.number/env.BUILD_NUMBER usage in Ant build with other Java modules
joshtynjala
-
2025/04/14
(royale-compiler) 05/05: debugger: generate build.number.date before version.properties is written so that it isn't empty
joshtynjala
-
2025/04/14
(royale-compiler) 02/05: debugger: some formatting in build.xml
joshtynjala
-
2025/04/05
(royale-website) branch master updated: styles: menu item hover
joshtynjala
-
2025/04/05
(royale-asjs) 03/07: TourDeJewel: js-includes can't be in src/main/resources because they will be copied by Maven/Ant builds
joshtynjala
-
2025/04/05
(royale-asjs) 02/02: RoyaleWebsite: fixed layout of this example
joshtynjala
-
2025/04/05
(royale-asjs) branch examples/TDJ_localresources created (now 122d0b6129)
hiedra
-
2025/04/05
(royale-docs) 01/05: use same Content-Security-Policy as main site
joshtynjala
-
2025/04/05
(royale-asjs) 06/07: TourDeJewel: doesn't need Lato font anymore because it comes from JewelTheme
joshtynjala
-
2025/04/05
(royale-asjs) branch develop updated (5d0de70479 -> a27b7599e4)
joshtynjala
-
2025/04/05
(royale-asjs) 17/20: examples: fix some templates to avoid duplicate styles
hiedra
-
2025/04/04
(royale-asjs) branch examples/TDJ_localresources updated: JewelTheme: fix lato js-include
joshtynjala
-
2025/04/04
(royale-asjs) 14/20: Jewel: remove commented out inject_script
hiedra
-
2025/04/04
(royale-website) 02/04: 11ty: ensure that the sass in the css directory doesn't use the default layout
joshtynjala
-
2025/04/04
(royale-asjs) 07/20: Basic/BasicJS: Including 'dialog-polyfill.min.js' and 'dialog-polyfill.min.css' in .swc library output via -js-include-script and -js-include-css build parameters. Comment <inject_script> block in DialogPolyfill.as
hiedra
-
2025/04/04
(royale-compiler) branch develop updated: CSSManager: ignore .css added with new -js-include-css option
joshtynjala
-
2025/04/03
(royale-compiler) branch develop updated: FunctionScope: fix exception where a FunctionNode has been garbage collected, and a new FunctionNode gets re-attached to the existing FunctionScope scope
joshtynjala
-
2025/04/03
(royale-compiler) branch develop updated: ASDOCJSC: remove accidentally included System.gc() call
joshtynjala
-
2025/04/01
(royale-asjs) branch develop updated: examples: fix Icons being treated incorrectly as a theme
joshtynjala
-
2025/04/01
(royale-asjs) branch examples/TDJ_localresources deleted (was 97b4216b41)
joshtynjala
-
2025/04/01
(royale-asjs) 01/02: TourDeJewel: copy .mxml files into output and load from there instead of GitHub
joshtynjala