aboutsummaryrefslogtreecommitdiff
path: root/js/panels/CSSPanel
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 byte order markers (BOM)Kris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Presets/CSS Panel - Update css panel with preset class.Eric Guzman2012-06-28
|
* 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.
* CSS Style Declaration - Improve shorthand filteringEric Guzman2012-05-22
|
* Computed Styles - Add some CSS that was inherited from old CSS PanelEric Guzman2012-05-21
|
* CSS Panel - remove duplicate entry in completion mapEric Guzman2012-05-17
|
* Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-05-10
|\ | | | | | | | | Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html
| * finishing to replace all id with data-montage-idValerio Virgillito2012-05-03
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Computed Style Panel - Add data-montage idsEric Guzman2012-05-10
| |
* | CSS Panel - Support showing computed stylesEric Guzman2012-05-03
| |
* | CSS Panel - Modify pseudo class on getMatchedCSSRulesEric Guzman2012-05-01
| |
* | CSS Panel - Added code hinting and tooltipsEric Guzman2012-05-01
| |
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-30
|\|
| * Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | | | | | preparation for montage converting to the new "prototype" format fully
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-04
|\|
| * Squashed commit of Preparing for the montage undo-manager: Architecture changesValerio Virgillito2012-04-04
| | | | | | | | | | | | | | | | | | Reworked the add and remove elements into 1 function which can take 1 or more elements. Removed the _element from the selection array Many other changes related to those 2 changes Undo/Redo shortcuts are now using montage undo/redo manager. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-02
|\|
| * CSS Panel - Fix animation duration value updates from "infinite" to integer.Eric Guzman2012-03-29
| |
* | CSS Updates - Update the shorthand map to include other orderEric Guzman2012-03-12
|/
* clearing the old local setting and using the new version/prefix local settings.Valerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* CSSPanel - fix code indentationEric Guzman2012-02-16
|
* CSS Panel - Add Resizer to sub panelsEric Guzman2012-02-16
|
* Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-10
|\ | | | | | | | | | | Conflicts: js/ninja.reel/ninja.html js/stage/stage.reel/stage.html
| * Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵Armen Kesablyan2012-02-07
| |\ | | | | | | | | | | | | | | | | | | | | | text-tool Conflicts: _scss/compass_app_log.txt css/ninja.css
| * | Initial Text Tool ImplementationArmen Kesablyan2012-02-02
| | | | | | | | | | | | Has rich-text-editor in place need to place with finalized version when complete
* | | Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-02
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: .gitignore js/ninja.reel/ninja.js
| * | upgrading to Montage v0.6Valerio Virgillito2012-02-02
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-01-30
|\| | | | | | | | | | | | | | | | | Conflicts: _scss/compass_app_log.txt _scss/imports/scss/_Stage.scss
| * | CSSPanel Updates - Add new original CSS error iconEric Guzman2012-01-30
| |/
* / Merged old FileIOJose Antonio Marquez2012-01-27
|/
* First commit of Ninja to ninja-internalPierre Frisch2012-01-27
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>