aboutsummaryrefslogtreecommitdiff
path: root/js/panels/color/colorpanelbase.reel
Commit message (Collapse)AuthorAge
* 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
|
* Normalize HTML doctypeKris Kowal2012-07-06
|
* Remove byte order markers (BOM)Kris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Fixing chips updating with alpha changeJose Antonio Marquez2012-06-28
|
* Fixing color panel sliders updatingJose Antonio Marquez2012-06-28
|
* Fixing history bugJose Antonio Marquez2012-06-27
|
* Fixing minor color history bugJose Antonio Marquez2012-06-27
|
* Adding a dismiss step when switching popupsJose Antonio Marquez2012-06-27
| | | | This is needed to allow for model to change during draw routines
* Fixing gradient/solid color toggleJose Antonio Marquez2012-06-26
| | | | Also added a null value setter fix for no color hex
* Color Popup Test CandidateJose Antonio Marquez2012-06-25
| | | | Preliminary check in for testing to commence on new color popup functionality.
* Adding support for gradients on chipsJose Antonio Marquez2012-06-23
| | | | Need to handle other color modes, currently only handling HSV and gradients. Working on getting other modes supported. Also, will need clean up color popup manager after completion.
* Fixed slider/hottext bindingsJose Antonio Marquez2012-06-16
| | | | Also cleaning up, however, needs much refactoring.
* Fixing apply 'no color'Jose Antonio Marquez2012-06-15
| | | | This should fix canvas and standard DOM elements including the root (body or template wrapper).
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵John Mayhew2012-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
| * Changing ID to Montage-ID for Color PanelJose Antonio Marquez2012-05-03
| |
* | More implementation of moving color chips to the individual subtools.John Mayhew2012-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 Mayhew2012-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 Mayhew2012-04-26
| | | | preparation for montage converting to the new "prototype" format fully
* Renaming folderJose Antonio Marquez2012-03-13