aboutsummaryrefslogtreecommitdiff
path: root/js/document
Commit message (Collapse)AuthorAge
* Merge branch 'refs/heads/master' into dom-containerValerio Virgillito2012-06-11
|\
| * Merge pull request #286 from mqg734/ScrollBarFixValerio Virgillito2012-06-11
| |\ | | | | | | Overriding scrollbar styles on the template so the scroll track is not white.
| | * Merge branch 'refs/heads/ninja-internal' into ScrollBarFixNivesh Rajbhandari2012-06-08
| | |\
| | * | Overriding scrollbar styles on the template so the scroll track is not ↵Nivesh Rajbhandari2012-06-08
| | | | | | | | | | | | | | | | | | | | | | | | white. This has the side benefit of fixing some of the zoom issues with the scrollbar too. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * | | Re-adding temp doc typeJose Antonio Marquez2012-06-09
| | |/ | |/| | | | | | | Adding a demo fix to include the document type, it is removed because comments are not supported currently, so we must added in manually. The YouTube component breaks, it does not support any doctype, hence, the component must have a bug filed against it, we MUST include doc types with our files.
| * | Remove doc type from files and adding tag check for htmlJose Antonio Marquez2012-06-08
| |/ | | | | | | Removed the HTML5 doctype from files since it was break the YouTube component, also made a fix to check for the HTML tag to be present when copying attributes.
* / rewrite: currentSelectedContainer -> domContainerValerio Virgillito2012-06-08
|/ | | | | | | 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>
* Fixing empty property bug with montage class on HTML tagJose Antonio Marquez2012-06-07
|
* Minor fixesJose Antonio Marquez2012-06-07
| | | | Ensuring montage style is removed and doctype is included.
* Adding support for html and head tags attributesJose Antonio Marquez2012-06-07
| | | | Both on open and close, Chrome randomly changes order of attributes, so this is browser induced bug.
* Fixing unique ID storeJose Antonio Marquez2012-06-07
|
* Merge branch 'refs/heads/Ninja-Internal' into FileIOJose Antonio Marquez2012-06-07
|\
| * Merge branch 'refs/heads/master' into element-model-fixesValerio Virgillito2012-06-06
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: js/document/models/html.js js/document/views/design.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | removing all model creators.Valerio Virgillito2012-06-05
| | | | | | | | | | | | | | | | | | The elementModel is now a getter that will create a new model when needed. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | cleanup and making the webgl-helper only loop canvas on file saveValerio Virgillito2012-06-05
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Adding unique ID to canvas data foldersJose Antonio Marquez2012-06-07
| |/ |/| | | | | Also set up for tracking ID created, will be adding support for parsing files without saving later, but flag is now present.
* | Cleaning more.Jose Antonio Marquez2012-06-06
| |
* | Cleaning upJose Antonio Marquez2012-06-06
|/ | | | Removed reference of model in design view, clean up slightly, need to implement binding later.
* fixing a small typoValerio Virgillito2012-06-05
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge pull request #263 from joseeight/ComponentsValerio Virgillito2012-06-05
|\ | | | | Saving Google Components (reel components)
| * Fixing CSS bugJose Antonio Marquez2012-06-04
| | | | | | | | This is for files using 'save' and not 'save all' in which the styles would be thrown off and mixed improperly.
| * Canvas lib fixJose Antonio Marquez2012-06-04
| | | | | | | | Fixed a bug where an extra tag would be added to the file and break I/O.
| * Adding saving blocking screenJose Antonio Marquez2012-06-04
| | | | | | | | This is for chrome preview, also fixed other preview bug with plain files not opening in preview.
| * Adding lib copy blocking to previewJose Antonio Marquez2012-06-04
| | | | | | | | This fixes an issue with launching preview before libraries were copied, hence, first time run would fail. Need to add a feedback screen for this process.
| * Merge branch 'refs/heads/Ninja-Internal' into ComponentsJose Antonio Marquez2012-06-04
| |\
| * | Adding blocking logic to copy libsJose Antonio Marquez2012-06-03
| | | | | | | | | | | | Need to implement logic in parsing method, might require a minor restructuring.
| * | Adding open draw to reel componentsJose Antonio Marquez2012-06-01
| | |
| * | Merge branch 'refs/heads/Ninja-Internal' into ComponentsJose Antonio Marquez2012-06-01
| |\ \
| * | | Add logic to allow dynamic placement of canvas json fileJose Antonio Marquez2012-06-01
| | | | | | | | | | | | | | | | Save to and read from any path on disk (webGL/Canvas data only)
| * | | Creating template mediator classJose Antonio Marquez2012-06-01
| | | | | | | | | | | | | | | | This is to simplify code, more to be changed and added.
* | | | components fix: adding a first draw event to componentsValerio Virgillito2012-06-04
| |_|/ |/| | | | | | | | | | | | | | 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>
* | | fixing some selection container changes and the breadcrumb not drawing initiallyValerio Virgillito2012-06-01
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Merge branch 'refs/heads/master' into document-bindings-fixValerio Virgillito2012-06-01
|\ \ \ | | |/ | |/|
| * | Fixing webGL helperJose Antonio Marquez2012-06-01
| |/
| * Attempting to track clean nodesJose Antonio Marquez2012-05-30
| | | | | | | | Need to figure out CSS overwrite issue <style>
| * Cleaning upJose Antonio Marquez2012-05-30
| | | | | | | | Removing obsolete files.
* | fixed the 3d grid when switching documents and some cleanupValerio Virgillito2012-06-01
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | making the document bar handle the current document to hide/show itselfValerio Virgillito2012-06-01
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | fixing selection when switching documentsValerio Virgillito2012-05-31
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | cleanup itemValerio Virgillito2012-05-31
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | cleanup itemsValerio Virgillito2012-05-31
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | fixing the closing of documentsValerio Virgillito2012-05-30
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | cleanup and handling the document views in the document controller for now.Valerio Virgillito2012-05-29
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge branch 'refs/heads/dom-architecture' into document-bindings-fixValerio Virgillito2012-05-29
|\|
| * Cleaning upJose Antonio Marquez2012-05-27
| |
| * Cleaning upJose Antonio Marquez2012-05-27
| |
* | document bindings phase 1Valerio Virgillito2012-05-29
|/ | | | | | | | - 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>
* 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>