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
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
-rwxr-xr-x
js/components/SliderBase.js
2
-rwxr-xr-x
js/components/colorwheel.reel/colorwheel.js
4
-rwxr-xr-x
js/components/combobox.reel/combobox.js
4
-rwxr-xr-x
js/components/core/class-uuid.js
2
-rw-r--r--
js/components/editable.reel/editable.js
38
-rwxr-xr-x
js/components/gradientpicker.reel/gradientpicker.js
6
-rw-r--r--
js/components/hintable.reel/hintable.js
62
-rwxr-xr-x
js/components/hottext.reel/hottext.js
4
-rwxr-xr-x
js/components/layout/document-bar.reel/document-bar.js
2
-rwxr-xr-x
js/components/layout/tools-list.reel/tools-list.js
2
-rwxr-xr-x
js/components/layout/tools-properties.reel/tools-properties.js
2
-rw-r--r--
js/components/prompt.reel/prompt.js
2
-rwxr-xr-x
js/components/radio.reel/radio.js
2
-rwxr-xr-x
js/components/slider.reel/slider.js
10
-rwxr-xr-x
js/components/textfield.reel/textfield.js
2
-rw-r--r--
js/components/toolbar.reel/toolbar.js
2
-rwxr-xr-x
js/components/tools-properties/eraser-properties.reel/eraser-properties.js
2
-rwxr-xr-x
js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js
2
-rwxr-xr-x
js/components/tools-properties/line-properties.reel/line-properties.js
2
-rwxr-xr-x
js/components/tools-properties/oval-properties.reel/oval-properties.js
6
-rwxr-xr-x
js/components/tools-properties/pan-properties.reel/pan-properties.js
2
-rwxr-xr-x
js/components/tools-properties/pen-properties.reel/pen-properties.js
2
-rwxr-xr-x
js/components/tools-properties/rect-properties.reel/rect-properties.js
2
-rwxr-xr-x
js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js
2
-rwxr-xr-x
js/components/tools-properties/shape-properties.reel/shape-properties.js
2
-rwxr-xr-x
js/components/tools-properties/tag-properties.reel/tag-properties.js
2
-rwxr-xr-x
js/components/tools-properties/text-properties.reel/text-properties.js
4
-rwxr-xr-x
js/components/tools-properties/tool-properties.js
2
-rw-r--r--
js/components/treeview/ninja-branch.reel/ninja-branch.js
22
-rwxr-xr-x
js/components/ui/input-group.reel/input-group.js
4
-rwxr-xr-x
js/components/ui/property-control.reel/property-control.js
2
-rwxr-xr-x
js/controllers/color-controller.js
8
-rwxr-xr-x
js/controllers/document-controller.js
4
-rwxr-xr-x
js/controllers/elements/element-controller.js
8
-rwxr-xr-x
js/controllers/elements/shapes-controller.js
2
-rw-r--r--
js/controllers/objects-controller.js
6
-rwxr-xr-x
js/controllers/styles-controller.js
276
-rwxr-xr-x
js/controllers/undo-controller.js
2
-rwxr-xr-x
js/data/tools-data.js
4
-rwxr-xr-x
js/document/controllers/document.js
2
-rwxr-xr-x
js/document/document-html.js
2
-rwxr-xr-x
js/document/document-text.js
2
-rwxr-xr-x
js/document/helpers/url-parser.js
2
-rwxr-xr-x
js/document/helpers/webgl-helper.js
4
-rwxr-xr-x
js/document/mediators/io.js
2
-rwxr-xr-x
js/document/mediators/template.js
180
-rwxr-xr-x
js/document/models/base.js
4
-rwxr-xr-x
js/document/models/html.js
4
-rwxr-xr-x
js/document/models/text.js
2
-rwxr-xr-x
js/document/views/base.js
2
-rwxr-xr-x
js/document/views/design.js
4
-rwxr-xr-x
js/helper-classes/3D/Rectangle.js
2
-rwxr-xr-x
js/helper-classes/3D/draw-utils.js
6
-rwxr-xr-x
js/helper-classes/3D/hit-record.js
2
-rwxr-xr-x
js/helper-classes/3D/math-utils.js
6
-rwxr-xr-x
js/helper-classes/3D/snap-2d-record.js
4
-rwxr-xr-x
js/helper-classes/3D/snap-manager.js
40
-rwxr-xr-x
js/helper-classes/3D/vec-utils.js
4
-rwxr-xr-x
js/helper-classes/3D/view-utils.js
18
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/MeshManager.js
42
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/RenderInitProcs.js
4
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/animation.js
54
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/camera.js
24
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/engine.js
44
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/fx/blur.js
8
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/fx/ssao.js
8
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/jpass.js
8
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/jshader.js
20
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/mat4.js
26
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/quat.js
6
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec2.js
6
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec3.js
22
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/math/vec4.js
4
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/objectManager.js
24
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/particle.js
12
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/precompiled.js
10
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/renderUtils.js
6
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/renderer.js
26
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/scenegraph.js
22
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/scenegraphNodes.js
192
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/shadowLight.js
2
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/sockets.js
8
-rwxr-xr-x
js/helper-classes/RDGE/src/core/script/utilities.js
26
-rw-r--r--
js/io/system/chromeapi.js
4
-rwxr-xr-x
js/io/system/coreioapi.js
14
-rwxr-xr-x
js/io/system/fileio.js
6
-rw-r--r--
js/io/system/ninjalibrary.js
12
-rw-r--r--
js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js
4
-rw-r--r--
js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js
2
-rwxr-xr-x
js/lib/NJUtils.js
40
-rwxr-xr-x
js/lib/drawing/world.js
66
-rwxr-xr-x
js/lib/geom/anchor-point.js
12
-rwxr-xr-x
js/lib/geom/brush-stroke.js
6
-rwxr-xr-x
js/lib/geom/circle.js
2
-rwxr-xr-x
js/lib/geom/geom-obj.js
2
-rw-r--r--
js/lib/geom/shape-primitive.js
2
-rwxr-xr-x
js/lib/geom/sub-path.js
4
-rwxr-xr-x
js/lib/math/matrix.js
4
-rwxr-xr-x
js/lib/rdge/materials/bump-metal-material.js
16
-rw-r--r--
js/lib/rdge/materials/cloud-material.js
20
-rw-r--r--
js/lib/rdge/materials/deform-material.js
10
-rw-r--r--
js/lib/rdge/materials/flag-material.js
12
-rwxr-xr-x
js/lib/rdge/materials/flat-material.js
8
-rw-r--r--
js/lib/rdge/materials/fly-material.js
10
-rw-r--r--
js/lib/rdge/materials/julia-material.js
10
-rw-r--r--
js/lib/rdge/materials/keleidoscope-material.js
10
-rwxr-xr-x
js/lib/rdge/materials/linear-gradient-material.js
32
-rw-r--r--
js/lib/rdge/materials/mandel-material.js
10
-rwxr-xr-x
js/lib/rdge/materials/material.js
12
-rw-r--r--
js/lib/rdge/materials/plasma-material.js
10
-rw-r--r--
js/lib/rdge/materials/pulse-material.js
12
-rwxr-xr-x
js/lib/rdge/materials/radial-gradient-material.js
6
-rw-r--r--
js/lib/rdge/materials/taper-material.js
2
-rw-r--r--
js/lib/rdge/materials/tunnel-material.js
10
-rw-r--r--
js/lib/rdge/materials/twist-vert-material.js
4
-rwxr-xr-x
js/lib/rdge/materials/uber-material.js
14
-rw-r--r--
js/lib/rdge/materials/water-material.js
2
-rw-r--r--
js/lib/rdge/texture.js
18
-rwxr-xr-x
js/mediators/drag-drop-mediator.js
2
-rw-r--r--
js/mediators/io-mediator.js
4
-rwxr-xr-x
js/mediators/keyboard-mediator.js
2
-rwxr-xr-x
js/models/color-model.js
4
-rwxr-xr-x
js/models/materials-model.js
14
-rwxr-xr-x
js/ninja.reel/ninja.js
14
-rwxr-xr-x
js/panels/CSSPanel/CSSPanel.js
2