| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| | |
Textures
Conflicts:
js/io/system/ninjalibrary.json
|
| |\
| | |
| | | |
IKNinja-1377 - Global rotation does not work if object is translated in z.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Textures
Conflicts:
assets/canvas-runtime.js
js/io/system/ninjalibrary.json
js/mediators/element-mediator.js
|
| |\| |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Fixed the currentSelectedContainer by removing bindings and using property change on the current document
added the red outline back.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |/
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| |
| |
| | |
The elementModel is now a getter that will create a new model when needed.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
Also removed the Custom Materials section.
|
| | |
|
|\|
| |
| |
| | |
Textures
|
| |\
| | |
| | | |
components fix: adding a first draw event to components
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adding a first draw allows the component to have the right element so that ninja can use it's controller to get the component instance
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
|
| |/
| |
| |
| | |
interactions under new DOM Architecture.
|
|\|
| |
| |
| | |
Textures
|
| |\
| | |
| | | |
Document bindings fix - Changing the documents architecture to use bindings instead of events
|
| | |
| | |
| | |
| | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |\
| | | |
| | | |
| | | | |
document-bindings-fix
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |\ \
| | | | |
| | | | |
| | | | | |
into document-bindings-fix
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |/ /
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- using array controller to bind the current document to all ninja components
- removed open document event
- removed references to the document controller
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\| | |
| | | |
| | | |
| | | | |
Textures
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
Textures
Conflicts:
js/io/system/ninjalibrary.json
|
| |\|
| | |
| | |
| | | |
github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
|
| | |
| | |
| | |
| | |
| | |
| | | |
the id and class did not set values from the pi because of the removals of all id's on element.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
js/document/document-html.js
js/helper-classes/3D/view-utils.js
js/stage/stage.reel/stage.js
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |\
| | | | |
| | | | | |
Fixing triggerBinding warning from timeline panel.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |\ \
| | | | |/
| | | |/| |
bug fixes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- fixed js error on click of splitters when no documents are open
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | | |\ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- fix for ctrl+S for code document
- disallow opening the panels while in code document
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
Moved to reference new model in DOM architecture rework. This should not affect anything, just moving the references, and also the setting to the render methods in the design view.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |\ \ \
| | | |_|/
| | |/| | |
Css panel updates
|
| | | |/
| | |/|
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | | |
|