| Commit message (Collapse) | Author | Age |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
correctly (except for incorrect canvas translation). Using cleaned up and re-factored version of the code. Not suitable for testing.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
than XY
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
with canvas and/or stage transformation). Dragging does not yet work in case of canvas transformation
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
handles separately, AND more hit testing with local coordinates
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
canvas, and with a rotated view
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
display for new paths
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
and path overlay (code needs cleanup)...still buggy if creating new paths
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Conflicts:
js/tools/PenTool.js
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reworked the add and remove elements into 1 function which can take 1 or more elements.
Removed the _element from the selection array
Many other changes related to those 2 changes
Undo/Redo shortcuts are now using montage undo/redo manager.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
transformation applied to the element canvas and the stage canvas. Still quite buggy.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(correctly setting the canvas for brush stroke file I/O, correct plane matrix for file I/O)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
out when to translate the subpath per canvas translation...this one seems to not drift (no floating point issues uncovered so far)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
roundoff errors when constantly changing stroke width
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
everything selected gets deleted (even if we have a selected subpath)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
cursors correctly over the exact mouse position AND reduce the radius (distance threshold) for picking paths
|
|\| | | | | |
|
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | |\ \ \ \
| | | |_|_|/
| | |/| | | |
Presets - Adding presets controller
|
| | | |/ / |
|
|/ / / /
| | | |
| | | |
| | | | |
an anchor point or handles of thte selected anchor
|
|\| | | |
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |/
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|\|
| |
| |
| |
| | |
Conflicts:
js/controllers/elements/shapes-controller.js
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
size is changed (does not yet work when smoothing is applied) AND select the newly created brush stroke by default
|
| |
| |
| |
| | |
store the brush stroke points. Current version does not yet update the width and height of the brush stroke canvas upon changing the brush stroke through the PI. Also, current version does not obtain 3D position of points properly from the drawing tool base (see BrushTool _getUnsnappedPosition)
|
| |
| |
| |
| |
| |
| | |
and code cleanup
GOOD status before doing 3D unprojection step
|
| | |
|
| |
| |
| |
| | |
path
|
| | |
|
|\| |
|
| |\ |
|
| | |\
| | | |
| | | | |
Gradient Support for Shapes and Eyedropper support for gradients. Also fixed 3d bug when moving multiple selections in 3d using the Selection Tool
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sides and gradients.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
clicked in z.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|/ / / / |
|