aboutsummaryrefslogtreecommitdiff
path: root/js/document
Commit message (Collapse)AuthorAge
* Merge branch 'refs/heads/dom-architecture' into bindingArmen Kesablyan2012-05-25
|\
| * Final clean up of render callback for design viewJose Antonio Marquez2012-05-24
| |
| * Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-24
| |\ | | | | | | | | | | | | | | | | | | Conflicts: js/document/document-html.js js/helper-classes/3D/view-utils.js js/stage/stage.reel/stage.js
| | * Getter for _liveNodeList should return a copy.Nivesh Rajbhandari2012-05-24
| | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * Removed unused variables and methods in stage-deps, layout design, and ↵Nivesh Rajbhandari2012-05-24
| | | | | | | | | | | | | | | | | | snap-manager. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * Fixed scrolling and centering stage code. Also, moved liveNodeList into the ↵Nivesh Rajbhandari2012-05-23
| | | | | | | | | | | | | | | | | | design view and added an option to exclude styles and text nodes when retrieving the live nodes. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * | Renaming variable as it will now be usedJose Antonio Marquez2012-05-24
| | | | | | | | | | | | This is no longer a temp fix, it might be a permanent boolean to open/close web-request API gates.
| * | Cleaning up referencing to 'documentRoot' and '_document'Jose Antonio Marquez2012-05-24
| | | | | | | | | | | | 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.
| * | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-23
| |\|
| * | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-22
| |\ \
| * | | Adding redirect from app folder in templatesJose Antonio Marquez2012-05-22
| | | | | | | | | | | | | | | | This doesn't resolve the issue of XHR requests made in Montage.
* | | | Merge branch 'refs/heads/dom-architecture' into bindingArmen Kesablyan2012-05-23
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: js/data/panels-data.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
| * | | Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-22
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates Conflicts: js/controllers/styles-controller.js
| | * | fixing the selection in multiple documents and some code cleanupValerio Virgillito2012-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | Merge branch 'refs/heads/master' into dom-architectureValerio Virgillito2012-05-22
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | | * Linear & radial gradients for runtime fixeshwc4872012-05-17
| | | |
| | * | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-22
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: js/document/document-html.js
| | | * | fixing a few document switching issues.Valerio Virgillito2012-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | | * | - added opening multiple code and design view documentsAnanya Sen2012-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switching between multiple code and design view documents - Note: closing of documents, when multiple documents are open, is not yet implemented Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| | | * | use documents parent container propertyAnanya Sen2012-05-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| | | * | save for code view documents in the new dom architectureAnanya Sen2012-05-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| | | * | Merge branch 'refs/heads/master-dom-architecture' into dom-architectureAnanya Sen2012-05-18
| | | |\ \
| | | * | | integrated open code view document in new dom architectureAnanya Sen2012-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| | * | | | Minor bug fixJose Antonio Marquez2012-05-22
| | | | | | | | | | | | | | | | | | | | | | | | No longer using webgl attribute names, instead using canvas to be more consistent and allow for better term usage across canvas 2D and RDGE.
| | * | | | Adding support for reading webgl external filesJose Antonio Marquez2012-05-22
| | | | | | | | | | | | | | | | | | | | | | | | For author-time, run-time is already checked in and supported.
| | * | | | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-21
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Clean up and adding TODOsJose Antonio Marquez2012-05-18
| | | | | |
| * | | | | Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-18
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
| | * | | | Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-18
| | |\| | | | | | | | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| | | * | | Fixing save logicJose Antonio Marquez2012-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Moved dirty marker clearing code to model.
| | | * | | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-18
| | | |\ \ \
| | | * \ \ \ Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-18
| | | |\ \ \ \
| | | * | | | | Adding component initialization on openJose Antonio Marquez2012-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for opening components, selection is still not reflecting component data.
| | * | | | | | fixing the color chip for the document rootValerio Virgillito2012-05-18
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | | | fixing a scrolling issue when multiple documents are switchedValerio Virgillito2012-05-18
| | | |/ / / | | |/| | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | | enabling basic document switchingValerio Virgillito2012-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | | Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-17
| | |\| | | | | | | | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| | * | | | multiple documents - enable opening multiple documents and initial switchingValerio Virgillito2012-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | | | CSS Panel - Add highlight CSS class to template fileEric Guzman2012-05-17
| | |/ / / | |/| | |
* / | | | Changes to binding viewArmen Kesablyan2012-05-19
|/ / / / | | | | | | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* / / / Sharing app data in banner and html templatesJose Antonio Marquez2012-05-17
|/ / / | | | | | | | | | Syncing the files to avoid duplicates and ensure consistency.
* | | Fixed chrome preview for banner templates.Nivesh Rajbhandari2012-05-17
| | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | Merge branch 'refs/heads/dom-architecture-master' into Dom-ArchitectureNivesh Rajbhandari2012-05-17
|\| |
| * | document controller and stage view code cleanupValerio Virgillito2012-05-16
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-16
| |\ \
| * | | Fixing serialization referencing (new object per save)Jose Antonio Marquez2012-05-16
| | | |
| * | | Adding basic montage components I/OJose Antonio Marquez2012-05-16
| | | | | | | | | | | | | | | | Only for saving basic components without a reel.
* | | | Adding default padding for banner templates.Nivesh Rajbhandari2012-05-17
| |/ / |/| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | Merge branch 'refs/heads/master' into dom-architectureValerio Virgillito2012-05-16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: js/document/templates/montage-html/package.json js/io/system/ninjalibrary.json node_modules/descriptor.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Squashed commit of google-components into masterValerio Virgillito2012-05-09
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>