aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/styles-view-delegate.js
Commit message (Collapse)AuthorAge
* BSD LicenseKris Kowal2012-07-09
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Presets/CSS Panel - Update css panel with preset class.Eric Guzman2012-06-28
|
* first iteration of adding serializable to ninja plus other changes to run ↵Valerio Virgillito2012-06-06
| | | | | | the latest montage Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* fix for the css panelValerio Virgillito2012-06-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-29
|\ | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
| * Cleaning up referencing to 'documentRoot' and '_document'Jose Antonio Marquez2012-05-24
| | | | | | | | Moved to reference new model in DOM architecture rework. This should not affect anything, just moving the references, and also the setting to the render methods in the design view.
* | CSS Panel - Handle focus after editing selectorEric Guzman2012-05-29
| |
* | CSS Panel - Prevent Animation on New StyleEric Guzman2012-05-27
|/
* CSS Panel - Fix applying selector to element when selector not changedEric Guzman2012-05-22
|
* CSS Style Rule - Extract and append class name from selector on first changeEric Guzman2012-05-22
|
* CSS Panel - Update components to use new serialization formatEric Guzman2012-05-22
|
* CSS Panel - Add Rule - apply new class after use specifies selectorEric Guzman2012-05-22
|
* CSS Style Declaration - Handle deleting empty styleEric Guzman2012-05-21
|
* CSS Style Component - Moved unit identification to local change handler ↵Eric Guzman2012-05-21
| | | | instead of delegate
* Style Declaration - Fix - if deleting style, don't focus next fieldEric 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.
* CSS Panel - Fix style declaration interactionEric Guzman2012-05-17
|
* CSS Panel - comment out paste handler for nowEric Guzman2012-05-17
|
* CSS Panel - Fix toggling style on/off.Eric Guzman2012-05-16
|
* CSS Panel - Fix issue with adding new style and activating property fieldEric Guzman2012-05-16
|
* CSSPanel - Add mutli-selection and adding classes to groups of elementsEric Guzman2012-05-14
|
* CSS Panel - Fixed removing rules and checking to see if rules apply on add.Eric Guzman2012-05-10
|
* CSS Panel - Rule List refactorEric Guzman2012-05-10
| | | | Improved adding, updating, and sorting of rules in rule list.
* CSS Panel - Create non-tree declaration (optimized). And add updating ↵Eric Guzman2012-05-08
| | | | functionality.
* Styles delegate - Clean upEric Guzman2012-05-03
|
* CSS Panel - Support showing computed stylesEric Guzman2012-05-03
|
* CSS Panel - Fix issue with wrong style value when re-enabling style.Eric Guzman2012-05-02
|
* CSS Panel - Added element highlight on selector field hoverEric Guzman2012-05-02
|
* CSS Panel - Add focus management to styles view delegateEric Guzman2012-05-02