aboutsummaryrefslogtreecommitdiff
path: root/js/document/mediators
Commit message (Collapse)AuthorAge
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Preventing video playback on openJose Antonio Marquez2012-06-28
| | | | This stops all videos from playing on open file. The same fix needs to be applied when an users sets autoplay in the PI.
* Make stage transparent when rotating/zooming templates and draw an outline ↵Nivesh Rajbhandari2012-06-22
| | | | | | | | | around the user's root instead. Also, fixed the background color setting on banner and animation templates' "body." Stage outline draws using drawGridLines code so it can show intersection with element planes. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Remove ninja's author-time styles for banner and animation templates on ↵Nivesh Rajbhandari2012-06-14
| | | | | | | | publish/save. Missed the banner and animation case in the previous checkin. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Moving location to copy body style attributeJose Antonio Marquez2012-06-14
| | | | Fixes issue with removing styles from other elements. This now only applies to HTML and Body tags
* Adding clean up for ninja style attributes.Jose Antonio Marquez2012-06-14
| | | | I/O step in template.
* 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.
* 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.
* 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.
* 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.
* Adding blocking logic to copy libsJose Antonio Marquez2012-06-03
| | | | Need to implement logic in parsing method, might require a minor restructuring.
* 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.
* Setting up document reworkJose Antonio Marquez2012-04-02
|
* Reverting text/html document classes and setting up MVC folder structureJose Antonio Marquez2012-02-14
Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.