Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | CSS Panel - Fix updating when media changes, sheets are deleted. | Eric Guzman | 2012-07-20 |
| | |||
* | Style Sheets - Show dirty marker when editing media attribute | Eric Guzman | 2012-07-18 |
| | |||
* | Styles Controller - Re-add dirty event. Add data- attribute to keep created ↵ | Eric Guzman | 2012-07-17 |
| | | | | stylesheets. | ||
* | BSD License | Kris Kowal | 2012-07-09 |
| | |||
* | Remove trailing spaces | Kris Kowal | 2012-07-06 |
| | |||
* | Update copyright boilerplate | Kris Kowal | 2012-07-06 |
| | |||
* | Merge pull request #363 from ericguzman/stylesControllerPatch_6_29 | Valerio Virgillito | 2012-06-29 |
|\ | | | | | Styles Controller Patch to ignore unfound rules from getMatchedCSSRules | ||
| * | Another null check on results from getMatchedCSSRules | Eric Guzman | 2012-06-29 |
| | | |||
| * | Null check on results from getMatchedCSSRules | Eric Guzman | 2012-06-29 |
| | | |||
| * | Styles Controller - getMatchingRules - Add forgotten return statement | Eric Guzman | 2012-06-29 |
| | | |||
| * | Styles controller - adding check for attached element in getMatchedCSSRules | Eric Guzman | 2012-06-29 |
| | | |||
| * | Styles Controller Patch to ignore unfound rules from getMatchedCSSRules | Eric Guzman | 2012-06-29 |
| | | |||
* | | Merge branch 'refs/heads/ninja-internal' into ColorGradientFix | Nivesh Rajbhandari | 2012-06-29 |
|\ \ | |||
| * | | Styles Controller - removing console logs | Eric Guzman | 2012-06-29 |
| | | | |||
| * | | Styles Controller - Fix specificity comparison in hasGreaterSpecificity() | Eric Guzman | 2012-06-27 |
| |/ | |||
* / | Fixed not being able to draw linear and radial gradients. Also fixed ↵ | Nivesh Rajbhandari | 2012-06-28 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IKNINJA-1721 - File dirty marker does not show when modifying elements and IKNinja-1581 and IKNinja-1758 - Paint bucket fill bugs with lines and brush objects. Squashed commit of the following: commit 7cad082c89911d34a99feeef8e91d22b89cae8f1 Author: Nivesh Rajbhandari <mqg734@motorola.com> Date: Thu Jun 28 17:52:07 2012 -0700 Fix for not being able to draw linear and radial gradient materials. I'm turning off pre-flight support of gradients for WebGL since it conflicts with the materials' color support. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> commit d0df8a2bff052d855bafb7885792b1dfff8eab7d Merge: 2c67d26 b4b54f6 Author: Nivesh Rajbhandari <mqg734@motorola.com> Date: Thu Jun 28 17:50:11 2012 -0700 Merge branch 'refs/heads/ninja-internal' into ToolFixes commit 2c67d264851f0897fdca8ca887c1c82d0e434217 Author: Nivesh Rajbhandari <mqg734@motorola.com> Date: Thu Jun 28 15:06:13 2012 -0700 IKNINJA-1721 - File dirty marker does not show when modifying elements. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> commit bb4b6a52eb75efb2f435cdb53f810ae3bc1f1fc3 Author: Nivesh Rajbhandari <mqg734@motorola.com> Date: Thu Jun 28 11:15:34 2012 -0700 IKNinja-1581 and IKNinja-1758 - Paint bucket fill bugs with lines and brush objects. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Styles Controller - Remove debugger | Eric Guzman | 2012-06-26 |
| | |||
* | Styles Controller - Chrome 20 Fix | Eric Guzman | 2012-06-26 |
| | |||
* | - Eric Guzman's styles-controller fix for relatively positioned | Ananya Sen | 2012-06-13 |
| | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | - eric gunman's fix for styles-controller - select the appropriate override ↵ | Ananya Sen | 2012-06-13 |
| | | | | | | rule to apply the override style Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | Body PI fixes. | Nivesh Rajbhandari | 2012-06-07 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Merge branch 'refs/heads/valerio-document-bindings-fix' into ↵ | Nivesh Rajbhandari | 2012-06-01 |
|\ | | | | | | | document-bindings-fix | ||
| * | Merge branch 'document-bindings-fix' of github.com:mencio/ninja-internal ↵ | Valerio Virgillito | 2012-06-01 |
| |\ | | | | | | | | | | into document-bindings-fix | ||
| * | | fixing the document closing when the first document is closed. | Valerio Virgillito | 2012-06-01 |
| | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | Moving styles controller higher in ninja's serialization so its bindings ↵ | Nivesh Rajbhandari | 2012-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 Rajbhandari | 2012-06-01 |
|/ | | | | | | finished initializeRootStyles. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Removed temporary hack to support stage styles. | Nivesh Rajbhandari | 2012-05-31 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Merge branch 'Dom-Architecture' of github.com:mqg734/ninja-internal into ↵ | Valerio Virgillito | 2012-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 Rajbhandari | 2012-05-29 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | document bindings phase 1 | Valerio Virgillito | 2012-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 Document | Jose Antonio Marquez | 2012-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 Virgillito | 2012-05-23 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | Cleaning up referencing to 'documentRoot' and '_document' | Jose Antonio Marquez | 2012-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 Architecture | Eric Guzman | 2012-05-22 |
| | |||
* | Style sheets - Add support for removing default style sheet | Eric Guzman | 2012-05-18 |
| | |||
* | CSS Panel - Add support for deleting style sheets | Eric Guzman | 2012-05-18 |
| | |||
* | Merge branch 'dom-architecture' of ↵ | Eric Guzman | 2012-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 Virgillito | 2012-05-16 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | Squashed master into dom-architecture | Valerio Virgillito | 2012-05-16 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | New stage template should not distinguish between user and template body styles. | Nivesh Rajbhandari | 2012-05-10 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Styles Controller - Null out active document | Eric Guzman | 2012-05-17 |
| | | |||
* | | CSS Panel - Style sheets dirty flag added | Eric Guzman | 2012-05-16 |
| | | |||
* | | Styles Controller - Fix issue with clearing dirty stylesheet list | Eric Guzman | 2012-05-16 |
| | | |||
* | | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-10 |
|\ \ | | | | | | | | | | | | | Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html | ||
| * \ | Merge pull request #185 from ericguzman/StylesControllerPatch | Valerio Virgillito | 2012-05-09 |
| |\ \ | | |/ | |/| | Styles Controller - Fix error when trying dispatch stylesheet change eve... | ||
| | * | Styles Controller - Fix error when trying dispatch stylesheet change event | Eric Guzman | 2012-05-01 |
| | | | |||
| * | | fixed javascript errors | Ananya Sen | 2012-05-07 |
| |/ | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | | Styles Controller - Added fix for setting style on cached, multi-target rule. | Eric Guzman | 2012-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 action | Eric Guzman | 2012-05-07 |
| | | |||
* | | Styles Controller - Fix error when trying dispatch stylesheet change event | Eric Guzman | 2012-05-01 |
| | |