Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Jul 29, 2020
1 parent 19e3a5d commit 0d9a6a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 37 files
+6 −3 ASCOfficeDocxFile2/BinReader/ReaderClasses.h
+16 −1 ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.cpp
+1 −1 ASCOfficeRtfFile/RtfFormatLib/source/Reader/OOXTableCellReader.h
+11 −9 ASCOfficeRtfFile/RtfFormatLib/source/RtfField.cpp
+4 −4 ASCOfficeRtfFile/RtfFormatLib/source/RtfParagraph.cpp
+9 −6 Common/3dParty/boost/boost.pri
+4 −4 Common/3dParty/boost/boost_ios.sh
+486 −0 Common/3dParty/openssl/common/common_openssl.cpp
+94 −0 Common/3dParty/openssl/common/common_openssl.h
+9 −13 Common/3dParty/openssl/openssl.pri
+94 −0 Common/3dParty/openssl/test/main.cpp
+28 −0 Common/3dParty/openssl/test/test.pro
+6 −10 Common/DocxFormat/Source/XML/Utils.h
+3 −2 Common/FileDownloader/FileDownloader_curl.cpp
+6 −2 Common/base.pri
+9 −2 DesktopEditor/common/Array.h
+193 −80 DesktopEditor/fontengine/ApplicationFonts.cpp
+13 −2 DesktopEditor/fontengine/ApplicationFonts.h
+1 −1 DesktopEditor/graphics/GraphicsRenderer.cpp
+5 −13 DesktopEditor/xmlsec/src/ooxmlsignature.pro
+1 −1 DesktopEditor/xmlsec/src/src/OOXMLVerifier.cpp
+75 −2 HtmlFile/HtmlFile.cpp
+6 −2 HtmlRenderer/src/SVGWriter2.h
+10 −11 HtmlRenderer/test/main.cpp
+4 −1 HtmlRenderer/test/test.pro
+13 −3 OfficeCryptReader/Test/Test.cpp
+314 −0 OfficeCryptReader/ooxml_crypt/main.cpp
+56 −0 OfficeCryptReader/ooxml_crypt/ooxml_crypt.pro
+53 −0 OfficeCryptReader/source/ECMACryptFile.cpp
+4 −1 OfficeCryptReader/source/ECMACryptFile.h
+29 −9 PdfReader/Src/RendererOutputDev.cpp
+13 −13 PdfWriter/PdfRenderer.cpp
+2 −2 PdfWriter/Src/Document.cpp
+1 −1 PdfWriter/Src/Document.h
+15 −11 PdfWriter/Src/Pattern.cpp
+2 −2 PdfWriter/Src/Pattern.h
+3 −2 UnicodeConverter/UnicodeConverter.pro
2 changes: 1 addition & 1 deletion sdkjs
Submodule sdkjs updated 43 files
+1 −0 cell/api.js
+4 −0 cell/graphics/DrawingContext.js
+4 −1 cell/model/Serialize.js
+4 −3 cell/model/UndoRedo.js
+4 −2 cell/model/autofilters.js
+6 −0 cell/native/Graphics.js
+2 −2 cell/native/native.js
+4 −0 cell/view/CellEditorView.js
+3 −0 cell/view/CellTextRender.js
+6 −1 cell/view/WorksheetView.js
+15 −0 common/Drawings/Externals.js
+46 −0 common/Drawings/Format/Format.js
+13 −1 common/Drawings/Format/Shape.js
+13 −1 common/Drawings/Metafile.js
+6 −1 common/Drawings/TrackObjects/NewShapeTracks.js
+3 −3 common/GlobalLoaders.js
+18 −7 common/Local/common.js
+6 −0 common/Native/Wrappers/DrawingStream.js
+10 −4 common/Native/Wrappers/ShapeDrawer.js
+7 −3 common/Shapes/SerializeWriter.js
+48 −8 common/apiBase.js
+8 −2 common/apiBase_plugins.js
+25 −6 common/browser.js
+1 −1 common/libfont/textmeasurer.js
+2 −2 common/libfont/wasm/engine.js
+2 −2 common/libfont/wasm/engine_base.js
+1 −1 common/plugins.js
+36 −0 common/plugins/make.py
+720 −0 common/plugins/plugin_base.js
+502 −0 common/plugins/plugin_base_api.js
+1 −70 common/wordcopypaste.js
+2 −1 slide/Drawing/mobileTouchManager.js
+6 −3 slide/Native/Wrappers/HtmlPage.js
+1 −0 slide/api.js
+4 −2 vendor/iscroll.js
+10 −0 word/Drawing/HtmlPage.js
+10 −1 word/Drawing/documentrenderer.js
+23 −1 word/Editor/GraphicObjects/Format/ShapePrototype.js
+16 −4 word/Editor/GraphicObjects/GraphicObjects.js
+3 −3 word/Editor/Run.js
+6 −3 word/Editor/Serialize2.js
+8 −1 word/api.js
+6 −0 word/api_plugins.js
2 changes: 1 addition & 1 deletion sdkjs-plugins
Submodule sdkjs-plugins updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 55 files
+1 −0 apps/api/documents/api.js
+4 −4 apps/common/main/lib/controller/Desktop.js
+15 −11 apps/common/main/lib/view/Header.js
+1 −1 apps/common/main/lib/view/ListSettingsDialog.js
+3 −0 apps/common/main/resources/img/header/buttons.svg
+2 −2 apps/common/main/resources/less/combo-dataview.less
+36 −16 apps/common/main/resources/less/header.less
+12 −9 apps/documenteditor/main/app/controller/Main.js
+3 −1 apps/documenteditor/main/app/controller/Toolbar.js
+11 −11 apps/documenteditor/main/locale/de.json
+5 −5 apps/documenteditor/main/locale/en.json
+5 −5 apps/documenteditor/main/locale/fr.json
+5 −5 apps/documenteditor/main/locale/it.json
+5 −5 apps/documenteditor/main/locale/pt.json
+5 −5 apps/documenteditor/main/locale/ru.json
+11 −9 apps/documenteditor/mobile/app/controller/Main.js
+14 −2 apps/documenteditor/mobile/app/controller/Search.js
+5 −5 apps/documenteditor/mobile/locale/de.json
+6 −5 apps/documenteditor/mobile/locale/en.json
+5 −5 apps/documenteditor/mobile/locale/fr.json
+5 −5 apps/documenteditor/mobile/locale/it.json
+5 −5 apps/documenteditor/mobile/locale/pt.json
+5 −5 apps/documenteditor/mobile/locale/ru.json
+11 −8 apps/presentationeditor/main/app/controller/Main.js
+7 −7 apps/presentationeditor/main/locale/de.json
+5 −5 apps/presentationeditor/main/locale/en.json
+5 −5 apps/presentationeditor/main/locale/fr.json
+5 −5 apps/presentationeditor/main/locale/it.json
+5 −2 apps/presentationeditor/main/locale/pt.json
+5 −5 apps/presentationeditor/main/locale/ru.json
+11 −9 apps/presentationeditor/mobile/app/controller/Main.js
+13 −2 apps/presentationeditor/mobile/app/controller/Search.js
+5 −5 apps/presentationeditor/mobile/locale/de.json
+6 −5 apps/presentationeditor/mobile/locale/en.json
+5 −5 apps/presentationeditor/mobile/locale/fr.json
+5 −5 apps/presentationeditor/mobile/locale/it.json
+5 −5 apps/presentationeditor/mobile/locale/pt.json
+5 −5 apps/presentationeditor/mobile/locale/ru.json
+12 −9 apps/spreadsheeteditor/main/app/controller/Main.js
+5 −7 apps/spreadsheeteditor/main/app/controller/Toolbar.js
+3 −3 apps/spreadsheeteditor/main/app/view/Toolbar.js
+8 −8 apps/spreadsheeteditor/main/locale/de.json
+5 −5 apps/spreadsheeteditor/main/locale/en.json
+5 −5 apps/spreadsheeteditor/main/locale/fr.json
+5 −5 apps/spreadsheeteditor/main/locale/it.json
+5 −2 apps/spreadsheeteditor/main/locale/pt.json
+5 −5 apps/spreadsheeteditor/main/locale/ru.json
+11 −9 apps/spreadsheeteditor/mobile/app/controller/Main.js
+13 −2 apps/spreadsheeteditor/mobile/app/controller/Search.js
+5 −5 apps/spreadsheeteditor/mobile/locale/de.json
+6 −5 apps/spreadsheeteditor/mobile/locale/en.json
+5 −5 apps/spreadsheeteditor/mobile/locale/fr.json
+5 −5 apps/spreadsheeteditor/mobile/locale/it.json
+5 −5 apps/spreadsheeteditor/mobile/locale/pt.json
+5 −5 apps/spreadsheeteditor/mobile/locale/ru.json

0 comments on commit 0d9a6a3

Please sign in to comment.