aboutsummaryrefslogtreecommitdiff
path: root/js/tools/PenTool.js
Commit message (Expand)AuthorAge
* jshint cleanup on the tools directoryValerio Virgillito2012-07-24
* BSD LicenseKris Kowal2012-07-09
* Remove trailing spacesKris Kowal2012-07-06
* Expand tabsKris Kowal2012-07-06
* Update copyright boilerplateKris Kowal2012-07-06
* Support pre-flighting of gradients for shape tools - rect, line, oval, brush ...Nivesh Rajbhandari2012-06-26
* fix bug #1718 (trying to delete a non-existent canvas)Pushkar Joshi2012-06-13
* correct mouse cursor on mousemovePushkar Joshi2012-06-12
* allow the addition of anchor points to a closed path (the mouse move cursor s...Pushkar Joshi2012-06-12
* Merge branch 'refs/heads/master' into element-model-fixesValerio Virgillito2012-06-06
|\
| * handle switching between multiple documents for Pen tool by having its own se...Pushkar Joshi2012-06-05
| * change the behavior of what happens when alt is pressed while moving anchor h...Pushkar Joshi2012-05-31
| * somewhat working version of the canvas runtime for pen paths (the runtime ren...Pushkar Joshi2012-05-31
| * working version of the pen plus subtoolPushkar Joshi2012-05-30
| * working version of Pen minus subtoolPushkar Joshi2012-05-30
| * More consistent local and global mouse coords which solves a bug with the Pen...Pushkar Joshi2012-05-29
| * allow changes in the pen subtool in options to be seen by the pen tool code (...Pushkar Joshi2012-05-22
| * Merge branch 'master' into pentoolPushkar Joshi2012-05-21
| |\
| * | handle anchor point deletion correctly (does not yet fully work for PEN-MINUS...Pushkar Joshi2012-05-11
| * | code cleanup and starting the subtool functionalityPushkar Joshi2012-05-11
| * | Merge branch 'master' into pentoolPushkar Joshi2012-05-07
| |\ \
| * | | handle delete more correctly than before (selected subpaths are deleted)....t...Pushkar Joshi2012-05-04
| * | | flip the action of the alt key when modifying anchor handles (this essentiall...Pushkar Joshi2012-05-02
| * | | Fix for 1524 Pen: Unable to add anchor to a closed pathPushkar Joshi2012-04-27
| * | | add event handlers for open, close, and switch document to pen tool, fixes:Pushkar Joshi2012-04-27
| * | | Fix for 1525 Pen: "Uncaught RangeError: Maximum call stack size exceeded".Pushkar Joshi2012-04-27
* | | | removing all model creators.Valerio Virgillito2012-06-05
* | | | Fixed bad reference to stage element in pen tool.Nivesh Rajbhandari2012-05-30
| |_|/ |/| |
* | | put color chips in the inkbottle and fill toolJohn Mayhew2012-05-10
* | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Wor...John Mayhew2012-05-07
|\ \ \ | | |/ | |/|
| * | Refactor creating elements. Removed makeNJElement and separated the model cre...Valerio Virgillito2012-05-03
| |/
* / First round of moving color chips into the sub tools. Shape and Pen tool now ...John Mayhew2012-05-03
|/
* re-compute and store the center of the subpath in local coordinates upon file...Pushkar Joshi2012-04-24
* allow the addition of the pen tool to the timelinePushkar Joshi2012-04-23
* get the canvas plane matrix before multiplying it with the translation due to...Pushkar Joshi2012-04-19
* correctly maintain canvas position when drawing subpaths off the XY plane (wa...Pushkar Joshi2012-04-19
* for subpaths that have not been initialized with a canvas yet (i.e. no local ...Pushkar Joshi2012-04-19
* store the canvas center (in local space) per each subpath, instead of trackin...Pushkar Joshi2012-04-19
* turn off snapping for the pen tool (with an option to turn it back on if we d...Pushkar Joshi2012-04-19
* fix a bug with closing the subpathPushkar Joshi2012-04-18
* re-enable dragging and editing of anchor point handles for bezier path editin...Pushkar Joshi2012-04-18
* compute the translation to new center of bounding of the subpath --- this pre...Pushkar Joshi2012-04-18
* allow drawing polylines in YZ and XZ planes as well as XY. In those planes, s...Pushkar Joshi2012-04-18
* Fairly stable version of polyline drawing code that works for paths on XY, YZ...Pushkar Joshi2012-04-17
* took out bad merge line and use different function for converting points from...Pushkar Joshi2012-04-17
* Merge branch 'master' into pentoolPushkar Joshi2012-04-17
|\
| * -webkit-transform-style needs to be set to preserve-3d for shapes regardless ...Nivesh Rajbhandari2012-04-05
| * Removing fill, stroke, fillMaterial and strokeMaterial from the shapeModel ca...Nivesh Rajbhandari2012-04-05
| * Merge branch 'refs/heads/ToolFixes' into WebGLMaterialsNivesh Rajbhandari2012-04-04
| |\
| * | WebGL needs to have 3d styles to render.Nivesh Rajbhandari2012-03-22