aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/clipboard-controller.js
Commit message (Collapse)AuthorAge
* fixing logical error which was a side-effect of ↵Ananya Sen2012-07-20
| | | | | | SHA:819348eaf3ff6b4a8c38ecca7c18f6dacac7f03b recently Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* copy/paste from external apps - removed unnecessary selection change to fix ↵Ananya Sen2012-07-19
| | | | | | | | | | | | PI redraw issue Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/controllers/clipboard-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'menu-fixes' of https://github.com/mencio/ninjaValerio Virgillito2012-07-18
|\
| * Fixed some issues with the menu-fixesValerio Virgillito2012-07-18
| | | | | | | | | | | | | | - Fixed the dark background on file open - Fixed the copy/paste/cut menu not working. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | perform clipboard operations only if selection tool is selected since other ↵Ananya Sen2012-07-18
|/ | | | | | tools have different conflicting session state Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* BSD LicenseKris Kowal2012-07-09
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* - added io api to generate file from binaryAnanya Sen2012-06-21
| | | | | | - refactoring and cleanup Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Notify for adding multiple elements together, to fix IKNINJA-1775 [Drawing a ↵Ananya Sen2012-06-20
| | | | | | different type of object after performing copy-paste on an existing object throws error on console] Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* adding some error handlingAnanya Sen2012-06-19
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* parse html in memory, instead of using a doom elementAnanya Sen2012-06-19
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* start pasting in-place for cut/pasteAnanya Sen2012-06-18
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Fixed - IKNINJA-1748 - While pasting text in any text field in the PI, the ↵Ananya Sen2012-06-15
| | | | | | text gets pasted on the stage Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* displace pasted object only if the position is absoluteAnanya Sen2012-06-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* patse raw image data to stageAnanya Sen2012-06-12
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - removed extra selection change event,Ananya Sen2012-06-11
| | | | | | - displace element after adding it to the document Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - fixed multiple paste displacementAnanya Sen2012-06-08
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - cleanse html for copying from outer applicationAnanya Sen2012-06-07
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* cut/paste for canvas objects and for multiple selected objects of mixed typesAnanya Sen2012-06-04
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* cut/paste html elements in single documentAnanya Sen2012-06-01
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* select all pasted elementsAnanya Sen2012-05-29
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* copy/paste of multiple div and canvas elements doneAnanya Sen2012-05-28
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* multiple objects copy/paste - in progressAnanya Sen2012-05-25
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - multiple element copy/paste - in progressAnanya Sen2012-05-24
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* cleanupAnanya Sen2012-05-17
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* copy/paste single webGL shapeAnanya Sen2012-05-16
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* single selection copy/paste canvas 2d shapes [rectangle and circle]Ananya Sen2012-05-16
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Prototype of copy and pasting basic html elements.Ananya Sen2012-05-11
| | | | | | Also provides ability to paste ninja elements to external applications, and to paste html content from external applications to Ninja. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* removed unnecessary functionAnanya Sen2012-05-08
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* copy/paste POCAnanya Sen2012-05-07
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/ninja.reel/ninja.html Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>