You are viewing a plain text version of this content. The canonical link for it is here.
- [royale-asjs] branch develop updated (fbf8fcb -> f2d58a5) - posted by gr...@apache.org on 2021/11/01 03:00:47 UTC, 0 replies.
- [royale-asjs] 01/02: Added missing clear method to BinaryData. Using 'clear' method to reset the internal state does not affect any previously retrieved internal 'data' object which may be referenced externally. - posted by gr...@apache.org on 2021/11/01 03:00:48 UTC, 0 replies.
- [royale-asjs] 02/02: Support request for ability to switch off AMF verbose logging in js (which is present in flash debug output). The easiest way to do this is with a different ClassAliasBead : - posted by gr...@apache.org on 2021/11/01 03:00:49 UTC, 0 replies.
- [royale-asjs] branch develop updated (f2d58a5 -> 03a67cb) - posted by yi...@apache.org on 2021/11/01 08:42:26 UTC, 0 replies.
- [royale-asjs] 01/02: Merge branch 'ChildResize' into develop - posted by yi...@apache.org on 2021/11/01 08:42:27 UTC, 0 replies.
- [royale-asjs] 02/02: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop - posted by yi...@apache.org on 2021/11/01 08:42:28 UTC, 0 replies.
- [royale-asjs] branch develop updated: Uncomment skin states. - posted by ha...@apache.org on 2021/11/02 06:40:36 UTC, 0 replies.
- [royale-asjs] branch develop updated: adding ContainerCreationPolicy to the MXRoyale build, the value of it still tbd. - posted by gr...@apache.org on 2021/11/03 03:14:30 UTC, 0 replies.
- [royale-asjs] branch develop updated: Fix for compiler error when attempting to use emulation Slider. This is now consistent with other emulation classes. SharedResources bundle doesn't exist for emulation classes, at least not at this point. - posted by gr...@apache.org on 2021/11/03 19:49:17 UTC, 0 replies.
- [royale-asjs] branch text_mxtests created (now de416ac) - posted by yi...@apache.org on 2021/11/04 16:20:00 UTC, 0 replies.
- [royale-asjs] 01/01: For whatever reason having a label in the application helps some of the tests run. This should not be merged to develop. - posted by yi...@apache.org on 2021/11/04 16:20:01 UTC, 0 replies.
- [royale-compiler] branch develop updated: formatter: fix for deeply nested control flow statements where none have braces - posted by jo...@apache.org on 2021/11/04 18:27:14 UTC, 0 replies.
- [royale-compiler] branch develop updated: StreamingASTokenizer: fix issue where metadata was not recognized after comments - posted by jo...@apache.org on 2021/11/04 20:27:52 UTC, 0 replies.
- [royale-compiler] branch develop updated: formatter: fix new <*>[] - posted by jo...@apache.org on 2021/11/04 22:40:04 UTC, 0 replies.
- [royale-asjs] branch develop updated: Disabling handleChildrenAdded messed up swf containers" - posted by yi...@apache.org on 2021/11/06 19:58:38 UTC, 0 replies.
- [royale-asjs] branch develop updated: DataGridList parent can be a Basic ContainerContentArea, so we don't want to assume it's a UIComponent. - posted by yi...@apache.org on 2021/11/07 05:44:01 UTC, 0 replies.
- [royale-asjs] branch develop updated: Let swf version use label measurements to avoid having to implement an ITextFieldFactory for now. - posted by yi...@apache.org on 2021/11/07 09:03:38 UTC, 0 replies.
- [royale-compiler] branch develop updated: Fix @royalesuppressexport implementation to match the change to dynamic export configuration for Closure compile, . closes #193 This auto-populates metadata in the definitions which suits querying of swc-loaded definitions. - posted by gr...@apache.org on 2021/11/08 01:47:05 UTC, 0 replies.
- [royale-asjs] branch develop updated: Add testing for @royalesuppressexport, in Reflection lib. This is within application compilation and is mainly to detect any changes that could break this in the future. SWC-based definitions with @royalesuppressexport in them are not tested with these tests. - posted by gr...@apache.org on 2021/11/08 02:15:25 UTC, 0 replies.
- [royale-asjs] branch develop updated: Use JQuery template to make ace example run in Maven. Could use a further cleanup but at least it compiles now. - posted by yi...@apache.org on 2021/11/09 05:06:27 UTC, 0 replies.
- [royale-asjs] branch develop updated: Make some changes to Ace example app because JS isn't loaded in init time. - posted by yi...@apache.org on 2021/11/09 05:18:21 UTC, 0 replies.
- [royale-asjs] branch develop updated: Fixed copying empty attributes - posted by ha...@apache.org on 2021/11/12 09:52:53 UTC, 0 replies.
- [royale-compiler] branch develop updated: Explore ancestry fully for the "Frame" metadata, which is present (for example) in mx.core.Application. fixes #194 - posted by gr...@apache.org on 2021/11/12 21:18:16 UTC, 0 replies.
- [royale-compiler] branch develop updated: (minor) code tidy and update release notes. - posted by gr...@apache.org on 2021/11/12 21:58:17 UTC, 0 replies.
- [royale-asjs] branch develop updated: Fix for emulation Timer. Added start of unit tests for this to cover the fixed scenarios. Fixes #1165 Also Added missing Event metadata to the Core base class (JS version). Added mx.events.TimerEvent metadata to the emulation version. - posted by gr...@apache.org on 2021/11/13 02:14:24 UTC, 0 replies.
- [royale-asjs] branch develop updated: Fixed null and undefined in XML - posted by ha...@apache.org on 2021/11/13 18:50:11 UTC, 0 replies.
- [royale-docs] branch master updated: Update compiler.md - posted by ha...@apache.org on 2021/11/15 11:10:11 UTC, 0 replies.
- [royale-docs] branch master updated: Update development-tools.md - posted by ha...@apache.org on 2021/11/15 12:28:04 UTC, 1 replies.
- [royale-compiler] branch develop updated (16dcb98 -> 9fb3b29) - posted by jo...@apache.org on 2021/11/15 23:04:48 UTC, 0 replies.
- [royale-compiler] 01/05: formatter: disable and re-enable formatting with comments - posted by jo...@apache.org on 2021/11/15 23:04:49 UTC, 0 replies.
- [royale-compiler] 02/05: formatter: some missing braces - posted by jo...@apache.org on 2021/11/15 23:04:50 UTC, 0 replies.
- [royale-compiler] 03/05: formatter: MXML formatter off/on comments - posted by jo...@apache.org on 2021/11/15 23:04:51 UTC, 0 replies.
- [royale-compiler] 04/05: formatter: handle space before /> in MXML - posted by jo...@apache.org on 2021/11/15 23:04:52 UTC, 0 replies.
- [royale-compiler] 05/05: formatter: minor cleanup of off/on tags for AS3 - posted by jo...@apache.org on 2021/11/15 23:04:53 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added itemRollOver and itemRollOut Events in ListBase.as - posted by pu...@apache.org on 2021/11/16 14:07:48 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added dragStart Event in UIComponent.as - posted by pu...@apache.org on 2021/11/16 20:44:38 UTC, 0 replies.
- [royale-asjs] branch develop updated: New bead to allow Jewel DataGrid to have fixed header - posted by hu...@apache.org on 2021/11/18 00:25:41 UTC, 1 replies.
- [royale-compiler] branch develop updated: Refactored the compiler-jx approach to outputting ResourceBundles. Uses the established parsing from swf compiler and is more aligned with Flex. Fixes #195 Fixed an issue where included ResourceBundles were not being output when sourced from SWCs (on Windows at least). - posted by gr...@apache.org on 2021/11/18 08:21:03 UTC, 0 replies.
- [royale-asjs] branch develop updated: Adding a simple ResourceManger example. Was primarily used for testing, but can be used as a simple example. Needs more work (locale switching not currently working on swf side in Royale - but same code works in Flex). - posted by gr...@apache.org on 2021/11/18 08:39:53 UTC, 0 replies.
- [royale-compiler] branch develop updated: Fix for nodes inside dataProvider nodes (and any similar 'Array'-like parent nodes in mxml). Fixes #196 - posted by gr...@apache.org on 2021/11/18 08:59:08 UTC, 0 replies.
- [royale-compiler] branch develop updated: Fixes #197. Similar to #196 - posted by gr...@apache.org on 2021/11/18 09:05:56 UTC, 0 replies.
- [royale-asjs] branch develop updated: Renamed DataGridFixedHeader to DataGridLockedHeader - posted by hu...@apache.org on 2021/11/21 01:15:55 UTC, 0 replies.
- [royale-asjs] branch develop updated: New bead to allow Jewel DataGrid to have locked columns - posted by hu...@apache.org on 2021/11/21 11:02:47 UTC, 0 replies.
- [royale-asjs] branch develop updated: New bead to apply invisibility to Jewel DataGrid columns marked as invisible - posted by hu...@apache.org on 2021/11/21 14:51:04 UTC, 0 replies.
- [royale-asjs] branch develop updated: At some point mx Menu must have become broken, adding these low level interfaces appears to restore basic function. - posted by gr...@apache.org on 2021/11/21 23:58:58 UTC, 0 replies.
- [royale-asjs] branch develop updated: Under Spark, systemManager can be null in this context. - posted by yi...@apache.org on 2021/11/22 14:34:54 UTC, 0 replies.
- [royale-compiler] branch develop updated (54c322b -> 3043a5c) - posted by jo...@apache.org on 2021/11/22 23:11:33 UTC, 0 replies.
- [royale-compiler] 01/04: formatter: chained variable declarations - posted by jo...@apache.org on 2021/11/22 23:11:34 UTC, 0 replies.
- [royale-compiler] 02/04: formatter: like square and curly brackets, parentheses are on the block stack - posted by jo...@apache.org on 2021/11/22 23:11:35 UTC, 0 replies.
- [royale-compiler] 03/04: formatter: whitespace between block close and comments - posted by jo...@apache.org on 2021/11/22 23:11:36 UTC, 0 replies.
- [royale-compiler] 04/04: formatter: tests - posted by jo...@apache.org on 2021/11/22 23:11:37 UTC, 0 replies.
- [royale-asjs] branch develop updated: ExternsJS library in frameworks added. In ExternsJS project inspiretree external JS library added. - posted by al...@apache.org on 2021/11/23 19:14:32 UTC, 0 replies.
- [royale-compiler] branch develop updated: FieldEmitter: fix missing custom namespace special case formatting in emitFieldInitializer() - posted by jo...@apache.org on 2021/11/23 22:00:53 UTC, 0 replies.
- [royale-docs] branch master updated: Update routing.md - posted by ha...@apache.org on 2021/11/24 10:48:25 UTC, 2 replies.
- [royale-compiler] branch develop updated: fix typo in doc comments - posted by jo...@apache.org on 2021/11/24 18:00:22 UTC, 0 replies.
- [royale-compiler] branch develop updated: RawMXMLTokenizer: fix being incorrectly interpreted as an unclosed ASDoc comment instead of a properly closed regular XML comment - posted by jo...@apache.org on 2021/11/24 19:25:25 UTC, 0 replies.
- [royale-asjs] branch develop updated: Test - commit - posted by hi...@apache.org on 2021/11/28 18:44:50 UTC, 0 replies.
- [royale-compiler] branch develop updated: Test-commit - posted by hi...@apache.org on 2021/11/28 18:47:54 UTC, 0 replies.
- [royale-typedefs] branch develop updated: Test-commit - posted by hi...@apache.org on 2021/11/28 18:48:04 UTC, 0 replies.
- [royale-compiler] branch develop updated: (JX) Fix for various code output scenarios that can be missing closing parenthesis. Closes #198 - posted by gr...@apache.org on 2021/11/28 23:41:46 UTC, 0 replies.
- [royale-asjs] branch feature/ExternsJS_InspireTree created (now 64d615e) - posted by hi...@apache.org on 2021/11/29 00:44:59 UTC, 0 replies.
- [royale-asjs] 01/01: [feature/ExternsJS_InspireTree] Reorganisation - posted by hi...@apache.org on 2021/11/29 00:45:00 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added ASDoc readme - posted by ha...@apache.org on 2021/11/29 12:11:40 UTC, 0 replies.
- [royale-asjs] branch develop updated: fixed readme typos - posted by ha...@apache.org on 2021/11/29 12:43:51 UTC, 0 replies.
- [royale-asjs] branch develop updated: removed all README files from rat - posted by ha...@apache.org on 2021/11/29 12:58:29 UTC, 0 replies.
- [royale-asjs] branch develop updated: trigger a build - posted by ha...@apache.org on 2021/11/29 13:28:46 UTC, 0 replies.
- [royale-asjs] branch develop updated: make postMessage easier - posted by ha...@apache.org on 2021/11/29 13:55:00 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added IAsyncTask interface Thanks @dakom - posted by ha...@apache.org on 2021/11/30 13:52:15 UTC, 0 replies.