aboutsummaryrefslogtreecommitdiff
path: root/js/panels/PanelContainer.reel
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 trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Binding View - Minor Fixes to remove warningsArmen Kesablyan2012-06-21
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Merge branch 'refs/heads/master' into bindingArmen Kesablyan2012-06-19
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/document/document-html.js js/document/templates/app/main.js js/panels/Panel.reel/Panel.js node_modules/montage/ui/native-control.js Signed-off-by: Armen Kesablyan <armen@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>
* | Objects Panel - removed for nowEric Guzman2012-06-15
| |
* | Changes Made to Object Listing of iFrameArmen Kesablyan2012-06-11
| | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | Merge branch 'refs/heads/master' into bindingArmen Kesablyan2012-06-11
|\| | | | | | | | | | | | | | | | | Conflicts: js/document/models/html.js js/document/views/design.js js/ninja.reel/ninja.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
| * 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>
* | Merge branch 'refs/heads/dom-architecture' into bindingArmen Kesablyan2012-05-23
|\| | | | | | | | | | | | | Conflicts: js/data/panels-data.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
| * minor formatting fixesValerio Virgillito2012-05-22
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Remove Old CSS PanelEric Guzman2012-05-21
| |
| * Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-05-10
| |\ | | | | | | | | | | | | Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html
| * \ Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-30
| |\ \
| * | | CSSPanel - Add to panel containerEric Guzman2012-04-23
| | | |
| * | | Merge branch 'refs/heads/master' into CSSPanelUpdatesEric Guzman2012-04-23
| |\ \ \
| * | | | CSS Panel - Add new panel to panel dataEric Guzman2012-03-13
| | | | |
* | | | | Workspace: has customizedArmen Kesablyan2012-05-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | | | | created the initial environment requirements for workspace to be manipulated.Armen Kesablyan2012-05-11
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | | | Removing unused components referencesValerio Virgillito2012-05-03
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | finishing to replace all id with data-montage-idValerio Virgillito2012-05-03
| |_|/ |/| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| |/ |/| | | | | preparation for montage converting to the new "prototype" format fully
* | collapsing the history panel by default and commenting out the undo for the ↵Valerio Virgillito2012-04-13
| | | | | | | | | | | | 3d properties Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | adding a history panelValerio Virgillito2012-04-09
|/ | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Disabled state for panelsArmen Kesablyan2012-03-07
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Reordering and resizing now worksArmen Kesablyan2012-03-07
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Fixed: Collapsed panels would collapse panels belowArmen Kesablyan2012-03-07
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Fixed Collapsing and resizing window with panelsArmen Kesablyan2012-03-07
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Adding drag and dropValerio Virgillito2012-03-05
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* removing repetition from the panel container and using a static list of panels.Valerio Virgillito2012-03-05
- Fixing the bugs associated with the repetition of component and PI problems. Signed-off-by: Valerio Virgillito <valerio@motorola.com>