aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.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 trailing spacesKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* IKNINJA-1667 - Fix for JIRA issue involving updating rule list on selection ↵Eric Guzman2012-06-26
| | | | change.
* 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>
* CSS Panel - Find correct previously-rendered rule list after selection.Eric Guzman2012-05-29
|
* CSS Panel - Update components to use new serialization formatEric Guzman2012-05-22
|
* Rule List Container - Handle drawing multiple rules at the same timeEric Guzman2012-05-21
| | | | Fixes problems when dropping multiple images on to stage and the selection changes too quickly
* Rule List Container - Fix rule list retrievalEric Guzman2012-05-18
|
* CSS Panel - Added flag to draw method to improve perceived loading timeEric 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 - remove old update codeEric Guzman2012-05-10
|
* CSS Panel - Fix errors from new Montage and remove logs.Eric Guzman2012-05-10
|
* CSS Panel - Rule List refactorEric Guzman2012-05-10
| | | | Improved adding, updating, and sorting of rules in rule list.
* CSS Panel - Added update of new rules to rule listEric Guzman2012-05-08
|
* CSS Panel - add handlers for css panel actionsEric Guzman2012-04-26
|
* CSS Rule List - Add inline style to supported rule typesEric Guzman2012-04-13
|
* CSS Rule List - Add inline style to rule listEric Guzman2012-04-13
|
* CSS Rule List - Enabled list switching on selectionEric Guzman2012-04-11
|
* Rule List - Update selection to not use "_element" property.Eric Guzman2012-04-04
|
* CSS Panel - Adding declaration, style (tree leaf), and style shorthand (tree ↵Eric Guzman2012-03-12
branch) components