index
:
ninja
master
v0.7.0
v0.7.1
v0.7.1.1
v0.7.2
[ARCHIVED] A fully featured content authoring tool to deploy HTML5 web applications.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'js')
-rwxr-xr-x
js/components/SliderBase.js
1
-rwxr-xr-x
js/components/layout/bread-crumb.reel/bread-crumb.css
10
-rwxr-xr-x
js/components/layout/document-entry.reel/document-entry.css
15
-rwxr-xr-x
js/components/layout/documents-tab.reel/documents-tab.css
11
-rwxr-xr-x
js/components/layout/tools-list.reel/tools-list.js
1
-rwxr-xr-x
js/components/menu/menu-item.reel/menu-item.js
13
-rwxr-xr-x
js/components/tools-properties/brush-properties.reel/brush-properties.html
25
-rwxr-xr-x
js/components/tools-properties/brush-properties.reel/brush-properties.js
30
-rwxr-xr-x
js/components/ui/color-chip.reel/color-chip.js
2
-rw-r--r--
js/components/ui/icon-list-basic/icon.reel/icon.css
2
-rwxr-xr-x
js/components/ui/icon-list-basic/icon.reel/icon.js
2
-rwxr-xr-x
js/components/ui/input-group.reel/input-group.css
15
-rwxr-xr-x
js/components/ui/tree-basic/treeItem.reel/treeItem.css
2
-rwxr-xr-x
js/components/ui/tree-basic/treeItem.reel/treeItem.js
2
-rwxr-xr-x
js/controllers/color-controller.js
4
-rwxr-xr-x
js/controllers/document-controller.js
19
-rwxr-xr-x
js/controllers/elements/canvas-controller.js
14
-rwxr-xr-x
js/controllers/elements/component-controller.js
2
-rwxr-xr-x
js/controllers/elements/element-controller.js
184
-rwxr-xr-x
js/controllers/elements/shapes-controller.js
487
-rwxr-xr-x
js/controllers/elements/stage-controller.js
94
-rw-r--r--
js/controllers/presets-controller.js
130
-rwxr-xr-x
js/controllers/selection-controller.js
154
-rwxr-xr-x
js/controllers/styles-controller.js
69
-rwxr-xr-x
js/data/menu-data.js
884
-rw-r--r--
js/data/panels-data.js
16
-rwxr-xr-x
js/data/pi/pi-data.js
145
-rwxr-xr-x
js/data/tools-data.js
6
-rwxr-xr-x
js/document/html-document.js
30
-rwxr-xr-x
js/document/templates/montage-html/default_html.css
9
-rwxr-xr-x
js/document/templates/montage-html/index.html
2
-rwxr-xr-x
js/document/text-document.js
4
-rwxr-xr-x
js/helper-classes/3D/draw-utils.js
129
-rwxr-xr-x
js/helper-classes/3D/hit-record.js
10
-rwxr-xr-x
js/helper-classes/3D/snap-manager.js
44
-rwxr-xr-x
js/helper-classes/3D/vec-utils.js
2
-rwxr-xr-x
js/helper-classes/3D/view-utils.js
270
-rwxr-xr-x
js/helper-classes/RDGE/precompiled.js
17
-rwxr-xr-x
js/helper-classes/RDGE/rdge-compiled.js
777
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/MeshManager.js
131
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/RenderInitProcs.js
476
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/RenderProcs.js
787
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/ScreenQuad.js
32
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/ShaderManager.js
124
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/TextureManager.js
6
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/animation.js
191
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/box.js
181
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/camera.js
468
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/engine.js
417
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/fx/blur.js
283
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/fx/ssao.js
211
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/init_state.js
249
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/input.js
117
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/jpass.js
771
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/jshader.js
272
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/lightmanager.js
148
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/mat4.js
1085
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/quat.js
237
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec2.js
229
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec3.js
423
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec4.js
315
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/objectManager.js
8
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/particle.js
1591
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/precompiled.js
123
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/renderUtils.js
644
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/rendercontext.js
451
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/renderer.js
2310
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/run_state.js
275
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/runtime.js
280
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/scenegraph.js
1754
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/scenegraphNodes.js
463
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/shadowLight.js
90
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/sockets.js
243
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/ubershader.js
159
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/util/dbgpanel.js
237
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/util/fpsTracker.js
51
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/util/statTracker.js
338
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/utilities.js
110
-rwxr-xr-x
js/io/system/coreioapi.js
6
-rw-r--r--
js/io/system/ninjalibrary.json
2
-rwxr-xr-x
js/io/ui/file-picker/file-input-field.reel/file-input-field.html
10
-rwxr-xr-x
js/io/ui/file-picker/file-input-field.reel/file-input-field.js
38
-rwxr-xr-x
js/io/ui/file-picker/file-picker-controller.js
9
-rw-r--r--
js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js
13
-rwxr-xr-x
js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
9
-rwxr-xr-x
js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js
31
-rw-r--r--
js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js
118
-rwxr-xr-x
js/io/ui/new-file-dialog/new-file-workflow-controller.js
14
-rw-r--r--
js/io/ui/save-as-dialog.reel/save-as-dialog.html
9
-rw-r--r--
js/io/ui/save-as-dialog.reel/save-as-dialog.js
111
-rwxr-xr-x
js/lib/NJUtils.js
12
-rwxr-xr-x
js/lib/drawing/world.js
407
-rwxr-xr-x
js/lib/geom/brush-stroke.js
637
-rwxr-xr-x
js/lib/geom/circle.js
113
-rwxr-xr-x
js/lib/geom/geom-obj.js
538
-rwxr-xr-x
js/lib/geom/line.js
82
-rwxr-xr-x
js/lib/geom/rectangle.js
125
-rw-r--r--
js/lib/geom/shape-primitive.js
4
-rwxr-xr-x
js/lib/geom/sub-path.js
18
-rwxr-xr-x
js/lib/rdge/materials/bump-metal-material.js
114
-rw-r--r--
js/lib/rdge/materials/cloud-material.js
247
-rw-r--r--
js/lib/rdge/materials/deform-material.js
88
-rwxr-xr-x
js/lib/rdge/materials/flat-material.js
139
-rw-r--r--
js/lib/rdge/materials/fly-material.js
9
-rw-r--r--
js/lib/rdge/materials/julia-material.js
8
-rw-r--r--
js/lib/rdge/materials/keleidoscope-material.js
8
-rwxr-xr-x
js/lib/rdge/materials/linear-gradient-material.js
426
-rw-r--r--
js/lib/rdge/materials/mandel-material.js
8
-rwxr-xr-x
js/lib/rdge/materials/material-parser.js
81
-rwxr-xr-x
js/lib/rdge/materials/material.js
15
-rw-r--r--
js/lib/rdge/materials/plasma-material.js
12
-rw-r--r--
js/lib/rdge/materials/pulse-material.js
69
-rw-r--r--
js/lib/rdge/materials/radial-blur-material.js
420
-rwxr-xr-x
js/lib/rdge/materials/radial-gradient-material.js
438
-rw-r--r--
js/lib/rdge/materials/relief-tunnel-material.js
132
-rw-r--r--
js/lib/rdge/materials/square-tunnel-material.js
133
-rw-r--r--
js/lib/rdge/materials/star-material.js
133
-rw-r--r--
js/lib/rdge/materials/taper-material.js
396
-rw-r--r--