Commit Graph

2405 Commits

Author SHA1 Message Date
Michaël Van Canneyt
15d5b68de7 * Correctly define TJSInputEvent 2025-03-15 15:08:01 +01:00
Michaël Van Canneyt
e06f74d512 * Fix currency treatment 2025-03-15 15:08:01 +01:00
Michaël Van Canneyt
827b95af79 * Transform currency 2025-03-15 15:08:01 +01:00
Henrique Gottardi Werlang
c0d00ca638 Now the properties has the visibility info. 2025-03-15 14:05:11 +00:00
Henrique Gottardi Werlang
516be722e2 Invoke function calling the correct construction function. 2025-03-15 10:54:38 -03:00
Henrique Gottardi Werlang
86083aa850 Procedure signature encapsulation in RTTI implementation. 2025-03-14 07:29:32 -03:00
Michael Van Canneyt
b795f4ed7a * Make preparewebassemblythread a public method 2025-03-10 10:40:41 +01:00
Michael Van Canneyt
a8f6799748 * Add width & height to TJSImageBitmap 2025-03-03 17:48:27 +01:00
Michael Van Canneyt
12a9d92773 * Adjust to new unit names for worker classes 2025-03-03 17:29:23 +01:00
Michael Van Canneyt
a95db367e9 * Forgot to add 2025-03-03 17:23:48 +01:00
Michael Van Canneyt
58d7258210 * Correct performance casing 2025-03-03 17:22:54 +01:00
Michael Van Canneyt
6a6ce34a86 * Use correct self 2025-03-03 17:22:11 +01:00
Michael Van Canneyt
f7b65b4ca0 * Proper split 2025-03-03 17:22:11 +01:00
Michalis Kamburelis
e9a258cc8e Fix TJSProgressEvent.Total to refer to lowecase total in JS 2025-03-03 08:50:22 +01:00
Henrique Gottardi Werlang
5212f2b851 When make a TValue from a class now the type info of the value will be the same of the class. 2025-02-28 20:50:36 +00:00
Michael Van Canneyt
6426bf2da2 * Make TJSHTMLMediaStream an alias 2025-02-28 15:48:49 +01:00
Michael Van Canneyt
1711137b87 * Complete HTMLVideoElement 2025-02-28 15:42:28 +01:00
Michaël Van Canneyt
6b403cd949 * Avoid warnings about (U)Int64 not being implemented 2025-02-28 09:30:40 +01:00
Michaël Van Canneyt
9c54017897 * Re add getUserMedia 2025-02-28 09:27:00 +01:00
Michaël Van Canneyt
36c36ec61a * Add various media classes 2025-02-27 21:26:45 +01:00
Michaël Van Canneyt
664c2b4bd4 * Better event definitions for focus, animation, load and pagetransition 2025-02-27 20:59:30 +01:00
Michaël Van Canneyt
45cb166669 * Add toBase64, patch by Henrique Gottardi Werlang 2025-02-27 20:58:52 +01:00
reyn claros
b1e9f6de8c Add parameter option to rows(). 2025-02-22 16:38:02 +00:00
Michael Van Canneyt
e26e7bb7c6 * Internationalization classes 2025-02-21 14:33:52 +01:00
Michael Van Canneyt
d7ac63abd7 * Fix releasobjectid 2025-02-21 14:33:52 +01:00
mattias
3670f8fec6 rtti: TRttiStringType 2025-02-16 13:44:06 +01:00
Michaël Van Canneyt
614a6a6627 * Fix currency 2025-02-14 20:41:10 +01:00
Michael Van Canneyt
44f9c22f18 * Added closest and some other elements to TJSElement 2025-02-14 15:28:12 +01:00
Michael Van Canneyt
3a33eee80d Restore default memory 2025-02-14 15:28:12 +01:00
Michael Van Canneyt
83be8b0e13 * IDs now generated by wasm 2025-02-14 15:28:12 +01:00
Henrique Gottardi Werlang
b2fd1f356f Was forgotten about dotted units. 2025-02-13 11:30:22 -03:00
Michael Van Canneyt
2c0404c1e9 * Add share 2025-02-12 09:19:46 +01:00
Michael Van Canneyt
ad2ee34f56 * Sendcommandtothread 2025-02-12 09:19:11 +01:00
Michael Van Canneyt
1affbdc510 * Remove thread range 2025-02-12 09:18:52 +01:00
Michael Van Canneyt
b2adae02ca * Correct main/self thread functions 2025-02-07 16:44:23 +01:00
Michael Van Canneyt
665d91db48 * Fix hints and warnings 2025-02-07 09:55:20 +01:00
Michael Van Canneyt
3786221f6e * Fix hints and warnings 2025-02-07 09:55:03 +01:00
Michael Van Canneyt
1c36ead825 * need 16-bit array for unicode 2025-02-07 09:54:40 +01:00
Michael Van Canneyt
d355ad8e58 * Fix hints and warnings 2025-02-07 09:54:15 +01:00
Michael Van Canneyt
e8a434cd7a * Fix thread ID to be in line with current FPC wasm 2025-02-07 09:53:34 +01:00
Michael Van Canneyt
ccc16453cb * Rename typed array constructor length element for clarity 2025-02-06 16:15:52 +01:00
Michael Van Canneyt
00496e7bcc * Take into account element length, not byte length 2025-02-06 16:13:55 +01:00
Michael Van Canneyt
bc95a7dc7f * Take into account byteoffset/length 2025-02-06 15:54:30 +01:00
Michael Van Canneyt
fa88ecbe08 * Make sure TTextEncoder always operates on non-shared mem 2025-02-06 14:33:21 +01:00
Michael Van Canneyt
f5c06f52c9 * Width,Height on TJSHTMLOffscreenCanvas. Add GetContext 2025-02-06 11:27:39 +01:00
Michael Van Canneyt
107fc7257c * Raw bufferObj in TJSTypedArray 2025-02-06 11:27:39 +01:00
Michael Van Canneyt
d0c597c68e * Use GetUTF8StringFromArray 2025-02-06 11:27:39 +01:00
mattias
62c21d3823 rtti: TValue char toString 2025-02-04 19:02:50 +01:00
mattias
35a8089beb rtti: fixed compile 2025-02-03 14:23:35 +01:00
mattias
752c5a130d rtl: added TRttiProperty.Index and IsClassProperty 2025-02-03 14:19:14 +01:00