Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
8904d3bc
Commit
8904d3bc
authored
Oct 20, 2017
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update line endings to lf
parent
793985e4
Changes
158
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
158 changed files
with
440450 additions
and
440281 deletions
+440450
-440281
build/Gruntfile.js
build/Gruntfile.js
+242
-242
cell/.unit-tests/CellFormatTests.js
cell/.unit-tests/CellFormatTests.js
+1336
-1336
cell/.unit-tests/FormulaTestEditor.js
cell/.unit-tests/FormulaTestEditor.js
+35
-35
cell/.unit-tests/FormulaTests.html
cell/.unit-tests/FormulaTests.html
+31
-31
cell/.unit-tests/FormulaTests.js
cell/.unit-tests/FormulaTests.js
+9279
-9279
cell/.unit-tests/RunCellFormatTests.html
cell/.unit-tests/RunCellFormatTests.html
+33
-33
cell/.unit-tests/RunTests.html
cell/.unit-tests/RunTests.html
+32
-32
cell/.unit-tests/qunit/qunit-1.11.0.css
cell/.unit-tests/qunit/qunit-1.11.0.css
+245
-245
cell/.unit-tests/qunit/qunit-1.11.0.js
cell/.unit-tests/qunit/qunit-1.11.0.js
+2152
-2152
cell/.unit-tests/tests.js
cell/.unit-tests/tests.js
+405
-405
cell/.unit-tests/testsForFWB.html
cell/.unit-tests/testsForFWB.html
+32
-32
cell/.unit-tests/testsForFWB.html.js
cell/.unit-tests/testsForFWB.html.js
+401
-401
cell/Local/api.js
cell/Local/api.js
+319
-319
cell/Private/comments.js
cell/Private/comments.js
+83
-83
cell/api.js
cell/api.js
+3875
-3875
cell/apiDefines.js
cell/apiDefines.js
+563
-563
cell/css/main-mobile.css
cell/css/main-mobile.css
+110
-110
cell/css/main.css
cell/css/main.css
+155
-155
cell/document/editor.js
cell/document/editor.js
+34
-34
cell/document/empty-workbook.js
cell/document/empty-workbook.js
+46
-46
cell/graphics/pdfprinter.js
cell/graphics/pdfprinter.js
+754
-754
cell/model/CellComment.js
cell/model/CellComment.js
+1506
-1506
cell/model/CellInfo.js
cell/model/CellInfo.js
+522
-522
cell/model/CollaborativeEditing.js
cell/model/CollaborativeEditing.js
+1082
-1082
cell/model/ConditionalFormatting.js
cell/model/ConditionalFormatting.js
+473
-473
cell/model/DrawingObjects/DrawingDocument.js
cell/model/DrawingObjects/DrawingDocument.js
+4344
-4344
cell/model/DrawingObjects/Format/ChartSpacePrototype.js
cell/model/DrawingObjects/Format/ChartSpacePrototype.js
+433
-433
cell/model/DrawingObjects/Format/GroupPrototype.js
cell/model/DrawingObjects/Format/GroupPrototype.js
+256
-256
cell/model/DrawingObjects/Format/ImagePrototype.js
cell/model/DrawingObjects/Format/ImagePrototype.js
+206
-206
cell/model/DrawingObjects/Format/ShapePrototype.js
cell/model/DrawingObjects/Format/ShapePrototype.js
+655
-655
cell/model/DrawingObjects/GlobalCounters.js
cell/model/DrawingObjects/GlobalCounters.js
+246
-246
cell/model/DrawingObjects/Graphics.js
cell/model/DrawingObjects/Graphics.js
+2407
-2407
cell/model/DrawingObjects/ShapeDrawer.js
cell/model/DrawingObjects/ShapeDrawer.js
+1755
-1755
cell/model/FormulaObjects/PegJs/MSOfficeExcelFormulasABNF.txt
.../model/FormulaObjects/PegJs/MSOfficeExcelFormulasABNF.txt
+1138
-1138
cell/model/FormulaObjects/PegJs/index.html
cell/model/FormulaObjects/PegJs/index.html
+42
-42
cell/model/FormulaObjects/PegJs/parser.js
cell/model/FormulaObjects/PegJs/parser.js
+4536
-4536
cell/model/FormulaObjects/PegJs/parserTest.js
cell/model/FormulaObjects/PegJs/parserTest.js
+594
-594
cell/model/FormulaObjects/PegJs/parserTest5.js
cell/model/FormulaObjects/PegJs/parserTest5.js
+3516
-3516
cell/model/FormulaObjects/PegJs/pegjs.txt
cell/model/FormulaObjects/PegJs/pegjs.txt
+108
-108
cell/model/FormulaObjects/PegJs/pegjsv2.txt
cell/model/FormulaObjects/PegJs/pegjsv2.txt
+339
-339
cell/model/FormulaObjects/_xlfnFunctions.js
cell/model/FormulaObjects/_xlfnFunctions.js
+203
-203
cell/model/FormulaObjects/cubeFunctions.js
cell/model/FormulaObjects/cubeFunctions.js
+141
-141
cell/model/FormulaObjects/databaseFunctions.js
cell/model/FormulaObjects/databaseFunctions.js
+822
-822
cell/model/FormulaObjects/dateandtimeFunctions.js
cell/model/FormulaObjects/dateandtimeFunctions.js
+2092
-2092
cell/model/FormulaObjects/engineeringFunctions.js
cell/model/FormulaObjects/engineeringFunctions.js
+7208
-7208
cell/model/FormulaObjects/financialFunctions.js
cell/model/FormulaObjects/financialFunctions.js
+6016
-6016
cell/model/FormulaObjects/informationFunctions.js
cell/model/FormulaObjects/informationFunctions.js
+677
-677
cell/model/FormulaObjects/logicalFunctions.js
cell/model/FormulaObjects/logicalFunctions.js
+569
-569
cell/model/FormulaObjects/lookupandreferenceFunctions.js
cell/model/FormulaObjects/lookupandreferenceFunctions.js
+1208
-1208
cell/model/FormulaObjects/mathematicFunctions.js
cell/model/FormulaObjects/mathematicFunctions.js
+5158
-5158
cell/model/FormulaObjects/parserFormula.js
cell/model/FormulaObjects/parserFormula.js
+6493
-6493
cell/model/FormulaObjects/statisticalFunctions.js
cell/model/FormulaObjects/statisticalFunctions.js
+11587
-11587
cell/model/FormulaObjects/textanddataFunctions.js
cell/model/FormulaObjects/textanddataFunctions.js
+2084
-2084
cell/model/History.js
cell/model/History.js
+935
-935
cell/model/Serialize.js
cell/model/Serialize.js
+8472
-8472
cell/model/UndoRedo.js
cell/model/UndoRedo.js
+2624
-2624
cell/model/Workbook.js
cell/model/Workbook.js
+10791
-10791
cell/model/WorkbookElems.js
cell/model/WorkbookElems.js
+7635
-7635
cell/model/autofilters.js
cell/model/autofilters.js
+5276
-5276
cell/model/clipboard.js
cell/model/clipboard.js
+4552
-4552
cell/native/DrawingDocument.js
cell/native/DrawingDocument.js
+3620
-3620
cell/native/Graphics.js
cell/native/Graphics.js
+1221
-1221
cell/native/Overlay.js
cell/native/Overlay.js
+3070
-3070
cell/native/TextDrawer.js
cell/native/TextDrawer.js
+2542
-2542
cell/utils/utils.js
cell/utils/utils.js
+2493
-2493
cell/view/CellTextRender.js
cell/view/CellTextRender.js
+239
-239
cell/view/DrawingObjectsController.js
cell/view/DrawingObjectsController.js
+644
-644
cell/view/EventsController.js
cell/view/EventsController.js
+1698
-1698
cell/view/HandlerList.js
cell/view/HandlerList.js
+106
-106
cell/view/WorkbookView.js
cell/view/WorkbookView.js
+3031
-3031
cell/view/WorksheetView.js
cell/view/WorksheetView.js
+14148
-14148
cell/view/mobileTouch.js
cell/view/mobileTouch.js
+1306
-1306
common/AdvancedOptions.js
common/AdvancedOptions.js
+226
-226
common/Charts/3DTransformation.js
common/Charts/3DTransformation.js
+2572
-2572
common/Charts/ChartsDrawer.js
common/Charts/ChartsDrawer.js
+14129
-14129
common/Charts/DrawingArea.js
common/Charts/DrawingArea.js
+796
-796
common/Charts/DrawingObjects.js
common/Charts/DrawingObjects.js
+4835
-4835
common/Charts/charts.js
common/Charts/charts.js
+1050
-1050
common/CollaborativeEditingBase.js
common/CollaborativeEditingBase.js
+1481
-1481
common/Controls.js
common/Controls.js
+463
-463
common/Drawings/ArcTo.js
common/Drawings/ArcTo.js
+577
-577
common/Drawings/ColorArray.js
common/Drawings/ColorArray.js
+171
-171
common/Drawings/CommonController.js
common/Drawings/CommonController.js
+11325
-11325
common/Drawings/DrawingObjectsHandlers.js
common/Drawings/DrawingObjectsHandlers.js
+829
-829
common/Drawings/Externals.js
common/Drawings/Externals.js
+1548
-1548
common/Drawings/Format/ChartFormat.js
common/Drawings/Format/ChartFormat.js
+14037
-14037
common/Drawings/Format/ChartSpace.js
common/Drawings/Format/ChartSpace.js
+13534
-13534
common/Drawings/Format/CreateGeometry.js
common/Drawings/Format/CreateGeometry.js
+10306
-10306
common/Drawings/Format/Format.js
common/Drawings/Format/Format.js
+10838
-10838
common/Drawings/Format/Geometry.js
common/Drawings/Format/Geometry.js
+1649
-1649
common/Drawings/Format/GraphicFrame.js
common/Drawings/Format/GraphicFrame.js
+1127
-1127
common/Drawings/Format/GroupShape.js
common/Drawings/Format/GroupShape.js
+1840
-1840
common/Drawings/Format/Image.js
common/Drawings/Format/Image.js
+760
-760
common/Drawings/Format/Path.js
common/Drawings/Format/Path.js
+1925
-1925
common/Drawings/Format/Shape.js
common/Drawings/Format/Shape.js
+5572
-5572
common/Drawings/Format/TextBody.js
common/Drawings/Format/TextBody.js
+739
-739
common/Drawings/HatchPattern.js
common/Drawings/HatchPattern.js
+792
-792
common/Drawings/Hit.js
common/Drawings/Hit.js
+155
-155
common/Drawings/Metafile.js
common/Drawings/Metafile.js
+3194
-3194
common/Drawings/States.js
common/Drawings/States.js
+2355
-2355
common/Drawings/TextDrawer.js
common/Drawings/TextDrawer.js
+2643
-2643
common/Drawings/TrackObjects/AdjustmentTracks.js
common/Drawings/TrackObjects/AdjustmentTracks.js
+527
-527
common/Drawings/TrackObjects/MoveTracks.js
common/Drawings/TrackObjects/MoveTracks.js
+393
-393
common/Drawings/TrackObjects/NewShapeTracks.js
common/Drawings/TrackObjects/NewShapeTracks.js
+820
-820
common/Drawings/TrackObjects/PolyLine.js
common/Drawings/TrackObjects/PolyLine.js
+265
-265
common/Drawings/TrackObjects/ResizeTracks.js
common/Drawings/TrackObjects/ResizeTracks.js
+1934
-1934
common/Drawings/TrackObjects/RotateTracks.js
common/Drawings/TrackObjects/RotateTracks.js
+888
-888
common/Drawings/TrackObjects/Spline.js
common/Drawings/TrackObjects/Spline.js
+391
-391
common/Drawings/WorkEvents.js
common/Drawings/WorkEvents.js
+715
-715
common/FontsFreeType/FontFile.js
common/FontsFreeType/FontFile.js
+2286
-2286
common/FontsFreeType/FontManager.js
common/FontsFreeType/FontManager.js
+1301
-1301
common/FontsFreeType/Private/FreeType/base.js
common/FontsFreeType/Private/FreeType/base.js
+3607
-3607
common/FontsFreeType/Private/FreeType/config.js
common/FontsFreeType/Private/FreeType/config.js
+1123
-1123
common/FontsFreeType/Private/FreeType/drivers/cff.js
common/FontsFreeType/Private/FreeType/drivers/cff.js
+5998
-5998
common/FontsFreeType/Private/FreeType/drivers/cid.js
common/FontsFreeType/Private/FreeType/drivers/cid.js
+1546
-1546
common/FontsFreeType/Private/FreeType/drivers/t1.js
common/FontsFreeType/Private/FreeType/drivers/t1.js
+3669
-3669
common/FontsFreeType/Private/FreeType/drivers/truetype.js
common/FontsFreeType/Private/FreeType/drivers/truetype.js
+3867
-3867
common/FontsFreeType/Private/FreeType/drivers/ttinterp.js
common/FontsFreeType/Private/FreeType/drivers/ttinterp.js
+6495
-6495
common/FontsFreeType/Private/FreeType/freetype.js
common/FontsFreeType/Private/FreeType/freetype.js
+1339
-1339
common/FontsFreeType/Private/FreeType/modules/psaux.js
common/FontsFreeType/Private/FreeType/modules/psaux.js
+4644
-4644
common/FontsFreeType/Private/FreeType/modules/psnames.js
common/FontsFreeType/Private/FreeType/modules/psnames.js
+4120
-4120
common/FontsFreeType/Private/FreeType/modules/render.js
common/FontsFreeType/Private/FreeType/modules/render.js
+2477
-2477
common/FontsFreeType/Private/FreeType/modules/sfnt.js
common/FontsFreeType/Private/FreeType/modules/sfnt.js
+5561
-5561
common/FontsFreeType/Private/FreeType/services.js
common/FontsFreeType/Private/FreeType/services.js
+289
-289
common/FontsFreeType/Private/generator/Readme.txt
common/FontsFreeType/Private/generator/Readme.txt
+4
-4
common/FontsFreeType/Private/generator/generator.pro
common/FontsFreeType/Private/generator/generator.pro
+30
-30
common/FontsFreeType/Private/generator/main.cpp
common/FontsFreeType/Private/generator/main.cpp
+937
-937
common/FontsFreeType/font_engine.js
common/FontsFreeType/font_engine.js
+41891
-41891
common/FontsFreeType/font_map.js
common/FontsFreeType/font_map.js
+3076
-3076
common/GlobalLoaders.js
common/GlobalLoaders.js
+705
-705
common/Local/common.js
common/Local/common.js
+431
-431
common/Merge/NodejsEnv.js
common/Merge/NodejsEnv.js
+50
-50
common/Native/Wrappers/DrawingDocument.js
common/Native/Wrappers/DrawingDocument.js
+3157
-3157
common/Native/Wrappers/DrawingStream.js
common/Native/Wrappers/DrawingStream.js
+1274
-1274
common/Native/Wrappers/HtmlPage.js
common/Native/Wrappers/HtmlPage.js
+494
-494
common/Native/Wrappers/Overlay.js
common/Native/Wrappers/Overlay.js
+1006
-1006
common/Native/Wrappers/ShapeDrawer.js
common/Native/Wrappers/ShapeDrawer.js
+1464
-1464
common/Native/Wrappers/TextMeasurerWrapper.js
common/Native/Wrappers/TextMeasurerWrapper.js
+429
-429
common/Native/Wrappers/common.js
common/Native/Wrappers/common.js
+862
-862
common/Native/Wrappers/memory.js
common/Native/Wrappers/memory.js
+818
-818
common/Native/jquery_native.js
common/Native/jquery_native.js
+8999
-8999
common/Native/native.js
common/Native/native.js
+856
-856
common/NumFormat.js
common/NumFormat.js
+4386
-4386
common/Private/Locks.js
common/Private/Locks.js
+1102
-1102
common/Private/license.js
common/Private/license.js
+50
-50
common/Private/versionHistory.js
common/Private/versionHistory.js
+148
-148
common/SerializeChart.js
common/SerializeChart.js
+11134
-11134
common/SerializeCommonWordExcel.js
common/SerializeCommonWordExcel.js
+1215
-1215
common/Shapes/EditorSettings.js
common/Shapes/EditorSettings.js
+839
-839
common/Shapes/Serialize.js
common/Shapes/Serialize.js
+10003
-10003
common/Shapes/SerializeWriter.js
common/Shapes/SerializeWriter.js
+5182
-5182
common/apiBase.js
common/apiBase.js
+1599
-1599
common/apiCommon.js
common/apiCommon.js
+4256
-4256
common/browser.js
common/browser.js
+213
-213
common/clipboard_base.js
common/clipboard_base.js
+1121
-1121
common/commonDefines.js
common/commonDefines.js
+2114
-2114
common/docscoapi.js
common/docscoapi.js
+1731
-1731
common/docscoapicommon.js
common/docscoapicommon.js
+170
-1
No files found.
build/Gruntfile.js
View file @
8904d3bc
cell/.unit-tests/CellFormatTests.js
View file @
8904d3bc
cell/.unit-tests/FormulaTestEditor.js
View file @
8904d3bc
cell/.unit-tests/FormulaTests.html
View file @
8904d3bc
cell/.unit-tests/FormulaTests.js
View file @
8904d3bc
cell/.unit-tests/RunCellFormatTests.html
View file @
8904d3bc
cell/.unit-tests/RunTests.html
View file @
8904d3bc
cell/.unit-tests/qunit/qunit-1.11.0.css
View file @
8904d3bc
cell/.unit-tests/qunit/qunit-1.11.0.js
View file @
8904d3bc
cell/.unit-tests/tests.js
View file @
8904d3bc
cell/.unit-tests/testsForFWB.html
View file @
8904d3bc
cell/.unit-tests/testsForFWB.html.js
View file @
8904d3bc
cell/Local/api.js
View file @
8904d3bc
cell/Private/comments.js
View file @
8904d3bc
cell/api.js
View file @
8904d3bc
cell/apiDefines.js
View file @
8904d3bc
cell/css/main-mobile.css
View file @
8904d3bc
cell/css/main.css
View file @
8904d3bc
cell/document/editor.js
View file @
8904d3bc
cell/document/empty-workbook.js
View file @
8904d3bc
cell/graphics/pdfprinter.js
View file @
8904d3bc
cell/model/CellComment.js
View file @
8904d3bc
cell/model/CellInfo.js
View file @
8904d3bc
cell/model/CollaborativeEditing.js
View file @
8904d3bc
cell/model/ConditionalFormatting.js
View file @
8904d3bc
cell/model/DrawingObjects/DrawingDocument.js
View file @
8904d3bc
cell/model/DrawingObjects/Format/ChartSpacePrototype.js
View file @
8904d3bc
cell/model/DrawingObjects/Format/GroupPrototype.js
View file @
8904d3bc
cell/model/DrawingObjects/Format/ImagePrototype.js
View file @
8904d3bc
cell/model/DrawingObjects/Format/ShapePrototype.js
View file @
8904d3bc
cell/model/DrawingObjects/GlobalCounters.js
View file @
8904d3bc
cell/model/DrawingObjects/Graphics.js
View file @
8904d3bc
cell/model/DrawingObjects/ShapeDrawer.js
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/MSOfficeExcelFormulasABNF.txt
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/index.html
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/parser.js
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/parserTest.js
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/parserTest5.js
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/pegjs.txt
View file @
8904d3bc
cell/model/FormulaObjects/PegJs/pegjsv2.txt
View file @
8904d3bc
cell/model/FormulaObjects/_xlfnFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/cubeFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/databaseFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/dateandtimeFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/engineeringFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/financialFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/informationFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/logicalFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/lookupandreferenceFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/mathematicFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/parserFormula.js
View file @
8904d3bc
cell/model/FormulaObjects/statisticalFunctions.js
View file @
8904d3bc
cell/model/FormulaObjects/textanddataFunctions.js
View file @
8904d3bc
cell/model/History.js
View file @
8904d3bc
cell/model/Serialize.js
View file @
8904d3bc
cell/model/UndoRedo.js
View file @
8904d3bc
cell/model/Workbook.js
View file @
8904d3bc
cell/model/WorkbookElems.js
View file @
8904d3bc
cell/model/autofilters.js
View file @
8904d3bc
cell/model/clipboard.js
View file @
8904d3bc
cell/native/DrawingDocument.js
View file @
8904d3bc
cell/native/Graphics.js
View file @
8904d3bc
cell/native/Overlay.js
View file @
8904d3bc
cell/native/TextDrawer.js
View file @
8904d3bc
cell/utils/utils.js
View file @
8904d3bc
cell/view/CellTextRender.js
View file @
8904d3bc
cell/view/DrawingObjectsController.js
View file @
8904d3bc
cell/view/EventsController.js
View file @
8904d3bc
cell/view/HandlerList.js
View file @
8904d3bc
cell/view/WorkbookView.js
View file @
8904d3bc
cell/view/WorksheetView.js
View file @
8904d3bc
cell/view/mobileTouch.js
View file @
8904d3bc
common/AdvancedOptions.js
View file @
8904d3bc
common/Charts/3DTransformation.js
View file @
8904d3bc
common/Charts/ChartsDrawer.js
View file @
8904d3bc
common/Charts/DrawingArea.js
View file @
8904d3bc
common/Charts/DrawingObjects.js
View file @
8904d3bc
common/Charts/charts.js
View file @
8904d3bc
common/CollaborativeEditingBase.js
View file @
8904d3bc
common/Controls.js
View file @
8904d3bc
common/Drawings/ArcTo.js
View file @
8904d3bc
common/Drawings/ColorArray.js
View file @
8904d3bc
common/Drawings/CommonController.js
View file @
8904d3bc
common/Drawings/DrawingObjectsHandlers.js
View file @
8904d3bc
common/Drawings/Externals.js
View file @
8904d3bc
common/Drawings/Format/ChartFormat.js
View file @
8904d3bc
common/Drawings/Format/ChartSpace.js
View file @
8904d3bc
common/Drawings/Format/CreateGeometry.js
View file @
8904d3bc
common/Drawings/Format/Format.js
View file @
8904d3bc
common/Drawings/Format/Geometry.js
View file @
8904d3bc
common/Drawings/Format/GraphicFrame.js
View file @
8904d3bc
common/Drawings/Format/GroupShape.js
View file @
8904d3bc
common/Drawings/Format/Image.js
View file @
8904d3bc
common/Drawings/Format/Path.js
View file @
8904d3bc
common/Drawings/Format/Shape.js
View file @
8904d3bc
common/Drawings/Format/TextBody.js
View file @
8904d3bc
common/Drawings/HatchPattern.js
View file @
8904d3bc
common/Drawings/Hit.js
View file @
8904d3bc
common/Drawings/Metafile.js
View file @
8904d3bc
common/Drawings/States.js
View file @
8904d3bc
common/Drawings/TextDrawer.js
View file @
8904d3bc
common/Drawings/TrackObjects/AdjustmentTracks.js
View file @
8904d3bc
common/Drawings/TrackObjects/MoveTracks.js
View file @
8904d3bc
common/Drawings/TrackObjects/NewShapeTracks.js
View file @
8904d3bc
common/Drawings/TrackObjects/PolyLine.js
View file @
8904d3bc
common/Drawings/TrackObjects/ResizeTracks.js
View file @
8904d3bc
common/Drawings/TrackObjects/RotateTracks.js
View file @
8904d3bc
common/Drawings/TrackObjects/Spline.js
View file @
8904d3bc
common/Drawings/WorkEvents.js
View file @
8904d3bc
common/FontsFreeType/FontFile.js
View file @
8904d3bc
common/FontsFreeType/FontManager.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/base.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/config.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/drivers/cff.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/drivers/cid.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/drivers/t1.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/drivers/truetype.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/drivers/ttinterp.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/freetype.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/modules/psaux.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/modules/psnames.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/modules/render.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/modules/sfnt.js
View file @
8904d3bc
common/FontsFreeType/Private/FreeType/services.js
View file @
8904d3bc
common/FontsFreeType/Private/generator/Readme.txt
View file @
8904d3bc
common/FontsFreeType/Private/generator/generator.pro
View file @
8904d3bc
common/FontsFreeType/Private/generator/main.cpp
View file @
8904d3bc
common/FontsFreeType/font_engine.js
View file @
8904d3bc
common/FontsFreeType/font_map.js
View file @
8904d3bc
common/GlobalLoaders.js
View file @
8904d3bc
common/Local/common.js
View file @
8904d3bc
common/Merge/NodejsEnv.js
View file @
8904d3bc
common/Native/Wrappers/DrawingDocument.js
View file @
8904d3bc
common/Native/Wrappers/DrawingStream.js
View file @
8904d3bc
common/Native/Wrappers/HtmlPage.js
View file @
8904d3bc
common/Native/Wrappers/Overlay.js
View file @
8904d3bc
common/Native/Wrappers/ShapeDrawer.js
View file @
8904d3bc
common/Native/Wrappers/TextMeasurerWrapper.js
View file @
8904d3bc
common/Native/Wrappers/common.js
View file @
8904d3bc
common/Native/Wrappers/memory.js
View file @
8904d3bc
common/Native/jquery_native.js
View file @
8904d3bc
common/Native/native.js
View file @
8904d3bc
common/NumFormat.js
View file @
8904d3bc
common/Private/Locks.js
View file @
8904d3bc
common/Private/license.js
View file @
8904d3bc
common/Private/versionHistory.js
View file @
8904d3bc
common/SerializeChart.js
View file @
8904d3bc
common/SerializeCommonWordExcel.js
View file @
8904d3bc
common/Shapes/EditorSettings.js
View file @
8904d3bc
common/Shapes/Serialize.js
View file @
8904d3bc
common/Shapes/SerializeWriter.js
View file @
8904d3bc
common/apiBase.js
View file @
8904d3bc
common/apiCommon.js
View file @
8904d3bc
common/browser.js
View file @
8904d3bc
common/clipboard_base.js
View file @
8904d3bc
common/commonDefines.js
View file @
8904d3bc
common/docscoapi.js
View file @
8904d3bc
common/docscoapicommon.js
View file @
8904d3bc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment