aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel
Commit message (Collapse)AuthorAge
* CSS Panel - Handle media attribute changesEric Guzman2012-07-17
|
* Styles Controller - Re-add dirty event. Add data- attribute to keep created ↵Eric Guzman2012-07-17
| | | | stylesheets.
* 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
|
* Presets/CSS Panel - Update css panel with preset class.Eric Guzman2012-06-28
|
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵Eric Guzman2012-06-27
|\ | | | | | | CSSPanel_GIO
| * Styles Controller - Chrome 20 FixEric Guzman2012-06-26
| |
* | IKNINJA-1659 - Fix error when calling preventDefault()Eric Guzman2012-06-26
| |
* | IKNINJA-1667 - Fix for JIRA issue involving updating rule list on selection ↵Eric Guzman2012-06-26
|/ | | | change.
* Merge branch 'refs/heads/ninja-internal-master' into cut-copy-pasteAnanya Sen2012-06-20
|\
| * fixing the last instances of the old montage components in the css panelValerio Virgillito2012-06-20
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * updating the components and descriptor.json to support montage v.11Valerio Virgillito2012-06-17
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge branch 'refs/heads/ninja-internal-master' into cut-copy-pasteAnanya Sen2012-06-19
|\|
| * 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>
| * fixing a default propertyValerio Virgillito2012-06-12
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * adding more missing propertiesValerio Virgillito2012-06-11
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * 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>
* | - removed extra selection change event,Ananya Sen2012-06-11
|/ | | | | | - displace element after adding it to the document Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fix for the css panelValerio Virgillito2012-06-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵Valerio Virgillito2012-05-31
|\ | | | | | | document-bindings-fix
| * Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-29
| |\ | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
| * | CSS Panel - Handle focus after editing selectorEric Guzman2012-05-29
| | |
| * | CSS Panel - Find correct previously-rendered rule list after selection.Eric Guzman2012-05-29
| | |
| * | CSS Panel - Prevent Animation on New StyleEric Guzman2012-05-27
| | |
* | | Fixing the close document.Valerio Virgillito2012-05-30
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | document bindings phase 1Valerio Virgillito2012-05-29
| |/ |/| | | | | | | | | | | | | - using array controller to bind the current document to all ninja components - removed open document event - removed references to the document controller Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | 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.
* Style Sheets - Remove duplicate class name from stylesheets toolbarEric Guzman2012-05-22
|
* CSS Style - Fix issue when changing value to same value minus units.Eric Guzman2012-05-22
|
* 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 - Delete un-used componentsEric Guzman2012-05-22
|
* CSS Style - Remove drag/drop UI stuffEric Guzman2012-05-22
|
* CSS Style - turning drag/drop offEric Guzman2012-05-22
|
* CSS Style - Remove console logsEric Guzman2012-05-22
|
* CSS Panel - Remove console logsEric Guzman2012-05-22
|
* CSS Style Declaration - Improve shorthand filteringEric Guzman2012-05-22
|
* CSS Panel - Add Rule - apply new class after use specifies selectorEric 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
* Style Sheets - Fix error on opening new document (without refresh)Eric Guzman2012-05-21
|
* Remove Old CSS PanelEric Guzman2012-05-21
|
* CSS Style Declaration - Handle deleting empty styleEric Guzman2012-05-21
|
* CSS Panel - Selection change fix for pushing to the selection arrayEric Guzman2012-05-21
|
* CSS Style Component - Moved unit identification to local change handler ↵Eric Guzman2012-05-21
| | | | instead of delegate