You are viewing a plain text version of this content. The canonical link for it is here.
- [royale-compiler] branch develop updated: ClosureUtils: do not export externs/typedefs - posted by jo...@apache.org on 2020/06/01 15:56:01 UTC, 0 replies.
- [royale-asjs] branch develop updated: Revert "Static initializers loading hljs in TDJ." - posted by yi...@apache.org on 2020/06/02 07:12:52 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-slider: fix duplicated "valueChange" event - posted by ca...@apache.org on 2020/06/02 16:35:11 UTC, 0 replies.
- [royale-asjs] branch develop updated: Removed font mentions - posted by ha...@apache.org on 2020/06/02 19:51:06 UTC, 1 replies.
- [royale-asjs] branch develop updated (bd78f0c -> ddf707c) - posted by ca...@apache.org on 2020/06/04 14:03:19 UTC, 0 replies.
- [royale-asjs] 01/17: layoutbase: change import - posted by ca...@apache.org on 2020/06/04 14:03:20 UTC, 0 replies.
- [royale-asjs] 02/17: jewel-layouts: remove hostClassList and use StyledUIBase as base class, since is ui base class in Jewel - posted by ca...@apache.org on 2020/06/04 14:03:21 UTC, 0 replies.
- [royale-asjs] 03/17: jewel-tilelayout: changes to tilelayout - posted by ca...@apache.org on 2020/06/04 14:03:22 UTC, 0 replies.
- [royale-asjs] 04/17: layoutbase: make isLayoutRunning protected for extensibility - posted by ca...@apache.org on 2020/06/04 14:03:23 UTC, 0 replies.
- [royale-asjs] 05/17: styledlayoutbased: implement "waitForSize" as a user feature that can be turn on/off - posted by ca...@apache.org on 2020/06/04 14:03:24 UTC, 0 replies.
- [royale-asjs] 06/17: tilelayout: get right columns and row with gaps (hor & vert). Still no tile size involved - posted by ca...@apache.org on 2020/06/04 14:03:25 UTC, 0 replies.
- [royale-asjs] 07/17: tour-de-jewel: improve tilelayout example - posted by ca...@apache.org on 2020/06/04 14:03:26 UTC, 0 replies.
- [royale-asjs] 08/17: tilelayout: add bindable to properties - posted by ca...@apache.org on 2020/06/04 14:03:27 UTC, 0 replies.
- [royale-asjs] 09/17: tour-de-jewel: adjust columnCount ontilelayout example - posted by ca...@apache.org on 2020/06/04 14:03:28 UTC, 0 replies.
- [royale-asjs] 10/17: jewel-tilelayout: make it work very similar to Flex TileLayout - posted by ca...@apache.org on 2020/06/04 14:03:29 UTC, 0 replies.
- [royale-asjs] 11/17: tour-de-jewel: improve tilelayout example - posted by ca...@apache.org on 2020/06/04 14:03:30 UTC, 0 replies.
- [royale-asjs] 12/17: jewel-tilelayout: fix final issues - posted by ca...@apache.org on 2020/06/04 14:03:31 UTC, 0 replies.
- [royale-asjs] 13/17: jewel-tilehorizontallayout: tilelayout with orientation columns or horizontal - posted by ca...@apache.org on 2020/06/04 14:03:32 UTC, 0 replies.
- [royale-asjs] 14/17: jewel-tilelayout: restore old code since we are splitting in 2 classes. This class will be removed soon - posted by ca...@apache.org on 2020/06/04 14:03:33 UTC, 0 replies.
- [royale-asjs] 15/17: jewel-tilehorizontallayout: latest fixes and clean up - posted by ca...@apache.org on 2020/06/04 14:03:34 UTC, 0 replies.
- [royale-asjs] 16/17: jewel-layout: update tile to depend on hor/ver layouts - posted by ca...@apache.org on 2020/06/04 14:03:35 UTC, 0 replies.
- [royale-asjs] 17/17: tour-de-jewel: improve tilelayout example - posted by ca...@apache.org on 2020/06/04 14:03:36 UTC, 0 replies.
- [MAVEN-BUILD] Royale-asjs - Build # 3098 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/04 14:30:19 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tileverticallayout: add vertical version, almost finished - posted by ca...@apache.org on 2020/06/04 15:27:19 UTC, 0 replies.
- [royale-asjs] branch develop updated: tour-de-jewel: add tilelayout vertical example - posted by ca...@apache.org on 2020/06/04 15:27:40 UTC, 0 replies.
- [royale-asjs] branch develop updated: StyledLayoutBase: make waitForSize property available for SWF too - posted by ca...@apache.org on 2020/06/04 15:50:06 UTC, 0 replies.
- [royale-asjs] branch develop updated: BE0015: preparing blog example 15 - posted by ca...@apache.org on 2020/06/04 16:10:56 UTC, 0 replies.
- [royale-asjs] branch develop updated: BE0015: remove blog unused files - posted by ca...@apache.org on 2020/06/04 16:11:44 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2627 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/04 16:38:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-viewbase: fix all blog examples due to StyledUIBase now requires base class to be StyledUIBase - posted by ca...@apache.org on 2020/06/04 16:57:19 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tilehorizontallayout: solved RTE when declare properties on MXLM - posted by ca...@apache.org on 2020/06/04 21:24:24 UTC, 0 replies.
- [royale-asjs] branch develop updated: BE0015: example finished - posted by ca...@apache.org on 2020/06/04 21:36:56 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1498 - Failure - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/05 07:44:18 UTC, 0 replies.
- [royale-asjs] branch develop updated: Flex emulation: Fix NPE errors when attempting to use event.currentTarget in a FocusEvent listener (consistent with approach being used for mx.events.MouseEvent) - posted by gr...@apache.org on 2020/06/05 08:42:49 UTC, 0 replies.
- [royale-asjs] branch develop updated: DataItemRendererFactoryForCollectionView: solve ISelectionModel issue, this will need to be separated to other bead to make it more PAYG (fixes #848) - posted by ca...@apache.org on 2020/06/05 14:44:48 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tilelayout: remove TileLayout, you need to use now TileHorizontalLayout or TileVerticalLayout - posted by ca...@apache.org on 2020/06/05 15:09:27 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tilelayouts: update some comments - posted by ca...@apache.org on 2020/06/05 15:09:54 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-CardExpandedContent: new card section for content that needs to avoid paddings like navigation bars - posted by ca...@apache.org on 2020/06/05 16:30:47 UTC, 0 replies.
- [royale-asjs] branch develop updated: removeBE0015: remove unused svgs - posted by ca...@apache.org on 2020/06/05 16:31:29 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tabbar: add buttons "sameWidths" property to allow equal sizes in tab buttons - posted by ca...@apache.org on 2020/06/05 18:06:36 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-CardExpandedContent: need width 100% - posted by ca...@apache.org on 2020/06/05 18:07:02 UTC, 0 replies.
- [royale-asjs] branch develop updated: removeBE0015: more improvements - posted by ca...@apache.org on 2020/06/05 18:07:29 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with latest changes - posted by ca...@apache.org on 2020/06/05 18:17:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: fontawesome: add more icons - posted by ca...@apache.org on 2020/06/05 20:27:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: removeBE0015: more improvements to tile list - posted by ca...@apache.org on 2020/06/05 20:28:17 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2631 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/06 00:39:05 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1499 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/06 07:44:05 UTC, 0 replies.
- [royale-asjs] branch develop updated (5705484 -> 7e791b5) - posted by ca...@apache.org on 2020/06/06 09:37:42 UTC, 0 replies.
- [royale-asjs] branch develop updated: LayoutChangeNotifier: fix NPE - posted by ca...@apache.org on 2020/06/06 17:46:24 UTC, 0 replies.
- [royale-asjs] branch develop updated: BrowserResizeListener: fix name declared in manifest - posted by ca...@apache.org on 2020/06/06 18:11:03 UTC, 0 replies.
- [royale-asjs] branch develop updated: NoClassSelectorListSelectableItemRendererBead: remove unused imports - posted by ca...@apache.org on 2020/06/06 18:12:31 UTC, 0 replies.
- [royale-asjs] branch develop updated: TeamPage: fix example - posted by ca...@apache.org on 2020/06/06 23:06:45 UTC, 0 replies.
- [royale-asjs] branch develop updated: cancel event for FileReference. Uses blur/focus in Chrome, uses key/mouse in other browsers which could cause delay in getting the event if user is perfectly idle. - posted by ah...@apache.org on 2020/06/07 00:00:29 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2632 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/07 00:59:53 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1500 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/07 07:44:15 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel: remove unused code - posted by ca...@apache.org on 2020/06/07 11:28:27 UTC, 0 replies.
- [royale-asjs] branch develop updated (101b933 -> 1c3384c) - posted by ca...@apache.org on 2020/06/07 19:38:44 UTC, 0 replies.
- [royale-asjs] 01/06: core-ILayoutChildren: add core ILayoutChildren to trigger layout in children instances - posted by ca...@apache.org on 2020/06/07 19:38:45 UTC, 0 replies.
- [royale-asjs] 02/06: Jewel-LayoutChildren: implementation of ILayoutChildren to use in StyledLayoutBase - posted by ca...@apache.org on 2020/06/07 19:38:46 UTC, 0 replies.
- [royale-asjs] 03/06: StyledLayoutBase: add LayoutChildren bead support - posted by ca...@apache.org on 2020/06/07 19:38:47 UTC, 0 replies.
- [royale-asjs] 04/06: jewel-view: add ViewLayout - posted by ca...@apache.org on 2020/06/07 19:38:48 UTC, 0 replies.
- [royale-asjs] 05/06: jewel-layouts: remove obligatory children "sizeChanged" event in all case. Use now new bead "LaoutChildren" when needed - posted by ca...@apache.org on 2020/06/07 19:38:49 UTC, 0 replies.
- [royale-asjs] 06/06: DataGridLayoutPlayGround: Use the new LayoutChildren bead so inner datagrid resize as needed - posted by ca...@apache.org on 2020/06/07 19:38:50 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2633 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/07 20:47:56 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2634 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 00:39:04 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-tilelayouts: adapt versions and add notes of flexbox issues for the vertical version - posted by ca...@apache.org on 2020/06/08 07:30:29 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1501 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 07:44:05 UTC, 0 replies.
- [royale-asjs] branch ChildResize created (now 0977676) - posted by ah...@apache.org on 2020/06/08 07:48:27 UTC, 0 replies.
- [royale-asjs] 01/02: remove trace statement so it doesn't show up in greps - posted by ah...@apache.org on 2020/06/08 07:48:28 UTC, 0 replies.
- [royale-asjs] 02/02: BoxLayout listens to children and runs layout if they change size - posted by ah...@apache.org on 2020/06/08 07:48:29 UTC, 0 replies.
- [royale-asjs] branch develop updated: Add BrowserResizeListener to use at component level, rename old one to "BrowserResizeApplicationListener" to indicate that its use must be only at Application level. This way we can get better performance if setting the listener just at the component level we need and not at app level. - posted by ca...@apache.org on 2020/06/08 07:50:22 UTC, 0 replies.
- [royale-asjs] branch develop updated: tour-de-jewel: show example of new "BrowserResizeListener" bead so TileHorizontalLayout layout correctly as browser resize - posted by ca...@apache.org on 2020/06/08 07:55:22 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2635 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 08:41:45 UTC, 0 replies.
- [royale-asjs] branch develop updated: examles-teampage: update to use BrowserResizeApplicationListener. change as well some references in as-docs - posted by ca...@apache.org on 2020/06/08 09:22:46 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2636 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 10:38:30 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2637 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 11:38:49 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-clipimage: starting implementation of clipping for jewel images. for now just supporting circle shape - posted by ca...@apache.org on 2020/06/08 15:51:35 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-horizontallistscroll: improve bead - posted by ca...@apache.org on 2020/06/08 15:52:23 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2638 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 16:42:53 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1502 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/08 18:28:53 UTC, 0 replies.
- [royale-asjs] branch ChildResize updated: add typename - posted by ah...@apache.org on 2020/06/09 03:12:12 UTC, 0 replies.
- [royale-asjs] branch ChildResize updated: fix DateChooser column headers. Should fix #844 - posted by ah...@apache.org on 2020/06/09 06:23:10 UTC, 0 replies.
- [royale-asjs] branch develop updated: fix DateChooser column headers. Should fix #844 - posted by ah...@apache.org on 2020/06/09 06:24:14 UTC, 0 replies.
- [royale-asjs] branch develop updated: add typename - posted by ah...@apache.org on 2020/06/09 06:55:12 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-paddings: was not using IPadding interface - posted by ca...@apache.org on 2020/06/09 18:36:10 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-itemrenderers:make possible to add a Padding bead to an ListItemRenderer. If Initializer doesn't found a user bead, it initializes one for default - posted by ca...@apache.org on 2020/06/09 19:06:38 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-styles: removed dead css code - posted by ca...@apache.org on 2020/06/09 19:07:05 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes removing renderer default padding, no its managed by the initializer - posted by ca...@apache.org on 2020/06/09 19:17:09 UTC, 0 replies.
- [royale-asjs] branch develop updated: Fix an XML regression in XML.elements query. Added test coverage for this. - posted by gr...@apache.org on 2020/06/09 21:53:50 UTC, 0 replies.
- [royale-asjs] branch develop updated: fix programmatic selection in ADG. - posted by ah...@apache.org on 2020/06/10 06:11:46 UTC, 0 replies.
- [royale-asjs] branch develop updated: add null check for #852 - posted by ah...@apache.org on 2020/06/10 06:26:02 UTC, 0 replies.
- [royale-compiler] branch develop updated: suppress Databinding warning for (as XML) expressions - posted by ah...@apache.org on 2020/06/10 07:36:49 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1505 - Failure - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/10 07:51:14 UTC, 0 replies.
- [MAVEN-BUILD] Royale-compiler - Build # 1506 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/10 07:55:40 UTC, 0 replies.
- [royale-asjs] branch develop updated (cb1bf69 -> 368c6fe) - posted by gr...@apache.org on 2020/06/10 07:58:52 UTC, 1 replies.
- [royale-asjs] 01/03: support reassignment of sourceID value in SimpleBinding, otherwise ContainerDataBinding does not cover some use cases in MXRoyale - posted by gr...@apache.org on 2020/06/10 07:58:53 UTC, 1 replies.
- [royale-asjs] 02/03: Constrain ToolTip display to the visible area in MXRoyale. This prevents ToolTips being clipped when near edges (but placement could still be improved) - posted by gr...@apache.org on 2020/06/10 07:58:54 UTC, 1 replies.
- [royale-asjs] 03/03: Improved emulation of PopUpMenuButton. Support for 'explicit' label assignment as per Flex. Added support for certain dataProvider changes. Still more to do here, I think. - posted by gr...@apache.org on 2020/06/10 07:58:55 UTC, 1 replies.
- [royale-asjs] branch develop updated: ArrayList: make length bindable, since is of common use - posted by ca...@apache.org on 2020/06/10 10:49:20 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-clipimage: improve clipping and add polygon shape - posted by ca...@apache.org on 2020/06/10 12:12:32 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-clipimage: add inset and ellipse shapes - posted by ca...@apache.org on 2020/06/10 14:51:57 UTC, 0 replies.
- [royale-asjs] branch develop updated: Support 'internal' use of label to render the down arrows in PopUpMenuButton. Does not appear externally when checking the 'label' getter/setter. - posted by gr...@apache.org on 2020/06/10 22:01:33 UTC, 0 replies.
- [royale-asjs] branch develop updated: dispatch valueCommit from Checkbox. Should fix #857 - posted by ah...@apache.org on 2020/06/11 08:04:39 UTC, 0 replies.
- [royale-asjs] branch develop updated (6b94870 -> e9040b9) - posted by gr...@apache.org on 2020/06/11 08:42:56 UTC, 0 replies.
- [royale-asjs] 01/03: The index needs to be propagated as well here. PopUpMenuButton needs that. - posted by gr...@apache.org on 2020/06/11 08:42:57 UTC, 0 replies.
- [royale-asjs] 02/03: Changes to support using UIComponent based renderers in a Menu, and fixes for PopUpMenuButton - posted by gr...@apache.org on 2020/06/11 08:42:58 UTC, 0 replies.
- [royale-asjs] 03/03: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop - posted by gr...@apache.org on 2020/06/11 08:42:59 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-clipimage: implement border - posted by ca...@apache.org on 2020/06/11 14:17:46 UTC, 0 replies.
- [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface - posted by ca...@apache.org on 2020/06/11 15:01:29 UTC, 0 replies.
- [royale-asjs] branch develop updated: ItemRenderMouseController: fix a bug where clicking on an item renderer make it loose its "hover" state rendering as normal - posted by ca...@apache.org on 2020/06/11 16:08:43 UTC, 0 replies.
- [royale-asjs] branch develop updated: ListSingleSelectionMouseController: order imports - posted by ca...@apache.org on 2020/06/11 16:09:16 UTC, 0 replies.
- [royale-asjs] branch develop updated: ClassSelectorListHoverOnlySelectableItemRendererBead: make it truly only for "hovered", so overriding "selected" and "down" states to do anything and avoid this way run updateRenderer method and maintain its private var undefined - posted by ca...@apache.org on 2020/06/11 16:12:21 UTC, 0 replies.
- [royale-asjs] branch develop updated: Removed redundent constants - posted by ha...@apache.org on 2020/06/11 22:32:01 UTC, 0 replies.
- [royale-asjs] branch develop updated: try not tracking selectedIndices if not multipleselection. Should fix #851 - posted by ah...@apache.org on 2020/06/12 07:52:50 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-text: adding font-weight styles - posted by ca...@apache.org on 2020/06/12 08:53:13 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with new font weight styles - posted by ca...@apache.org on 2020/06/12 09:02:20 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added If Columns == null in DataGridColumnResizeBead.as - posted by pu...@apache.org on 2020/06/12 09:55:33 UTC, 1 replies.
- [royale-asjs] branch develop updated: Added If Columns == null in DataGridLinesBeadForICollectionView.as - posted by pu...@apache.org on 2020/06/12 09:55:48 UTC, 0 replies.
- [royale-asjs] branch develop updated: Basic: Add SelectionDataItemRendererFactoryForCollectionView to handle ISelectionModel for components that uses selection and add/remove/update items at runtime. - posted by ca...@apache.org on 2020/06/12 11:37:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-textinput: support Material icons and Font Awesome icons positioning both depending on its particularities - posted by ca...@apache.org on 2020/06/12 12:01:03 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes removing with the changes in textinput icons to support both Material and FontAwesome - posted by ca...@apache.org on 2020/06/12 12:27:19 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2671 - Failure - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/13 01:36:41 UTC, 0 replies.
- [royale-asjs] branch develop updated: fix file filters for FileReference.browse. Should fix #865 - posted by ah...@apache.org on 2020/06/13 18:08:55 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2672 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/14 00:39:19 UTC, 0 replies.
- [royale-asjs] branch develop updated: fix editor position. Should fix #863 - posted by ah...@apache.org on 2020/06/14 08:19:38 UTC, 0 replies.
- [royale-asjs] branch develop updated: new Core isFocused function - posted by ca...@apache.org on 2020/06/14 11:53:31 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-comboboxcontroller: add isFocused - posted by ca...@apache.org on 2020/06/14 11:54:09 UTC, 0 replies.
- [royale-asjs] branch develop updated: core-isfocused: better stricter - posted by ca...@apache.org on 2020/06/14 14:22:14 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-comboboxcontroller: must be inverted - posted by ca...@apache.org on 2020/06/14 14:23:02 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-combobox: solve a bug where clicking on popup scrollbar was making the popup close - posted by ca...@apache.org on 2020/06/14 17:21:53 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2673 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/14 20:21:37 UTC, 0 replies.
- [royale-asjs] branch develop updated: StyledUIBase: add replaceClass method - posted by ca...@apache.org on 2020/06/14 20:58:22 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-layouts: use new replaceClass method to save several lines of code - posted by ca...@apache.org on 2020/06/14 20:59:04 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-button: just formating - posted by ca...@apache.org on 2020/06/14 21:07:39 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2674 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/14 21:35:07 UTC, 0 replies.
- [MAVEN-BUILD] Royale-typedefs - Build # 2675 - Still Failing - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/15 00:39:12 UTC, 0 replies.
- [royale-asjs] branch develop updated: changed version number - posted by ha...@apache.org on 2020/06/15 09:52:26 UTC, 0 replies.
- [royale-compiler] branch develop updated: changed version number - posted by ha...@apache.org on 2020/06/15 09:53:49 UTC, 0 replies.
- [royale-typedefs] branch develop updated: changed version number - posted by ha...@apache.org on 2020/06/15 09:54:11 UTC, 0 replies.
- [royale-asjs] branch develop updated (f4524fb -> e52c07a) - posted by ca...@apache.org on 2020/06/15 17:23:46 UTC, 0 replies.
- [royale-asjs] 01/08: jewel-grid: simplify code - posted by ca...@apache.org on 2020/06/15 17:23:47 UTC, 0 replies.
- [royale-asjs] 02/08: core-itextbutton interface - posted by ca...@apache.org on 2020/06/15 17:23:48 UTC, 0 replies.
- [royale-asjs] 03/08: jewel-inputbuttonzise: move toitsown button package - posted by ca...@apache.org on 2020/06/15 17:23:49 UTC, 0 replies.
- [royale-asjs] 04/08: jewel-responsivesize: simplify code and make it extendable - posted by ca...@apache.org on 2020/06/15 17:23:50 UTC, 0 replies.
- [royale-asjs] 05/08: jewel-button: add ITextButton interface to buttons with text label (included checkbox and radiobutton) and make text label use a span to make it more usable - posted by ca...@apache.org on 2020/06/15 17:23:51 UTC, 0 replies.
- [royale-asjs] 06/08: jewel-responsive-label-visibiility: add resoposive visibility for text labelsin buttons - posted by ca...@apache.org on 2020/06/15 17:23:52 UTC, 0 replies.
- [royale-asjs] 07/08: jewel-button: padding between text and icon is now applied to text instead to icon - posted by ca...@apache.org on 2020/06/15 17:23:53 UTC, 0 replies.
- [royale-asjs] 08/08: Merge branch 'feature/responsive-button-labels' into develop - posted by ca...@apache.org on 2020/06/15 17:23:54 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes - posted by ca...@apache.org on 2020/06/15 17:38:37 UTC, 0 replies.
- [royale-asjs] branch develop updated: todomvc-jewel: simplify example to make it less verbose - posted by ca...@apache.org on 2020/06/17 14:52:29 UTC, 0 replies.
- [royale-asjs] branch develop updated (3ec27c5 -> 813a07f) - posted by ca...@apache.org on 2020/06/17 15:06:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-simpleloader: a first iteration of a new loader component for jewel. while working on this component I found a problem with Object transpiling (I created a compiler issue), also CSS @keyframe compiles in library but can't reach application CSS, so we don't have keyframe support) - posted by ca...@apache.org on 2020/06/17 19:48:02 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-simpleloader: improve indeterminate state - posted by ca...@apache.org on 2020/06/17 22:45:34 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-simpleloader: add styles for different emphasis - posted by ca...@apache.org on 2020/06/18 10:33:57 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with simpleloader styles - posted by ca...@apache.org on 2020/06/18 10:44:13 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with simpleloader styles (2) - posted by ca...@apache.org on 2020/06/18 10:52:27 UTC, 0 replies.
- [royale-asjs] branch develop updated: Cleaned up timing definitions - posted by ha...@apache.org on 2020/06/18 11:02:36 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-table: make header be added before body since this order will be important for implement scrolling - posted by ca...@apache.org on 2020/06/18 17:46:31 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-simpleloader: fix RTE when setting indeterminate to false - posted by ca...@apache.org on 2020/06/19 10:44:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: tour-de-jewel: add simpleloader example - posted by ca...@apache.org on 2020/06/19 10:56:58 UTC, 0 replies.
- [royale-asjs] branch develop updated: Change ComboBoxItemByField for a Basic Bead so that it can be used by more components - posted by yi...@apache.org on 2020/06/19 11:36:27 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-table: make "fixedHeader" property work. So now we have table content scrolling right on all browsers - posted by ca...@apache.org on 2020/06/20 13:54:38 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: add table with fixedHeader and content scrolling example - posted by ca...@apache.org on 2020/06/20 13:55:36 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: comment card actions in table with fixedHeader and content scrolling example - posted by ca...@apache.org on 2020/06/20 18:14:50 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with table style changes - posted by ca...@apache.org on 2020/06/21 08:33:57 UTC, 0 replies.
- [royale-compiler] branch develop updated: force order of JFlex switch statements to help with reproducible binaries - posted by ah...@apache.org on 2020/06/22 04:38:36 UTC, 0 replies.
- [royale-compiler] branch develop updated: OrderSwitchesMojo. Need to release compiler-build-tools with new mojo - posted by ah...@apache.org on 2020/06/22 05:05:24 UTC, 0 replies.
- [royale-compiler] branch develop updated (4d325fb -> cb4b009) - posted by ah...@apache.org on 2020/06/22 05:18:28 UTC, 0 replies.
- [royale-compiler] branch develop updated: oops, messed up the merge - posted by ah...@apache.org on 2020/06/22 05:23:28 UTC, 0 replies.
- [royale-asjs] branch ChildResize updated: try to get measurement changes propagated bottom up - posted by ah...@apache.org on 2020/06/22 07:22:00 UTC, 0 replies.
- [royale-docs] branch master updated: Update httpservice.md - posted by an...@apache.org on 2020/06/22 22:53:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: Added reference to URLBinaryLoader - posted by ha...@apache.org on 2020/06/23 13:10:26 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-datefield: fix sizing issues - posted by ca...@apache.org on 2020/06/23 15:41:52 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: add DateField sizing examples - posted by ca...@apache.org on 2020/06/23 15:42:24 UTC, 0 replies.
- [royale-asjs] branch develop updated (a7a15a5 -> a30c028) - posted by ha...@apache.org on 2020/06/23 15:50:10 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-trucated-text: make it work for Label too - posted by ca...@apache.org on 2020/06/23 17:52:16 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: add label truncate text example - posted by ca...@apache.org on 2020/06/23 17:52:56 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-combobox: add default width const - posted by ca...@apache.org on 2020/06/23 18:36:17 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-combobox: add default width const (latest commit was for datefield) - posted by ca...@apache.org on 2020/06/23 18:37:00 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-numericstepper: fix layout problems and sizing - posted by ca...@apache.org on 2020/06/23 21:46:49 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: add NumericStepper sizing examples - posted by ca...@apache.org on 2020/06/23 21:47:26 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with numeric stepper style changes reworked - posted by ca...@apache.org on 2020/06/23 21:54:47 UTC, 0 replies.
- [royale-website] branch asf-site updated: tourdejewel: update with all latest changes - posted by ca...@apache.org on 2020/06/23 21:59:29 UTC, 0 replies.
- [royale-compiler] branch develop updated: Fix while loop without body needs correct transpile: added trailing semicolon. - posted by gr...@apache.org on 2020/06/24 01:11:09 UTC, 0 replies.
- [royale-compiler] branch develop updated: Added While loop missing block 'fix' to For loops, adjusted implementation to avoid GCC warning (which warns need of output of an explicit empty code block for the loop -this may be then removed again during minification). - posted by gr...@apache.org on 2020/06/24 02:26:16 UTC, 4 replies.
- [royale-asjs] branch develop updated: Add language testing of while-loop variants with empty loop bodies - posted by gr...@apache.org on 2020/06/24 06:07:15 UTC, 0 replies.
- [royale-asjs] branch develop updated: Add empty for loop test as well. - posted by gr...@apache.org on 2020/06/24 06:10:23 UTC, 0 replies.
- [royale-asjs] branch develop updated: Reverting an unintended change - posted by gr...@apache.org on 2020/06/24 06:14:20 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-disabled: tabindex must be set only on element, not positioner - posted by ca...@apache.org on 2020/06/24 08:19:12 UTC, 0 replies.
- [royale-asjs] branch develop updated: ADG Column Layout has to set width of renderer. Should fix #868. - posted by ah...@apache.org on 2020/06/24 09:09:10 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-disabled-beads: fix rest of disabled beads - posted by ca...@apache.org on 2020/06/24 13:01:05 UTC, 0 replies.
- [royale-asjs] branch develop updated: override get value in mx:DateField - posted by pu...@apache.org on 2020/06/24 13:38:28 UTC, 1 replies.
- [royale-asjs] branch develop updated: jewel-numericstepper: some cleaning and distribution of code to theme - posted by ca...@apache.org on 2020/06/24 15:45:31 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: fix some wrong labels - posted by ca...@apache.org on 2020/06/24 15:46:03 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: update all themes with numeric stepper style changes cleaning changes - posted by ca...@apache.org on 2020/06/24 15:55:22 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-layouts: fix a bug in waitForSize that was causing the layout not run when waitForSize is activated - posted by ca...@apache.org on 2020/06/24 22:08:47 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: remove a waitForSize not needed in layouts example - posted by ca...@apache.org on 2020/06/24 22:09:14 UTC, 0 replies.
- [royale-website] branch asf-site updated: tourdejewel: add latest fixes - posted by ca...@apache.org on 2020/06/24 22:11:46 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-numericstepper: move logic to a new controller and remove from view - posted by ca...@apache.org on 2020/06/25 10:43:18 UTC, 0 replies.
- [royale-docs] branch master updated: Change config name - posted by yi...@apache.org on 2020/06/25 11:02:28 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-table: remove an unwanted pixel padding surronding all cells - posted by ca...@apache.org on 2020/06/25 11:10:22 UTC, 0 replies.
- [royale-docs] branch master updated: Reverting ca5fb20309ebac7d18d7f9b3feb75421d41173d3 - posted by yi...@apache.org on 2020/06/25 11:58:12 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-themes: remove a top border on Tables now that we don't have extra spaces - posted by ca...@apache.org on 2020/06/25 14:31:28 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-spinner: improve usability implementing "maintain button pressed" to increase/decrease values easily without the need of clicking to submit each change - posted by ca...@apache.org on 2020/06/25 18:58:10 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-spinner: clean timer listeners - posted by ca...@apache.org on 2020/06/25 22:11:23 UTC, 0 replies.
- [royale-website] branch asf-site updated: tourdejewel: add latest changes of jewel Numericstepper and Table - posted by ca...@apache.org on 2020/06/26 07:56:36 UTC, 0 replies.
- [royale-compiler] branch develop updated: MXMLTagData: added protected setProblems() for FakeMXMLTagData to fix null exception in findMatchingEndTag() - posted by jo...@apache.org on 2020/06/26 21:39:35 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-spinner: fix secondary button triggering maintin button feature - posted by ca...@apache.org on 2020/06/27 19:43:08 UTC, 0 replies.
- [royale-asjs] branch develop updated: tourdejewel: fix a problem when use runtime theme switching in numericstepper - posted by ca...@apache.org on 2020/06/27 20:17:28 UTC, 0 replies.
- [royale-asjs] branch develop updated (92c7668 -> 08705f5) - posted by ah...@apache.org on 2020/06/28 06:51:34 UTC, 0 replies.
- [royale-compiler] branch develop updated: Fix for an issue that was observed only with IDE integration (false positive DuplicateFunctionDefinition problem) - posted by gr...@apache.org on 2020/06/29 04:38:05 UTC, 0 replies.
- [royale-compiler] branch develop updated: allow more than one leading underscore in selector names - posted by ah...@apache.org on 2020/06/29 07:08:13 UTC, 0 replies.
- [royale-asjs] branch develop updated: TinyEditor wrapper as replacement for MX RichTextEditor - posted by ah...@apache.org on 2020/06/29 07:16:38 UTC, 0 replies.
- [royale-website] branch asf-site updated: update website with latest changes - posted by ca...@apache.org on 2020/06/29 16:34:59 UTC, 0 replies.
- [royale-compiler] branch develop updated: ClosureUtils: tweak export of protected accessors because AccessorEmitter doesn't use the at-export annotation at this time - posted by jo...@apache.org on 2020/06/29 16:39:50 UTC, 0 replies.
- [royale-asjs] branch develop updated: Test commit [raudjcholo] - posted by ra...@apache.org on 2020/06/29 17:39:04 UTC, 0 replies.
- [royale-compiler] branch develop updated: JSRoyaleDocEmitter: consolidated at-nocollapse annotation and added it to static methods too when -prevent-rename compiler args are present - posted by jo...@apache.org on 2020/06/29 18:03:17 UTC, 0 replies.
- [royale-compiler] branch develop updated: JSRoyaleDocEmitter: missed protected in previous commit - posted by jo...@apache.org on 2020/06/29 19:05:28 UTC, 0 replies.
- [royale-asjs] branch develop updated: jewel-table: solve RTE when setting columns at later time - posted by ca...@apache.org on 2020/06/30 14:57:06 UTC, 0 replies.
- [royale-compiler] branch develop updated (5bd59e4 -> 9087d56) - posted by jo...@apache.org on 2020/06/30 18:18:17 UTC, 0 replies.
- [royale-compiler] 01/02: royale.dependent.tests: fixes for commits 96b42e5a980c1d919d0c3a620c500f7a0aff2e9d and 10d0e0b952ff10b2f17f9db5bbc0112693befe70 - posted by jo...@apache.org on 2020/06/30 18:18:18 UTC, 0 replies.
- [royale-compiler] 02/02: JSRoyaleDocEmitter: internal-to-package members use at-package JSDoc annotation, since that's the purpose of this annotation - posted by jo...@apache.org on 2020/06/30 18:18:19 UTC, 0 replies.
- [royale-compiler] branch develop updated: JSRoyaleDocEmitter, ClosureUtils: non-static public methods are now exported dynamically in release builds instead of requiring a doc comment - posted by jo...@apache.org on 2020/06/30 21:46:02 UTC, 0 replies.