aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-style.reel/css-style.js
Commit message (Collapse)AuthorAge
* CSS Panel - Fix layout when editing long CSS values.Eric Guzman2012-08-15
|
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* adding more missing properties to the serializationValerio Virgillito2012-06-12
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* adding more nonexistent propertiesValerio Virgillito2012-06-12
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* CSS Style - Fix issue when changing value to same value minus units.Eric Guzman2012-05-22
|
* CSS Style - Remove drag/drop UI stuffEric Guzman2012-05-22
|
* CSS Style - Remove console logsEric Guzman2012-05-22
|
* CSS Style Component - Moved unit identification to local change handler ↵Eric Guzman2012-05-21
| | | | instead of delegate
* 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.
* CSS Panel - Add support for deleting style sheetsEric Guzman2012-05-18
|
* CSS Panel - Fix style declaration interactionEric Guzman2012-05-17
|
* CSS Panel - Fix toggling style on/off.Eric 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.