Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch release/v7.3.0 into master #3301

Merged
merged 926 commits into from
Jan 31, 2023
Merged

Merge branch release/v7.3.0 into master #3301

merged 926 commits into from
Jan 31, 2023

Conversation

papacarlo
Copy link
Contributor

  • Add "GetTextOfElement" method to multiple classes
  • Add "GetTextOfElement" method to multiple classes
  • [de] Implement start function for converting LaTeX equations to MathML equations
  • Create LaTeX string parser
  • Create base Lexer for LaTeX string parser
  • Add accent processing module
  • Add degree proccesing, rewrite Lexer
  • Add limit processing
  • Add degree and index for simple text and functions
  • Add binom, mod, exp. Rewrite function processing
  • Fix accent processing
  • Add small frac processing
  • Add small inline fraction and fraction degree
  • Add sqrt processing
  • Refactor lexer processing
  • Add integrals processing
  • Improve integral processing, fix degree
  • Lexer simplification
  • Add large operator processing and syntax checker
  • Simplify degree and index
  • Improve integral and start bracet processing
  • Add base bracet processing
  • Refactor and add wide constructions
  • Add base matrix processing
  • Add bracets for matrix
  • Fix limit and refactor
  • Hide index/degree for operators, start new line
  • Refactor
  • Add new file for LaTeX equations
  • Refactor
  • Add fraction variant
  • Refactor function, limit, script
  • Refactor radical and bracet block
  • Fix names of methods
  • Change bracets; add: mod, binom, large operator
  • Add accent, integral, improve fraction, text
  • Fix syntax checker
  • Fix bracets
  • Add matrix
  • Add array and new line processing
  • Start reverse conversion
  • Imporve conveter: Func, Radical, Degree, Delimiter
  • Refactor. Fix radical, degree. Add nary, supSub
  • Fix bracets
  • Refactor. Add binom, bracets
  • Add accent, mod, imrove bracets and fraction
  • Add matrix and new line processing
  • Create new syntax checker function
  • Fix empty new line
  • Add fraktur symbols and split support for arrays
  • Add multiple math font processing
  • Refactor
  • Add feedback for frac if insert incorrect formula
  • Add feedback for multiple functions
  • Change limit, parser, function
  • Add new "new line" processing, refactor addText
  • Add index for bracets, improve Script and new line
  • Refactor
  • Fix var
  • Fix fraction in UnicodeMath converter
  • Refactor and fix
  • Fix GetError
  • Fix matrix, parser and improve Unicode converter
  • Add base for Unicode to MathMl converter
  • Add degree for Unicode converter
  • Update degree processing
  • Add abstraction for Script
  • Finish degree abstraction
  • Add bracet abstraction
  • Fix bracet abstraction
  • Fix bracets, degree, refactor
  • Fix unicode lexer
  • Fix \left bracet
  • Fix bracets
  • Add base fraction abstraction
  • Fix bracets and degree abstraction
  • Fix bracets and refactor
  • Refactor bracets and degree
  • Refactor
  • Add function (cos, sin...) abstraction, refactor
  • Add lim abstraction
  • Fix limit, add radical
  • Add large operators abstraction
  • Refactor
  • Improve parser, fix bracets, refactor
  • Add preScripts and binom abstractions, Refactor
  • Add mod and accents abstructions, Refactor
  • Add Matrix abstruation
  • Refactor code
  • Refactor
  • Add functions to api for conversions of math view
  • Refactor
  • Refactor and fix Script
  • Improve ConvertMathView function and Refactor
  • Refactor code
  • Refactor clipboard, add new GetTextContent method
  • Fix degree GetTextOfElement method, refactor
  • Add LaTeX version of GetTextContent
  • Add LaTeX wariant of GetTextContent method Created new parser for lexers
  • Add GetTextOfElement method to Nary class
  • Fix matrix GetTextOfElement method + Refactor LaTeX + Add symbol list for LaTeX converter + Improve mathText GetTextOfElement method
  • Rewrite script function for linear parsing
  • Refactor converters +fix Brackets +fix Fraction
  • Refactor and fix LaTeX converter, Add unit tests
  • Add more unit tests + improve CFraction, CNary, CDegree, CDegreeSubSup GetTextElement method
  • Add SwitchDisplayForm method for ParaMath
  • Add NewLine method for converters + add rect method + add underbrace and overbrace + fix matrix + refactor
  • Add new Unicode parser and tokenizer
  • Correct parser file
  • Refactor and fix Unicode parser and tokenizer
  • Fix ConvertToDisplayMode - refactor Unicode parser
  • Fix ConvertView
  • Update Unicode tokenizer - add unit tests for tokenizer
  • Add license text for multiple files
  • Fix run-tests
  • Add Unicode tokenizer test launcher
  • [se] Fix bug 57221
  • Release/v7.2.0 (Release/v7.2.0 #2781)
  • [se] Fix bug 57291
  • Release/v7.2.0 (Release/v7.2.0 #2788)
  • [se] Fix bug 57036
  • [se] Fix bug 56495
  • Add new parser for LaTeX and Unicode math
  • Fix auto-test starter
  • [se] Fix bug 56207
  • Release/v7.2.0 (Release/v7.2.0 #2819)
  • Merging tokenization rules for LaTeX and Unicode
  • Refactor code and fix interaction of index/powers and below/above
  • Add LaTeX matrix and array processing + add font processing + fix subSub, fraction, space
  • Fix formula processing - Correct_Content() of Root after clear it content - Correct ' and '' accents
  • Fix function names, binom
  • Fix matrix
  • Fix matrix with brackets
  • [se] Fix bug 57783
  • Update unicode tokenizer processing
  • Add hBracket tokenizer processing + fix matrix, types of fractions, number literal + add root processing
  • Fix fraction, hBracket, functions + improve GetTextOfElement() for CMathFunc and CDelimiter
  • Fix matrix token processing
  • Add substack processing
  • Changed processing of unused tokens
  • Fix brackets and accents
  • Fix processing of "," and "."
  • Fix unicode brackets and overline\underline
  • Feature/cell watches (Feature/cell watches #2857)
  • Fix mid for brackets and cases
  • Add AcsMath
  • Fix Unicode and LaTeX tests
  • [de] Change utf16 to unicode conversion function to common function
  • [de] Fix converting space to math space
  • Fix ConvertMathView
  • Fix Math insert
  • Fix math insert + fix matrix processing + fix middle for brackets + fix prescript
  • Fix selection of equation when converting
  • Refactor selection method on converting equation
  • Add new version of AutoCorrection method
  • Fix autocorrection method
  • Feature/move unit tests (Feature/move unit tests #2902)
  • Improve AutoCorrection method
  • [de] - Added method for adding caption paragraph to the apiBuilder.
  • Improve AutoCorrection process
  • Improve AutoCorrection method + now GetTextForAutoCorrection can process content with any length
  • Fix work of AutoCorrection method + Change Unicode radical parser processing
  • Feature/parse math from html (Feature/parse math from html #2920)
  • [se] Paste math styles
  • [de] Paste equation: fix history
  • Refactor and update AutoCorrection method
  • Fix bug #58093
  • Add SmartArt types in constants
  • Fix AutoCorrection Degree and cursor position
  • Add all binaries of SmartArt
  • add methods for changing 3d properties of charts
  • Refactor and fix math selection
  • First try creating smartArt presets
  • [se] Add new by user colors
  • Fill SmartArt by preset
  • Add method for decorate SmartArt in ParaDrawing
  • Add method for decorate SmartArt in ParaDrawing
  • Get grayscale value from RGB color
  • Add graphics method for draw rect with round sides
  • Add const with all smartArt names
  • draw image placeholder in smartArt preview and don't draw empty placeholder
  • Set child xfrm for global smartArt xfrm
  • Add smartArt preset
  • Add drawing smartArt preview
  • [se] For bug 58524
  • Fix and refactor autocorrection method
  • Rename method for create smartArt
  • Fix bug with fill xfrm by parent
  • Remove unusual method from graphics
  • Add some conditions
  • Fix bug with drawing preview in word editor, fix bug with adding actions in history
  • Rename variables
  • Extend SmartArtPreviewDrawer from CActionOnTimerBase
  • Add drawing bullet for preview
  • Fix rect method of Graphics in cell editor
  • Fix get graphic controller and get drawing objects methods
  • Add "chain" auto-correction mode, refactor
  • Fix ContentPos on auto-correction
  • Fix LaTeX autocorrection
  • [se] Fix bug 58479; Rework SheetMemory
  • Fix auto-correction processing
  • Fix auto-correction processing + fix content delete on auto-correction + add delete space char on proceed auto-correction block + fix setting CurPos of content + refactor
  • [se] Add function for detect named range by cell
  • Fix auto-correction + add IsStartAutoCorrection method that an auto-correction trigger + fix Unicode processing of matrix and degree + fix CDegree, CDegreeSubSup, CFraction, CDelimiter GetTextOfElement methods
  • [test] Add test
  • [test] Change test
  • Fix auto-correction + add tests for auto-correction + refactor code + delete previous version of auto-correction
  • [se] Fix bug 58621
  • [de] Fix work of math autocorrection + Add tests for math autocorrection + Fix Unicode parser -GetOperandLiteral + Refactor code
  • [de] Add more tests + fix processing of dot and comma + fix processing of Unicode symbols in autocorrection + fix CMathText.GetTextOfElement + add OtherLiteral (greek alphabet, math symbols etc.) in ConvertTokens function + fix CRadical.GetTextOfElement method + fix radical's Unicode parsing
  • [bu][de] - added AddComment method for ApiRange.
  • Fix bug #58929
  • [bu][de] - Method for setting contols highlight
  • [se] Fix bug 56972
  • Fix bug #58962
  • [de] Improve the work of math conversion + add CMathContent.GetInfoForAutoCorrection method + fix CMathText.GetTextOfElement + fix ConvertTokens.NaryLiteral + Add several methods to ParaRun to service the autocorrection math (MathAutocorrection_GetBracketsInfo, MathAutocorrection_GetOperatorInfo, MathAutocorrection_GetSlashesInfo,MathAutocorrection_IsLastElementOperator) + refactor Unicode and LaTeX parsers
  • [se] Fix bug 57141
  • [se] Remove temporary code
  • fix problems in applying chart 3dview properties
  • Load only drawing for preview
  • Block add id in objects with create preview
  • Upgrade time of generation previews for SmartArts
  • Fix draw bullet on SmartArt preview
  • [de] Improve work of math Autocorrection +Add ParaRun MathAutocorrection_IsLastElementLBracket, MathAutocorrection_IsLastElementRBracket methods +Correct trigger function for autocorrection +Rewrite processing of brackets for autocorrection +Add more rules +Add more tests
  • fix some formats
  • Fix name of constants
  • New scheme for generate preview
  • New presets for smart arts and fix old constants
  • Fix creating preview for smartarts
  • [pdf] Fixed search with whole words flag.
  • Add fit font size for new smart arts
  • [all] For bug 44161
  • [de] Fix the problem with IE11
  • Add class for getting more info about smartArt preview
  • Feature/cell styles (Feature/cell styles #3016)
  • [pdf] - Fixes for search tab
  • Fix bug #59146
  • Fix bug #59135
  • Fix bug #58561
  • [de] Redesign parentheses processing + Fix CRadical, CMathFunc, ParaRun GetTextOfElement method + Add mode tests for autocorrection + Add method to convert content of brackets, but not the parenthesis block itself + Remove obsolete math-autocorrect code + Fix processing of Unicode Rect, Radicals and Closer
  • [bug] Fix after d0ca9a6
  • [all] Try reload editor in case of a file version update
  • add vertical text rect
  • Update spell.js
  • Fix creating contrast drawing with different themes
  • Add IntToNumberFormat for export
  • Remove unusual recalculation
  • set isShapeAction to false by default
  • Feature/external links (Feature/external links #3030)
  • do not handle mouse up on toolbar buttons
  • [se] Fixed tests
  • Delete unusual
  • Feature/pe view pr (Feature/pe view pr #3033)
  • Feature/error bars (Feature/error bars #3034)
  • [all][charts] By error bars
  • [all][chart] Fix typo
  • [se] Remove unused
  • [se] Add alt+F5 hotkey; For bug 59288
  • fix calculating pen for errBars
  • fix crash on click to slide during demonstration
  • [bug] fix bug 59355
  • Feature/de protect (Feature/de protect #3038)
  • Remove debug data
  • Fix get contrast drawing
  • [se] For external data
  • [se] Update getting external data(from binary)
  • Fix reset selection
  • [all] Add 'keywords' and other core props to history
  • [se] Add area drawing checks
  • [pe] Show special paste button(insert slide)
  • [se] Fix style + add checks
  • [se] Fix SheetMemory.copyRangeByChunk
  • Fix crash on creating smartArt
  • [de] Add function to Api to get all forms data
  • [de] Refactor Numbering class
  • [de] Fix previous commit
  • [se] Fix export
  • Update tests
  • add method haveTrackedObjects in DrawingObjects in docs
  • Feature/textbefore function (Feature/textbefore function #3050)
  • Fix bug 59414
  • Fix bug 59091
  • fix coordinates of the special paste button for the slide thumbnails
  • fix calculation after pasting the slide with the source formatting
  • fix fonts loading
  • fix downloading images from the theme at pasting to the presentation
  • correct presentation focus type after pasting
  • fix thumbnails position
  • [de] Fix bug 59285
  • [se] Fix add new empty points into history(if don't change scale)
  • [se] Fix minimization external links
  • [se] Fix bug 59283
  • [se] By bug 59283
  • [pe] implement asc_correctEnterText in presentation editor api
  • [se] For optimization conditional formatting
  • return zero x-coordinate if the thumbnails panel is hidden
  • [se] Fix bug 59452
  • For bug 59446: add method asc_SaveDrawingAsPicture
  • [se] Check on remove external reference after change cell value
  • [se] Added ApiBuilder method "GetComments" and property "Comments" for Api. Also fixed problem with removing comments.
  • Fix bug 57481
  • Fix/pre7.2.2 (Fix/pre7.2.2 #3057)
  • [se] Fix bug 59249
  • [de] Start refactoring applying numbering to a document
  • [de] Handle applying default bulleted list in the new scheme
  • [de] Handle applying default numbered list in the new scheme
  • [de] Handle single level case for applying numbering to the document
  • [de] Handle multilevel case when applying numbering to document in the new scheme
  • [de] Add empty functions for write/read TextPr/ParaPr/NumLvl to/from JSON
  • [de] Add simple functions for creating TextPr/ParaPr/NumLvl from json
  • [de] Fix applying single level numbering with the new scheme
  • [sdkjs] Replaced FromToJson method to some classes.
  • [de] Improve write to/read from json for TextPr/ParaPr/NumberingLvl classes
  • [de] Rework put_ListType function to the new scheme
  • [de] Remove obsolete functions for the old scheme of applying numbering
  • [de] Implement function to get symbols of custom numbering
  • [de] Export function to get json of currently selected numbering
  • [all] Fix namespace issue
  • [se] Fix bug 59117
  • [bug] fix bug 59474: fix tables conversion at copy/paste from the doc to the presentation editor
  • Add relationship between table template and style id
  • fix crash on moving comments in presentation
  • [bug] fix bug 47723
  • [de] now the image added AddImageToPage has the position relative paragraph and column
  • fix export
  • Fix bug #59487
  • [bu][de] Added ApiComment.
  • fix typo
  • Fix bug #59235
  • Feature/add new functions (Feature/add new functions #3061)
  • [all] Fix bug with missing maxChangesSize; For The size of actions exceeds the limitation set for your server DocumentServer#1950
  • [se] Crash fixes on copy/paste
  • [se] Formatted file
  • [se] By textsplit function
  • [se] By tests
  • [se] Fix tests
  • [de] Replace diacritical marks term with forced combined marks
  • [de] Remove old scheme with processing diacritical marks
  • [de] Add simple tests for text shaper
  • Fix bug #59461
  • [de] Fix rendering non supported characters in the current font
  • Feature/add vstack function (Feature/add vstack function #3062)
  • [se] Move functions
  • Feature/copypaste ms inlinelevelesdt (Feature/copypaste ms inlinelevelesdt #3063)
  • Feature/add tocol functions (Feature/add tocol functions #3066)
  • [all] socket.io initial commit
  • [all] Remove reconnection logic
  • [se] For SerializeHistory
  • [de] Fix for documents
  • [all] Fix require socket.io; Change history changes format
  • [all] Add binaryChanges server param
  • [all] Change header of file containing changes
  • Feature/add wrap functions (Feature/add wrap functions #3069)
  • Fix bug #59538 Added some symbols that should stop autocorrection.
  • [de]][pe] Move auto correct settings to separate module
  • Fix bug #57111 [se] Changed api builder function "ApiWorksheet.prototype.SetHyperlink". Added ability to set hyperlink to other lists in workbook
  • [de] Fix writing changes with binaryChanges flag
  • [de] Refactor auto correct
  • [se] Fix bug 59514
  • [se] Fix bug 59551
  • [de] Move auto correct first letter to separate module
  • [de] Add new file to config
  • Feature/add choose functions (Feature/add choose functions #3072)
  • [se] Changed api builder function "GetRange".
  • [de][pe] Refactor of settings for first letter exceptions for auto correct
  • [de] Check exception with language
  • [de][pe] Add function to api to get auto correct settings class
  • [bug] fix bug 59579
  • Fix bug #58513
  • [all] Fix minimization error
  • Feature/add take drop functions (Feature/add take drop functions #3073)
  • [de] Implement new events to track math equation from interface
  • [de] Refactor
  • [all] Add ConvertMathView function to base api
  • [de] Fix typo
  • [se] Support drop function
  • [de] Fix math selection after merge
  • [se] CorrectEnterText
  • [se][charts] Fix error bars
  • [de] Cherry-Pick "Refactor and fix math selection"
  • fix vertical text rect
  • fix reading ole-objects with formulas
  • Fields in SdtPr
  • add new line
  • Hotfix/v7.2.2 (Hotfix/v7.2.2 #3076)
  • [se] Fix bug 59578
  • [all] Fix IE11 syntax error
  • [all] Added error type 'ConvertationOpenFormat' for file content and editor mismatch; For bug 59618
  • [se] Fix moving cells(SheetMemory.prototype.copyRange)
  • [se] Fix bug 59655
  • [de] Add methods to collect error logs
  • [se] Fix bug 59638
  • [se] Fix bug 59568
  • [bu][de] Added "GetRange" method for ApiRange class.
  • Feature/top offset (Feature/top offset #3090)
  • [all] Add new class to work with collaborative History.js
  • [all] Move all collaborative undo methods to the appropriate module
  • [all] Fix Undo in collaboration
  • [de] Add editor state information when catching errors
  • [de] Check for empty delete
  • Fix bug 59535
  • Add text lines for table templates
  • [de] Remove duplicate definition in object
  • Fix bug 59040
  • Fix bug #59324
  • [de] Remove console log
  • [de] Refactor text properties of paragraph numbering
  • Fix drawing lines of smartArt preview
  • Fix/external reference (Fix/external reference #3097)
  • [plugins] Corrected select2 style ([plugins] Corrected select2 style #3098)
  • [se] Fix update multiple external reference
  • Delete unusual fields
  • Fix bug #59718
  • [se] Fix bug 59724
  • [de][pe] Fix the problem with styleId
  • [all] Add styleId change to RelationMap
  • [de] Fix applying of bulleted list
  • Fix bug #59717
  • Fix bug #59659
  • Fix bug #59736
  • [de] Fix usage of subscript and superscript constants
  • [de] Fix adding new paragraph in checkbox content control
  • For bug #59627
  • [all] Add CDocsCoApi.sendClientLog to log document opening
  • [se]/[ce] Added new plugin methods for work with comments. ([se]/[ce] Added new plugin methods for work with comments. #3104)
  • Fix bug #59617
  • [se] Fix bug 38991
  • [all] Fix bug 59753
  • Fix bug #59282
  • [se] Fix bug 56819
  • Fix bug #59696
  • [oform] Add new namespace for oform
  • Fix/external reference (Fix/external reference #3110)
  • [oform] Add new namespace for oform
  • [all] Simple write function of node with text
  • [oform] Remove unnecessary classes
  • Fix/external references bugs (Fix/external references bugs #3111)
  • [all] Add special function to inherit change from some base type
  • [all] Read macros from binary format
  • [all] Add static function for reading xml node
  • [all] Fix namespace issue
  • [oform] Rename types
  • [all] move mathInputType to apiBase
  • [se][pe] add asc_ConvertMathView to spreadsheets and presentations
  • change getting equation properties in spreadsheets
  • fixes for converting formula in se
  • equation menu in pe and se
  • update interface in pe
  • [de] Do not use DownloadFileFromBytes with AndroidNativeApp. For bug 59137
  • [all] Add GetId function to Base-format class
  • Feature/add fill area function (Feature/add fill area function #3115)
  • [se] By external references ([se] External references fixes #3116)
  • fix drawing last shape as a black rectangle on slide with grid
  • [oform] Create oform
  • [pe] add lock for view properties
  • create guides on opening if not present in presentation
  • [de] Add CDocumentColor to AscWord namespace
  • [bug] fix bug 59734
  • [se] By bug 59838 ([se] By bug 59838 #3117)
  • [bug] fix bug 59788
  • [oform] OForm is no longer one of format classes
  • [se] Fix typo
  • [bug] fix bug 59847
  • Plugin description updates (Plugin description updates #3119)
  • Add plugin method for vba macroses
  • [bug] for bug 59334
  • Fix/bug 59849 (Fix/bug 59849 #3122)
  • [bug] for bug 59334: do not rotate labels if it possible
  • fix generation default theme
  • Change selection fon for base math font
  • [bug] fix bug 59858
  • fix bugs in tracking smart guides
  • fix guide tooltip position
  • Fix/bug 59857 (Fix/bug 59857 #3123)
  • [oform] Export access to OForm class
  • [bug] fix bug 59890
  • [pe] fix grid drawing
  • [bug] fix bug 59881
  • fix negative cases in moving objects with grid
  • [plugins] Add version for plugins methods. ([plugins] Add version for plugins methods. #3125)
  • [bug] fix bug 59899
  • fix calculating cache for cat
  • fix previous commit
  • [oform] Send an event at the end of loading to oform class
  • [oform] Rename function for access to oform
  • fix drawing gridlines and guides when making slide image
  • [bug] fix bug 59898
  • fix loading images after macros execution
  • Feature/mobile fill function (Feature/mobile fill function #3128)
  • [oform] Add descriptions for actions with roles
  • [se] By bug 52224: Send error event ID.CanNotPasteImage
  • [bug] for bug 59908 add method asc_getGuidesCount to api which returns amount of slide guides
  • Fix/external reference read (Fix/external reference read #3130)
  • [all] Fix ContentTypes writing for XlsIO parser(minfin)
  • [se] Read/write on client extensions for reference data
  • [se] Change firstPageNumber default
  • [de] Fix after merges
  • [bug] fix bug 58539
  • for previous commit
  • [bu][de] Fixed paragraph method.
  • [se] Fix bug 59968
  • [oform] Add property for user role of the field
  • Fix bug #59880
  • [se] Fix bug 59969
  • [oform] Create link between fieldMaster and stdForm
  • [oform] Fix creating field master
  • [oform] Export the method to set form fixed on creation
  • [oform] Implement fixed option on adding complex field
  • [se] Fix bug 59457
  • [de] Fix saving the cursor position when quickly applying collaboration changes multiple times
  • [se] Fix bug 48891
  • [pe] remove unused checks in viewPr marks drawing
  • [bug] fix bug 56928
  • [pe] refactoring update interface method
  • [de] Prepare autocorrection method
  • [pe] speed up grid drawing
  • [pe] fix grid drawing
  • [bug][pe] fix updating paragraph properties
  • [pe][bug] fix resize tables in presentation
  • [de] Rework saving/loading view position when applying collaboration changes
  • [de] Fix the problem with fast updating view position
  • [pe] fix table styles previews in pe
  • [de][bug] for bug 42649: improve editing of watermarks which come from files created in MS Word: * now we think that font size below 36 is auto * compare watermark properties on applying and don't apply equal ones
  • [de] Delete unnecessary file
  • Feature/native socket (Feature/native socket #3149)
  • [se] Fix bug 60039
  • [oform] Work on oform roles
  • [se] By bug 60041
  • [oform] Fix user list of the field master when changing field role
  • [se] Don't select external range
  • [oform] Fix the change of form properties
  • [oform] Send an event to OForm that the action has been completed
  • [se] Change CanNotPasteImage error index
  • [bug] fix bug 20891
  • Fix bug 59853
  • [se] Fix bug 60046
  • [bug] fix bug 60058
  • [oform] Clone form properties on cloning whole form
  • [oform] Handle form field cloning with role
  • [oform] Fix the problem with creating second OForm class
  • [native][pe] Post sdk errors
  • [oform] Implement field highlight with role color
  • For bug 59982. Disable CC tracks in builder mode.
  • Fix/document protection (Fix/document protection #3158)
  • [oform] Add an option to set the current role in form filling mode
  • Feature/load xml (Feature/load xml #3160)
  • [oform] Divide field master and role name fields
  • [oform] Check role when changing forms with the same key
  • [oform] Fix set formPr
  • [se] Fix external reference update
  • [bug] fix bug 59284
  • [oform] Change form role when changing form key
  • [pe] do not draw text on checking bounds
  • [oform] Change role of all forms with the same key when changing role of the specified form
  • [all] Fix after hotfix merge
  • [all] Add asc_CUser.asc_getLive; For bug 58695
  • [all] Add a method to compare string that can be undefined or null
  • [oform] Add test to check write/read userMaster to/from xml
  • For bug 55586
  • For bug 55586
  • [all] Fix registration of a special form
  • Fix lock smart art on loading image
  • Fix lock smart art on group object
  • End update overlay before existing mouse down function
  • Fix bug 60130
  • [oform] Add test to check read/write field group
  • [oform] Fix field group test
  • [se] Send callback null if convertation error
  • [bug] fix bug 60134
  • [se] Fix typo on export error
  • [oform] Add some methods to xml writer
  • [de] Fix bug 60152
  • [se] Send update events
  • [se] Fix
  • [se] Update reference data after update external references
  • [se] Referene data rename(portalName->instanceId; fileId->keyId)
  • [all] Validate file:// schema; Fix bug 59780
  • Add work with sign plugin (keychain realization with localstorage)
  • [se] Fix bug 60131
  • Fix/bug 59878 (Fix/bug 59878 #3174)
  • Fix/bug 60088 (Fix/bug 60088 #3175)
  • Fix selection with insert SmartArt from api
  • Fix return default absolute page from CGraphicObjectBase
  • [pe]Select placeholder target after changing shape fill from placeholder
  • [se]Select placeholder target after changing shape fill from placeholder
  • [de] Fix redraw placeholder in SmartArt drawing content after select another text
  • [de] Select placeholder target after changing shape fill from placeholder
  • [se] Update selection state after change selection
  • [bug] for bug 55586: use Set_CurrentElement for selection shape after an image was added to smart art element
  • [bug] fix bug 60223
  • [de] By bug 60192 ([de] By bug 60192 #3178)
  • [se] By bug 59878: don't show warning if support math paste
  • [se] Write cryptProviderType ([se] Write cryptProviderType #3181)
  • [ooxml] Change the open function for better inheritance
  • [de] Fix bug 60252
  • [de] Fix bug 60236
  • Update UnicodeParser.js
  • Load cmaps if needed
  • [openxml] Add method to get full path of rels
  • [se] Fix bug 60277([se] Fix bug 60274 #3187)
  • Think about place of binary loading
  • Refactor
  • Remove old SmartArt presets
  • Fix build
  • [se] Fix bug 60284
  • Fix/bug 60285 (Fix/bug 60285 #3192)
  • Fix/bug 60285 (Fix/bug 60285 #3195)
  • [se] Fix bug 60306
  • [zlib] Export method getPaths
  • [ooxml] Add check when writing a node with empty text
  • [oform] Fix xml content type for oform
  • [oform] Fix relative links
  • [de] Fix export
  • [oform] Fix links for oform
  • [de] Fix bug 60219 Fix bug 59871 Fix bug 60082 Fix bug 60143 Fux bug 60142
  • Fix bug #59762 space between integer and fraction
  • Fix bug #59771 Skewed Fraction convert into Stacked Fraction
  • Fix bug #60256
  • Fix native falling
  • [se] Fix bug 60362
  • Fix bug #60363
  • Update module
  • Fix bug #60318
  • [bug] fix bug 60301
  • [bug] fix bug 60281
  • [bug] for bug 42649 use name PowerPlusWaterMarkObjects to detect whether drawing watermark or not
  • [de] Add XmlReaderContext to xmlParserContext; Add oform opening from bin; For bug 60341
  • Fix/bug 60367 (Fix/bug 60367 #3202)
  • Fix bug 60263
  • [bug] fix bug 60388
  • [oform] Change color for other roles when current role is selected
  • Fix bug #60364
  • Update viewer module
  • Fix minimization bug
  • Fix/bug 60376 (Fix/bug 60376 #3208)
  • [se] Fix bug 60040
  • Fix/bug 58562 (Fix/bug 58562 #3204)
  • [bug] fix bug 60384
  • [bug] fix bug 60404
  • Fix/fix tests (Fix/fix tests #3210)
  • [se] Fix error(update conditional formatting)
  • [bug] fix bug 20891
  • [bug] fix bug 60401
  • [bug] Fix bug 60395
  • [native] Read document protection info
  • [bug] fix bug 60496
  • [bug] fix bug 60494
  • Fix bug 60460
  • Fix bug #60309
  • [bu][de] Renamed method
  • Fix bug 60459
  • Fix bug 60437
  • Fix bug 45758 Fix bug 60218 Fix bug 60217
  • Fix bug 60439
  • Fix bug 60372
  • Fix bug 60371
  • Fix math GetTextOfElement methods
  • Fix math array processing - add function to prevent correction math words in LaTeX mode
  • Fix bug 59877 - fix processing of arrays in LaTeX and Unicode modes
  • Fix math GetTextElement methods - fix processing of below and above in Unicode and LaTeX modes
  • Fix bug 60251 Fix bug 60230
  • Fix bug 59872
  • Fix bug #59799
  • [se] Fix xlfn functions
  • Fix bug #60537
  • Hide oform context from implicit access
  • Fix bug #60415
  • Fix/bug 54544 (Fix/bug 54544 #3224)
  • Fix bug 60062
  • [se] Fix bug 60560
  • Fix the problem with reading matrix column properties
  • For bug 60141
  • [bug] fix bug 60577
  • [bug] fix bug 60576
  • [se] Change open xml file dialog
  • [se] Fix clean cache bug
  • Fix bug 60488
  • [pe] Fix bug 60254
  • [bug] for bug 60576
  • Fix bug #60505
  • Fix bug 60513
  • [all] Add polyfills to min assembly
  • [se] Fix bug 60518
  • [oform] Add translation for default role
  • [se] Fix bug 60503
  • [se] Fix bug 60209
  • Fix/reference data (Fix/reference data #3235)
  • [bug] fix bug 60581
  • [bug] fix bug 60584
  • [se] Change xml open file type
  • [se] Fix bug 60592
  • [bug] fix bug 60585
  • [bug] fix bug 60579
  • [se] Fix bug 60501
  • [bug] fix bug 60586
  • [all] Change asc_getUrlType for bug 59780
  • Fix bug 59621 (Fix bug 59621 #3227)
  • [de] Fix bug 60650
  • [all] Fix socket.io event subscription for error 60619
  • fix the problem with copying text outline
  • Fix bug 59871
  • Fix bug 60502
  • Fix GetTextOfElement method of fractions
  • Fix bug 59876
  • Fix bug 50365
  • Fix bug 60499
  • Fix bug 60506
  • Fix bug 60502
  • Fix math autocorrection
  • Fix bug 60516 - fix CorrectWordOnCursor function
  • Remove debugger
  • Fix bug #60502
  • Draw math track for non-empty zero-width equations
  • Add math accent autocorrection
  • Remove unnecessary GetParaMath functions
  • Delete unnecessary lock
  • Add IsSelectionLock to math all convert
  • Fix bug 60533
  • Fix processing of Nary in Unicode
  • Fix nary GetTextOfElement method
  • Fix bug 60534
  • Fix autocorrection processing
  • [de] Rework method for converting the view form of all paragraphs
  • [de] Remove unnecessary assignment
  • [se] Fix bug 60519
  • Fix bug 60019
  • Fix autocorrection processing
  • Update viewer module
  • Fix undo in smartArts
  • [se] For reference data
  • For bug 59888
  • Fix fit font size in lists preview
  • Fix bug 60137
  • [se] Fix bug 60603 ([se] Fix bug 60603 #3242)
  • [bug] fix bug 60664
  • [se] By bug 60455: update cells(if cells have been cleared)
  • Fix bug #60652
  • [bug] fix bug 60669
  • [bug] fix bug 60670
  • Change margins in mobile view mode
  • [oform] Send an event to oform document on undo/redo
  • [oform] Fix event dispatch sequence for oform document
  • For bug 59888
  • Fix bug #60678
  • [bug] fix bug 60680
  • updated the plugin descriptions for 7.3 (Plugin api descriptions #3212)
  • Api descriptions 7.3 (Api descriptions 7.3 #3214)
  • [se] Fix bug 60455
  • Fix bug 60529
  • Fixed italic function-limits names
  • Fix space processing in Unicode
  • Fix bug 60506
  • Fix bug 60666
  • Fix bug #60428
  • Fix/reference data (Fix/reference data #3246)
  • [se] By bug 60578
  • Fix bug #60716
  • [se] By bug 58562 ([se] By bug 58562 #3248)
  • [se] Do file close(desktop->convertFile)
  • [se] By bug 60578
  • [se] Fix typos (desktop external links)
  • [se] Fix update reference data ([se] Fix update reference data #3252)
  • Fix bug 60737
  • [se] Fix export for bug 60742
  • [all] Revert special check for None restriction flag
  • [all] Make OnlySignatures most significant restriction type
  • Think about transform
  • For bug 60725
  • Fix bug #60734
  • Fix bug 60729
  • Fix bug 60727
  • Fix bug 60721
  • Fix bug 60732
  • Fix bug 60733
  • Fix html DocInfo (Fix html DocInfo #3244)
  • [de] Remove bOform flag for bug 60725
  • [bug] fix bug 60730
  • Fix bug #60715
  • Fix/external links copy paste (Fix/external links copy paste #3255)
  • Fix bug 60701
  • Fix bug 60665 (Fix bug 60665 #3256)
  • Fix bug 59621 (Fix bug 59621 #3258)
  • For bug 60702
  • [bug] fix bug 60731
  • Fix bug #60719
  • [all] Fix disconnect reason for socket.io
  • small fixes for api descriptions 7.3 (Api descriptions fixes #3260)
  • fix calculation of text matrix after
  • [se] Desktop: fix paste into same doc
  • [se] Add tests for check relative links
  • Fix bug #60775
  • fixed a note (Api fix #3263)
  • [se] By bug 60376: don't show image error
  • [se] Fix bug 60808
  • Update module
  • Fix bug #45966
  • Fix bug 60821
  • [se] By bug 60816
  • Fix bug #60637
  • [se] Escape external reference
  • Fix processing of binomial in LaTeX mode
  • Fix bug 60529
  • Fix bug 50365
  • Fix bug 60594
  • Fix bug 60374
  • Fix bug 59876
  • Fix bug 60822
  • Fix bug #60758
  • Fix bug 59987
  • fix text transform calculation after collaborative undo
  • [se] Add checks for desktop convert file use ([se] Add checks for desktop convert file use #3270)
  • fix crash on undo in coauthoring
  • Fix bug #60633
  • [se] By bug 60825
  • Fix bug 60616
  • Fix bug #59761
  • [se] Fix bug 60455
  • [se] Fix bug 60818
  • Fix bug #60778
  • [se] Fix bug 60015
  • Fix bug 60819
  • For bug 59888
  • [se] Fix error if change external ref on area
  • Fix bug 60840
  • Fix bug 60532
  • Fix bug 59538
  • Fix bug 60721
  • Fix bug 60532 - fix processing of space in autocorrection
  • Fix processing of content in brackets
  • Fix bug #60828
  • Fix bug #60699
  • Fix/bug59171 (Fix/bug59171 #3280)
  • [se] Fix bug 60825: fix typo ([se] Fix bug 60825: fix typo #3281)
  • [se] For print pages: clone font object on CPdfPrinter init ([se] For print pages: clone font object on CPdfPrinter init #3282)
  • Fix bug 59621 (Fix bug 59621 #3287)
  • Fix shift+command+T -> ctrl+opt+= hotkey for inserting sum function on macOs (Fix shift+command+T -> ctrl+opt+= hotkey for inserting sum function o… #3288)
  • [se] Fix bug 60876
  • [oform] Generate new form keys for forms without a key when opening a file
  • Fix recursive loop in checking text literal
  • Fix bug #60860
  • [de] For OformMaster reading/writing from SdtPr to FromPr ([de] For OformMaster reading/writing from SdtPr to FromPr #3291)
  • [se] Fix bug 60872 ([se] Fix bug 60872 #3292)
  • [se] Fix typo
  • [de] Fix bug 60870
  • Update module
  • Fix bug #60637
  • Fix bug 60774
  • [de] Fix utf16 strings in math
  • Fix bug #60556
  • Fix bug #60877
  • [se] Check on restriction undo/redo cell editing
  • [se] Close cell editor without save if signature restriction turn on
  • [de] Fix bug 60892

IgolJack and others added 30 commits December 27, 2022 10:53
Now we do not remove the numbering from  the paragraph when entering a new line in an empty paragraph with numbering, instead we decrease the level of numbering
* [se] Fix bug 60367
Check current user when filling a form
* [de] Fix bug 60376
* [se] Fix bug 58562
* [se] Fix tests
IgolJack and others added 28 commits January 25, 2023 18:55
- fix processing of space in autocorrection
Fix move drawing in math equation
Fix issue with date setting
* Fix bug 59171

* Fix conflict InsertFootnoteNow shortcut with alt+F (file)

Co-authored-by: Vladimir Privezenov <[email protected]>
… file

Also don't change the role of all forms without a key when changing the key of one of those forms
Handle roles for complex forms
Fix comment quote for math para
Rework passing through empty math containers
Do not clear history when adding OnlySignature restriction. Also rework undo/redo state depending on the restrictions
@papacarlo papacarlo merged commit 5e8acc8 into master Jan 31, 2023
@trofim24 trofim24 deleted the release/v7.3.0 branch March 28, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.