aboutsummaryrefslogtreecommitdiff
path: root/js/io/system
Commit message (Collapse)AuthorAge
* added gradients to pen path runtimePushkar Joshi2012-06-06
|
* updated the ninja library version (now contains brushstroke and pen path ↵Pushkar Joshi2012-06-05
| | | | rendering)
* Adding blocking logic to copy libsJose Antonio Marquez2012-06-03
| | | | Need to implement logic in parsing method, might require a minor restructuring.
* Cleaning upJose Antonio Marquez2012-05-27
|
* Cleaning upJose Antonio Marquez2012-05-27
|
* Bumping RDGE version numberJose Antonio Marquez2012-05-22
| | | | This is to ensure there are no conflicts with older working files.
* montage v.0.10 integrationValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Full CSS support on openJose Antonio Marquez2012-05-03
| | | | Add full CSS for files on open (including loading cross-domain). This is only for files that are opened.
* Merge branch 'refs/heads/Ninja-Internal' into DocumentJose Antonio Marquez2012-04-26
|\
| * Updating the canvas runtime files for gradient and rectangle radius fixes.Nivesh Rajbhandari2012-04-25
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | Clean upJose Antonio Marquez2012-04-19
|/
* block filenames and directories with all spaceAnanya Sen2012-04-06
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - disable ok when text box is cleared using backspace and cross, for file ↵Ananya Sen2012-04-04
| | | | | | name and directory location, in New file and save as dialog Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Removed the dependence on an "assets" directory for the RDGE runtime. Now ↵John Mayhew2012-04-03
| | | | Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support.
* updated the rdge compiled version and its runtime, incremented rdge library ↵John Mayhew2012-04-03
| | | | version number
* Merge pull request #131 from ananyasen/integration-candidateValerio Virgillito2012-03-28
|\ | | | | Pull request IKNINJA-1302, IKNINJA-1367, IKNINJA-1361, IKNINJA-1364, IKNINJA-1302, IKNINJA-1266
| * IKNINJA-1367 - if filename contains #, then encode # so that the create URI ↵Ananya Sen2012-03-22
| | | | | | | | | | | | path includes the full filename Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Squashed commit of the following GL integrationValerio Virgillito2012-03-22
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge branch 'refs/heads/FileIO' into FileIO-Montage-ComponentsJose Antonio Marquez2012-03-21
|\ \
| * | Fix: Chrome 19 I/O BugJose Antonio Marquez2012-03-21
| |/ | | | | | | Fixed creating new files.
* / Temp I/O functionality for M-JS componentsJose Antonio Marquez2012-03-18
|/ | | | Added the ability to save montages component serialization from Ninja. Very rough, but functional.
* Temp Runtime WebGL FixJose Antonio Marquez2012-03-10
| | | | Added a temporary fix to allow for webGL runtime functionality. Copying the desired folder name into a static name. There is a lag in doing this, so obviously now ideal. Need to discuss adding dynamic path-ing during author and runtime.
* Fixing Issues for Windows LibJose Antonio Marquez2012-03-09
|
* Adding I/O functionality to RDGEJose Antonio Marquez2012-03-08
| | | | Added webGL/Canvas file I/O for Ninja, it also created routine for saving data for runtime, however, the runtime RDGE library needs an update for runtime to work, so right now I/O will only work for Ninja.
* prefixing the local storage and using the new local-storage object.Valerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-17
|\ | | | | | | | | | | | | | | Conflicts: css/ninja.css js/controllers/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Adding new RDGE library dataJose Antonio Marquez2012-02-16
| |
| * Setting up webGL library copy on saveJose Antonio Marquez2012-02-15
| |
| * Setting up webGL local library (assets)Jose Antonio Marquez2012-02-15
| |
* | remove similar function from coreioapi.jsAnanya Sen2012-02-16
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Revert "Revert "Reverting text/html document classes and setting up MVC ↵Ananya Sen2012-02-15
| | | | | | | | | | | | | | | | folder structure"" This reverts commit 9048cd50bf5e0a418d1d95498bb593961f72db36. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Revert "Reverting text/html document classes and setting up MVC folder ↵Ananya Sen2012-02-15
|/ | | | | | | | structure" This reverts commit 68ce64a5a2f4a71b54d33916aaf1d57161302425. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-14
|\
| * allow / in windows directory pathAnanya Sen2012-02-14
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | 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.
* Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-13
|\
| * show iframeContainer if all documents are closedAnanya Sen2012-02-10
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | File Save (with CSS styles)Jose Antonio Marquez2012-02-12
| | | | | | | | Temp fix for saving styles in <style> of HTML document.
* | File Save (HTML only)Jose Antonio Marquez2012-02-12
|/ | | | Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
* Adding download cloud app UIJose Antonio Marquez2012-02-09
|
* File OpenJose Antonio Marquez2012-02-09
| | | | Adding file open functionality.
* New FileJose Antonio Marquez2012-02-09
| | | | Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
* Fixing URI for templates, need UI to use correct dataJose Antonio Marquez2012-02-09
|
* Adding a purge library methodJose Antonio Marquez2012-02-08
| | | | Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
* Setting up packaged appJose Antonio Marquez2012-02-08
|
* Fixed data type issue on copying library filesJose Antonio Marquez2012-02-08
| | | | Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
* Mime type fixesJose Antonio Marquez2012-02-07
| | | | Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
* Copy local library to cloudJose Antonio Marquez2012-02-07
| | | | Adding functionality to copy a local library to the cloud. Currently creating directory structure. Need to add ability to copy files and ensure proper mime-type is set.
* Adding library synced eventsJose Antonio Marquez2012-02-07
| | | | Added an event that will be dispatched when Ninja loads and the local chrome Ninja library is fully synced with all required libs.