1. fd22c8d explicit super by Harbs · 18 hours ago develop
  2. 1658d0d Added ArrayListDataSupport, comments by Harbs · 18 hours ago
  3. 5b570c3 Added CompoundBead by Harbs · 18 hours ago
  4. 22c0789 XMLNamespaceTest: fix for AIR 51.2 on Linux by Josh Tynjala · 34 hours ago
  5. 6445e33 Corrected paths in TourDeJewel by Harbs · 33 hours ago
  6. d487de7 bubbles makes no sense if it's a string by Harbs · 34 hours ago
  7. 6df9ede Expanded Video and added Audio in HTML by Harbs · 35 hours ago
  8. 2392926 Moved StyledUIBase to Jewel by Harbs · 2 days ago
  9. 3a894fe MXRoyaleBase: fix EncodingTest for AIR 51 from Harman by Josh Tynjala · 2 days ago
  10. 8cc67ad Added additonal initialized checking by Harbs · 3 days ago
  11. f5983e1 Collection function expressions by Harbs · 4 days ago
  12. b640a5f Only initialize item renderers once. by Harbs · 6 days ago
  13. ac64ed6 BinaryData in JS can accept a number array or a ArrayBuffer view. by Harbs · 10 days ago
  14. b281011 RoyaleUnit tests: continue to use env.FLASHPLAYER_DEBUGGER, if available, but add fall back to AIR SDK adl when not by Josh Tynjala · 3 weeks ago
  15. 6b05958 .gitignore: ignore royaleUnitDescriptor.xml generated for RoyaleUnit tests on AIR by Josh Tynjala · 3 weeks ago
  16. 0089986 RoyaleUnit tests: allow to run in AIR by using NativeApplication.nativeApplication.exit(), if available by Josh Tynjala · 3 weeks ago
  17. 6644824 frameworks/build.xml: more player version to swf-version mappings by Josh Tynjala · 5 weeks ago
  18. 0fafc13 royale-config-template.xml: another case sensitive file name tweak by Josh Tynjala · 5 weeks ago
  19. 9558727 Ant: fixes to allow building on case-sensitive file systems (Linux) by Josh Tynjala · 5 weeks ago
  20. 96b9532 Add "Community-theme" [wip] by hiedra · 6 months ago
  21. 2830b86 pom.xml: reference BE0012_Using_external_javascript_libraries_in_Apache_Royale example for rat-excludes.txt by Josh Tynjala · 6 months ago
  22. bb838d2 dependencies: correct versions in approval script, and remove commons-lang in favor of only commons-lang3 by Josh Tynjala · 6 months ago
  23. 6489e93 Jewel: remove check in TileHorizontalLayout that avoids using observeElementSize on macOS by Josh Tynjala · 8 months ago
  24. b8e8611 JewelTheme: Fix issue where font "Lato" has wrong font-style set by Piotr Zarzycki · 6 months ago
  25. 3072caf fix: sanitize textData and filterText in Jewel SearchFilterForList by hiedra · 7 months ago
  26. 15edae0 fix: use innerHTML instead of text in Jewel SearchFilterForList by hiedra · 7 months ago
  27. 725818a Merge pull request #1262 from tzivz/develop by Harbs · 8 months ago
  28. 60559f2 listen for removal by Tzivi · 8 months ago
  29. fa52175 Network: add XMLResult and JSONResult beads for HTTPService by Josh Tynjala · 8 months ago
  30. eefcf96 Network: HTTPService data and json getters should be bindable by Josh Tynjala · 8 months ago
  31. a6a6df6 JewelTheme: Secondary theme for Jewel radiobutton. CSS's by hiedra · 9 months ago
  32. 5317bee Fix ASDoc for ClipImage bead: removed incorrect reference to Jewel List, clarified compatibility with any StyledUIBase component by mjesteve · 9 months ago
  33. eb4f503 JewelTheme: Secondary theme for Jewel radiobutton by mjesteve · 9 months ago
  34. 5b52c04 use new [JSIncludeScript], [JSIncludeCSS], and [JSIncludeAsset] metadata by Josh Tynjala · 9 months ago
  35. e967389 blog-examples: add missing Ant build scripts and configs for the BE00* examples by Josh Tynjala · 10 months ago
  36. 123426c BE0011_Loading_external_data_through_HTTPService: option to load a mocked JSON response due to Content-Security-Policy restrictions by Josh Tynjala · 10 months ago
  37. 47893a8 BE0012_Using_external_javascript_libraries_in_Apache_Royale: updated for new included scripts/css/assets by Josh Tynjala · 10 months ago
  38. 5bc236c FontAwesomeIcon: change faStyle property defaultsto SOLID instead of REGULAR by Josh Tynjala · 10 months ago
  39. 2a16037 TourDeJewel: remove some use of font awesome non-free icons by Josh Tynjala · 10 months ago
  40. dbd80b3 update most Jewel blog examples to use new js/css/assets and not load resources from external websites by Josh Tynjala · 10 months ago
  41. 8343980 ASDoc: fix failure to load class after navigating to package and then back to the same class by Josh Tynjala · 10 months ago
  42. a474a42 ASDoc: fix issue where classes with the same base name, but different packages, couldn't navigate between each other by Josh Tynjala · 10 months ago
  43. 94ec3a2 ASDoc: display Interface instead of Class for interfaces (and default to Symbol for any other non-classes by Josh Tynjala · 10 months ago
  44. 5fe1591 ASDoc: fix loading JSON for top level package by Josh Tynjala · 10 months ago
  45. 8166dab ASDoc: fix Top Level package detail by using decodeURIComponent() on the hash by Josh Tynjala · 10 months ago
  46. d30a593 ASDoc: package name in symbol view links to package URL by Josh Tynjala · 10 months ago
  47. 29b83e3 ASDoc: fix exception when _currentClassData is null by Josh Tynjala · 10 months ago
  48. d09d53e ASDoc: fix exception when baseInterfaceNames is non-null, but empty by Josh Tynjala · 10 months ago
  49. 4744005 ASDoc: when clicking a package link, the main view shows all classes in the package by Josh Tynjala · 10 months ago
  50. 3fd29d2 ASDoc: add missing fields to EventDispatcher.swf.json by Josh Tynjala · 10 months ago
  51. a491753 Adding another low level flash api emulation for a legacy string encoding/decoding format, with test coverage. That was more work than it might appear :) by greg-dove · 10 months ago
  52. 7821a49 Update FileBrowser.as (#1256) by Hiedra · 10 months ago
  53. a76f7fb ASDoc: stricter builds by Josh Tynjala · 10 months ago
  54. 2e77089 ASDoc: detail renderers display descriptions as HTML and sanitize it by Josh Tynjala · 10 months ago
  55. 8ff67d7 ASDoc: sanitize HTML for class description by Josh Tynjala · 10 months ago
  56. a57891f ASDocModel: add ioError listeners and recovery from certain errors by Josh Tynjala · 10 months ago
  57. c071c6f ASDoc: add ASDocInterface for JSONReviver by Josh Tynjala · 10 months ago
  58. 5f2a1a2 ASDoc: fix issue where content was too big for body due to bad measurements from margin and flex-wrap by Josh Tynjala · 10 months ago
  59. 69b1018 RoyaleSite: make the top bar layout match the real site a bit better by Josh Tynjala · 10 months ago
  60. 1e56344 ASDoc: resize app when browser resizes, and don't let body scroll by Josh Tynjala · 10 months ago
  61. 7138dcc ASDoc: inheritance list scrolls horizontally if it gets too large by Josh Tynjala · 10 months ago
  62. f0f4f85 ASDoc: let <pre> tags scroll instead of growing as wide as possible by Josh Tynjala · 10 months ago
  63. 97766b6 ASDoc: remove extra comma after last parameter in function signatures by Josh Tynjala · 10 months ago
  64. 340d4ee ASDoc: fix aligning and sizing of function signature parameters by Josh Tynjala · 10 months ago
  65. 47a8b4e ASDoc: a little more spacing after package/class/inheritance labels and their values by Josh Tynjala · 10 months ago
  66. 71e2b72 ASDoc: no border around inheritance list by Josh Tynjala · 10 months ago
  67. 5933d8d ASDoc: add ASDocClassField for non-accessor fields by Josh Tynjala · 10 months ago
  68. ad2f36a ASDoc: fix OptionalHashAnchorStringItemRenderer hiding the -> for the last item by Josh Tynjala · 10 months ago
  69. 33c259c ASDoc: various Lists and DataContainers should have variable row heights so that text for descriptions and parameters and things don't overlap by Josh Tynjala · 10 months ago
  70. deeb1ae JSONReviver: when replacing a plain object with a class instance, return the class instance by Josh Tynjala · 10 months ago
  71. 122d0b6 examples: fix Icons being treated incorrectly as a theme by Josh Tynjala · 11 months ago
  72. 68e6107 TourDeJewel: fix some grammar by Josh Tynjala · 11 months ago
  73. 3c975ad TourDeJewel: copy .mxml files into output and load from there instead of GitHub by Josh Tynjala · 11 months ago
  74. 5d4260a JewelTheme: edited wrong config file for Lato font Ant build by Josh Tynjala · 11 months ago
  75. 3311114 TourDeJewel: doesn't need Lato font anymore because it comes from JewelTheme by Josh Tynjala · 11 months ago
  76. 7cf3c09 JewelTheme: js-includes for Lato font by Josh Tynjala · 11 months ago
  77. 1a6294c Libraries: move third-party libraries from src/main/resources to src/main/assembly/third-party by Josh Tynjala · 11 months ago
  78. 41ffc96 TourDeJewel: js-includes can't be in src/main/resources because they will be copied by Maven/Ant builds by Josh Tynjala · 11 months ago
  79. fbe358b pom.xml: fix rat-excludes.txt in examples being seemingly ignored if the with-examples profile isn't activated by Josh Tynjala · 11 months ago
  80. 500067a RoyaleSite: fix rat excludes and relative paths for Maven by Josh Tynjala · 11 months ago
  81. a3685a7 Merge branch 'examples/TDJ_localresources' of https://github.com/apache/royale-asjs into examples/TDJ_localresources by mjesteve · 11 months ago
  82. ed43cd6 Merge branch 'examples/TDJ_localresources' of https://github.com/apache/royale-asjs into examples/TDJ_localresources by mjesteve · 11 months ago
  83. adb82f8 TourDeJewel: fix lato font path by Josh Tynjala · 11 months ago
  84. 996a01c examples: fix some templates to avoid duplicate styles by Josh Tynjala · 11 months ago
  85. e2371a0 RoyaleSite: include css/fonts for JS by Josh Tynjala · 11 months ago
  86. d296ae6 TourDeJewel: reorganize assets a bit, fix asconfig.json and Ant build by Josh Tynjala · 11 months ago
  87. 10d1c17 Jewel: remove commented out inject_script by Josh Tynjala · 11 months ago
  88. 8192fc0 Maven: update rat to match sub-projects by Josh Tynjala · 11 months ago
  89. 99304ee Basic: reorganize assets by Josh Tynjala · 11 months ago
  90. 02eb93e Jewel: reorganize assets by Josh Tynjala · 11 months ago
  91. 5333dbd Icons: reorganize assets a bit by Josh Tynjala · 11 months ago
  92. 41cf4b1 Icons/IconsJS: Including 'Material webfonts' and 'FontAwesomeIcon webfonts' in .swc library output via -js-include-css and -js-include-asset build parameters. by mjesteve · 11 months ago
  93. 3730e09 Jewel / Basic pom's. Change ${basedir} by ${project.basedir} by mjesteve · 11 months ago
  94. d0cbce9 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. by mjesteve · 12 months ago
  95. b12267a Including the 'web-animations.min.js' file in the JewelJS compilation. by mjesteve · 12 months ago
  96. 0b2ec88 TDJ: Files that are self-licensed and ASF-compliant are excluded from RAT scanning. Configure pom.xml and create the rat-excludes.txt file. by mjesteve · 12 months ago
  97. 96b561f Jewel: Overriding the </inject_script> block by including it in a comment block. by mjesteve · 12 months ago
  98. 8c25616 TDJ: by mjesteve · 12 months ago
  99. 59c7a61 Jewel: Including web-animation.min.js in .swc library output via -js-include-script build parameter. by mjesteve · 12 months ago
  100. 771d021 Init download resources by mjesteve · 12 months ago