aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/components/SliderBase.js2
-rwxr-xr-xjs/components/colorwheel.reel/colorwheel.js4
-rwxr-xr-xjs/components/combobox.reel/combobox.js4
-rwxr-xr-xjs/components/core/class-uuid.js2
-rw-r--r--js/components/editable.reel/editable.js38
-rwxr-xr-xjs/components/gradientpicker.reel/gradientpicker.js6
-rw-r--r--js/components/hintable.reel/hintable.js62
-rwxr-xr-xjs/components/hottext.reel/hottext.js4
-rwxr-xr-xjs/components/layout/document-bar.reel/document-bar.js2
-rwxr-xr-xjs/components/layout/tools-list.reel/tools-list.js2
-rwxr-xr-xjs/components/layout/tools-properties.reel/tools-properties.js2
-rw-r--r--js/components/prompt.reel/prompt.js2
-rwxr-xr-xjs/components/radio.reel/radio.js2
-rwxr-xr-xjs/components/slider.reel/slider.js10
-rwxr-xr-xjs/components/textfield.reel/textfield.js2
-rw-r--r--js/components/toolbar.reel/toolbar.js2
-rwxr-xr-xjs/components/tools-properties/eraser-properties.reel/eraser-properties.js2
-rwxr-xr-xjs/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js2
-rwxr-xr-xjs/components/tools-properties/line-properties.reel/line-properties.js2
-rwxr-xr-xjs/components/tools-properties/oval-properties.reel/oval-properties.js6
-rwxr-xr-xjs/components/tools-properties/pan-properties.reel/pan-properties.js2
-rwxr-xr-xjs/components/tools-properties/pen-properties.reel/pen-properties.js2
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.js2
-rwxr-xr-xjs/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js2
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.js2
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.js2
-rwxr-xr-xjs/components/tools-properties/text-properties.reel/text-properties.js4
-rwxr-xr-xjs/components/tools-properties/tool-properties.js2
-rw-r--r--js/components/treeview/ninja-branch.reel/ninja-branch.js22
-rwxr-xr-xjs/components/ui/input-group.reel/input-group.js4
-rwxr-xr-xjs/components/ui/property-control.reel/property-control.js2
-rwxr-xr-xjs/controllers/color-controller.js8
-rwxr-xr-xjs/controllers/document-controller.js4
-rwxr-xr-xjs/controllers/elements/element-controller.js8
-rwxr-xr-xjs/controllers/elements/shapes-controller.js2
-rw-r--r--js/controllers/objects-controller.js6
-rwxr-xr-xjs/controllers/styles-controller.js276
-rwxr-xr-xjs/controllers/undo-controller.js2
-rwxr-xr-xjs/data/tools-data.js4
-rwxr-xr-xjs/document/controllers/document.js2
-rwxr-xr-xjs/document/document-html.js2
-rwxr-xr-xjs/document/document-text.js2
-rwxr-xr-xjs/document/helpers/url-parser.js2
-rwxr-xr-xjs/document/helpers/webgl-helper.js4
-rwxr-xr-xjs/document/mediators/io.js2
-rwxr-xr-xjs/document/mediators/template.js180
-rwxr-xr-xjs/document/models/base.js4
-rwxr-xr-xjs/document/models/html.js4
-rwxr-xr-xjs/document/models/text.js2
-rwxr-xr-xjs/document/views/base.js2
-rwxr-xr-xjs/document/views/design.js4
-rwxr-xr-xjs/helper-classes/3D/Rectangle.js2
-rwxr-xr-xjs/helper-classes/3D/draw-utils.js6
-rwxr-xr-xjs/helper-classes/3D/hit-record.js2
-rwxr-xr-xjs/helper-classes/3D/math-utils.js6
-rwxr-xr-xjs/helper-classes/3D/snap-2d-record.js4
-rwxr-xr-xjs/helper-classes/3D/snap-manager.js40
-rwxr-xr-xjs/helper-classes/3D/vec-utils.js4
-rwxr-xr-xjs/helper-classes/3D/view-utils.js18
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/MeshManager.js42
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/RenderInitProcs.js4
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/animation.js54
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/camera.js24
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/engine.js44
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/fx/blur.js8
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/fx/ssao.js8
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/jpass.js8
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/jshader.js20
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/mat4.js26
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/quat.js6
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/vec2.js6
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/vec3.js22
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/vec4.js4
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/objectManager.js24
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/particle.js12
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/precompiled.js10
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/renderUtils.js6
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/renderer.js26
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/scenegraph.js22
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/scenegraphNodes.js192
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/shadowLight.js2
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/sockets.js8
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/utilities.js26
-rw-r--r--js/io/system/chromeapi.js4
-rwxr-xr-xjs/io/system/coreioapi.js14
-rwxr-xr-xjs/io/system/fileio.js6
-rw-r--r--js/io/system/ninjalibrary.js12
-rw-r--r--js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js4
-rw-r--r--js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js2
-rwxr-xr-xjs/lib/NJUtils.js40
-rwxr-xr-xjs/lib/drawing/world.js66
-rwxr-xr-xjs/lib/geom/anchor-point.js12
-rwxr-xr-xjs/lib/geom/brush-stroke.js6
-rwxr-xr-xjs/lib/geom/circle.js2
-rwxr-xr-xjs/lib/geom/geom-obj.js2
-rw-r--r--js/lib/geom/shape-primitive.js2
-rwxr-xr-xjs/lib/geom/sub-path.js4
-rwxr-xr-xjs/lib/math/matrix.js4
-rwxr-xr-xjs/lib/rdge/materials/bump-metal-material.js16
-rw-r--r--js/lib/rdge/materials/cloud-material.js20
-rw-r--r--js/lib/rdge/materials/deform-material.js10
-rw-r--r--js/lib/rdge/materials/flag-material.js12
-rwxr-xr-xjs/lib/rdge/materials/flat-material.js8
-rw-r--r--js/lib/rdge/materials/fly-material.js10
-rw-r--r--js/lib/rdge/materials/julia-material.js10
-rw-r--r--js/lib/rdge/materials/keleidoscope-material.js10
-rwxr-xr-xjs/lib/rdge/materials/linear-gradient-material.js32
-rw-r--r--js/lib/rdge/materials/mandel-material.js10
-rwxr-xr-xjs/lib/rdge/materials/material.js12
-rw-r--r--js/lib/rdge/materials/plasma-material.js10
-rw-r--r--js/lib/rdge/materials/pulse-material.js12
-rwxr-xr-xjs/lib/rdge/materials/radial-gradient-material.js6
-rw-r--r--js/lib/rdge/materials/taper-material.js2
-rw-r--r--js/lib/rdge/materials/tunnel-material.js10
-rw-r--r--js/lib/rdge/materials/twist-vert-material.js4
-rwxr-xr-xjs/lib/rdge/materials/uber-material.js14
-rw-r--r--js/lib/rdge/materials/water-material.js2
-rw-r--r--js/lib/rdge/texture.js18
-rwxr-xr-xjs/mediators/drag-drop-mediator.js2
-rw-r--r--js/mediators/io-mediator.js4
-rwxr-xr-xjs/mediators/keyboard-mediator.js2
-rwxr-xr-xjs/models/color-model.js4
-rwxr-xr-xjs/models/materials-model.js14
-rwxr-xr-xjs/ninja.reel/ninja.js14
-rwxr-xr-xjs/panels/CSSPanel/CSSPanel.js2
-rwxr-xr-xjs/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.js558
-rwxr-xr-xjs/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.js30
-rwxr-xr-xjs/panels/CSSPanel/css-shorthand-map.js22
-rwxr-xr-xjs/panels/Materials/materials-library-panel.reel/materials-library-panel.js2
-rwxr-xr-xjs/panels/Materials/materials-popup.reel/materials-popup.js12
-rwxr-xr-xjs/panels/PanelContainer.reel/PanelContainer.js16
-rwxr-xr-xjs/panels/Project/ProjectPanel.js2
-rwxr-xr-xjs/panels/Project/projectpanelbase.reel/ProjectPanelBase.js292
-rwxr-xr-xjs/panels/Resizer.js30
-rw-r--r--js/panels/Timeline/Collapser.js94
-rw-r--r--js/panels/Timeline/EasingMenu.reel/EasingMenu.js32
-rw-r--r--js/panels/Timeline/Keyframe.reel/Keyframe.js8
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js140
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js2