Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixing the switching between various types of documents | Valerio Virgillito | 2012-05-31 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | removing the last closeDocument handler | Valerio Virgillito | 2012-05-31 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Merge pull request #4 from mqg734/dom-architecture-pentool | Valerio Virgillito | 2012-05-31 |
|\ | | | | | Adding back the stage references in the 3d classes and fixing styles lookup for the stage. | ||
| * | Removed temporary hack to support stage styles. | Nivesh Rajbhandari | 2012-05-31 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | fixing the close and save | Valerio Virgillito | 2012-05-31 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | fixing selection when switching documents | Valerio Virgillito | 2012-05-31 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | cleanup items | Valerio Virgillito | 2012-05-31 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | fixing the closing of documents | Valerio Virgillito | 2012-05-30 |
|/ | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | opening code view documents | Valerio Virgillito | 2012-05-30 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@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> | ||
| * | IKNinja-1491 - Adding slice value to border gradients. | Nivesh Rajbhandari | 2012-05-25 |
| | | | | | | | | | | | | Note that using "circle cover" comes close to matching our canvas 2d/WebGL shape's stroke gradients, but still a little off. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Fixing the close document. | Valerio Virgillito | 2012-05-30 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | cleanup and handling the document views in the document controller for now. | Valerio Virgillito | 2012-05-29 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | fix for the document tab close button and rulers on initial document | Valerio Virgillito | 2012-05-29 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@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 | ||
| * | Fixed selection bug when switching/opening documents. Also, use saved scroll ↵ | Nivesh Rajbhandari | 2012-05-24 |
| | | | | | | | | | | | | values when switching between documents. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| * | 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> | ||
| * | Merge pull request #252 from ananyasen/dom-architecture | Valerio Virgillito | 2012-05-23 |
| |\ | | | | | | | bug fixes | ||
| | * | Merge branch 'refs/heads/master-dom-architecture' into dom-architecture | Ananya Sen | 2012-05-22 |
| | |\ | |||
| | * | | - don't redraw stage for code document - fixes a switching bug | Ananya Sen | 2012-05-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix for ctrl+S for code document - disallow opening the panels while in code document Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | | | | Some clean up, adding comments | Jose Antonio Marquez | 2012-05-24 |
| | | | | | | | | | | | | | | | | This obviously needs much work and reworking... | ||
* | | | | Renaming variable as it will now be used | Jose Antonio Marquez | 2012-05-24 |
| | | | | | | | | | | | | | | | | This is no longer a temp fix, it might be a permanent boolean to open/close web-request API gates. | ||
* | | | | 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. | ||
* | | | | Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document | Jose Antonio Marquez | 2012-05-23 |
|\| | | | |||
| * | | | improve the closing of documents. | Valerio Virgillito | 2012-05-23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | CSS Panel - Merged Styles controller from DOM Architecture | Eric Guzman | 2012-05-22 |
| | | | | |||
| * | | | Merge branch 'dom-architecture' of ↵ | Eric Guzman | 2012-05-22 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates Conflicts: js/controllers/styles-controller.js | ||
| * | | | Merge branch 'dom-architecture' of ↵ | Eric Guzman | 2012-05-18 |
| |\ \ \ | | | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates | ||
| * | | | | 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 | ||
| * \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-17 |
| |\ \ \ \ \ | |||
| * | | | | | | 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 | ||
| * | | | | | | | 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 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-02 |
| |\ \ \ \ \ \ \ | |||
| * | | | | | | | | Styles Controller - Fix error when trying dispatch stylesheet change event | Eric Guzman | 2012-05-01 |
| | | | | | | | | | |||
| * | | | | | | | | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-05-01 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-30 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-26 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-23 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-23 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-09 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'refs/heads/master' into CSSPanelUpdates | Eric Guzman | 2012-04-05 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |