| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 1cd89d4d06e3a8f2c221628b19cf26a2c69f5d3f
Author: Jose Antonio Marquez <kgq387@motorola.com>
Date: Tue Mar 6 11:24:25 2012 -0800
Fixing WebGL not available bug
commit 84332ab81c1b445195f1d9be8bbeae0725c8e758
Author: Valerio Virgillito <valerio@motorola.com>
Date: Tue Mar 6 10:58:25 2012 -0800
Squashed commit of preload-fix into Master
- Requiring all the previously pre-loaded files
- RDGE, Codemirror and gl-matrix are not included via a script tag.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
commit 13f52cf0c74f53a919fa864f86669e8155f82961
Merge: dced508 abc04f3
Author: Valerio Virgillito <valerio@motorola.com>
Date: Fri Mar 2 15:46:11 2012 -0800
Merge pull request #93 from imix23ways/Timeline
Timeline: Critical bug fixes
commit dced508bb19a7bcd467ff1b86b5df5bbec4be794
Merge: 0aeb400 cc772ef
Author: Valerio Virgillito <valerio@motorola.com>
Date: Fri Mar 2 15:45:35 2012 -0800
Merge pull request #92 from mqg734/WebGLFixes
Selection Tool Fixes for elements flying off into space when they overlap
commit 0aeb400070762cf01d83cf9f9ee25a5595098b7f
Merge: ff0a956 aabb48a
Author: Valerio Virgillito <valerio@motorola.com>
Date: Fri Mar 2 14:05:21 2012 -0800
Merge pull request #94 from ericguzman/PresetsPanel
Presets Panel - Fix single-click activation, and transition cut-off bug.
commit cc772ef3333ed419d269a2bda7aea5b0150a7bd9
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Fri Mar 2 11:34:58 2012 -0800
Fixing flying off into space bug for translate tool too.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit abc04f3d50311ed1c21067344bc7e448686f8c5c
Author: Jonathan Duran <jduran@motorola.com>
Date: Fri Mar 2 11:26:25 2012 -0800
Timeline Fix timing function
Signed-off-by: Jonathan Duran <jduran@motorola.com>
commit aabb48a1c8d34bc968f4c6b0ffee4e31c1d5d286
Author: Eric Guzman <ericg@motorola.com>
Date: Fri Mar 2 11:22:44 2012 -0800
Presets Panel - Fix single-click activation, and transition cut-off bug.
Use double-click as the activation event for transition presets. Also fixed the bug when applying a style preset before the transition preset, which disabled transitions after the first one.
commit f3207f39ea9d8c1c34246217a23d3a689671903d
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Fri Mar 2 11:21:29 2012 -0800
Don't draw transform handles if the stage is the target element.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit 5425be91e7125c22955b4459a62412ff574e49a8
Author: Jonathan Duran <jduran@motorola.com>
Date: Fri Mar 2 11:11:48 2012 -0800
Timeline: Fix for animation iteration count
Add default webkit css properties to allow animations with integer iteration counts.
Signed-off-by: Jonathan Duran <jduran@motorola.com>
commit 1760bac1da9218315ad1bacdcf3a157495a049e8
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Fri Mar 2 10:48:41 2012 -0800
Fix for jumping issue when moving items that have any 3d on them.
We can't translate 3d moves into 2d space due to perspective, so we must update the matrix3d values instead of the top-left values if items have 3d.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit 2c04935f0ccb1cb7c98371fc10b43155f2d956c4
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Thu Mar 1 22:20:06 2012 -0800
Fix for elements flying off into space when moving elements that overlap.
This was happening because our hit record's element and the browser's element from point did not match.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit 50058746779f714ed9b0287f49e56c9f0d35593e
Merge: 500426d ff0a956
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Thu Mar 1 21:49:44 2012 -0800
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
commit 500426dea0ca95a6b45be8ea8d132cfdb4d2c940
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Thu Mar 1 10:11:39 2012 -0800
Fixed logic error when resizing with the top-left transform handles.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit 7980d9bde2b43aa5a494ddf6f1db5c4959a57b91
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Thu Mar 1 10:04:15 2012 -0800
Re-fixing IKNinja-940 - Can't select objects when in side/top view.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
commit f04cc0146d8f7573628678613a99c270116768e4
Author: Nivesh Rajbhandari <mqg734@motorola.com>
Date: Wed Feb 29 16:45:40 2012 -0800
Last-used material (instead of FlatMaterial) is applied to shape when turning on use WebGL checkbox in the PI.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Signed-off-by: Jonathan Duran <jduran@motorola.com>
|
|
|
|
|
|
| |
- Panels fixes.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
into integration-candidate
Conflicts:
js/ninja.reel/ninja.html
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| |
| |
| | |
panels are in
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\| |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Armen Kesablyan <armen@motorola.com>
|
| |/
|/|
| |
| |
| |
| | |
- Fixed the splitters
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into file-io
Conflicts:
js/controllers/document-controller.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
js/controllers/document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
css/ninja.css
js/controllers/document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
commit 302ae3c1812086d976eb67c9cf693c43205f3904
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Thu Feb 16 11:13:05 2012 -0800
hide the rulers when no document is open
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 2e766c9eaa98fa20f311b3eb2f892a1a240e90cf
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Thu Feb 16 06:43:33 2012 -0800
file picker:
Enable ok if user double clicks folder and enter it.
Validate path if user enter it manually in addressbar.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 4937b39fb0cf542f57cdadc7d1e2ed9798f7ef87
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 16:09:14 2012 -0800
fixes to document tabbing
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 56d2a8d11a73cd04c7f1bc20d1ded52b9c1242f2
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:54:38 2012 -0800
Revert "Revert "Creating NinjaTemplate to HTML function""
This reverts commit 2e308be9bec5e06d81b2905b65005a232f0a190d.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:54:14 2012 -0800
Revert "Revert "Reverting text/html document classes and setting up MVC folder structure""
This reverts commit 9048cd50bf5e0a418d1d95498bb593961f72db36.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit aead95ce4b2571356701229567bfde73d54bed93
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:53:55 2012 -0800
Revert "Revert "Cleaning up""
This reverts commit a90e3be8850b64e8e370aa8ff8cadaa448dd0c82.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit a8d1a2e1f4f4ab7b9298bfbd1b49731785c79c3a
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:52:56 2012 -0800
Revert "Revert "Merging TextDocument into BaseDocument""
This reverts commit b8782f2e3dd106accbb0160a98e6b498f26752ea.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit e864dc319805e259b7ae39a9d4d96fac552a1f87
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:52:38 2012 -0800
Revert "merging from github.com/joseeight/ninja-internal/tree/FileIO is breaking opening html files… to trying to fix local build"
This reverts commit 3cf1d19c5cdc9534d9c87cbc7d1fcf48e68daa42.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 3cf1d19c5cdc9534d9c87cbc7d1fcf48e68daa42
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:06:42 2012 -0800
merging from github.com/joseeight/ninja-internal/tree/FileIO is breaking opening html files… to trying to fix local build
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit b8782f2e3dd106accbb0160a98e6b498f26752ea
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 10:01:59 2012 -0800
Revert "Merging TextDocument into BaseDocument"
This reverts commit 93c8f327d662a7693d1d6ca050a0efd15ebc18ed.
Conflicts:
js/controllers/document-controller.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit a90e3be8850b64e8e370aa8ff8cadaa448dd0c82
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 09:58:37 2012 -0800
Revert "Cleaning up"
This reverts commit a7952c5a16e2cae3fd1a459b03b9f16bba1004da.
Conflicts:
js/controllers/document-controller.js
js/io/document/text-document.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 9048cd50bf5e0a418d1d95498bb593961f72db36
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 09:51:12 2012 -0800
Revert "Reverting text/html document classes and setting up MVC folder structure"
This reverts commit 68ce64a5a2f4a71b54d33916aaf1d57161302425.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
commit 2e308be9bec5e06d81b2905b65005a232f0a190d
Author: Ananya Sen <Ananya.Sen@motorola.com>
Date: Wed Feb 15 09:50:20 2012 -0800
Revert "Creating NinjaTemplate to HTML function"
This reverts commit e327eccb93e2bc513fcbb7ab302783d6bce83884.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |\ \
| | | |
| | | |
| | | | |
into integration
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
integration
Conflicts:
js/io/document/html-document.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |/
| | |/|
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| |/
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\|
| |
| |
| |
| | |
Conflicts:
js/ninja.reel/ninja.html
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
WorkingBranch
Conflicts:
js/ninja.reel/ninja.html
|
| | |
| | |
| | |
| | |
| | |
| | | |
-Added new main-menu-controller to be the default generic handler for menu item calls that do not need to call to a specific controller
-Removed the test menu item
-Finalized the help submenu items and hooked them up to the main-menu-controller
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
js/ninja.reel/ninja.html
js/stage/stage.reel/stage.html
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
index.html
Signed-off-by: Jonathan Duran <jduran@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jonathan Duran <jduran@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jonathan Duran <jduran@motorola.com>
|
| | |
| | |
| | |
| | | |
Adding the functionality to open a basic file.
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
index.html
|
| |/
| |
| |
| | |
the main reel
|
| |
| |
| |
| |
| |
| | |
dirty indicator on save.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|