michael
|
9ed5a58808
|
* LoadHelper for browser app
|
2020-08-27 12:12:29 +00:00 |
|
michael
|
325b307732
|
* Add kurento lib and demo
|
2020-08-27 12:11:53 +00:00 |
|
michael
|
b91651683c
|
* SPlit eventemitter, often encountered in browser code
|
2020-08-27 12:09:51 +00:00 |
|
michael
|
143a836c5f
|
* Split in FullCalendar V4 and V5 demos
|
2020-08-22 12:12:24 +00:00 |
|
michael
|
37b9ddb411
|
* Correct to use libfullcalendar 4
|
2020-08-22 11:56:38 +00:00 |
|
michael
|
ae98610408
|
* Correct unit name
|
2020-08-22 11:56:05 +00:00 |
|
michael
|
b64eb88698
|
* Add version 5, rename older version to v 4
|
2020-08-22 11:55:06 +00:00 |
|
michael
|
63cf3a6ae9
|
* Bootstrap toast manager component
|
2020-08-22 11:53:26 +00:00 |
|
michael
|
3aca99af09
|
* Add popover options
|
2020-08-22 11:52:54 +00:00 |
|
michael
|
5ceedc6bc3
|
* Patch from Henrique Werlang to expose JSValue (bug ID 37597)
|
2020-08-20 07:27:45 +00:00 |
|
michael
|
1572f8e05f
|
* Patch from Henrique Werlang to retrieve declared properties (Bg ID 37598)
|
2020-08-20 07:26:26 +00:00 |
|
michael
|
f75a471eeb
|
* Integer -> longint
|
2020-08-14 12:00:14 +00:00 |
|
michael
|
8e58dc66b3
|
* Patch from Henrique to improve stub generation for Delphi (bug ID 37568)
|
2020-08-14 10:26:02 +00:00 |
|
michael
|
2248f6abe2
|
* Move HRESULT to system unit
|
2020-08-14 10:21:22 +00:00 |
|
michael
|
a5a55469e9
|
* Fixes for Blob handling
|
2020-08-14 09:47:36 +00:00 |
|
michael
|
ed92652785
|
* Add arrayBuffer to Blob
|
2020-08-14 09:47:15 +00:00 |
|
michael
|
a0a0016f99
|
* Small fixes and demo for TStrings.LoadFromURL
|
2020-08-14 09:46:52 +00:00 |
|
michael
|
4be82217cd
|
* Some fixes after tests with TSTrings
|
2020-08-14 09:34:44 +00:00 |
|
michael
|
e52ab39d2b
|
Demo for LoadFromURL for TMemoryStream
|
2020-08-14 09:24:11 +00:00 |
|
michael
|
0c8d5388e6
|
* TBytesStream.LoadFromURL
|
2020-08-14 09:23:01 +00:00 |
|
michael
|
bb2faaa7fe
|
* Fix bug ID 37544 (add overload modifier for CharInSet)
|
2020-08-11 13:38:02 +00:00 |
|
michael
|
02a759f94d
|
* Add stdcall in case of makestub
|
2020-08-11 13:32:10 +00:00 |
|
michael
|
031890d363
|
* Fix bug ID 37543 - type alias
|
2020-08-11 13:21:24 +00:00 |
|
michael
|
8a7ce44e4f
|
* Get/Set value for objects, patch by Henrique Werlang (Bug ID 37540)
|
2020-08-11 11:46:50 +00:00 |
|
michael
|
459935b75e
|
* Fix declaration : add const (bug ID 37541, by Henrique Werlang)
|
2020-08-11 11:30:41 +00:00 |
|
michael
|
1c6c8b9bf1
|
* Fix declaration (by Henrique Werlang, bug ID 37542)
|
2020-08-11 11:29:21 +00:00 |
|
michael
|
bc1f5ab533
|
Use HRESULT for delphi compatibility
|
2020-08-11 11:26:53 +00:00 |
|
michael
|
3ed3dc7f1c
|
* Remove TUseBoolStr type
|
2020-08-10 15:09:24 +00:00 |
|
michael
|
767287d442
|
* Patch from Henrique Werlang to remove duplicate identifiers
|
2020-08-10 14:05:47 +00:00 |
|
michael
|
d395512a12
|
* Remove duplicate TStringDYnArray, patch from Henrique Werlang
|
2020-08-10 13:16:24 +00:00 |
|
michael
|
082bd8ce32
|
* Patch from Sven Barth to stream top/left
|
2020-08-08 09:21:18 +00:00 |
|
michael
|
9ac7450c3a
|
* Plug in browser JSON parser
|
2020-08-07 12:53:22 +00:00 |
|
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 |
|