Commit Graph

612 Commits

Author SHA1 Message Date
michael
e507e6a21a * Add NewIsNull to TDAWhereClauseBuilder 2020-09-12 08:31:58 +00:00
michael
48a57fc9f1 * Patch from henrique Werlang to check parent classes when getting methods (bug ID 377736) 2020-09-12 08:03:18 +00:00
michael
1fc0e8dd10 * correct GetIsInstance for TRttiInstanceType 2020-09-12 07:57:24 +00:00
michael
784e85a9dd * Fix bug ID 37737: always set parentcomponent 2020-09-12 07:52:43 +00:00
michael
4b28b7b3b5 * Other value 2020-09-10 06:53:49 +00:00
michael
d903f347ec * License 2020-09-10 06:53:20 +00:00
michael
a005bf16c0 * Add AddEventListener with raw event handler to tjswindow 2020-09-10 06:52:58 +00:00
michael
620cdcd7d0 * Forgot to commit 2020-09-09 21:51:50 +00:00
michael
bd2dd96c45 * Fix bug ID 37702 2020-09-04 14:48:03 +00:00
michael
1bd27fdbb3 * Corrected patch for TRttiEnumerationType 2020-09-03 09:10:27 +00:00
mattias
cdd3e19511 fpmake under linux: create libpas2js.so instead of libpas2jslib.so 2020-09-03 07:55:08 +00:00
michael
64419cbd51 * Fix from henrique Werlang to fix bug ID 37672, reading too big resource stream 2020-09-02 22:10:36 +00:00
michael
33ba240af3 * Fix bug ID 0037681, TD headers is readonly (patch by Henrique Werlang) 2020-09-01 19:16:07 +00:00
michael
e6ab1e7963 * Some style improvements 2020-08-30 21:29:20 +00:00
mattias
6fb1ce581f rtl: moved TTypeKind to unit system, fpc compatibility, needed by GetTypeKind 2020-08-30 12:05:03 +00:00
mattias
633ffb57f9 examples: added example for using libpas2js.dll and demonstrating unit alias 2020-08-30 11:45:34 +00:00
michael
5aee9a57ec * Additional bootstrap demos 2020-08-30 09:17:43 +00:00
michael
d3d17e3c4f * Some additional bootstrap components 2020-08-30 09:16:58 +00:00
michael
e3fa3e3278 * Small fix for bootstrap toast, add button 2020-08-30 08:18:37 +00:00
michael
26d68a1ffa * Simple version of OI 2020-08-29 20:42:45 +00:00
michael
3a04649639 * Demo program for widgets 2020-08-29 20:33:41 +00:00
michael
d81f905639 * HTML To form tool committed 2020-08-29 07:10:28 +00:00
michael
b141aed060 * Patch from Henrique Werlang to fix RTTI info and improve readability (Bug ID 37655) 2020-08-28 17:12:23 +00:00
michael
15fc4fd5c1 * Fix bug ID 37653: use UseBoolStrs argument to BoolToStr 2020-08-28 15:46:32 +00:00
michael
bff1abd2ed * Patch from Henrigque Werlang, implementing TRTTIInterface and adding RTTIStructuredType methods 2020-08-27 14:10:30 +00:00
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