aboutsummaryrefslogtreecommitdiff
path: root/js/document/mediators
Commit message (Collapse)AuthorAge
* 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.