aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/GLBrushStroke.js
Commit message (Collapse)AuthorAge
* Squashed commit of preload-fix into MasterValerio Virgillito2012-03-06
| | | | | | | - Requiring all the previously pre-loaded files - RDGE, Codemirror and gl-matrix are not included via a script tag. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* prevent extremely long path rendering (temporary fix)Pushkar Joshi2012-02-29
|
* changed the registration point of the brush tool icon andPushkar Joshi2012-02-29
| | | | added a temporary check to prevent extremely long brush strokes
* change in comment onlyPushkar Joshi2012-02-29
|
* resample the brush stroke so we don't have gaps if the path is drawn rapidly,Pushkar Joshi2012-02-29
| | | | | | | and, allow to change the stroke color, and, more efficient stroke rendering by drawing translated radial gradients (instead of creating new gradients for each stroke sample)
* Merge branch 'pentool' into brushtoolPushkar Joshi2012-02-24
|\ | | | | | | | | | | Conflicts: imports/codemirror/mode/scheme/scheme.js js/tools/BrushTool.js
| * Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-09
| |\
| * \ Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-02
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore js/ninja.reel/ninja.js
| * | | Merged old FileIOJose Antonio Marquez2012-01-27
| | | |
* | | | render the brush stroke as a sequence of rectangles, with each rectangle ↵Pushkar Joshi2012-02-10
| | | | | | | | | | | | | | | | having its own linear gradient
* | | | first phase of simple resampling to prevent tiny segmentsPushkar Joshi2012-02-09
| |_|/ |/| |
* | | bug fixes for better anchor point rotation and removing snapping on hover ↵Pushkar Joshi2012-02-08
| | | | | | | | | | | | and mouse down
* | | Merge branch 'master' into pentoolPushkar Joshi2012-02-07
|\ \ \ | | |/ | |/|
| * | Fixes for montage integrationValerio Virgillito2012-02-02
| |/ | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* / Merge pushkar branch on gerritt with github versionPushkar Joshi2012-01-30
|/
* First commit of Ninja to ninja-internalPierre Frisch2012-01-27
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>