aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/styles-controller.js
Commit message (Collapse)AuthorAge
* Styles Controller - removing console logsEric Guzman2012-06-29
|
* Styles Controller - Fix specificity comparison in hasGreaterSpecificity()Eric Guzman2012-06-27
|
* Styles Controller - Remove debuggerEric Guzman2012-06-26
|
* Styles Controller - Chrome 20 FixEric Guzman2012-06-26
|
* - Eric Guzman's styles-controller fix for relatively positionedAnanya Sen2012-06-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - eric gunman's fix for styles-controller - select the appropriate override ↵Ananya Sen2012-06-13
| | | | | | rule to apply the override style Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Body PI fixes.Nivesh Rajbhandari2012-06-07
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Merge branch 'refs/heads/valerio-document-bindings-fix' into ↵Nivesh Rajbhandari2012-06-01
|\ | | | | | | document-bindings-fix
| * Merge branch 'document-bindings-fix' of github.com:mencio/ninja-internal ↵Valerio Virgillito2012-06-01
| |\ | | | | | | | | | into document-bindings-fix
| * | fixing the document closing when the first document is closed.Valerio Virgillito2012-06-01
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Moving styles controller higher in ninja's serialization so its bindings ↵Nivesh Rajbhandari2012-06-01
| |/ |/| | | | | | | | | will get triggered before stage's bindings. This should fix the stage's styles not getting initialized correctly. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | SnapManager.setupDragPlaneFromPlane must happen after StylesController has ↵Nivesh Rajbhandari2012-06-01
|/ | | | | | finished initializeRootStyles. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Removed temporary hack to support stage styles.Nivesh Rajbhandari2012-05-31
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Merge branch 'Dom-Architecture' of github.com:mqg734/ninja-internal into ↵Valerio Virgillito2012-05-30
|\ | | | | | | | | | | | | | | | | | | document-bindings-fix Conflicts: js/stage/stage-deps.js js/stage/stage.reel/stage.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Cache perspective distance lookup to speed up user interaction.Nivesh Rajbhandari2012-05-29
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@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>
* Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-24
|\ | | | | | | | | | | | | Conflicts: js/document/document-html.js js/helper-classes/3D/view-utils.js js/stage/stage.reel/stage.js
| * fixing the styles manager to open code view files and closing the last document.Valerio Virgillito2012-05-23
| | | | | | | | 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.
* CSS Panel - Merged Styles controller from DOM ArchitectureEric Guzman2012-05-22
|
* Style sheets - Add support for removing default style sheetEric Guzman2012-05-18
|
* CSS Panel - Add support for deleting style sheetsEric Guzman2012-05-18
|
* Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-17
|\ | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates Conflicts: js/document/templates/montage-html/default_html.css js/lib/NJUtils.js
| * fixing some of the document bindings.Valerio Virgillito2012-05-16
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * New stage template should not distinguish between user and template body styles.Nivesh Rajbhandari2012-05-10
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | Styles Controller - Null out active documentEric Guzman2012-05-17
| |
* | CSS Panel - Style sheets dirty flag addedEric Guzman2012-05-16
| |
* | Styles Controller - Fix issue with clearing dirty stylesheet listEric Guzman2012-05-16
| |
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-05-10
|\ \ | | | | | | | | | | | | Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html
| * \ Merge pull request #185 from ericguzman/StylesControllerPatchValerio Virgillito2012-05-09
| |\ \ | | |/ | |/| Styles Controller - Fix error when trying dispatch stylesheet change eve...
| | * Styles Controller - Fix error when trying dispatch stylesheet change eventEric Guzman2012-05-01
| | |
| * | fixed javascript errorsAnanya Sen2012-05-07
| |/ | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Styles Controller - Added fix for setting style on cached, multi-target rule.Eric Guzman2012-05-09
| | | | | | | | Added fix for setting style on cached, multi-target rule. Also added parameter to selector override to augment specificity of selector
* | Style sheets - Add sheet actionEric Guzman2012-05-07
| |
* | Styles Controller - Fix error when trying dispatch stylesheet change eventEric Guzman2012-05-01
| |
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-11
|\|
| * Single perspective fix.Nivesh Rajbhandari2012-04-09
| | | | | | | | | | | | Note that rotating multiple objects when the stage is rotated still doesn't work and flatten still doesn't work. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-09
|\|
| * Get matrix and perspective distance from styles controller.Nivesh Rajbhandari2012-03-21
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * - detect document style edit [with Eric's input for styles-controller.js]Ananya Sen2012-03-06
| | | | | | | | | | | | - integrated save as Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | CSS Panel - Updating components, created toolbar components, and small ↵Eric Guzman2012-03-02
| | | | | | | | changes to styles controller
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-02-29
|\| | | | | | | | | Conflicts: js/panels/PanelContainer/PanelContainer.reel/PanelContainer.js
| * edit by Eric G.: catch the error instead of doing the null check for the ↵Ananya Sen2012-02-21
| | | | | | | | | | | | stale element Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * added null check for matchedRules in styles-controller.js, to fix js error ↵Ananya Sen2012-02-21
| | | | | | | | | | | | on reopening and edited html document Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-02-22
|\|
| * Merge branch 'StylesControllerUpdates' of ↵Eric Guzman2012-02-20
| |\ | | | | | | | | | github.com:ericguzman/ninja-internal into StylesControllerUpdates
| | * Styles controller - Check for element's window object before querying for ↵Eric Guzman2012-02-20
| | | | | | | | | | | | matching css rules.
| * | Styles Controller -Fix invalid variable reference when looking for element's ↵Eric Guzman2012-02-20
| |/ | | | | | | window object
* / CSS Panel UpdateEric Guzman2012-02-22
|/