Commit Graph

555 Commits

Author SHA1 Message Date
michael
41b44c8613 * Enable GetJSON 2020-08-07 12:52:53 +00:00
michael
601dfd5be7 * Add TJSCloseEvent definition from Simon Ameis, bug ID 37425 2020-08-06 22:33:48 +00:00
michael
c51ddda824 * Add makestub to fpmake 2020-08-06 21:53:57 +00:00
michael
628dd46797 * Fix missing reference to procedure streaming 2020-08-06 13:00:01 +00:00
michael
21146d5b6d * Add PopOver 2020-08-04 08:13:28 +00:00
michael
a2e29dec6c * Remove lookup as well as calc fields from JSON 2020-08-01 09:40:02 +00:00
michael
2ff036a52e * Initial fpjson version for pas2js 2020-08-01 08:51:23 +00:00
michael
b5e238ec57 * Make strtoint more Delphi/FPC compatible: floats are rejected 2020-08-01 08:50:57 +00:00
michael
7ef467dea6 * Fix data abstract base classes, not real descendents of TROService 2020-07-30 17:51:14 +00:00
michael
d2943a01de * Fixes for missing types and changed callback types 2020-07-22 12:19:22 +00:00
michael
7d117bc7df * Fix dateTime type 2020-07-22 12:18:41 +00:00
michael
f643b25c92 * Correct definition of events 2020-07-22 12:18:21 +00:00
michael
50ce665a76 * Accept native Javascript Date, (adapted) patch from Bruno 2020-07-09 09:57:53 +00:00
michael
d744f40921 * Fix DefaultBytesToBlobData 2020-07-09 09:49:28 +00:00
mattias
3d92248d55 rtl: fixed AnsiSameText using toLowerCase to use default locale 2020-07-08 14:11:41 +00:00
michael
9578fd2459 * Complete URL and add URLSearchParams object 2020-07-02 08:54:05 +00:00
mattias
65bc20baef demo: descend Pascal class from JS function 2020-06-28 16:32:47 +00:00
mattias
271f20ea13 demo: descend Pascal class from JS function 2020-06-28 16:22:34 +00:00
mattias
3df6637e4b rtl: fixed jsInstanceOf returning boolean 2020-06-27 07:18:24 +00:00
michael
9a0639a37f * Add overloads for postMessage with options object (bug ID 36727) 2020-06-24 09:11:46 +00:00
michael
6222bd535a * Add overloads for postMessage without Target (bug ID 36727) 2020-06-24 09:08:03 +00:00
michael
26553bcac7 * Add debug to TJSConsole (bug ID 36726) 2020-06-24 08:46:59 +00:00
michael
df8e44ef3e * Change some code that results in browser warning about unreachable code (bug ID 37246) 2020-06-24 08:41:58 +00:00
michael
a9eed7255c * Change some code that results in browser warning about unreachable code 2020-06-24 08:37:58 +00:00
michael
738210f764 * Change some code that results in browser warning about unreachable code 2020-06-24 08:31:39 +00:00
mattias
175bd2a274 rtl: enclosed async modifier in ifndef skipasync 2020-06-18 07:55:00 +00:00
michael
157cce8bab * Publish required property on some controls 2020-06-08 08:17:22 +00:00
michael
6a3a4d4cf2 * Small fix for unrendering 2020-06-08 08:15:51 +00:00
michael
591d43ee9c * Forgot to commit 2020-06-07 20:54:39 +00:00
mattias
3fbb199385 rtl: renamed overloads 2020-06-07 18:24:34 +00:00
michael
c72c0faa30 * Stack is enumerated from bottom up 2020-06-07 15:36:14 +00:00
michael
362986f47b * Added generic TStack/TObjectStack and tests 2020-06-07 15:21:36 +00:00
michael
e5ee98ef8a * Add TQueue/TObjectQueue 2020-06-07 10:06:23 +00:00
michael
62ed888c1d * Enable all tests 2020-06-01 17:13:47 +00:00
michael
796126d257 * Test generic list 2020-06-01 17:11:50 +00:00
michael
572897dec0 * TObjectDictionary 2020-06-01 15:19:16 +00:00
michael
da43764f69 * Copyright notice and additional events 2020-06-01 15:18:39 +00:00
michael
d070e63948 * Copyright notice and additional events 2020-06-01 15:18:26 +00:00
michael
21cf390e72 * Changed name to avoid confusion 2020-06-01 12:15:53 +00:00
michael
cac354d470 * Sleep function 2020-06-01 08:11:00 +00:00
michael
fe582f7957 * Add threadlist 2020-05-31 11:18:43 +00:00
michael
f34c0a891f * Initial TDictionary implementation 2020-05-31 10:58:40 +00:00
michael
8bf4930531 * Dictionary start 2020-05-31 09:21:27 +00:00
michael
25cd4a3287 * Map error 2020-05-30 14:12:57 +00:00
michael
d1ef06167d * Remove inline 2020-05-30 14:12:37 +00:00
michael
11a03717f0 * Change to anonymous func 2020-05-30 14:12:16 +00:00
michael
140f4b90e2 * Add test for generic array helper 2020-05-30 09:46:27 +00:00
michael
16ebfa97cd * Async/Await demos 2020-05-28 08:10:50 +00:00
mattias
bed2ddb8f2 rtl: using async function modifier 2020-05-28 07:16:42 +00:00
mattias
efd8b125a2 fixed missing inline 2020-05-28 07:14:44 +00:00