171 Commits

Author SHA1 Message Date
29a29cc818 Fix bug 78786 2025-11-27 13:37:05 +03:00
9f94166f82 Fix bug 78773 2025-11-27 10:37:43 +03:00
869bbf6cc9 Fix bug 77353 2025-10-10 11:55:00 +03:00
7310eb49a9 For bug 77353 2025-10-09 19:34:28 +03:00
d092b88d9b Redact Do&Undo 2025-08-20 14:54:02 +03:00
0a7a3c3a99 Fix bug 73477 2025-06-12 21:07:47 +03:00
33b246b9da Fix bug 75176 2025-06-11 17:26:12 +03:00
10e6664313 Fix bug 74424
LoadFromMemory memory is copied
MergePages memory is either taken or freed
2025-06-02 12:45:35 +03:00
e10aa90618 Realize pdf split/merge in native js wrapper 2025-05-15 16:04:29 +03:00
96a7e3ac36 Fix bug 73514 2025-03-24 09:05:21 +03:00
aeeab690b1 Fix builder bugs. Recteate context with snapshots if needed. 2025-02-24 01:10:39 +03:00
896427db83 For bug 72964 2025-02-08 21:59:52 +03:00
63887c95b6 Use wmf&emf instead conversion to svg in zip images (for native convertations) 2025-01-25 13:39:35 +03:00
bb58be4f18 Add new method for images inside zip 2025-01-24 22:51:04 +03:00
ad44ddf682 Fix build 2025-01-22 18:55:57 +03:00
8ad76e4e1f Fix bug 68072 2024-11-13 01:33:43 +03:00
5a6a2f800f Fix bug 65824 2024-11-02 15:21:53 +03:00
a84c8cc471 Add support Images in nativeEditors 2024-10-26 15:06:09 +03:00
b414fb961e Develop native drawer 2024-10-25 00:57:02 +03:00
a5c73127fd Fix pdf bugs (add build with embedded fonts in changes) 2024-09-23 21:59:36 +03:00
e345eff63a Fix build pdf files 2024-09-11 01:09:50 +03:00
f21d92ee92 Enable drawing file in doctrenderer 2024-09-09 14:23:54 +03:00
b79c173f59 Add dependencies for doctrenderer 2024-09-09 07:48:27 +03:00
13590d4c2e Refactoring work with cache 2024-08-27 13:04:20 +03:00
f18eb2ef5b Developing 2024-08-20 00:23:59 +03:00
66d8690dc3 Fix bug 66872 2024-04-25 12:08:44 +03:00
7d6a95d521 Fix bug 65583 2024-02-18 22:10:54 +03:00
1f4f05d52e Fix bug 65244 2024-01-23 21:59:25 +03:00
daaf4f0390 Fix bug 66011 2024-01-23 21:28:16 +03:00
4bd9864129 Fix hyphen bugs & add tests 2023-10-12 22:46:23 +03:00
d833190a9d Add support hyphenation in desktop/server/builder 2023-09-17 18:27:42 +03:00
be1a452a7f Merge pull request #1275 from ONLYOFFICE/fix/externalEmbed
Fixed regex parsing with `JS_DECL` in class declaration
2023-09-15 10:41:20 +03:00
e38349e59c Fixed regex parsing with JS_DECL in class 2023-09-15 10:58:00 +04:00
fd47f149f7 Regenerate wrappers for js engines 2023-09-14 23:11:40 +03:00
b88b7db389 Add module for hyphenation 2023-08-23 22:11:00 +03:00
25ddb5d8d1 Merge branch 'hotfix/v7.4.1' into develop 2023-07-12 17:16:26 +03:00
4973b92435 Fix bugs with builderJS object 2023-07-10 22:55:44 +03:00
2fac19bbb8 Add export for defaults 2023-07-05 22:16:39 +03:00
03da8bc41a [JSC] Refactoring
+ Renamed methods in CGraphicsEmbed and CNativeControlEmbed
+ Generated new embed files
+ Added check for allowed embed creation
2023-06-14 15:14:03 +04:00
1450093760 Raw pointers from functions -> JSSmart 2023-06-14 14:15:41 +04:00
d1e87e342f NativeBuilderEmbed refactoring
+ PointerEmbed extra files added
+ Fix for generator when ifdef blocks are empty
+ Added CJSContext::createEmbedObject()
2023-06-12 23:16:46 +04:00
dda3d75bcf Fix for multiple-lined methods 2023-06-12 00:23:24 +04:00
39cbad3ebf Added #ifdef and [noexport] support for code generation. Replaced most of internal classes.
Removed unnecessary V8 code.
2023-06-11 23:30:40 +04:00
6590643894 Refactoring 2023-06-10 13:57:33 +03:00
bc18191931 [V8] Added new adapter generation 2023-06-02 17:53:25 +04:00
11d91891a8 [V8] New adapter for external embed. js_base.h celaned up. 2023-06-02 17:31:01 +04:00
a29605e1b7 Added adapter code generation to scipt 2023-06-01 17:03:57 +04:00
f40b6f849d [JSC] Implemented adapter. Removed Native2Value and Value2Native from js_base.h 2023-06-01 16:27:16 +04:00
375b5a5f4f [V8] added an option for removing void* functions from js_base.h 2023-06-01 15:28:19 +04:00
3ad595817e Refactoring: removed CreateContext, removed RegistratorPool, made Embed static function 2023-05-29 21:23:23 +04:00