-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial version for animation with scene approach #1400
base: ENYO-2174-directorapproach
Are you sure you want to change the base?
Initial version for animation with scene approach #1400
Commits on Oct 12, 2015
-
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 0ab00a5 - Browse repository at this point
Copy the full SHA 0ab00a5View commit details -
move direction determination to ViewManager
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 0f95b46 - Browse repository at this point
Copy the full SHA 0f95b46View commit details
Commits on Oct 13, 2015
-
fix layout bug when cancelling drag
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 13, 2015 Configuration menu - View commit details
-
Copy full SHA for cde87ba - Browse repository at this point
Copy the full SHA cde87baView commit details -
add count parameter to ViewManager.back()
Enables popping multiple views off the stack Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 486b7c5 - Browse repository at this point
Copy the full SHA 486b7c5View commit details
Commits on Oct 15, 2015
-
add notification method invocation for ViewManager lifecycle events
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 10f1685 - Browse repository at this point
Copy the full SHA 10f1685View commit details -
simply declarative child ViewManager handling
Rather than checking for the isManager flag which was inconsistently applied, a VM can call a private isManager method to determine if the provided view exists and is in its viewManagers hash. A consequence of this change is that VMs can only be declared within the managers[] and, when created manually, will always be considered a manager. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 733e88f - Browse repository at this point
Copy the full SHA 733e88fView commit details -
fix (actually this time) the navigation direction for a cancelled drag
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 39f52ee - Browse repository at this point
Copy the full SHA 39f52eeView commit details -
Merge remote-tracking branch 'origin/2.6.0-dev' into viewmanager
Ryan Duffy committedOct 15, 2015 Configuration menu - View commit details
-
Copy full SHA for d484296 - Browse repository at this point
Copy the full SHA d484296View commit details
Commits on Oct 16, 2015
-
refine and standardize view-related events
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 9df27e1 - Browse repository at this point
Copy the full SHA 9df27e1View commit details -
add getActive() method to ViewManager
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 16, 2015 Configuration menu - View commit details
-
Copy full SHA for c56a2c3 - Browse repository at this point
Copy the full SHA c56a2c3View commit details
Commits on Oct 18, 2015
-
add documentation to ViewManager
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 18, 2015 Configuration menu - View commit details
-
Copy full SHA for ded1d66 - Browse repository at this point
Copy the full SHA ded1d66View commit details -
switch to activateImmediate after drag to avoid pause
When using activate, the requestAnimationFrame caused a brief delay before the transition began which created an odd pause when releasing the drag. Using activateImmediate resolves this. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 2f6ff77 - Browse repository at this point
Copy the full SHA 2f6ff77View commit details
Commits on Oct 20, 2015
-
add manage event to ViewManager
Instead of overloading 'activate' with both views and manager and incongruently using 'deactivate' and 'dismiss' respectively for tear down, add a new 'manage' event for activation of a child ViewManager. Note that, for the time being, there is intentionally no post-transition event (like 'activated' for views) because the ViewManager's activation isn't animated in any way. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for e370b57 - Browse repository at this point
Copy the full SHA e370b57View commit details -
rework transition completion for ViewLayout
Previously, transition completion was handled per-view so ViewLayout would fire its 'complete' event twice in most scenarios. Since ViewManager.direction to be reset when the first view transitioned, the event payload for the second view had an incorrect direction value. Furthermore, it doesn't make sense for 'complete' to fire until the entire transition is complete so it now monitors the state of both views' transition and only notifies when both are done. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for d6de25f - Browse repository at this point
Copy the full SHA d6de25fView commit details -
allow customization of scrim in ScrimSupport
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 4dc2434 - Browse repository at this point
Copy the full SHA 4dc2434View commit details -
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 001bc49 - Browse repository at this point
Copy the full SHA 001bc49View commit details -
complete transitions when dragging starts during
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 29468f2 - Browse repository at this point
Copy the full SHA 29468f2View commit details
Commits on Oct 23, 2015
-
add webkit prefixed transforms
Issue: ENYO-2723 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 23, 2015 6Configuration menu - View commit details
-
Copy full SHA for 3c7b841 - Browse repository at this point
Copy the full SHA 3c7b841View commit details -
support multiple calls to activate() in the same frame
View activation is asynchronous (using rAF) so multiple calls to activate() in the same frame produced unexpected results and out of sync styling. For floating panels, the stack would only include the last view. For fixed panels, the direction could be incorrect if the penultimate activation was on the opposite side of the final activated view from the source view. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 0a9f07f - Browse repository at this point
Copy the full SHA 0a9f07fView commit details
Commits on Oct 26, 2015
-
reset drag state when dragging in an invalid direction
Issue: ENYO-2714 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for c46abed - Browse repository at this point
Copy the full SHA c46abedView commit details -
add prefixed CSS for webkit transition
Issue: ENYO-2723 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 0c497bd - Browse repository at this point
Copy the full SHA 0c497bdView commit details -
refactor cancelDrag to enable cancelling from other paths
Issue: ENYO-2714 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 26, 2015 Configuration menu - View commit details
-
Copy full SHA for f1b5512 - Browse repository at this point
Copy the full SHA f1b5512View commit details
Commits on Oct 27, 2015
-
Issue: ENYO-2714 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedOct 27, 2015 Configuration menu - View commit details
-
Copy full SHA for e6aa9ef - Browse repository at this point
Copy the full SHA e6aa9efView commit details
Commits on Nov 12, 2015
-
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 73657c0 - Browse repository at this point
Copy the full SHA 73657c0View commit details
Commits on Nov 16, 2015
-
add dismiss event when dragging VM
Also add dragging property to distinguish between dismiss events Issue: PLAT-12048 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 16, 2015 Configuration menu - View commit details
-
Copy full SHA for cb0dc38 - Browse repository at this point
Copy the full SHA cb0dc38View commit details
Commits on Nov 19, 2015
-
Merge pull request #1335 from enyojs/PLAT-12048-ryanjduffy
Fixes PLAT-12048 add dismiss event when dragging VM
Configuration menu - View commit details
-
Copy full SHA for ecd0c45 - Browse repository at this point
Copy the full SHA ecd0c45View commit details
Commits on Nov 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d9138bf - Browse repository at this point
Copy the full SHA d9138bfView commit details
Commits on Nov 24, 2015
-
Merge remote-tracking branch 'origin/2.6.0-dev' into viewmanager
Ryan Duffy committedNov 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 2be5067 - Browse repository at this point
Copy the full SHA 2be5067View commit details -
use mixin instead of bubbleTarget to funnel events to ViewLayout
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 391aa7f - Browse repository at this point
Copy the full SHA 391aa7fView commit details -
add flick support to ViewManager
Altered ViewManager.draggable to be either Boolean or a String to support draggable, flickable, both or neither. Issue: PLAT-12457 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 398b42d - Browse repository at this point
Copy the full SHA 398b42dView commit details -
refine handling of view activation/deactivation during dragging
Prevents resetting transform on the dragView which caused a visual jump when the view reset its position before transitioning offscreen. Resets dragging when a view is activated and correctly retains a to be tore down node until dragging completes. Issue: PLAT-12619 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 24, 2015 Configuration menu - View commit details
-
Copy full SHA for de845d9 - Browse repository at this point
Copy the full SHA de845d9View commit details
Commits on Nov 25, 2015
-
add support for activation options
Added opts parameter to several methods to allow one-time activation configuration (e.g. disabling animation for hiding a floating panel). Issue: PLAT-11951 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedNov 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 51d83f5 - Browse repository at this point
Copy the full SHA 51d83f5View commit details
Commits on Dec 2, 2015
-
Merge pull request #1339 from enyojs/PLAT-11951-ryanjduffy
Fixes PLAT-11951
Configuration menu - View commit details
-
Copy full SHA for 5a0d946 - Browse repository at this point
Copy the full SHA 5a0d946View commit details
Commits on Dec 3, 2015
-
prevent setting dragging when not really dragging
Issue: PLAT-13424 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedDec 3, 2015 Configuration menu - View commit details
-
Copy full SHA for e5347a6 - Browse repository at this point
Copy the full SHA e5347a6View commit details
Commits on Dec 4, 2015
-
prevent cancelDrag events for invalid drags
We always get the dragStart event but if the subsequent drags are not valid (e.g. there's only 1 view so dragging in any direction is invalid), we'd still fire cancelDrag. Preventing that by requiring dragging to be strictly true. Issue: PLAT-13424 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedDec 4, 2015 Configuration menu - View commit details
-
Copy full SHA for e4d9d1f - Browse repository at this point
Copy the full SHA e4d9d1fView commit details
Commits on Dec 14, 2015
-
Merge pull request #1341 from enyojs/PLAT-13424-ryanjduffy
Fixes PLAT-13424 prevent setting dragging when not really dragging
Configuration menu - View commit details
-
Copy full SHA for 8c32649 - Browse repository at this point
Copy the full SHA 8c32649View commit details -
ENYO-2913: Prevent concurrent transitions when setupTransitions is tr…
…iggered via an index change or animateTo call. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbedbaf - Browse repository at this point
Copy the full SHA cbedbafView commit details
Commits on Dec 18, 2015
-
ENYO-2917 Document wip modules/kinds
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedDec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 365910c - Browse repository at this point
Copy the full SHA 365910cView commit details -
ENYO-2917 Document wip modules/kinds
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedDec 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 0420403 - Browse repository at this point
Copy the full SHA 0420403View commit details -
Merge pull request #1345 from enyojs/ENYO-2917-roysutton
ENYO-2917 Document wip modules/kinds Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for a62d098 - Browse repository at this point
Copy the full SHA a62d098View commit details
Commits on Dec 21, 2015
-
remove prototype ViewLayouts and mark VM kinds as WIP
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedDec 21, 2015 Configuration menu - View commit details
-
Copy full SHA for e0a69ca - Browse repository at this point
Copy the full SHA e0a69caView commit details
Commits on Dec 29, 2015
-
ENYO-2904 Add glossary entries for private/protected
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedDec 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 990324d - Browse repository at this point
Copy the full SHA 990324dView commit details
Commits on Dec 30, 2015
-
ENYO-2964 Fix mixin declarations
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedDec 30, 2015 Configuration menu - View commit details
-
Copy full SHA for f85d466 - Browse repository at this point
Copy the full SHA f85d466View commit details -
Merge pull request #1347 from enyojs/ENYO-2904-roysutton
ENYO-2904 Add glossary entries for private/protected Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 9da7183 - Browse repository at this point
Copy the full SHA 9da7183View commit details -
Merge pull request #1348 from enyojs/ENYO-2964-roysutton
ENYO-2964 Fix mixin declarations Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for ca5fe54 - Browse repository at this point
Copy the full SHA ca5fe54View commit details -
add drag event validation to ViewManager.handleDragFinish()
If a drag is brief enough, we might only see a dragstart and dragfinish thereby skipping the validation logic in handleDrag(). Refactoring that logic out into a method so it can be called from both handlers. Issue: PLAT-14490 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedDec 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 2762871 - Browse repository at this point
Copy the full SHA 2762871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcfda8 - Browse repository at this point
Copy the full SHA 4dcfda8View commit details
Commits on Dec 31, 2015
-
Merge branch '2.6.0-dev' into ENYO-1279-rs26
Roy Sutton committedDec 31, 2015 Configuration menu - View commit details
-
Copy full SHA for da43e5f - Browse repository at this point
Copy the full SHA da43e5fView commit details -
Merge pull request #1143 from enyojs/ENYO-1279-rs26
ENYO-1279 Document and make public containerName/containerOptions Reviewed-By: Jason Robitaille ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 0e21cf2 - Browse repository at this point
Copy the full SHA 0e21cf2View commit details -
ENYO-2604: Remove scrim upon destruction.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4989bb2 - Browse repository at this point
Copy the full SHA 4989bb2View commit details
Commits on Jan 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d1c3c54 - Browse repository at this point
Copy the full SHA d1c3c54View commit details -
Merge pull request #1238 from enyojs/ENYO-1029-ysukharenko
ENYO-1029: Add findIndex for enyo.Collection Reviewed-by: Rostyslav Bevz ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for da99c5e - Browse repository at this point
Copy the full SHA da99c5eView commit details
Commits on Jan 5, 2016
-
ENYO-2917 Document wip modules/kinds
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for c2bc400 - Browse repository at this point
Copy the full SHA c2bc400View commit details -
Merge pull request #1349 from enyojs/PLAT-14490-ryanjduffy
Fixes PLAT-14490
Configuration menu - View commit details
-
Copy full SHA for 336af42 - Browse repository at this point
Copy the full SHA 336af42View commit details -
Merge pull request #1206 from enyojs/ENYO-1355-jasonrobitaille
ENYO-1355: AjaxSource still using enyo.Model.isNew Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for d9b6c34 - Browse repository at this point
Copy the full SHA d9b6c34View commit details
Commits on Jan 6, 2016
-
Merge pull request #1301 from enyojs/ENYO-2646-RoySutton
ENYO-2646 Move contructor to create Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for f38a530 - Browse repository at this point
Copy the full SHA f38a530View commit details -
Merge pull request #1350 from enyojs/ENYO-2604-aarontam
ENYO-2604: Remove scrim upon destruction.
Configuration menu - View commit details
-
Copy full SHA for d315ece - Browse repository at this point
Copy the full SHA d315eceView commit details
Commits on Jan 7, 2016
-
ENYO-2027: Prevent shared data object.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d18055 - Browse repository at this point
Copy the full SHA 4d18055View commit details -
Merge pull request #1225 from enyojs/ENYO-2027-aarontam
ENYO-2027: Prevent shared data object. Reviewed By: Derek Anderson ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 8cd1fc3 - Browse repository at this point
Copy the full SHA 8cd1fc3View commit details
Commits on Jan 9, 2016
-
ENYO-2993: Use correct module name.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d547b4 - Browse repository at this point
Copy the full SHA 2d547b4View commit details -
Update old links to module style
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 9, 2016 Configuration menu - View commit details
-
Copy full SHA for c9573ce - Browse repository at this point
Copy the full SHA c9573ceView commit details -
Merge pull request #1352 from enyojs/ENYO-2993-aarontam
ENYO-2993: Use correct module name.
Configuration menu - View commit details
-
Copy full SHA for d13e9b1 - Browse repository at this point
Copy the full SHA d13e9b1View commit details
Commits on Jan 11, 2016
-
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2b7108 - Browse repository at this point
Copy the full SHA d2b7108View commit details
Commits on Jan 12, 2016
-
Android browser detection for some phones
ZTE and Lenovo phones have browser userAgent like Android/4.x.x Conflicts: source/dom/platform.js
Configuration menu - View commit details
-
Copy full SHA for 7126a02 - Browse repository at this point
Copy the full SHA 7126a02View commit details -
ENYO-896: Combine Android detection patterns.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8638255 - Browse repository at this point
Copy the full SHA 8638255View commit details
Commits on Jan 15, 2016
-
Merge pull request #1354 from enyojs/ENYO-896-aarontam
ENYO-896: Combine Android detection patterns.
Configuration menu - View commit details
-
Copy full SHA for 203ec7e - Browse repository at this point
Copy the full SHA 203ec7eView commit details -
ENYO-2409: Fix Windows 10 app deployment error
jeremy.thomas committedJan 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 9bad716 - Browse repository at this point
Copy the full SHA 9bad716View commit details -
Merge pull request #1353 from enyojs/ENYO-2333-aarontam
ENYO-2333: Update license.
Configuration menu - View commit details
-
Copy full SHA for 53cc4bd - Browse repository at this point
Copy the full SHA 53cc4bdView commit details -
ENYO-2486 ENYO-3012 Add edge detection, fix docs
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 15, 2016 Configuration menu - View commit details
-
Copy full SHA for e860b6a - Browse repository at this point
Copy the full SHA e860b6aView commit details
Commits on Jan 18, 2016
-
ENYO-3016: Fix touch-gesture platform identification for Windows 10, …
…add Windows 10 Mobile
jeremy.thomas committedJan 18, 2016 1Configuration menu - View commit details
-
Copy full SHA for f19f55e - Browse repository at this point
Copy the full SHA f19f55eView commit details
Commits on Jan 19, 2016
-
ENYO-3018 Correct badly doc'ed types
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 19, 2016 Configuration menu - View commit details
-
Copy full SHA for b9a3142 - Browse repository at this point
Copy the full SHA b9a3142View commit details -
ENYO-2621: Mark method as WIP.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5b17da - Browse repository at this point
Copy the full SHA f5b17daView commit details -
@member is more clear than @var
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 052773d - Browse repository at this point
Copy the full SHA 052773dView commit details -
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 597762b - Browse repository at this point
Copy the full SHA 597762bView commit details -
Merge pull request #1356 from enyojs/ENYO-2486-roysutton
ENYO-2486 ENYO-3012 Add edge detection, fix docs Reviewed-By: Stephen Choi ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for c0f9c3a - Browse repository at this point
Copy the full SHA c0f9c3aView commit details
Commits on Jan 20, 2016
-
Merge pull request #1355 from enyojs/ENYO-2409-jeremythomas
ENYO-2409: Fix Windows 10 app deployment error Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 6e135af - Browse repository at this point
Copy the full SHA 6e135afView commit details -
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Stephen Choi committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 0cc5d75 - Browse repository at this point
Copy the full SHA 0cc5d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e0442 - Browse repository at this point
Copy the full SHA 89e0442View commit details -
ENYO-3018: Change static members reference from '#' to '.'
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Stephen Choi committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d072a5 - Browse repository at this point
Copy the full SHA 6d072a5View commit details -
ENYO-3020: Cleanup unnecessary comments
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Stephen Choi committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for f998793 - Browse repository at this point
Copy the full SHA f998793View commit details -
PLAT-15389: Allow for clearing of queue for pops without a correspond…
…ing history entry. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b85eedf - Browse repository at this point
Copy the full SHA b85eedfView commit details -
ENYO-2409: Fix Windows 10 app deployment/innerHTML issue
jeremy.thomas committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 918ab70 - Browse repository at this point
Copy the full SHA 918ab70View commit details -
Merge pull request #1297 from enyojs/ENYO-2621-aarontam
ENYO-2621: Add support for specifying default component properties.
Configuration menu - View commit details
-
Copy full SHA for 587cf6b - Browse repository at this point
Copy the full SHA 587cf6bView commit details -
Merge pull request #1360 from enyojs/ENYO-3020-stephenchoi
ENYO-3020: Cleanup unnecessary comments
Configuration menu - View commit details
-
Copy full SHA for 58eeb77 - Browse repository at this point
Copy the full SHA 58eeb77View commit details -
Merge pull request #1361 from enyojs/ENYO-2409-jeremythomas
ENYO-2409: Fix Windows 10 app deployment/innerHTML issue Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for f7c7c08 - Browse repository at this point
Copy the full SHA f7c7c08View commit details -
ENYO-3016: Fixing merge conflict
jeremy.thomas committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 07fdb56 - Browse repository at this point
Copy the full SHA 07fdb56View commit details
Commits on Jan 22, 2016
-
PLAT-15150: Fix the popOnBack property so that it takes precedence ov…
…er cacheViews. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e41dcb7 - Browse repository at this point
Copy the full SHA e41dcb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373bcfb - Browse repository at this point
Copy the full SHA 373bcfbView commit details -
PLAT-15150: Purge panels after running transition lifecycle methods.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b64181f - Browse repository at this point
Copy the full SHA b64181fView commit details
Commits on Jan 23, 2016
-
PLAT-15150: Refine panel removal and end-of-transition logic.
Add popView method to ViewPreloadSupport.
Configuration menu - View commit details
-
Copy full SHA for 4a073af - Browse repository at this point
Copy the full SHA 4a073afView commit details -
ENYO-3031: Fix broken comment block
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Stephen Choi committedJan 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 85298e0 - Browse repository at this point
Copy the full SHA 85298e0View commit details
Commits on Jan 25, 2016
-
ENYO-3018: Fix additional references to enyo.*
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 101218a - Browse repository at this point
Copy the full SHA 101218aView commit details -
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 25, 2016 Configuration menu - View commit details
-
Copy full SHA for c150264 - Browse repository at this point
Copy the full SHA c150264View commit details -
Tweak relational options slightly
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 93c60ec - Browse repository at this point
Copy the full SHA 93c60ecView commit details -
Merge pull request #1363 from enyojs/ENYO-3031-stephenchoi
ENYO-3031: Fix broken comment block
Configuration menu - View commit details
-
Copy full SHA for 4285730 - Browse repository at this point
Copy the full SHA 4285730View commit details -
Merge pull request #1359 from enyojs/ENYO-3018-roysutton
ENYO-3018 Correct badly doc'ed types Reviewed-By: Stephen Choi ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 8e1f275 - Browse repository at this point
Copy the full SHA 8e1f275View commit details
Commits on Jan 26, 2016
-
guard against shifting onhold events for cancelled holds
If endHold() is called during a hold event handlers, this._unsent will be nulled which causes an exception because it is assumed to be an array. Adding a truthy guard to ensure that the next event is only shifted if it hasn't been cleared. Issue: ENYO-3038 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedJan 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 4fb9199 - Browse repository at this point
Copy the full SHA 4fb9199View commit details
Commits on Jan 27, 2016
-
Merge pull request #1365 from enyojs/ENYO-3038-ryanjduffy
Fixes ENYO-3038 Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for f182384 - Browse repository at this point
Copy the full SHA f182384View commit details
Commits on Jan 28, 2016
-
clean up drag status ondragfinish
Previous assumption was that resetting the drag status on start would be sufficient but a left over dragView can be inadvertently removed when a drag on a contained ViewManager isn't handled and it propagates up to the parent VM. Issue: ENYO-3037 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedJan 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 5355e3d - Browse repository at this point
Copy the full SHA 5355e3dView commit details -
Update documentation for ViewManager
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 028963a - Browse repository at this point
Copy the full SHA 028963aView commit details -
ENYO-3047 Update (allthedependencies)
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 3b6f01b - Browse repository at this point
Copy the full SHA 3b6f01bView commit details
Commits on Jan 29, 2016
-
Merge pull request #1364 from enyojs/ENYO-3037-ryanjduffy
Fixes ENYO-30307 allow dragstart to propagate from ViewManager Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for f7a7726 - Browse repository at this point
Copy the full SHA f7a7726View commit details -
ENYO-3049: Calculate bounds when shown
`enyo/Scrollable` has a `calcBoundaries()` method that it uses internally and exposes publicly to ensure that a scrollable Control stays up to date with respect to its own size and the size of its contents. In this change, we add a call to `calcBoundaries()` when the scrollable Control is shown to ensure the boundaries are correct, taking into account any changes that may have occurred while the Control was hidden. This change was prompted by ENYO-3049, in which the scroll boundaries and position were inaccurate after hiding NewDataList, removing items from its backing collection, and then re-showing the list. We chose this simple fix over more complicated alternatives, including deferring calls to `calcBoundaries()` when the scrollable Control was hidden and then calling it only when necessary in `showingChangedHandler()`. In truth, there are probably a bunch of things in Scrollable that can / should be deferred when the Control is hidden, but we'll save that larger effort until we know it's needed. Enyo-DCO-1.1-Signed-Off-By: Gray Norton ([email protected])
Gray Norton committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 551b8b8 - Browse repository at this point
Copy the full SHA 551b8b8View commit details -
ENYO-3053: Mark TransitionScrollStrategy as WIP.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcc85ec - Browse repository at this point
Copy the full SHA dcc85ecView commit details -
Merge pull request #1369 from enyojs/ENYO-3053-aarontam
ENYO-3053: Mark TransitionScrollStrategy as WIP.
Configuration menu - View commit details
-
Copy full SHA for d8c08f7 - Browse repository at this point
Copy the full SHA d8c08f7View commit details -
ENYO-1810 Cleanup in-line samples for modules
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedJan 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 50a008c - Browse repository at this point
Copy the full SHA 50a008cView commit details -
Merge pull request #1371 from enyojs/ENYO-1810-roysutton
ENYO-1810 Cleanup in-line samples for modules Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 09bd9b4 - Browse repository at this point
Copy the full SHA 09bd9b4View commit details
Commits on Feb 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d876344 - Browse repository at this point
Copy the full SHA d876344View commit details -
Remove all observers from an object when destroyed to release any memory retained by references to destroyed objects in the observerTable Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 69a1267 - Browse repository at this point
Copy the full SHA 69a1267View commit details -
remove event listeners on destroy
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 6bfe76a - Browse repository at this point
Copy the full SHA 6bfe76aView commit details -
remove models from collection when destroying
Ensures that the event listeners added to each model are removed thereby deferencing the collection from the EventEmitter eventTable. Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 50ed0ca - Browse repository at this point
Copy the full SHA 50ed0caView commit details -
ensure each instance of Collection get its own copy of options
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 3154965 - Browse repository at this point
Copy the full SHA 3154965View commit details -
delete observerTable and eventTable entries when removing all
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 87d1161 - Browse repository at this point
Copy the full SHA 87d1161View commit details
Commits on Feb 4, 2016
-
ENYO-2913: Make return values and error conditions consistent.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 993f61c - Browse repository at this point
Copy the full SHA 993f61cView commit details -
Merge pull request #1343 from enyojs/ENYO-2913-aarontam
ENYO-2913: Prevent concurrent transitions when setupTransitions is triggered via an index change or animateTo call.
Configuration menu - View commit details
-
Copy full SHA for 2dfe05b - Browse repository at this point
Copy the full SHA 2dfe05bView commit details
Commits on Feb 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3f6dda5 - Browse repository at this point
Copy the full SHA 3f6dda5View commit details -
ENYO-3078 Updated Docs to prevent duplicate modules
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 60e3e0f - Browse repository at this point
Copy the full SHA 60e3e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96efc65 - Browse repository at this point
Copy the full SHA 96efc65View commit details -
complete outstanding transition when registering a new transition
There are a couple scenarios in which a transition might not complete before another is registered possibly causing layout completion activities to be skipped. To avoid this, mark any incomplete transitions complete so the callback can fire to clean up before registering the new transition. Issue: ENYO-3071 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 1daed0c - Browse repository at this point
Copy the full SHA 1daed0cView commit details -
Merge pull request #1373 from enyojs/ENYO-3080-jasonrobitaille
ENYO-3080: requestAnimationFrame not in usage for iOS >=7 Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 7c7b23c - Browse repository at this point
Copy the full SHA 7c7b23cView commit details
Commits on Feb 8, 2016
-
jeremy.thomas committed
Feb 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 81f039d - Browse repository at this point
Copy the full SHA 81f039dView commit details -
Merge pull request #1358 from enyojs/ENYO-3016-jeremythomas2
ENYO-3016: Fix touch-gesture platform identification for Windows 10, … Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 2bec3fc - Browse repository at this point
Copy the full SHA 2bec3fcView commit details
Commits on Feb 9, 2016
-
Merge pull request #1368 from enyojs/ENYO-3047
ENYO-3047 Update (allthedependencies) Reviewed-By: Ryan Duffy ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 8f6cf5b - Browse repository at this point
Copy the full SHA 8f6cf5bView commit details
Commits on Feb 10, 2016
-
ENYO-2951: Expose transitioning property via a public method.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 195278b - Browse repository at this point
Copy the full SHA 195278bView commit details -
Merge pull request #1375 from enyojs/ENYO-3071-ryanjduffy
Fixes ENYO-3071 Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 1d0d8af - Browse repository at this point
Copy the full SHA 1d0d8afView commit details -
apply translate3d to views to force compositing during dragging
Issue: PLAT-14017 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 0f90408 - Browse repository at this point
Copy the full SHA 0f90408View commit details -
fix CSS ordering for active view positioning
Moving it up for DRY-ness broke the transition. /sadtrombone Issue: PLAT-14017 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 9d35338 - Browse repository at this point
Copy the full SHA 9d35338View commit details -
Merge pull request #1380 from enyojs/PLAT-14017-ryanjduffy-2.6.1-pre.6
PLAT-14017 Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for bd60c0c - Browse repository at this point
Copy the full SHA bd60c0cView commit details -
clear the model for unrendered rows of a DataRepeater
Issue: ENYO-2867 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 10, 2016 Configuration menu - View commit details
-
Copy full SHA for defaa5c - Browse repository at this point
Copy the full SHA defaa5cView commit details
Commits on Feb 11, 2016
-
Merge pull request #1370 from enyojs/ENYO-3049-graynorton
ENYO-3049: Calculate bounds when shown Reviewed-By: Kunmyon Choi ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 74b6a28 - Browse repository at this point
Copy the full SHA 74b6a28View commit details -
Merge pull request #1366 from enyojs/PLAT-15389-aarontam
PLAT-15389: Allow for clearing of queue for pops without a corresponding history entry.
Configuration menu - View commit details
-
Copy full SHA for a3a2e09 - Browse repository at this point
Copy the full SHA a3a2e09View commit details -
PLAT-15150: Clean-up cruft, add documentation.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4639ff - Browse repository at this point
Copy the full SHA f4639ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c40cea - Browse repository at this point
Copy the full SHA 1c40ceaView commit details
Commits on Feb 12, 2016
-
Clarified LightPanel should not be required directly
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedFeb 12, 2016 Configuration menu - View commit details
-
Copy full SHA for ee1a181 - Browse repository at this point
Copy the full SHA ee1a181View commit details
Commits on Feb 13, 2016
-
Doc LightPanel to be part of LightPanels again
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedFeb 13, 2016 Configuration menu - View commit details
-
Copy full SHA for e716ece - Browse repository at this point
Copy the full SHA e716eceView commit details
Commits on Feb 15, 2016
-
Merge pull request #1374 from enyojs/ENYO-3078-roysutton
ENYO-3078 Updated Docs to prevent duplicate modules Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 5e6482d - Browse repository at this point
Copy the full SHA 5e6482dView commit details
Commits on Feb 16, 2016
-
ENYO-3011: Ensure that transition clean-up logic is always executed.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c42b810 - Browse repository at this point
Copy the full SHA c42b810View commit details
Commits on Feb 17, 2016
-
Merge pull request #1362 from enyojs/PLAT-15150-aarontam
PLAT-15150: Fix issues with destruction. Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 17c5604 - Browse repository at this point
Copy the full SHA 17c5604View commit details -
Merge pull request #1376 from enyojs/ENYO-2951-aarontam
ENYO-2951: Expose transitioning property via a public method. Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for bcacfc2 - Browse repository at this point
Copy the full SHA bcacfc2View commit details -
ENYO-3011: The fallback should not run faster than the transition; re…
…moving offset. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0008016 - Browse repository at this point
Copy the full SHA 0008016View commit details
Commits on Feb 18, 2016
-
Merge pull request #1381 from enyojs/ENYO-2867-ryanjduffy
Fixes ENYO-2867 clear the model for unrendered rows of a DataRepeater Reviewed-By: Jeremy Thomas ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 0688a9b - Browse repository at this point
Copy the full SHA 0688a9bView commit details
Commits on Feb 19, 2016
-
ENYO-3112: Update documentation.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0cc936 - Browse repository at this point
Copy the full SHA c0cc936View commit details -
Merge pull request #1386 from enyojs/ENYO-3112-aarontam
ENYO-3112: Update documentation.
Configuration menu - View commit details
-
Copy full SHA for b6961c8 - Browse repository at this point
Copy the full SHA b6961c8View commit details -
ENYO-3098: Switch to a logical panel after replacement occurs.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c866d97 - Browse repository at this point
Copy the full SHA c866d97View commit details -
refactor RelationalModel + deps to correct string and circular refs
In order to eliminate string references to kindNames and avoid circular dependencies between the private kinds used by RelationalModel, some refactoring was required including some post-kind setup in the module's index.js Issue: ENYO-3033 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 19, 2016 Configuration menu - View commit details
-
Copy full SHA for bacdff9 - Browse repository at this point
Copy the full SHA bacdff9View commit details -
Merge remote-tracking branch 'origin/2.6.0-dev' into ENYO-2990-ryanjd…
…uffy
Ryan Duffy committedFeb 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 52bcff6 - Browse repository at this point
Copy the full SHA 52bcff6View commit details -
guard getRelations against nulled this.relations
If a RelationalModel particpates in a binding, it may be accessed after it is destroyed. Because it overrides get() to interrogate its related models, if it had been destroyed the array of models would have been nulled causing a runtime error. Issue: ENYO-2990 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 09685f8 - Browse repository at this point
Copy the full SHA 09685f8View commit details -
Merge pull request #1382 from enyojs/ENYO-3033-ryanjduffy
Fixes ENYO-3033 Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 5bc95ff - Browse repository at this point
Copy the full SHA 5bc95ffView commit details
Commits on Feb 22, 2016
-
Merge branch '2.6.0-dev' into ENYO-2990-ryanjduffy
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]>
Roy Sutton committedFeb 22, 2016 Configuration menu - View commit details
-
Copy full SHA for a3d6e07 - Browse repository at this point
Copy the full SHA a3d6e07View commit details -
Merge pull request #1372 from enyojs/ENYO-2990-ryanjduffy
Fixes ENYO-2990
Configuration menu - View commit details
-
Copy full SHA for 731a196 - Browse repository at this point
Copy the full SHA 731a196View commit details
Commits on Feb 24, 2016
-
add docs for RepeaterChildSupport#selectedClass
Issue: ENYO-3126 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedFeb 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 7307863 - Browse repository at this point
Copy the full SHA 7307863View commit details -
Merge pull request #1392 from enyojs/ENYO-3126-ryanjduffy
Fixes ENYO-3126 add docs for RepeaterChildSupport#selectedClass
Configuration menu - View commit details
-
Copy full SHA for d1b7f21 - Browse repository at this point
Copy the full SHA d1b7f21View commit details
Commits on Feb 25, 2016
-
ENYO-2718: Added ShowingTransitionSupport, a mixin to make showing/hi…
…ding animations easier. Squashed commit history Take advantage of utils.call, and don't double-bind-safely. Docs update, and moving control to WIP. Enyo-DCO-1.1-Signed-off-by: Blake Stephens <[email protected]> Fixup docs Enyo-DCO-1.1-Signed-off-by: Roy Sutton <[email protected]> Adding a default for shownClass simplifies the usage a bit in many cases. Added support for methods to be called out of immediate scope, and hardening of unexpected duration changes. Enyo-DCO-1.1-Signed-off-by: Blake Stephens <[email protected]> ENYO-2718: Update caching of shown and hidden method scopes. ENYO-2718: Re-add variable assignment for proper module documentation. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]> Methods should run even if there's no duration Normalized the order of the method execution across all 4 cases. Enyo-DCO-1.1-Signed-off-by: Blake Stephens <[email protected]>
Blake Stephens authored and Ryan Duffy committedFeb 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 869e812 - Browse repository at this point
Copy the full SHA 869e812View commit details -
Merge pull request #1394 from enyojs/ENYO-2718-ryanjduffy
ENYO-2718: Added ShowingTransitionSupport, a mixin to make showing/hiding animations easier. Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 1b24f62 - Browse repository at this point
Copy the full SHA 1b24f62View commit details -
Merge pull request #1384 from enyojs/ENYO-3011-aarontam
ENYO-3011: Ensure that transition clean-up logic is always executed.
Configuration menu - View commit details
-
Copy full SHA for 79c164e - Browse repository at this point
Copy the full SHA 79c164eView commit details -
jeremy.thomas committed
Feb 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 916756d - Browse repository at this point
Copy the full SHA 916756dView commit details -
jeremy.thomas committed
Feb 25, 2016 Configuration menu - View commit details
-
Copy full SHA for e98d57f - Browse repository at this point
Copy the full SHA e98d57fView commit details -
jeremy.thomas committed
Feb 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 77ab9ca - Browse repository at this point
Copy the full SHA 77ab9caView commit details
Commits on Feb 26, 2016
-
Initial version for scene changes
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26bbadc - Browse repository at this point
Copy the full SHA 26bbadcView commit details -
jeremy.thomas committed
Feb 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 11e1394 - Browse repository at this point
Copy the full SHA 11e1394View commit details
Commits on Feb 27, 2016
-
Merge pull request #1388 from enyojs/ENYO-3098-aarontam
ENYO-3098: Switch to a logical panel after replacement occurs.
Configuration menu - View commit details
-
Copy full SHA for 06bc5d9 - Browse repository at this point
Copy the full SHA 06bc5d9View commit details -
Merge pull request #1397 from enyojs/ENYO-3130-jeremythomas
ENYO-3130: Touch/gesture fix
Configuration menu - View commit details
-
Copy full SHA for 4d47a38 - Browse repository at this point
Copy the full SHA 4d47a38View commit details
Commits on Feb 28, 2016
-
some changes related to threshold
System Administrator authored and System Administrator committedFeb 28, 2016 Configuration menu - View commit details
-
Copy full SHA for a1fe229 - Browse repository at this point
Copy the full SHA a1fe229View commit details
Commits on Feb 29, 2016
-
ENYO-3144: Use container-based infrastructure for Travis.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53370c8 - Browse repository at this point
Copy the full SHA 53370c8View commit details -
Merge pull request #1401 from enyojs/ENYO-3144-aarontam
ENYO-3144: Use container-based infrastructure for Travis.
Configuration menu - View commit details
-
Copy full SHA for 8d51f6f - Browse repository at this point
Copy the full SHA 8d51f6fView commit details
Commits on Mar 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a4de09e - Browse repository at this point
Copy the full SHA a4de09eView commit details -
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d469c33 - Browse repository at this point
Copy the full SHA d469c33View commit details
Commits on Mar 4, 2016
-
ENYO-1998: Return source action result on execute
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]> ENYO-1998: Return array of results in case of multiple sources Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]> ENYO-1998: Remove forEach and cleanup Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea4496e - Browse repository at this point
Copy the full SHA ea4496eView commit details -
Merge pull request #1403 from enyojs/ENYO-1998-aarontam
ENYO-1998: Return source action result on execute Reviewed-By: Ryan Duffy ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 467fe7b - Browse repository at this point
Copy the full SHA 467fe7bView commit details -
updates related to layer optimization
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7cf74d - Browse repository at this point
Copy the full SHA e7cf74dView commit details
Commits on Mar 6, 2016
-
Added multiple roleplay changes
System Administrator authored and System Administrator committedMar 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 5b2d7f0 - Browse repository at this point
Copy the full SHA 5b2d7f0View commit details
Commits on Mar 8, 2016
-
ENYO-3174: Deprecate unstable APIs.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b9c7ae - Browse repository at this point
Copy the full SHA 8b9c7aeView commit details -
Merge pull request #1407 from enyojs/ENYO-3174-aarontam
ENYO-3174: Deprecate unstable APIs.
Configuration menu - View commit details
-
Copy full SHA for c4f59a0 - Browse repository at this point
Copy the full SHA c4f59a0View commit details -
ENYO-3175: Added support for Mozilla based browsers
Enyo-DCO-1.1-Signed-off-by: Blake Stephens <[email protected]> Slightly simpler code for transform Enyo-DCO-1.1-Signed-off-by: Blake Stephens <[email protected]>
Blake Stephens authored and Ryan Duffy committedMar 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 30a9bda - Browse repository at this point
Copy the full SHA 30a9bdaView commit details -
Merge pull request #1405 from enyojs/ENYO-3175-blakestephens
ENYO-3175: Added support for Mozilla based browsers
Configuration menu - View commit details
-
Copy full SHA for 4418b94 - Browse repository at this point
Copy the full SHA 4418b94View commit details -
ENYO-3164: Make Control be the default kind.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 048fac4 - Browse repository at this point
Copy the full SHA 048fac4View commit details -
ENYO-3184: Deprecate srcElement property for generated media events.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9070d89 - Browse repository at this point
Copy the full SHA 9070d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7642bea - Browse repository at this point
Copy the full SHA 7642beaView commit details
Commits on Mar 9, 2016
-
More IE8 support removal string change remove ie8 polyfills Remove module refs IE8 support removal fixes remove forEach-map-filter array polyfills remove additional ie8 code
Configuration menu - View commit details
-
Copy full SHA for 7f20067 - Browse repository at this point
Copy the full SHA 7f20067View commit details -
Merge pull request #1387 from enyojs/ENYO-3019-jeremythomas
ENYO-3019: IE8 Support Removal Reviewed-By: Ryan Duffy ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 579d9b9 - Browse repository at this point
Copy the full SHA 579d9b9View commit details -
Merge pull request #1408 from enyojs/ENYO-3184-aarontam
ENYO-3184: Remove srcElement property for generated media events.
Configuration menu - View commit details
-
Copy full SHA for d313280 - Browse repository at this point
Copy the full SHA d313280View commit details -
Merge pull request #1406 from enyojs/ENYO-3164-aarontam
ENYO-3164: Make Control be the default kind. Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 6d8cfb9 - Browse repository at this point
Copy the full SHA 6d8cfb9View commit details
Commits on Mar 10, 2016
-
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73ddb9b - Browse repository at this point
Copy the full SHA 73ddb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c932c - Browse repository at this point
Copy the full SHA a7c932cView commit details -
ENYO-3192: Converting to single quotes.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 432fc12 - Browse repository at this point
Copy the full SHA 432fc12View commit details -
Merge pull request #1409 from enyojs/ENYO-3192-jasonrobitaille
ENYO-3192: Dispatcher not caching touch position as expected Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 2b9771e - Browse repository at this point
Copy the full SHA 2b9771eView commit details
Commits on Mar 11, 2016
-
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 215a62b - Browse repository at this point
Copy the full SHA 215a62bView commit details -
reverting usage of remove() for compatibility
IE11 doesn't support node.remove() and the test for it fails for <select> elements which do have a remove method for another purpose. Since remove() is effectively just sugar, we remove it to ensure compatibility. Issue: ENYO-3208 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedMar 11, 2016 Configuration menu - View commit details
-
Copy full SHA for aa64fa2 - Browse repository at this point
Copy the full SHA aa64fa2View commit details
Commits on Mar 15, 2016
-
adds guard for setting the value of a select box in IE/Edge
Issue: ENYO-3204 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedMar 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 3388090 - Browse repository at this point
Copy the full SHA 3388090View commit details -
Merge pull request #1415 from enyojs/ENYO-3204-ryanjduffy
Fixes ENYO-3204 adds guard for setting the value of a select box in <= IE11 Reviewed-by: Stephen Choi ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 2fb2fef - Browse repository at this point
Copy the full SHA 2fb2fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fd24a - Browse repository at this point
Copy the full SHA 50fd24aView commit details -
Merge pull request #1413 from enyojs/ENYO-3208-ryanjduffy
Fixes ENYO-3208
Configuration menu - View commit details
-
Copy full SHA for 6938d25 - Browse repository at this point
Copy the full SHA 6938d25View commit details -
ENYO-3222: Adding support for cancelAnimationFrame.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]> ENYO-3222: Use updated cancelAnimationFrame API. Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]> Update global references to requestAnimation frame, update prefix order Enyo-DCO-1.1-Signed-off-by: Roy Sutton [email protected]
Configuration menu - View commit details
-
Copy full SHA for d108536 - Browse repository at this point
Copy the full SHA d108536View commit details -
Merge pull request #1414 from enyojs/ENYO-3222-aarontam
ENYO-3222: Adding support for cancelAnimationFrame. Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 4fc2cbb - Browse repository at this point
Copy the full SHA 4fc2cbbView commit details
Commits on Mar 16, 2016
-
ENYO-3210: Added better support for trackpad scrolling in Firefox.
Enyo-DCO-1.1-Signed-off-by: Aaron Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc56cab - Browse repository at this point
Copy the full SHA bc56cabView commit details -
Merge pull request #1419 from enyojs/ENYO-3210-aarontam
ENYO-3210: Added better support for trackpad scrolling in Firefox. Reviewed-By: Blake Stephens ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for c2ceab3 - Browse repository at this point
Copy the full SHA c2ceab3View commit details
Commits on Mar 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3834d96 - Browse repository at this point
Copy the full SHA 3834d96View commit details
Commits on Mar 21, 2016
-
ENYO-3219: Refresh scroll thresholds when adding / removing models
If a list is scrolled to the end and the size of the collection changes, we need to recalculate the scroll thresholds and possibly adjust the range of items to be rendered. Until now, we've only adjusted thresholds in the `scroll()` method, based on the direction and distance we've scrolled. In this fix, we add a new method, `refreshThresholds()`, which recalculates the thresholds based on the current scroll value. We call the new method from `modelsAdded()` and `modelsRemoved()` to make sure that the thresholds and item range are correct after the size of the collection has changed. Enyo-DCO-1.1-Signed-Off-By: Gray Norton ([email protected])
Gray Norton committedMar 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 8773568 - Browse repository at this point
Copy the full SHA 8773568View commit details -
Configuration menu - View commit details
-
Copy full SHA for b232582 - Browse repository at this point
Copy the full SHA b232582View commit details -
Merge pull request #1422 from enyojs/ENYO-3219-graynorton
ENYO-3219: Refresh scroll thresholds when adding / removing models Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 15d9883 - Browse repository at this point
Copy the full SHA 15d9883View commit details -
ENYO-3247 Correct docs for strategyKind
Enyo-DCO-1.1-Signed-off-by: Roy Sutton [email protected]
Roy Sutton committedMar 21, 2016 Configuration menu - View commit details
-
Copy full SHA for d29bca3 - Browse repository at this point
Copy the full SHA d29bca3View commit details
Commits on Mar 22, 2016
-
ENYO-3227: Recalculate metrics on showing
Issue: NewThumb is measure bounds of its parent on render time to determine minSizeRatio and naturalSize. If list is initially hidden and show later, these metrics are not updated. Fix: Call calculateMetrics in showingChangedHandler on showing. Enyo-DCO-1.1-Signed-off-by: Kunmyon Choi [email protected] Small tweak to super call and calc placement Enyo-DCO-1.1-Signed-off-by: Roy Sutton [email protected] Check getAbsoluteShowing instead of showing
Configuration menu - View commit details
-
Copy full SHA for 16c21f8 - Browse repository at this point
Copy the full SHA 16c21f8View commit details -
Merge pull request #1420 from enyojs/ENYO-3227-kunmyonchoi
ENYO-3227: Recalculate metrics on showing Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for e3a7f63 - Browse repository at this point
Copy the full SHA e3a7f63View commit details -
ENYO-3138: Recalculate scroll thumb metrics on resize
Issue: NewThumb is created from scratch to support new smart share use case. Now we have new use case of resize the new data list at runtime. And, current version of scroll thumb doesn't include that logic. Fix: Recalculate metrics on resize handler. So that it can draw itself in correct size and position. Enyo-DCO-1.1-Signed-Off-By: Kunmyon Choi ([email protected]) Adding back wip comment Add super call Add check for getAbsoluteBounds to avoid unnecessary calculation.
Configuration menu - View commit details
-
Copy full SHA for 4bb2243 - Browse repository at this point
Copy the full SHA 4bb2243View commit details -
Merge pull request #1410 from enyojs/ENYO-3138-kumyonchoi
ENYO-3138: Recalculate scroll thumb metrics on resize Reviewed-By: Aaron Tam ([email protected]) Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 529eb8b - Browse repository at this point
Copy the full SHA 529eb8bView commit details
Commits on Mar 23, 2016
-
Added handlelayer property and some issues.
- handleLayer to control GPU usage. - updated repeat changes. - dom property updates as CSStext. - Scene to handle single components too. Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4374f8 - Browse repository at this point
Copy the full SHA d4374f8View commit details
Commits on Mar 24, 2016
-
Merge pull request #1427 from enyojs/ENYO-3247-roysutton
ENYO-3247 Correct docs for strategyKind Integrated-By: Ryan Duffy ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 4c289a8 - Browse repository at this point
Copy the full SHA 4c289a8View commit details
Commits on Mar 25, 2016
-
guard setting Video current time from Infinity
Because who wants to watch Interstellar Issue: ENYO-3093 Enyo-DCO-1.1-Signed-off-by: Ryan Duffy ([email protected])
Ryan Duffy committedMar 25, 2016 Configuration menu - View commit details
-
Copy full SHA for dcea655 - Browse repository at this point
Copy the full SHA dcea655View commit details -
Merge pull request #1428 from enyojs/ENYO-3093-ryanjduffy
Fixes ENYO-3093 guard setting Video current time from Infinity Reviewed-By: Blake Stephens ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 9ddc019 - Browse repository at this point
Copy the full SHA 9ddc019View commit details
Commits on Mar 26, 2016
-
ENYO-3158: Adjust Buffer size based on item size and count
Issue: We use page concept on DataList and DataGridList. When item count is not devided by controls per page, last page can have different page height from others. The adjustBuffer function of VerticalDelegate and VerticalGridDelegate calculate buffer size by accumulating page size. But, we use default page size when the page is not generated yet. So, the buffer size is different between before and after generating the last page. Fix: Calculate buffer size based on item size and item collection length instead of page size and page height. And divide item collection length by number of columns in case of GridList. Enyo-DCO-1.1-Signed-off-by: Kunmyon Choi [email protected]
Configuration menu - View commit details
-
Copy full SHA for 40874a1 - Browse repository at this point
Copy the full SHA 40874a1View commit details -
Merge pull request #1402 from enyojs/ENYO-3158-kunmyonchoi
ENYO-3158: Adjust Buffer size based on item size and count Reviewed-By: Roy Sutton ([email protected]) Integrated-By: Aaron Tam ([email protected])
Configuration menu - View commit details
-
Copy full SHA for 4fb859b - Browse repository at this point
Copy the full SHA 4fb859bView commit details
Commits on Mar 28, 2016
-
ENYO-3261: Update default scrollStrategy for iOS devices
Enyo-DCO-1.1-Signed-off-by: Stephen Choi <[email protected]>
Stephen Choi committedMar 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 893666e - Browse repository at this point
Copy the full SHA 893666eView commit details
Commits on Mar 29, 2016
-
Documentation for WIP features:
* VirtualDataRepeater * Scrollable * NewDataList * NewThumb * NewDrawer Enyo-DCO-1.1-Signed-Off-By: Gray Norton ([email protected])
Gray Norton committedMar 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5e31464 - Browse repository at this point
Copy the full SHA 5e31464View commit details -
Merge pull request #1433 from enyojs/ENYO-3261-stephenchoi
ENYO-3261: Update default scrollStrategy for iOS devices
Configuration menu - View commit details
-
Copy full SHA for bf895ad - Browse repository at this point
Copy the full SHA bf895adView commit details
Commits on Mar 30, 2016
-
Enyo-DCO-1.1-Signed-off-by: Roy Sutton [email protected]
Roy Sutton committedMar 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 7ce9912 - Browse repository at this point
Copy the full SHA 7ce9912View commit details -
Merge pull request #1434 from enyojs/ENYO-2133-graynorton
Documentation for WIP features:
Configuration menu - View commit details
-
Copy full SHA for 16f1bdb - Browse repository at this point
Copy the full SHA 16f1bdbView commit details
Commits on Mar 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f5bef20 - Browse repository at this point
Copy the full SHA f5bef20View commit details
Commits on Apr 5, 2016
-
Merge Frame in Matrix, Dom and Utils
Extra support for animation like color, shadow and border related animation also introduced. Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b732e6 - Browse repository at this point
Copy the full SHA 3b732e6View commit details
Commits on Apr 7, 2016
-
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan([email protected])
Configuration menu - View commit details
-
Copy full SHA for 5f8657d - Browse repository at this point
Copy the full SHA 5f8657dView commit details -
Refracting frame changes properly
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b47f71 - Browse repository at this point
Copy the full SHA 7b47f71View commit details -
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d6b68d - Browse repository at this point
Copy the full SHA 4d6b68dView commit details
Commits on Apr 11, 2016
-
Removal of Easing and some bug fixing
Bug fixing related to fixed size array used to push among intermediate points in case of custom easing. Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 477757e - Browse repository at this point
Copy the full SHA 477757eView commit details
Commits on Apr 12, 2016
-
Merge pull request #1436 from enyojs/2.6.0-dev
Merge 2.6.0-dev into master.
Configuration menu - View commit details
-
Copy full SHA for 5933e3d - Browse repository at this point
Copy the full SHA 5933e3dView commit details -
Merge Frame and Matrix into Transform
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8579a4b - Browse repository at this point
Copy the full SHA 8579a4bView commit details
Commits on Apr 13, 2016
-
Remove duplicate codes and maintain JS standards
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ccfcdb - Browse repository at this point
Copy the full SHA 8ccfcdbView commit details
Commits on Apr 14, 2016
-
Reduce multiple loops from inverseN
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 057e19d - Browse repository at this point
Copy the full SHA 057e19dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5582d38 - Browse repository at this point
Copy the full SHA 5582d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c2b88 - Browse repository at this point
Copy the full SHA 86c2b88View commit details
Commits on Apr 15, 2016
-
Remove useless calculation and made easing globe
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49d6a96 - Browse repository at this point
Copy the full SHA 49d6a96View commit details -
transform and tween brought up
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba232be - Browse repository at this point
Copy the full SHA ba232beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412a04f - Browse repository at this point
Copy the full SHA 412a04fView commit details -
Add matrix and vector module within transform
Add matrix related modules within matrix module and vector related module within vector module. Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5eaae1 - Browse repository at this point
Copy the full SHA a5eaae1View commit details -
Separate vector and quaternion modules
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d6db0 - Browse repository at this point
Copy the full SHA 00d6db0View commit details -
Merge remote-tracking branch 'refs/remotes/origin/master' into ENYO_2…
…174-sceneapproach
Configuration menu - View commit details
-
Copy full SHA for 460c0ec - Browse repository at this point
Copy the full SHA 460c0ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2a5cc - Browse repository at this point
Copy the full SHA 9b2a5ccView commit details -
Scene and actor module updates
Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67191bc - Browse repository at this point
Copy the full SHA 67191bcView commit details
Commits on Apr 21, 2016
-
Some fix related to custome ease in rotate
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d24e67 - Browse repository at this point
Copy the full SHA 3d24e67View commit details -
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5913059 - Browse repository at this point
Copy the full SHA 5913059View commit details
Commits on Apr 25, 2016
-
Extended support for various transform properties
Added support for properties like translateX, rotateY, scaleZ, skewX etc. Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81725fb - Browse repository at this point
Copy the full SHA 81725fbView commit details
Commits on Apr 26, 2016
-
Handled multiple transform espacially rotation
With addition of various css like transform properties, e.g. translateX, rotateY etc, now we added support for multiple transform property within same animation like translateX and translateY. We also handled rotation property as it is not commutative. Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9720fc9 - Browse repository at this point
Copy the full SHA 9720fc9View commit details
Commits on Apr 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 62a91ba - Browse repository at this point
Copy the full SHA 62a91baView commit details
Commits on May 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a6b9346 - Browse repository at this point
Copy the full SHA a6b9346View commit details
Commits on May 4, 2016
-
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbafd35 - Browse repository at this point
Copy the full SHA fbafd35View commit details
Commits on May 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5ce28d8 - Browse repository at this point
Copy the full SHA 5ce28d8View commit details
Commits on May 11, 2016
-
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297f4e1 - Browse repository at this point
Copy the full SHA 297f4e1View commit details
Commits on May 12, 2016
-
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 115ce05 - Browse repository at this point
Copy the full SHA 115ce05View commit details
Commits on May 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bd613cd - Browse repository at this point
Copy the full SHA bd613cdView commit details
Commits on May 18, 2016
-
Add iteration support and some bug fixed
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebc6d27 - Browse repository at this point
Copy the full SHA ebc6d27View commit details -
Enyo-DCO-1.1-Signed-off-by: Ankur Mishra<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4474d36 - Browse repository at this point
Copy the full SHA 4474d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76148ce - Browse repository at this point
Copy the full SHA 76148ceView commit details