aboutsummaryrefslogtreecommitdiff
path: root/js/components/gradientpicker.reel
Commit message (Collapse)AuthorAge
* Fixing IKNINJA-1634Jose Antonio Marquez2012-07-10
| | | | Adding a fix for referencing the stop from all elements on the gradient stop itself.
* fixed incorrect capitalization for DOCTYPE htmlJohn Mayhew2012-07-09
|
* Normalize HTML DOCTYPEKris Kowal2012-07-09
| | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces.
* BSD LicenseKris Kowal2012-07-09
|
* Merge branch 'normalize' of https://github.com/kriskowal/ninja-internalValerio Virgillito2012-07-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/components/gradientpicker.reel/gradientpicker.js js/components/tools-properties/text-properties.reel/text-properties.js js/document/views/base.js js/document/views/design.js js/helper-classes/3D/StageLine.js js/helper-classes/3D/draw-utils.js js/lib/drawing/world.js js/lib/geom/circle.js js/lib/geom/line.js js/lib/geom/rectangle.js js/lib/geom/shape-primitive.js js/lib/rdge/materials/bump-metal-material.js js/lib/rdge/materials/flag-material.js js/lib/rdge/materials/fly-material.js js/lib/rdge/materials/julia-material.js js/lib/rdge/materials/keleidoscope-material.js js/lib/rdge/materials/mandel-material.js js/lib/rdge/materials/material.js js/lib/rdge/materials/plasma-material.js js/lib/rdge/materials/pulse-material.js js/lib/rdge/materials/radial-gradient-material.js js/lib/rdge/materials/taper-material.js js/lib/rdge/materials/twist-vert-material.js js/lib/rdge/materials/water-material.js js/panels/Materials/materials-library-panel.reel/materials-library-panel.html js/panels/Materials/materials-library-panel.reel/materials-library-panel.js js/panels/Materials/materials-popup.reel/materials-popup.html js/panels/Materials/materials-popup.reel/materials-popup.js js/tools/LineTool.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Normalize HTML doctypeKris Kowal2012-07-06
| |
| * Remove trailing spacesKris Kowal2012-07-06
| |
| * Remove trailing spacesKris Kowal2012-07-06
| |
| * Expand tabsKris Kowal2012-07-06
| |
* | Merge pull request #366 from joseeight/ColorValerio Virgillito2012-07-09
|\ \ | |/ |/| Fix: IKNINJA-1634
| * Fix: IKNINJA-1634Jose Antonio Marquez2012-07-02
| | | | | | | | Fixing reference error for gradient stops on click.
* | Update copyright boilerplateKris Kowal2012-07-06
|/
* Fixing IKNINJA-1634Jose Antonio Marquez2012-06-27
|
* Color Popup Test CandidateJose Antonio Marquez2012-06-25
| | | | Preliminary check in for testing to commence on new color popup functionality.
* Added third gradient chip popupJose Antonio Marquez2012-06-22
| | | | Need to add support for gradient events dispatching from standalone chips. Just need to hook up relays for events besides HSV to bubble up.
* Replacing temp color chip popJose Antonio Marquez2012-06-21
| | | | This replaces the temporary color chip popup with a main popup used universally throughout the app. There are still outstanding issues to be addressed, this is just the initial set up before debugging issues.
* Fixes: IKNINJA-1448Jose Antonio Marquez2012-06-20
| | | | Improving logic on calculating position of the color stops in the gradient picker.
* Cleaning reelJose Antonio Marquez2012-06-17
|
* Cleaning up element referencesJose Antonio Marquez2012-06-17
|
* Changing ID to Montage-ID for Color ComponentsJose Antonio Marquez2012-05-03
|
* Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | preparation for montage converting to the new "prototype" format fully
* cleanup unused code.Valerio Virgillito2012-04-19
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Gradient stop logicJose Antonio Marquez2012-03-13
| | | | Made logic changes to allow for a minimum number of gradients to remain at 2 at all times and not apply default colors.
* Temp Gradient FixJose Antonio Marquez2012-03-09
| | | | Temporary fix for getting gradient mode.
* Merged old FileIOJose Antonio Marquez2012-01-27
|
* First commit of Ninja to ninja-internalPierre Frisch2012-01-27
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>