Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed incorrect capitalization for DOCTYPE html | John Mayhew | 2012-07-09 |
| | |||
* | Normalize HTML DOCTYPE | Kris Kowal | 2012-07-09 |
| | | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces. | ||
* | BSD License | Kris Kowal | 2012-07-09 |
| | |||
* | Normalize HTML doctype | Kris Kowal | 2012-07-06 |
| | |||
* | Remove trailing spaces | Kris Kowal | 2012-07-06 |
| | |||
* | Expand tabs | Kris Kowal | 2012-07-06 |
| | |||
* | Update copyright boilerplate | Kris Kowal | 2012-07-06 |
| | |||
* | Fix live preview animation lock | Jonathan Duran | 2012-06-27 |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | ||
* | Fix element getting stuck with live preview mode | Jonathan Duran | 2012-06-27 |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | ||
* | Can bind Multiple instance | Armen Kesablyan | 2012-06-25 |
| | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com> | ||
* | Binding View :Requested Changes for Pull Request | Armen Kesablyan | 2012-06-21 |
| | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com> | ||
* | Merge branch 'refs/heads/master' into binding | Armen Kesablyan | 2012-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> | ||
| * | fix for the the components not rendering and not selecting | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | Merge branch 'refs/heads/master' into binding | Armen Kesablyan | 2012-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> | ||
| * | Overriding scrollbar styles on the template so the scroll track is not ↵ | Nivesh Rajbhandari | 2012-06-08 |
| | | | | | | | | | | | | white. This has the side benefit of fixing some of the zoom issues with the scrollbar too. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| * | removing all model creators. | Valerio Virgillito | 2012-06-05 |
| | | | | | | | | | | | | The elementModel is now a getter that will create a new model when needed. Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | fixing a small typo | Valerio Virgillito | 2012-06-05 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | components fix: adding a first draw event to components | Valerio Virgillito | 2012-06-04 |
| | | | | | | | | | | | | Adding a first draw allows the component to have the right element so that ninja can use it's controller to get the component instance Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | Edit View - Add buttons and calls controller (saves bindings) | Eric Guzman | 2012-06-11 |
| | | |||
* | | Objects Controller - Now keeps track of document's object instances, ↵ | Eric Guzman | 2012-05-25 |
| | | | | | | | | including added components | ||
* | | Merge branch 'refs/heads/dom-architecture' into binding | Armen Kesablyan | 2012-05-23 |
|\| | | | | | | | | | | | | | Conflicts: js/data/panels-data.js Signed-off-by: Armen Kesablyan <armen@motorola.com> | ||
| * | CSS Panel - Add highlight CSS class to template file | Eric Guzman | 2012-05-17 |
| | | |||
* | | Changes to binding view | Armen Kesablyan | 2012-05-19 |
|/ | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com> | ||
* | Sharing app data in banner and html templates | Jose Antonio Marquez | 2012-05-17 |
| | | | | Syncing the files to avoid duplicates and ensure consistency. | ||
* | Fixed chrome preview for banner templates. | Nivesh Rajbhandari | 2012-05-17 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document | Jose Antonio Marquez | 2012-05-16 |
|\ | |||
| * | Merge branch 'refs/heads/master' into dom-architecture | Valerio Virgillito | 2012-05-16 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/document/templates/montage-html/package.json js/io/system/ninjalibrary.json node_modules/descriptor.json Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| | * | Squashed commit of google-components into master | Valerio Virgillito | 2012-05-09 |
| | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | Fixing serialization referencing (new object per save) | Jose Antonio Marquez | 2012-05-16 |
| | | | |||
* | | | Adding basic montage components I/O | Jose Antonio Marquez | 2012-05-16 |
|/ / | | | | | | | Only for saving basic components without a reel. | ||
* | | Fixing preview bug | Jose Antonio Marquez | 2012-05-16 |
| | | | | | | | | Also setting up for Montage component serialization. | ||
* | | Fixing the package file for the new dom template | 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> | ||
* | | Adding special preview for templates | Jose Antonio Marquez | 2012-05-15 |
| | | |||
* | | Fixing banner template | Jose Antonio Marquez | 2012-05-14 |
| | | | | | | | | Need to implement save, but this cover open and new. | ||
* | | Viewport for banner templates so content doesn't push through "body". | Nivesh Rajbhandari | 2012-05-14 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Fixing 3d to work in banner templates. | Nivesh Rajbhandari | 2012-05-14 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Fixing position issue | Jose Antonio Marquez | 2012-05-11 |
| | | | | | | | | Need to implement centering document. | ||
* | | Adding support for new templates | Jose Antonio Marquez | 2012-05-11 |
| | | | | | | | | This is supported for NEW and OPEN, SAVE is not supported yet by I/O. Saving works, but it will not be a banner template. | ||
* | | Cleaning up template | Jose Antonio Marquez | 2012-05-11 |
| | | |||
* | | Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document | Jose Antonio Marquez | 2012-05-08 |
|\ \ | |||
| * | | Get clicked element when body is scrolled. | Nivesh Rajbhandari | 2012-05-08 |
| | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | | Adding SAVE for I/O | Jose Antonio Marquez | 2012-05-08 |
|/ / | | | | | | | Adding save functionality to new template. Need to implement user UI for prompts and also clean up... | ||
* | | Fixing body's default styles. | Nivesh Rajbhandari | 2012-05-04 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Adding hack to allow for blank documents to open | Jose Antonio Marquez | 2012-05-02 |
| | | |||
* | | Cleaning up template | Jose Antonio Marquez | 2012-05-01 |
| | | |||
* | | Preliminary IO to new DOM view | Jose Antonio Marquez | 2012-05-01 |
|/ | |||
* | Squashed commit of stage architecture | Valerio Virgillito | 2012-04-30 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Merge branch 'stage-document-architecture' of ↵ | Valerio Virgillito | 2012-04-26 |
|\ | | | | | | | https://github.com/mencio/ninja-internal into serialization | ||
| * | Added a body controller | Valerio Virgillito | 2012-04-24 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> |