Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Use local coordinates for rendering and hit testing only when the path ↵ | Pushkar Joshi | 2012-04-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | canvas exists....AND...good state for code that works in 3D as long as the path was originally created in XY plane of the stage | |||
| * | | | | | | create paths in 3D...still buggy if starting from scratch in planes other ↵ | Pushkar Joshi | 2012-04-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | than XY | |||
| * | | | | | | correctly add points to open paths on transformed canvases | Pushkar Joshi | 2012-04-11 | |
| | | | | | | | ||||
| * | | | | | | dragging anchor points in 3D (seems to work ok for existing paths --- the ↵ | Pushkar Joshi | 2012-04-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | left and top change causes the rest of the points to move, which *may* be unavoidable), still has bugs with NEW points being placed at wrong position | |||
| * | | | | | | Use local coordinates to pick a point within the path (works correctly even ↵ | Pushkar Joshi | 2012-04-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with canvas and/or stage transformation). Dragging does not yet work in case of canvas transformation | |||
| * | | | | | | compute and store local coordinates for all anchor points and their control ↵ | Pushkar Joshi | 2012-04-10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | handles separately, AND more hit testing with local coordinates | |||
| * | | | | | | snapping feedback for pen tool, correct for subpaths that may lie on rotated ↵ | Pushkar Joshi | 2012-04-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | canvas, and with a rotated view | |||
| * | | | | | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-04-06 | |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | improved comment about plane matrix (no real change) | Pushkar Joshi | 2012-04-06 | |
| | | | | | | | | ||||
| * | | | | | | | Don't update the plane matrix of subpaths that already have a plane matrix | Pushkar Joshi | 2012-04-06 | |
| | | | | | | | | ||||
| * | | | | | | | code cleanup and working version of selected path anchor point and overlay ↵ | Pushkar Joshi | 2012-04-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display for new paths | |||
| * | | | | | | | complete version of the code for rendering selected subpath anchor points ↵ | Pushkar Joshi | 2012-04-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and path overlay (code needs cleanup)...still buggy if creating new paths | |||
| * | | | | | | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-04-04 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/tools/PenTool.js | |||
| * | | | | | | | | draw the path overlay (and anchor points) taking into account the ↵ | Pushkar Joshi | 2012-04-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transformation applied to the element canvas and the stage canvas. Still quite buggy. | |||
| * | | | | | | | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-04-03 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | working File I/O for pen tool created paths and some minor bug fixes ↵ | Pushkar Joshi | 2012-04-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (correctly setting the canvas for brush stroke file I/O, correct plane matrix for file I/O) | |||
| * | | | | | | | | | track the canvas top left position instead of the center position to figure ↵ | Pushkar Joshi | 2012-04-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out when to translate the subpath per canvas translation...this one seems to not drift (no floating point issues uncovered so far) | |||
| * | | | | | | | | | First attempt at preventing the drifting of the canvas due to floating point ↵ | Pushkar Joshi | 2012-04-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | roundoff errors when constantly changing stroke width | |||
| * | | | | | | | | | render the pen path with local coordinates, but use stage world coordinates ↵ | Pushkar Joshi | 2012-04-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to position the canvas on which the path is rendered AND add data-montage- to the ids in the pen and brush reels AND fix a bug with pen stroke transparency not working | |||
| * | | | | | | | | | adjust the position for the pen tool feedback cursor AND fix a bug where ↵ | Pushkar Joshi | 2012-03-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everything selected gets deleted (even if we have a selected subpath) | |||
| * | | | | | | | | | change cursors for pen tool realtime feedback....still need to position the ↵ | Pushkar Joshi | 2012-03-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cursors correctly over the exact mouse position AND reduce the radius (distance threshold) for picking paths | |||
| * | | | | | | | | | Merge branch 'brushtool' into pentool | Pushkar Joshi | 2012-03-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | added cursors to the pen tool UI AND change cursor when the user hovers over ↵ | Pushkar Joshi | 2012-03-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an anchor point or handles of thte selected anchor | |||
* | | | | | | | | | | | Snapping tocontained objects | hwc487 | 2012-04-24 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | hwc487 | 2012-04-24 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | Canvas-interaction | |||
| * | | | | | | | | | | Merge branch 'refs/heads/master' into stage-document-architecture | Valerio Virgillito | 2012-04-23 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Temporary fix for the PI and Stage when opening the new template. | Valerio Virgillito | 2012-04-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
| * | | | | | | | | | | adjusting the bread crumb to work with the new template | Valerio Virgillito | 2012-04-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial container get setup in ninja now. Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
| * | | | | | | | | | | more backup fixes for the old stage | Valerio Virgillito | 2012-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
| * | | | | | | | | | | reverting old template to current working status. New template work. | Valerio Virgillito | 2012-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
| * | | | | | | | | | | Merge branch 'refs/heads/Document' into stage-document-architecture | Valerio Virgillito | 2012-04-19 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/Ninja-Internal' into Document | Jose Antonio Marquez | 2012-04-16 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | ||||
| | * | | | | | | | | | | Merge branch 'refs/heads/Ninja-Internal' into Document | Jose Antonio Marquez | 2012-04-11 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/Ninja-Internal' into Document | Jose Antonio Marquez | 2012-04-10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/Ninja-Internal' into Document | Jose Antonio Marquez | 2012-04-04 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/Ninja-Internal' into Document | Jose Antonio Marquez | 2012-04-04 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | ||||