|
|
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 |
|
|
|
428d92e654
|
Added RegistratorPool for embedding in multiple contexts simultaneously
|
2023-05-28 18:42:39 +04:00 |
|
|
|
21ee5ceecf
|
Implemented code generation for internal embed
|
2023-05-27 18:19:57 +04:00 |
|
|
|
7554d92ed9
|
Removed dependency from current directory when running script
|
2023-05-26 21:48:45 +04:00 |
|
|
|
36dd828a73
|
Refactoring for external embed
|
2023-05-26 21:30:56 +04:00 |
|
|
|
17976500bc
|
Added option for internal embed in JSC
|
2023-05-26 20:05:09 +04:00 |
|
|
|
e4895fe035
|
Added option for internal embed in V8
|
2023-05-26 19:12:50 +04:00 |
|
|
|
a18bae045a
|
Added generation of jsc_ files. Refactoring for js_base_embed.pri usage.
|
2023-05-22 20:38:06 +04:00 |
|
|
|
ab9fe80669
|
Finally made to work embedding in JSC
|
2023-05-20 18:13:28 +04:00 |
|
|
|
439f52be3d
|
Writed code generation inside of an embedded class [V8]
|
2023-05-17 17:49:48 +04:00 |
|
|
|
afc6a72b14
|
Add variant for external objects
|
2023-05-01 00:25:24 +03:00 |
|
|
|
cd91baaabe
|
Refactoring and move hash algs outside js embeds engine
|
2023-04-26 16:15:02 +03:00 |
|
|
|
34790c680a
|
Hash in embed and WASM were reworked to prevent code duplication
|
2023-04-24 16:40:23 +04:00 |
|
|
|
f75d977661
|
Moved docterenderer embed and js_internal test to doctrenderer/test/
|
2023-04-21 19:42:15 +04:00 |
|
|
|
ed0bcfc642
|
Implemented google tests for Hash (works on mac)
|
2023-04-20 23:27:46 +04:00 |
|
|
|
a3f7e83ccf
|
Fixed memory leaks. Fixed tests for V8
|
2023-04-18 14:02:21 +03:00 |
|
|
|
09d87538e7
|
Embeded to V8. Also made some renamings
|
2023-04-18 13:21:31 +04:00 |
|
|
|
5178cf0cb7
|
Embeded hash() and hash2() for JSC
|
2023-04-17 20:11:56 +04:00 |
|
|
|
1f5025b136
|
Begin to embeding hash functions
|
2023-04-14 21:21:44 +04:00 |
|
|
|
85ab308f80
|
Refactoring
|
2023-04-13 16:49:02 +03:00 |
|