aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-declaration.reel/style-declaration.js
Commit message (Collapse)AuthorAge
* BSD LicenseKris Kowal2012-07-09
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* adding more missing properties to the serializationValerio Virgillito2012-06-12
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* CSS Panel - Prevent Animation on New StyleEric Guzman2012-05-27
|
* CSS Style Declaration - Improve shorthand filteringEric Guzman2012-05-22
|
* CSS Style Declaration - Improved style item interactionEric Guzman2012-05-21
|
* Style Declaration - Handle removing stylesEric Guzman2012-05-18
| | | | Removed sorting and had to put a null check in the style component because the valueText was being set to undefined and causing an error. Check with montage on why that is happening.
* Style Declaration - Fix update method to prevent duplicate styles in listEric Guzman2012-05-18
|
* Minor fix - Prevent montage binding warningEric Guzman2012-05-18
|
* CSS Panel - Fix style declaration interactionEric Guzman2012-05-17
|
* CSS Panel - declaration - sort objects when flag is setEric Guzman2012-05-17
|
* Style Declaration - fix property name in addStyle()Eric Guzman2012-05-16
|
* Style Declaration - Fix update/add/addNew methodsEric Guzman2012-05-16
|
* Style Declaration - Improved updating of styles using binding.Eric Guzman2012-05-10
|
* CSS Panel - Create non-tree declaration (optimized). And add updating ↵Eric Guzman2012-05-08
functionality.