Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed unnecessary css class | John Mayhew | 2012-05-10 |
| | |||
* | -moved sel tool images to proper folder | John Mayhew | 2012-05-10 |
| | | | | | -finished styling shape tool options -added new icons for shape tool | ||
* | -Consolidated many redundant css classes used in the tool options bars | John Mayhew | 2012-05-09 |
| | |||
* | Correct layout and styling for the shape tool and its sub tools | John Mayhew | 2012-05-09 |
| | |||
* | -Put new selection tool icons in the options bar | John Mayhew | 2012-05-09 |
| | | | | -Styled the selection tool options bar | ||
* | implemented proper styling for shape, inkbottle and fill tools | John Mayhew | 2012-05-08 |
| | | | | make all icons for fill and stroke use the proper classes/images | ||
* | removed unused classes form selection properties reel | John Mayhew | 2012-05-08 |
| | |||
* | moved all tag tool css back into the scss file | John Mayhew | 2012-05-08 |
| | | | | added extra padding before first input control | ||
* | -Removed id dependence of the tag tool options CSS | John Mayhew | 2012-05-08 |
| | | | | | -Separated the options3d CSS from the tag tool options css -Removed unused translateObjectToolContainer CSS class | ||
* | Removed unused SubSelect Tool | John Mayhew | 2012-05-08 |
| | |||
* | Fixed missing quote from last merge | John Mayhew | 2012-05-07 |
| | |||
* | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | John Mayhew | 2012-05-07 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WorkingBranch Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/components/tools-properties/brush-properties.reel/brush-properties.html js/components/tools-properties/fill-properties.reel/fill-properties.html js/components/tools-properties/pen-properties.reel/pen-properties.html js/components/tools-properties/pencil-properties.reel/pencil-properties.html js/components/tools-properties/selection-properties.reel/selection-properties.html js/components/tools-properties/shape-properties.reel/shape-properties.html js/components/tools-properties/tag-properties.reel/tag-properties.html js/components/tools-properties/text-properties.reel/text-properties.html | ||
| * | Merge branch 'tag-2.0' of github.com:mencio/ninja-internal into data-id | Valerio Virgillito | 2012-05-03 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: js/components/tools-properties/tag-properties.reel/tag-properties.html Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| | * | Nesting absolute element in the Tag tool. Refactoring element creation and ↵ | Valerio Virgillito | 2012-05-02 |
| | | | | | | | | | | | | | | | | | | element models Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | Removing unused components references | Valerio Virgillito | 2012-05-03 |
| | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | Removing more id and changing the appropriate CSS for them | Valerio Virgillito | 2012-05-03 |
| | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | fixing the menu and tool properties | Valerio Virgillito | 2012-04-30 |
| |/ | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | more work on making subtool styling/layout consistent | John Mayhew | 2012-05-07 |
| | | |||
* | | More implementation of moving color chips to the individual subtools. | John Mayhew | 2012-05-07 |
| | | | | | | | | | | | | | | | | | | Removed the tool color bar Added new icons for inkbottle Removed Pencil tool Removed Inkbottle tool Added chips to the pen, brush and tag tools Aligned controls in several subtools | ||
* | | First round of moving color chips into the sub tools. Shape and Pen tool now ↵ | John Mayhew | 2012-05-03 |
|/ | | | | have chips in the sub tool bar. Still need to complete adding chips to the Brush tool and finalizing the subtool bar layout to our spec for all of the subtools. | ||
* | Removing all "module" declarations and replaced with "prototype" in ↵ | John Mayhew | 2012-04-26 |
| | | | | preparation for montage converting to the new "prototype" format fully | ||
* | Merge pull request #175 from mqg734/BoundsCalculation | Valerio Virgillito | 2012-04-25 |
|\ | | | | | Allow users to toggle application of stroke and border settings when using the ink bottle tool. Also, fixed translate tool's handles to draw without stage's zoom. | ||
| * | Allow users to toggle application of stroke and border settings when using ↵ | Nivesh Rajbhandari | 2012-04-24 |
| | | | | | | | | | | | | the ink bottle tool. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | 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 | ||
* | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-27 |
|\ | | | | | | | | | Conflicts: js/controllers/elements/shapes-controller.js | ||
| * | fixing the shape properties border bindings. | Valerio Virgillito | 2012-03-22 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | Fixed the lock button for the shape properties bar | Valerio Virgillito | 2012-03-22 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | fully removing our old button component from Ninja | Valerio Virgillito | 2012-03-19 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | PI for pen and brush strokes | Pushkar Joshi | 2012-03-14 |
| | | |||
* | | Add a smoothing amount parameter, and hide options based on checkboxes | Pushkar Joshi | 2012-03-13 |
|/ | |||
* | bug fixes for spline interpolation | Pushkar Joshi | 2012-03-12 |
| | | | | | | | AND Laplacian smoothing for denoising AND code cleanup (removing blocks of commented code) | ||
* | brush stroke options for calligraphic brush style | Pushkar Joshi | 2012-03-08 |
| | |||
* | implement stroke hardness such that it is percentage of the stroke width ↵ | Pushkar Joshi | 2012-03-07 |
| | | | | | | | that's fully the color of the brush AND add a smoothing flag for the brush options | ||
* | Catmull-Rom spline sampling for the brush stroke, and options for stroke ↵ | Pushkar Joshi | 2012-03-02 |
| | | | | size, stroke hardness and both stroke colors (left and right --- temporarily using the stroke and fill colors respectively) | ||
* | Buttons in the rectangle properties in the tools options need to float left. | Nivesh Rajbhandari | 2012-02-22 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Updated Materials Library and Materials Editor Popup to work with latest ↵ | mqg734 | 2012-02-21 |
| | | | | | | | | version of Montage. We had to change our css to not use id's. Also, updated the popup to use Montage's Popup component. It looks like bump material has a bug. So loading that material results in a runtime error. | ||
* | fixing the Text tool toggle buttons | Valerio Virgillito | 2012-02-16 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Merge branch 'text-tool' of https://github.com/dhg637/ninja-internal into ↵ | Valerio Virgillito | 2012-02-14 |
|\ | | | | | | | integration | ||
| * | Merge branch 'refs/heads/master' into text-tool | Armen Kesablyan | 2012-02-13 |
| |\ | |||
| * | | Fixed binding to font size dropdown | Armen Kesablyan | 2012-02-13 |
| | | | |||
| * | | Fixed Color on text edit. Also Fixed Indent & Outdent button. toggle bullet ↵ | Armen Kesablyan | 2012-02-13 |
| | | | | | | | | | | | | and numbered now bound to text tool | ||
* | | | Merge branch 'refs/heads/NinjaInternal' into FileIO | Jose Antonio Marquez | 2012-02-10 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: js/ninja.reel/ninja.html js/stage/stage.reel/stage.html | ||
| * | | Merge branch 'text-tool' of https://github.com/dhg637/ninja-internal into ↵ | Valerio Virgillito | 2012-02-09 |
| |\| | | | | | | | | | | feature-branch | ||
| | * | More Text Tool Updates | Armen Kesablyan | 2012-02-09 |
| | | | |||
| | * | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | Armen Kesablyan | 2012-02-07 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text-tool Conflicts: _scss/compass_app_log.txt css/ninja.css | ||
| | * | | Refactored rich text editor location | Armen Kesablyan | 2012-02-07 |
| | | | | |||
| | * | | Initial Text tool completion. | Armen Kesablyan | 2012-02-07 |
| | | | | |||
* | | | | Merge branch 'refs/heads/NinjaInternal' into FileIO | Jose Antonio Marquez | 2012-02-09 |
|\| | | | |||
| * | | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-02-08 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/helper-classes/RDGE/GLWorld.js js/helper-classes/RDGE/MaterialsLibrary.js | ||
| * \ \ \ | Merge branch 'master' into pentool | Pushkar Joshi | 2012-02-07 |
| |\ \ \ \ | | | |_|/ | | |/| | |