Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Style Declaration - Handle removing styles | Eric Guzman | 2012-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 - show no styles when all elements are deselected | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | Style sheets - Add support for removing default style sheet | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | Style Sheet component - Remove un-used property | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | CSS Panel - Add support for deleting style sheets | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | Style Declaration - Fix update method to prevent duplicate styles in list | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | Minor fix - Prevent montage binding warning | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | Rule List Container - Fix rule list retrieval | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | CSS Panel - Fix toolbar CSS issues | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | CSS Panel - Overflow ellipsis for selection name text. | Eric Guzman | 2012-05-18 | |
| | | | ||||
| * | | CSS Panel - Fix style declaration interaction | Eric Guzman | 2012-05-17 | |
| | | | ||||
| * | | CSS Style - minor css fix | Eric Guzman | 2012-05-17 | |
| | | | ||||
| * | | 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 | |||
| * \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-17 | |
| |\ \ \ | ||||
| * | | | | CSS Panel - delcaration - remove auto sort | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | CSS Panel - declaration - sort objects when flag is set | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | Style sheets view - Remove duplicate property definition | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | CSS Panel - Clear styles section on document close | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | CSS Panel - comment out paste handler for now | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | CSS Panel - remove duplicate entry in completion map | Eric Guzman | 2012-05-17 | |
| | | | | | ||||
| * | | | | Style Declaration - fix property name in addStyle() | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | CSS Panel - Style sheets dirty flag added | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | CSS Panel - Fix toggling style on/off. | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | CSS Panel - Added flag to draw method to improve perceived loading time | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | CSS Panel - Fix issue with adding new style and activating property field | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | Style Declaration - Fix update/add/addNew methods | Eric Guzman | 2012-05-16 | |
| | | | | | ||||
| * | | | | CSSPanel - Add mutli-selection and adding classes to groups of elements | Eric Guzman | 2012-05-14 | |
| | | | | | ||||
| * | | | | CSS Panel - Fixed removing rules and checking to see if rules apply on add. | Eric Guzman | 2012-05-10 | |
| | | | | | ||||
| * | | | | CSS Panel - Add work-around for selection change event. | Eric Guzman | 2012-05-10 | |
| | | | | | ||||
| * | | | | CSS Panel - Rule list - remove old update code | Eric Guzman | 2012-05-10 | |
| | | | | | ||||
| * | | | | CSS Panel - fix issue with hover/scroll to top | Eric Guzman | 2012-05-10 | |
| | | | | | ||||
| * | | | | CSS Panel - Fix errors from new Montage and remove logs. | Eric Guzman | 2012-05-10 | |
| | | | | | ||||
| * | | | | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-10 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html | |||
| * | | | | | Computed Style Panel - Add data-montage ids | Eric Guzman | 2012-05-10 | |
| | | | | | | ||||
| * | | | | | Style Declaration - Improved updating of styles using binding. | Eric Guzman | 2012-05-10 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Rule List refactor | Eric Guzman | 2012-05-10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Improved adding, updating, and sorting of rules in rule list. | |||
| * | | | | | CSS Panel - Added update of new rules to rule list | Eric Guzman | 2012-05-08 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Create non-tree declaration (optimized). And add updating ↵ | Eric Guzman | 2012-05-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | functionality. | |||
| * | | | | | Style sheets - Added default stylesheet selection | Eric Guzman | 2012-05-08 | |
| | | | | | | ||||
| * | | | | | Style sheets - Add sheet action | Eric Guzman | 2012-05-07 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Add labels for selection and document names | Eric Guzman | 2012-05-03 | |
| | | | | | | ||||
| * | | | | | Styles delegate - Clean up | Eric Guzman | 2012-05-03 | |
| | | | | | | ||||
| * | | | | | Style sheets - Add stub for add stylesheet button | Eric Guzman | 2012-05-03 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Support showing computed styles | Eric Guzman | 2012-05-03 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Fix issue with wrong style value when re-enabling style. | Eric Guzman | 2012-05-02 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Added element highlight on selector field hover | Eric Guzman | 2012-05-02 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Add focus management to styles view delegate | Eric Guzman | 2012-05-02 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Modify pseudo class on getMatchedCSSRules | Eric Guzman | 2012-05-01 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Inline style editing | Eric Guzman | 2012-05-01 | |
| | | | | | | ||||
| * | | | | | CSS Panel - Added code hinting and tooltips | Eric Guzman | 2012-05-01 | |
| | | | | | |