commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[royale-asjs] branch develop updated: Make sure slider button release works even if you're out of screen bounds
yishayw
[royale-asjs] branch develop updated: Fix for equals method in XMLList
gregdove
[royale-asjs] branch develop updated: Remove debug code
yishayw
[royale-asjs] branch develop updated: Slider - fix style defaults
yishayw
[royale-asjs] branch develop updated: ant build fix: more royaleunit test dependency changes
gregdove
[royale-asjs] branch develop updated: building XML before Basic in ant (along with unit-testing implications)
gregdove
[royale-asjs] branch dependabot/maven/distribution/jars/compiler-swfdump/commons-io-commons-io-2.7 created (now af7331e9f1)
github-bot
[royale-asjs] branch develop updated: Add XML dependency to Basic
gregdove
[royale-asjs] branch develop updated: Tuning to getLabelFromXMLData util function to improve XML label-access variants
gregdove
[royale-asjs] branch develop updated: Get some mx tween functonality in
yishayw
[royale-asjs] branch develop updated (237e6da3c5 -> 00eedc92aa)
gregdove
[royale-asjs] 02/02: For mx MenuBar, don't use an Array-like dataProvider model - use an ICollectionView for dataProvider
gregdove
[royale-asjs] 01/02: in mx, the labelField is 'label' as default
gregdove
[royale-asjs] branch develop updated: sanitize the setting of value in RangeModel. NaN is resolved to 0 to avoid issues with NaN as an invalid value.
gregdove
[royale-asjs] branch develop updated: Added FILE_CERTIFICATE to Font Awesome 5 icons
hugoferreira
[royale-asjs] branch develop updated (90122231e4 -> 131a283251)
yishayw
[royale-asjs] 01/04: Fix some swf sizing issues with Menu
yishayw
[royale-asjs] 02/04: Emulation - fix some menu positioning issues
yishayw
[royale-asjs] 04/04: Remove asserrtion from mxtests
yishayw
[royale-asjs] 03/04: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
yishayw
[royale-asjs] branch develop updated: Add menu to nenuitem payload
yishayw
[royale-asjs] branch develop updated: Support for Key Up and Key Down on VirtualList as we have for the standard List
hugoferreira
[royale-asjs] branch develop updated: Emulation - make menubar change event a MenuEvent
yishayw
[royale-asjs] branch develop updated: MX ADG: Removing "itemsCreated" cause it causes redundant calls for layoutNeeded in ADG
piotrz
[royale-asjs] branch develop updated: MX ADG: Bring back "itemsCreated" in order to discuss changes later on
piotrz
[royale-asjs] branch develop updated: MX ADG: Bring back currentIndex initialization when items are created
piotrz
[royale-asjs] branch develop updated: MX ADG: Remove redundant event listener - it's already been registered in parent class
piotrz
[royale-asjs] branch develop updated (cea765c314 -> 606246b38f)
gregdove
[royale-asjs] 02/02: Initial Royale Event missing 'cloneEvent' sweep. Aiming to fix missing cloning support (mostly) in JS.
gregdove
[royale-asjs] 01/02: In JS (at least) provide a warning in debug builds (only) when cloning an Event subclass that does not override the cloneEvent method.
gregdove
[royale-compiler] branch develop updated: royale-maven-plugin: fail build when using --watch compiler option, but requesting goals/phases after compile (such as package or install)
joshtynjala
[royale-asjs] branch develop updated: Make mxtests happy on swf side for MenuBar
yishayw
[royale-asjs] branch develop updated: Fix mxtests
yishayw
[royale-asjs] branch develop updated: MX ADG: Bring back previous orders of events
piotrz
[royale-asjs] branch develop updated: MX ADG: Missing import of sendStrandEvent
piotrz
[royale-asjs] branch develop updated: MX ADG: Remove redundant call of item renderers clean up and use method from parent
piotrz
[royale-asjs] branch develop updated: popUpHost was not always identical for event listeners and dispatchers, so better use topMostEventHandler instead
yishayw
[royale-asjs] branch develop updated: Emulation - make sure menus are hidden correctly when dp is an Array
yishayw
[royale-asjs] branch develop updated: Add item to 'itemOpen' payload
yishayw
[royale-asjs] branch develop updated: Avoid duplicates in menu list
yishayw
[royale-asjs] branch develop updated: Remove dependency on CascadingMenu in favor of IMenu
yishayw
[royale-asjs] branch develop updated (a328f7cf97 -> fe506ceafa)
yishayw
[royale-asjs] 01/02: Make sure mx MenuBar creates mx menus
yishayw
[royale-asjs] 02/02: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
yishayw
[royale-asjs] branch develop updated: Quick fix for SWF compilation
gregdove
[royale-asjs] branch develop updated: Emulation - make sure invisible menus do not accidentally hide visible ones
yishayw
[royale-compiler] branch develop updated (b03906bae -> fcbb1b0e1)
joshtynjala
[royale-compiler] 01/03: royale-maven-plugin: handle simplified exit codes in tools from commit dd44cbbc4c0bdf936b243f91a6ef42006a3aa5e7
joshtynjala
[royale-compiler] 02/03: royale-maven-plugin: more specific error message for exit code from --watch compiler option
joshtynjala
[royale-compiler] 03/03: royale-maven-plugin: if --watch compiler option is specified, sleep the thread indefinitely so that it doesn't exit
joshtynjala
[royale-compiler] branch develop updated: Fix --watch issue where binding data was incorrectly lost when rewriting .js files
joshtynjala
[royale-asjs] branch develop updated: Add itemOpen event to ADG
yishayw
[royale-compiler] branch develop updated: compiler-jx: when using --watch, needs to call jsPublisher.publish() after each change
joshtynjala
[royale-asjs] branch develop updated: Quick fix for undefined error
harbs
[royale-asjs] branch develop updated: Fixes #1184
yishayw
[royale-asjs] branch develop updated: Set right source code for ProgressLoaderPlayGround (#1188)
hiedra
[royale-asjs] branch develop updated: mx menu - make sure hand cursor is not visible when item is disabled
yishayw
[royale-asjs] branch develop updated: mx - enable/disable menu items
yishayw
[royale-asjs] branch develop updated: mx - make sure menu change event has proper data
yishayw
[royale-asjs] branch develop updated: Stop mx Menu from creating Basic Menu which messed up nested menu selection.
yishayw
[royale-asjs] branch develop updated (13b1158f9b -> 32555dea1f)
gregdove
[royale-asjs] 02/02: Fix for an issue encountered with ObjectUtil.clone for Strings. Related: restored some commented-out code in UIDUtil. Added some initial ObjectUtil cloning tests.
gregdove
[royale-asjs] 01/02: Avoid the possibility of infinite loops (in JS only, SWF untested) with xml watchers. This can happen if changes are made in watcher functions.
gregdove
[royale-compiler] branch develop updated: Greater support for non-strict equality/inequality variations between XMLish operands, and potentially other types. Requires update in Framework XML lib.
gregdove
[royale-asjs] branch develop updated: Fixes #1185 and Fixes #1183. Also fixes a few other otherwise undocumented issues. (Requires compiler-jx update)
gregdove
[royale-asjs] branch develop updated: MX ToolTipBead: Add MouseEvent.CLICK to handle removal of tooltip
piotrz
[royale-asjs] branch develop updated: Emulation - make sure unfolding a cascading menu does not imply selection
yishayw
[royale-asjs] branch develop updated: Nested menus should fire selection event from root menu
yishayw
[royale-asjs] branch develop updated: Comment should match content
yishayw
[royale-asjs] branch develop updated: Make emulation submenu data name consistent with mx
yishayw
[royale-compiler] branch develop updated: Fixes issue #211
gregdove
[royale-compiler] branch develop updated: WatchThread: make older Java compiler happy
joshtynjala
[royale-compiler] branch develop updated (0f350d6 -> 42642e2)
joshtynjala
[royale-compiler] 01/02: Normalize exit codes across compiler tools
joshtynjala
[royale-compiler] 02/02: Added --watch compiler option
joshtynjala
[royale-compiler] branch develop updated: BinaryOperatorEmitter: Fixed value not propgating beyond super setter when it is part of a chained assignment (closes #210)
joshtynjala
svn commit: r53466 - /release/royale/compiler-build-tools/1.2.0/
yishayw
svn commit: r53465 - /release/royale/0.9.8/
yishayw
svn commit: r53464 - /release/royale/0.9.7/
yishayw
svn commit: r53463 - /release/royale/0.9.6/
yishayw
svn commit: r53462 - /release/royale/0.9.4/
yishayw
svn commit: r53461 - /release/royale/0.9.2/
yishayw
[royale-asjs] branch develop updated: [TDJ] Align ant compilation with mvn. cleaning
hiedra
[royale-asjs] branch develop updated: [TDJ] Align ant compilation with mvn
hiedra
[royale-asjs] branch develop updated (2cdd988 -> 63c2080)
hiedra
[royale-asjs] 02/02: [TDJ] Min fix MainContent (Error for null object)
hiedra
[royale-asjs] 01/02: Some fixs with the ResponsiveSize bead (percen sizes, responsive breakpoints).
hiedra
[royale-compiler] branch release/0.9.9 updated (c6788a3 -> 158d84c)
yishayw
[royale-asjs] branch develop updated (e7bd09f -> 2cdd988)
yishayw
[royale-asjs] 01/01: Merge branch 'release/0.9.9' into develop
yishayw
[royale-asjs] branch release/0.9.9 updated (e1972b3 -> 828229d)
yishayw
[royale-typedefs] branch master updated (ecbfb8a -> 736368c)
yishayw
[royale-typedefs] 01/01: Merge tag 'apache-royale-0.9.9'
yishayw
[royale-typedefs] branch develop updated (677510a -> 823ab77)
yishayw
[royale-typedefs] 01/01: Merge branch 'release/0.9.9' into develop
yishayw
[royale-typedefs] branch release/0.9.9 updated (80675e7 -> fa70e61)
yishayw
[royale-compiler] branch master updated (5ba38ad -> 34cd191)
yishayw
[royale-compiler] 01/01: Merge tag 'apache-royale-0.9.9'
yishayw
[royale-compiler] branch develop updated (5976566 -> 480cc9c)
yishayw
[royale-compiler] 01/01: Merge branch 'release/0.9.9' into develop
yishayw
[royale-typedefs] annotated tag apache-royale-0.9.9 updated (fc8cdb3 -> f9476d8)
yishayw
[royale-compiler] annotated tag apache-royale-0.9.9 updated (a1ca497 -> 4842e42)
yishayw
[royale-asjs] annotated tag apache-royale-0.9.9 updated (564dcaa -> 202b566)
yishayw
svn commit: r53392 - /dev/royale/0.9.9/rc4/ /release/royale/0.9.9/
yishayw
[royale-asjs] branch develop updated: Updated Royale version to 0.9.10 on the new scrollToIndex method for Jewel DataGrid
hugoferreira
[royale-asjs] branch develop updated: Update version properties for compiler and typedefs to 0.9.10-SNAPSHOT
piotrz
[royale-asjs] branch develop updated: Added scrollToIndex in Jewel DataGrid
hugoferreira
[royale-asjs] branch develop updated: Flex has different conventions for detecting children, so change emulation
yishayw
[royale-asjs] branch develop updated: Base64 decoding fixes
gregdove
[royale-asjs] branch develop updated: Fix: DataGridLockedColumn bead was not working with the current Royale version
hugoferreira
svn commit: r53171 - in /dev/royale/0.9.9/rc4: ./ binaries/
yishayw
[royale-asjs] annotated tag org.apache.royale.framework-0.9.9-rc4 updated (564dcaa -> 7f15fe4)
yishayw
[royale-asjs] branch release/0.9.9 updated (fb1268b -> e1972b3)
yishayw
[royale-asjs] branch release/0.9.9 updated (0e206f8 -> fb1268b)
yishayw
[royale-asjs] 03/03: MenuExample: fix build
yishayw
[royale-asjs] branch develop updated: match internal 'textSet' state checks when using data setter for mx TextInput
gregdove
[royale-asjs] branch develop updated: Fix #1181
yishayw
[royale-asjs] branch develop updated: MenuExample: fix build
joshtynjala
[royale-asjs] branch develop updated: Fix bug in emulation of menus being shown only once
yishayw
svn commit: r53014 - in /dev/royale/0.9.9/rc3: ./ binaries/
yishayw
[royale-asjs] annotated tag org.apache.royale.framework-0.9.9-rc3 updated (701840b -> d7366b4)
yishayw
[royale-asjs] branch release/0.9.9 updated (5a3b6b6 -> 0e206f8)
yishayw
[royale-asjs] branch release/0.9.9 created (now 5333d2f)
yishayw
[royale-asjs] branch develop updated (b5842ca -> 0c9f29a)
yishayw
[royale-asjs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-asjs] branch develop updated (fa7d42e -> b5842ca)
yishayw
[royale-asjs] 04/04: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-asjs] 02/04: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-asjs] branch release/0.9.9 created (now 43f9edc)
yishayw
[royale-asjs] branch develop updated (cbc52f0 -> fa7d42e)
yishayw
[royale-asjs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-asjs] branch develop updated (2584381 -> cbc52f0)
yishayw
[royale-asjs] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-asjs] branch release/0.9.9 updated (923b713 -> df25cdd)
yishayw
[royale-asjs] branch develop updated (b376586 -> 2584381)
yishayw
[royale-asjs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-asjs] branch develop updated: switching the cloning sanity-check in dispatchEvent to use Language.is in JS EventDispatcher (support prevent-rename=false on cloneEvent method)
gregdove
[royale-typedefs] branch release/0.9.9 updated (4ab81b3 -> 80675e7)
yishayw
[royale-typedefs] 01/01: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.9-rc3 updated (fc8cdb3 -> 8afedb7)
yishayw
[royale-typedefs] branch release/0.9.9 updated (b998953 -> 4ab81b3)
yishayw
[royale-typedefs] branch release/0.9.9 created (now b998953)
yishayw
[royale-typedefs] branch develop updated (56d06e3 -> 677510a)
yishayw
[royale-typedefs] 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-typedefs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-compiler] annotated tag org.apache.royale.compiler-0.9.9-rc3 updated (a1ca497 -> e4126cf)
yishayw
[royale-compiler] branch release/0.9.9 updated (729a3ab -> c6788a3)
yishayw
[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-compiler] 01/02: [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.9-rc3
yishayw
[royale-compiler] branch release/0.9.9 created (now 729a3ab)
yishayw
[royale-compiler] branch develop updated (dc75674 -> 5976566)
yishayw
[royale-compiler] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-compiler] branch develop updated (6d08213 -> dc75674)
yishayw
[royale-compiler] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"
yishayw
[royale-compiler] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-compiler] annotated tag org.apache.royale.compiler-0.9.9-rc3 updated (fa91d44 -> ce119cf)
yishayw
[royale-compiler] branch release/0.9.9 updated (2cfa702 -> 070987b)
yishayw
[royale-compiler] 01/02: [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.9-rc3
yishayw
[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-compiler] branch develop updated (68510af -> 6d08213)
yishayw
[royale-compiler] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration
yishayw
[royale-asjs] branch develop updated: I should not have merged 0.9.9 completely, so fixing one file. Sorry for the noise.
yishayw
[royale-typedefs] branch develop updated (0f84baf -> 56d06e3)
yishayw
[royale-typedefs] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-typedefs] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"
yishayw
[royale-compiler] branch develop updated (0d6beae -> 68510af)
yishayw
[royale-compiler] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"
yishayw
[royale-compiler] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-asjs] branch develop updated (02cc317 -> 166a9b3)
yishayw
[royale-asjs] 01/01: Merge branch 'release/0.9.9' into develop
yishayw
[royale-asjs] branch feature/ExternsJS created (now 88c72e1)
hiedra
[royale-asjs] branch develop updated (e0579da -> 88c72e1)
gregdove
[royale-asjs] 02/02: Fix in EventDispatcher : re-dispatching an Event should automatically clone the original Event, because target (after it is initially set the first time) is immutable.
gregdove
[royale-asjs] 01/02: Fix cloning in mx TreeEvent
gregdove
svn commit: r52919 - in /dev/royale/0.9.9/rc2: ./ binaries/
yishayw
[royale-asjs] branch release/0.9.9 updated: Add MXRoyaleBase to ant release script
yishayw
svn commit: r52900 - /dev/royale/0.9.9/
yishayw
[royale-asjs] branch release/0.9.9 updated: Add MXRoyaleBase to approval script
yishayw
[royale-asjs] branch release/0.9.9 updated: Add MXRoyaleBase to release scripts
yishayw
[royale-asjs] annotated tag org.apache.royale.framework-0.9.9-rc2 updated (46197c0 -> 9c279bc)
yishayw
[royale-asjs] branch release/0.9.9 updated (22d8d41 -> e129013)
yishayw
[royale-asjs] branch release/0.9.9 created (now eda700e)
yishayw
[royale-asjs] branch develop updated (90569b8 -> e0579da)
yishayw
[royale-asjs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}
yishayw
[royale-asjs] branch develop updated (d9023c2 -> 90569b8)
yishayw
[royale-asjs] 06/06: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
yishayw
[royale-asjs] 02/06: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
yishayw
[royale-asjs] 03/06: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
yishayw
[royale-asjs] 01/06: Update RELEASE_NOTES
yishayw
[royale-asjs] 04/06: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
yishayw
[royale-asjs] branch develop updated: Attempt to get ASDoc compiling again.
gregdove
[royale-asjs] annotated tag org.apache.royale.framework-0.9.9-rc2 updated (57ba340 -> 4b5a24e)
yishayw
[royale-asjs] branch release/0.9.9 updated (908eccf -> 8c2b117)
yishayw
[royale-asjs] branch release/0.9.9 updated: update project.royale.compiler.version and royale.typedefs.version in pom
yishayw
[royale-asjs] branch release/0.9.9 updated: update project.royale.compiler.version and royale.typedefs.version in pom
yishayw
[royale-asjs] branch release/0.9.9 updated: update project.royale.compiler.version and royale.typedefs.version in pom
yishayw
[royale-asjs] branch release/0.9.9 updated: update project.royale.compiler.version and royale.typedefs.version in pom
yishayw
[royale-asjs] branch release/0.9.9 updated: update project.royale.compiler.version and royale.typedefs.version in pom
yishayw
Earlier messages
Later messages