Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixing binding of alpha slider/hottext in popup with panel | Jose Antonio Marquez | 2012-06-18 |
| | |||
* | Cleaning reel | Jose Antonio Marquez | 2012-06-17 |
| | |||
* | Cleaning up element references | Jose Antonio Marquez | 2012-06-17 |
| | |||
* | Tidying up color bar | Jose Antonio Marquez | 2012-06-17 |
| | |||
* | More cleaning up | Jose Antonio Marquez | 2012-06-16 |
| | | | | Controller will need a review and refactoring. | ||
* | Fixed slider/hottext bindings | Jose Antonio Marquez | 2012-06-16 |
| | | | | Also cleaning up, however, needs much refactoring. | ||
* | Merge branch 'refs/heads/Ninja-Internal' into Color | Jose Antonio Marquez | 2012-06-15 |
|\ | |||
| * | Merge pull request #306 from mqg734/GIO_Fixes | Valerio Virgillito | 2012-06-15 |
| |\ | | | | | | | Do not save ninja-specific body or html styles. | ||
| | * | Remove ninja's author-time styles for banner and animation templates on ↵ | Nivesh Rajbhandari | 2012-06-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | publish/save. Missed the banner and animation case in the previous checkin. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| | * | Moving location to copy body style attribute | Jose Antonio Marquez | 2012-06-14 |
| | | | | | | | | | | | | Fixes issue with removing styles from other elements. This now only applies to HTML and Body tags | ||
| | * | Adding clean up for ninja style attributes. | Jose Antonio Marquez | 2012-06-14 |
| | | | | | | | | | | | | I/O step in template. | ||
| | * | Merge branch 'refs/heads/Ninja-Internal' into FileIO | Jose Antonio Marquez | 2012-06-14 |
| | |\ | |||
| | * \ | Merge pull request #36 from mqg734/FileIO_Jose | Jose Antonio Marquez Russo | 2012-06-14 |
| | |\ \ | | | | | | | | | | | Save user's html and body styles and inline body styles for 3d so they don't get saved out with the document. | ||
| | | * | | Save user's html and body styles and inline body styles for 3d so they don't ↵ | Nivesh Rajbhandari | 2012-06-14 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get saved out with the document. This still requires some changes by Jose. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | | | Fixing apply 'no color' | Jose Antonio Marquez | 2012-06-15 |
| | | | | | | | | | | | | | | | | This should fix canvas and standard DOM elements including the root (body or template wrapper). | ||
* | | | | Merge branch 'refs/heads/Ninja-Internal' into Color | Jose Antonio Marquez | 2012-06-15 |
|\| | | | |||
| * | | | Merge pull request #307 from mencio/youtube-fix | Valerio Virgillito | 2012-06-15 |
| |\ \ \ | | |_|/ | |/| | | merging Stuart youtube fix | ||
| | * | | merging Stuart youtube fix | Valerio Virgillito | 2012-06-14 |
| |/ / | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | Merge branch 'refs/heads/Ninja-Internal' into Color | Jose Antonio Marquez | 2012-06-14 |
|\| | | |||
| * | | Merge pull request #305 from joseeight/Document | Valerio Virgillito | 2012-06-14 |
| |\ \ | | | | | | | | | Adding banner template | ||
| | * | | Adding banner template | Jose Antonio Marquez | 2012-06-14 |
| | |/ | | | | | | | | | | Added 'leader board' template to banners. | ||
| * | | Merge pull request #304 from mqg734/GIO_Fixes | Valerio Virgillito | 2012-06-14 |
| |\ \ | | | | | | | | | IKNinja-1710 - Boundary box is drawn offset when switching between docs. This issue is related to move object to negative space. | ||
| | * | | IKNinja-1710 - Boundary box is drawn offset when switching between docs. ↵ | Nivesh Rajbhandari | 2012-06-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | This issue is related to move object to negative space. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| * | | | Merge pull request #302 from joseeight/Color | Valerio Virgillito | 2012-06-14 |
| |\ \ \ | | | | | | | | | | | Color fixes | ||
| * \ \ \ | Merge pull request #301 from pushkarjoshi/brushtool | Valerio Virgillito | 2012-06-14 |
| |\ \ \ \ | | |_|/ / | |/| | | | Brushtool | ||
| | * | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-06-13 |
| | |\ \ \ | | | | |/ | | | |/| | |||
| | * | | | fix bug #1718 (trying to delete a non-existent canvas) | Pushkar Joshi | 2012-06-13 |
| | | | | | |||
| | * | | | fix bug #1704 where small paths/strokes with large stroke width caused a ↵ | Pushkar Joshi | 2012-06-13 |
| | | | | | | | | | | | | | | | | | | | | flip of the gradient colors | ||
| | * | | | correct path resizing in case of stroke width other than 1 | Pushkar Joshi | 2012-06-13 |
| | | | | | |||
| | * | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-06-13 |
| | |\ \ \ | |||
| | * | | | | fixes bug #1623: middle transform handle causes the brush stroke to have a ↵ | Pushkar Joshi | 2012-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | zero width or height and brush stroke cannot be recovered | ||
| * | | | | | Merge pull request #300 from mqg734/IKNinja_1715 | Valerio Virgillito | 2012-06-13 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | IKNinja-1715 - GIO: canvas tag is not saved after switching WebGL option On/Off in the PI for the shape object. | ||
| | * | | | | IKNinja-1715 - GIO: canvas tag is not saved after switching WebGL option ↵ | Nivesh Rajbhandari | 2012-06-13 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On/Off in the PI for the shape object. We need to add the 'data-ninja'node' in replaceEelement as well. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | | | | Cleaning up references | Jose Antonio Marquez | 2012-06-14 |
| |_|_|/ |/| | | | | | | | | | | | Still need to do more cleaning up. | ||
* | | | | Fix: IKNINJA-1608 | Jose Antonio Marquez | 2012-06-13 |
| | | | | | | | | | | | | | | | | Changing icon, seems low res and improper size, should be hi-res PNG for future reference, using negative space offset to better display. | ||
* | | | | Clean up | Jose Antonio Marquez | 2012-06-13 |
| | | | | |||
* | | | | Fix: IKNINJA-1187 | Jose Antonio Marquez | 2012-06-13 |
| | | | | | | | | | | | | | | | | Clean up and fixing masking of color wheel. | ||
* | | | | Merge branch 'refs/heads/Ninja-Internal' into Color | Jose Antonio Marquez | 2012-06-13 |
|\| | | | |||
| * | | | Merge pull request #297 from mqg734/PI_HotTextFixes | Valerio Virgillito | 2012-06-13 |
| |\ \ \ | | | | | | | | | | | Fixing properties panel to support px and % for body and other elements. | ||
| | * \ \ | Merge branch 'refs/heads/ninja-internal' into PI_HotTextFixes | Nivesh Rajbhandari | 2012-06-13 |
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/properties.reel/sections/position-size.reel/position-size.html Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| * | | | | Merge branch 'refs/heads/master' into montage-v10-integration | Valerio Virgillito | 2012-06-13 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | fixed document switching issues | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | | disabling the warnings | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | | Merge branch 'refs/heads/master' into montage-v10-integration | Valerio Virgillito | 2012-06-12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * \ \ \ \ | Merge branch 'refs/heads/master' into montage-v10-integration | Valerio Virgillito | 2012-06-12 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'refs/heads/master' into montage-v10-integration | Valerio Virgillito | 2012-06-12 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | hack fix for the PI section throwing errors when dom is not ready to draw | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | | | | | remove serializable from custom section | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | | | | | fixing the feed reader | Valerio Virgillito | 2012-06-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@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> |