aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixed selection which click after switching to a documentAnanya Sen2012-02-29
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* handle selections for switching documentsAnanya Sen2012-02-29
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fix for creatingNewFile flagAnanya Sen2012-02-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* minor fixes in saving undo/redo stacks per documentAnanya Sen2012-02-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* persist selections while switching documentsAnanya Sen2012-02-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* reverted null check as per requestAnanya Sen2012-02-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* reverting null checks as per requestAnanya Sen2012-02-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-28
|\
| * Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-27
| |\
| | * adding the template-creator classValerio Virgillito2012-02-27
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Updating legal copyJose Antonio Marquez2012-02-27
| | |
| * | Updating creditsJose Antonio Marquez2012-02-27
| | |
| * | Merge pull request #21 from ananyasen/FileIOJose Antonio Marquez Russo2012-02-27
| |\ \ | | | | | | | | FileIO branch pull request
* | | | persist undo/redo stack per html documentAnanya Sen2012-02-27
| | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | | updating to codemirror 2.22Ananya Sen2012-02-27
| |/ / |/| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-27
|\| |
| * | Cleaning up pretty functions in IOJose Antonio Marquez2012-02-27
| | |
| * | Cleaning up and adding TODOsJose Antonio Marquez2012-02-26
| | |
| * | Cleaning up formatting for webGL dataJose Antonio Marquez2012-02-26
| | |
| * | Fixed issue with losing track of Ninja template cssJose Antonio Marquez2012-02-26
| | | | | | | | | | | | Also cleaned up URL getter for app in cleaning string code.
| * | Cleaning up comments for external styles loadingJose Antonio Marquez2012-02-25
| | |
| * | Cleaning up ninja-data attributesJose Antonio Marquez2012-02-25
| | | | | | | | | | | | Added logic to load cross-domain CSS from CDN, but need to explore how to load without impacting permissions.
| * | Adding prettify code to I/OJose Antonio Marquez2012-02-24
| | | | | | | | | | | | This is a possible set of methods to be used to prettify code. Added temporarily until approved.
| * | Merge pull request #19 from ananyasen/FileIOJose Antonio Marquez Russo2012-02-24
| |\ \ | | | | | | | | FileIO branch pull request
| * \ \ Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-24
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #69 from mayhewinator/WorkingBranchmayhewinator2012-02-24
| | |\ \ | | | | | | | | | | Removing tabs permissions
| | | * | Removing tabs permissions until we make a final decision on whether or not ↵John Mayhew2012-02-24
| | |/ / | | | | | | | | | | | | we will require it.
| | * | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internalValerio Virgillito2012-02-24
| | |\ \
| | | * \ Merge pull request #68 from mqg734/ToolFixesValerio Virgillito2012-02-24
| | | |\ \ | | | | | | | | | | | | Tool fixes - Adding back the InkBottle tool. Also Fixed some typos in 3d helper classes.
| | | | * | Marking inkbottle as the final tool in the set.Nivesh Rajbhandari2012-02-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | | | * | Adding back Ink Bottle tool in the tool bar so QE can test ink bottle ↵Nivesh Rajbhandari2012-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality without having to wait for the new icon and location of the tool. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | | | * | Javascript does not evaluate a return with its expression in a new line. The ↵Nivesh Rajbhandari2012-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return expression must begin on the same line as the return keyword. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | | | * | Removing duplicate get/setElementPlanes method.Nivesh Rajbhandari2012-02-24
| | | |/ / | | | | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * / / Adding some missing copyrightsValerio Virgillito2012-02-24
| | |/ / | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | Added import/export of RDGE dataJose Antonio Marquez2012-02-24
| | | | | | | | | | | | | | | | This is only the IO aspect, the data getter seems broken for 2D canvas and does not allow for save, and nothing works for setting the data on load. However, the IO aspect of saving and opening the data are not incorporated.
* | | | - save show3DGrid flag per document while switching documentsAnanya Sen2012-02-27
| |_|/ |/| | | | | | | | | | | | | | - fix zoom tool keyboard control to listen to Z when ctrl and shift keys are not pressed with it Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | - added closeDocument event for timelineAnanya Sen2012-02-24
| | | | | | | | | | | | | | | | | | - minor bug fixes Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | - added flag for timeline to identify new file flowAnanya Sen2012-02-24
| | | | | | | | | | | | | | | | | | - added switchDocument event for timeline Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-23
|\| |
| * | Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-23
| |\|
| | * Merge pull request #67 from ntfx47/PullRequest-TimelineValerio Virgillito2012-02-23
| | |\ | | | | | | | | Timeline : Fix for the split and element model error
| | | * Timeline : Fix for the split and element model errorKruti Shah2012-02-23
| | | | | | | | | | | | | | | | | | | | | | | | Timeline Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| | * | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internalValerio Virgillito2012-02-23
| | |\ \
| | * | | Fixing the selection tool properties icons.Valerio Virgillito2012-02-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | | Merge pull request #17 from ericmueller/integrationJose Antonio Marquez Russo2012-02-23
| |\ \ \ \ | | | | | | | | | | | | Integration
| | * \ \ \ Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-02-23
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration Conflicts: js/helper-classes/RDGE/GLWorld.js js/helper-classes/RDGE/Materials/PulseMaterial.js js/helper-classes/RDGE/Materials/RadialBlurMaterial.js js/helper-classes/RDGE/src/tools/rdge-compiled.js js/preloader/Preloader.js
| | * | | | GL save and reload.hwc4872012-02-22
| | | | | |
| | * | | | Runtime classeshwc4872012-02-22
| | | | | |
| | * | | | Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into integrationhwc4872012-02-22
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-02-22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | integration