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/checkbox.reel/checkbox.html
23
-rwxr-xr-x
js/components/checkbox.reel/checkbox.js
120
-rw-r--r--
js/components/controllers/tree-controller.js
10
-rw-r--r--
js/components/converter/string-units-converter.js
31
-rw-r--r--
js/components/converter/string-value-converter.js
29
-rw-r--r--
js/components/editable.reel/editable.js
43
-rw-r--r--
js/components/hintable.reel/hintable.js
46
-rwxr-xr-x
js/components/layout/bread-crumb.reel/bread-crumb.html
37
-rwxr-xr-x
js/components/layout/bread-crumb.reel/bread-crumb.js
28
-rwxr-xr-x
js/components/layout/document-entry.reel/document-entry.js
14
-rwxr-xr-x
js/components/layout/documents-tab.reel/documents-tab.html
24
-rwxr-xr-x
js/components/layout/tool-button.reel/tool-button.html
4
-rwxr-xr-x
js/components/layout/tool-button.reel/tool-button.js
11
-rwxr-xr-x
js/components/layout/tools-list.reel/tools-list.html
26
-rwxr-xr-x
js/components/layout/tools-list.reel/tools-list.js
6
-rwxr-xr-x
js/components/layout/tools-properties.reel/tools-properties.html
24
-rwxr-xr-x
js/components/menu/menu-item.reel/menu-item.js
2
-rwxr-xr-x
js/components/radio.reel/radio.html
9
-rwxr-xr-x
js/components/radio.reel/radio.js
24
-rw-r--r--
js/components/toolbar.reel/toolbar.css
62
-rw-r--r--
js/components/toolbar.reel/toolbar.html
53
-rw-r--r--
js/components/toolbar.reel/toolbar.js
123
-rwxr-xr-x
js/components/tools-properties/brush-properties.reel/brush-properties.css
1
-rwxr-xr-x
js/components/tools-properties/brush-properties.reel/brush-properties.html
27
-rwxr-xr-x
js/components/tools-properties/brush-properties.reel/brush-properties.js
49
-rwxr-xr-x
js/components/tools-properties/fill-properties.reel/fill-properties.css
8
-rwxr-xr-x
js/components/tools-properties/fill-properties.reel/fill-properties.html
19
-rwxr-xr-x
js/components/tools-properties/fill-properties.reel/fill-properties.js
51
-rwxr-xr-x
js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
17
-rwxr-xr-x
js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
32
-rwxr-xr-x
js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js
48
-rwxr-xr-x
js/components/tools-properties/line-properties.reel/line-properties.js
8
-rwxr-xr-x
js/components/tools-properties/object3d-properties.reel/object3d-properties.html
6
-rwxr-xr-x
js/components/tools-properties/object3d-properties.reel/object3d-properties.js
18
-rwxr-xr-x
js/components/tools-properties/oval-properties.reel/oval-properties.css
11
-rwxr-xr-x
js/components/tools-properties/oval-properties.reel/oval-properties.html
6
-rwxr-xr-x
js/components/tools-properties/oval-properties.reel/oval-properties.js
8
-rwxr-xr-x
js/components/tools-properties/pen-properties.reel/pen-properties.html
23
-rwxr-xr-x
js/components/tools-properties/pen-properties.reel/pen-properties.js
83
-rwxr-xr-x
js/components/tools-properties/pencil-properties.reel/pencil-properties.html
31
-rwxr-xr-x
js/components/tools-properties/pencil-properties.reel/pencil-properties.js
25
-rwxr-xr-x
js/components/tools-properties/rect-properties.reel/rect-properties.css
6
-rwxr-xr-x
js/components/tools-properties/rect-properties.reel/rect-properties.html
60
-rwxr-xr-x
js/components/tools-properties/rect-properties.reel/rect-properties.js
87
-rwxr-xr-x
js/components/tools-properties/selection-properties.reel/selection-properties.css
3
-rwxr-xr-x
js/components/tools-properties/selection-properties.reel/selection-properties.html
71
-rwxr-xr-x
js/components/tools-properties/selection-properties.reel/selection-properties.js
30
-rwxr-xr-x
js/components/tools-properties/shape-properties.reel/shape-properties.css
16
-rwxr-xr-x
js/components/tools-properties/shape-properties.reel/shape-properties.html
33
-rwxr-xr-x
js/components/tools-properties/shape-properties.reel/shape-properties.js
126
-rwxr-xr-x
js/components/tools-properties/subselection-properties.reel/subselection-properties.html
32
-rwxr-xr-x
js/components/tools-properties/subselection-properties.reel/subselection-properties.js
14
-rwxr-xr-x
js/components/tools-properties/tag-properties.reel/tag-properties.css
1
-rwxr-xr-x
js/components/tools-properties/tag-properties.reel/tag-properties.html
46
-rwxr-xr-x
js/components/tools-properties/tag-properties.reel/tag-properties.js
47
-rwxr-xr-x
js/components/tools-properties/text-properties.reel/text-properties.css
28
-rwxr-xr-x
js/components/tools-properties/text-properties.reel/text-properties.html
55
-rwxr-xr-x
js/components/tools-properties/text-properties.reel/text-properties.js
1
-rwxr-xr-x
js/components/tools-properties/zoom-properties.reel/zoom-properties.html
6
-rw-r--r--
js/components/treeview/tree-node.js
4
-rw-r--r--
js/components/treeview/treeview.reel/treeview.js
5
-rwxr-xr-x
js/components/ui/color-chip.reel/color-chip.css
10
-rwxr-xr-x
js/components/ui/color-chip.reel/color-chip.js
13
-rwxr-xr-x
js/components/ui/file-input.reel/file-input.js
2
-rwxr-xr-x
js/components/ui/input-group.reel/input-group.html
3
-rw-r--r--
[-rwxr-xr-x]
js/components/ui/label-checkbox.reel/label-checkbox.css
(renamed from js/components/tools-properties/pencil-properties.reel/pencil-properties.css)
3
-rwxr-xr-x
js/components/ui/label-checkbox.reel/label-checkbox.html
54
-rwxr-xr-x
js/components/ui/label-checkbox.reel/label-checkbox.js
87
-rwxr-xr-x
js/components/ui/property-control.reel/property-control.js
14
-rw-r--r--
js/controllers/code-editor-controller.js
40
-rwxr-xr-x
js/controllers/color-controller.js
16
-rwxr-xr-x
js/controllers/document-controller.js
555
-rwxr-xr-x
js/controllers/elements/body-controller.js
30
-rwxr-xr-x
js/controllers/elements/component-controller.js
4
-rwxr-xr-x
js/controllers/elements/shapes-controller.js
4
-rwxr-xr-x
js/controllers/selection-controller.js
40
-rwxr-xr-x
js/controllers/styles-controller.js
134
-rw-r--r--
js/controllers/tree-controller.js
185
-rwxr-xr-x
js/data/menu-data.js
47
-rw-r--r--
js/data/panels-data.js
12
-rwxr-xr-x
js/data/pi/pi-data.js
18
-rwxr-xr-x
js/data/tools-data.js
89
-rwxr-xr-x
js/document/_toDelete/html-document.js
(renamed from js/document/html-document.js)
147
-rwxr-xr-x
js/document/_toDelete/text-document.js
(renamed from js/document/text-document.js)
0
-rwxr-xr-x
js/document/document-html.js
469
-rwxr-xr-x
js/document/document-text.js
57
-rwxr-xr-x
js/document/helpers/url-parser.js
86
-rwxr-xr-x
js/document/helpers/webgl-helper.js
218
-rwxr-xr-x
js/document/models/base.js
214
-rwxr-xr-x
js/document/models/html.js
76
-rwxr-xr-x
js/document/models/text.js
57
-rw-r--r--
js/document/templates/app/main.js
(renamed from js/document/templates/montage-web/main.reel/main.js)
18
-rwxr-xr-x
js/document/templates/app/package.json
10
-rwxr-xr-x
js/document/templates/banner/index.html
108
-rwxr-xr-x
js/document/templates/html/index.html
83
-rwxr-xr-x
js/document/templates/montage-html/default_html.css
74
-rwxr-xr-x
js/document/templates/montage-html/index.html
48
-rw-r--r--
js/document/templates/montage-html/main.reel/main.js
48
-rwxr-xr-x
js/document/templates/montage-html/package.json
8
-rwxr-xr-x
js/document/templates/montage-web/default_html.css
28
-rwxr-xr-x
js/document/templates/montage-web/index.html
38
-rwxr-xr-x
js/document/templates/montage-web/package.json
8
-rwxr-xr-x
js/document/templates/preview/banner.html
64
-rwxr-xr-x
js/document/views/base.js
48
-rwxr-xr-x
js/document/views/code.js
142
-rwxr-xr-x
js/document/views/design.js
431
-rwxr-xr-x
js/helper-classes/3D/draw-utils.js
111
-rwxr-xr-x
js/helper-classes/3D/snap-manager.js
183
-rwxr-xr-x
js/helper-classes/3D/view-utils.js
171
-rwxr-xr-x
js/io/system/coreioapi.js
64
-rwxr-xr-x
js/io/system/fileio.js
4
-rw-r--r--
js/io/system/ninjalibrary.js
155
-rw-r--r--
js/io/system/ninjalibrary.json
4
-rw-r--r--
js/io/templates/descriptor.json
68
-rwxr-xr-x
js/io/templates/files/animation.txt
23
-rwxr-xr-x
js/io/templates/files/banner.txt
23
-rwxr-xr-x
js/io/templates/files/html.txt
1
-rwxr-xr-x
js/io/ui/file-picker/file-input-field.reel/file-input-field.js
2
-rwxr-xr-x
js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js
2
-rw-r--r--
js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js
11
-rw-r--r--
js/io/ui/save-as-dialog.reel/save-as-dialog.js
2
-rwxr-xr-x
js/lib/NJUtils.js
12
-rwxr-xr-x
js/lib/drawing/world.js
6
-rwxr-xr-x
js/lib/geom/brush-stroke.js
2
-rwxr-xr-x
js/lib/geom/circle.js
1507
-rwxr-xr-x
js/lib/geom/geom-obj.js
852
-rwxr-xr-x
js/lib/geom/line.js
914
-rwxr-xr-x
js/lib/geom/rectangle.js
1433
-rw-r--r--
js/lib/geom/shape-primitive.js
27
-rwxr-xr-x
js/lib/geom/sub-path.js
2
-rwxr-xr-x
js/lib/rdge/materials/linear-gradient-material.js
36
-rwxr-xr-x
js/lib/rdge/materials/material.js
4
-rwxr-xr-x
js/lib/rdge/materials/radial-gradient-material.js
70
-rwxr-xr-x
js/mediators/element-mediator.js
10