Commit Graph

348 Commits

Author SHA1 Message Date
michael
19213ac89b * Merging revisions 1013 from trunk:
------------------------------------------------------------------------
    r1013 | michael | 2020-12-14 11:58:17 +0100 (Mon, 14 Dec 2020) | 1 line
    
    * Fix TFrameRequestCallback
    ------------------------------------------------------------------------
2020-12-28 14:41:42 +00:00
michael
ad4c6a67f4 * Merging revisions 1008 from trunk:
------------------------------------------------------------------------
    r1008 | michael | 2020-12-11 22:28:24 +0100 (Fri, 11 Dec 2020) | 1 line
    
    * WordDynArray
    ------------------------------------------------------------------------
2020-12-28 14:40:43 +00:00
michael
ecccf34572 * Merging revisions 999 from trunk:
------------------------------------------------------------------------
    r999 | michael | 2020-12-11 14:35:11 +0100 (Fri, 11 Dec 2020) | 1 line
    
    * Additional overloads
    ------------------------------------------------------------------------
2020-12-28 14:39:36 +00:00
michael
81dad750c0 * Merging revisions 1016 from trunk:
------------------------------------------------------------------------
    r1016 | michael | 2020-12-19 00:14:43 +0100 (Sat, 19 Dec 2020) | 1 line
    
    * HTMLStyleElement
    ------------------------------------------------------------------------
2020-12-28 14:36:54 +00:00
michael
25bf59edf6 * Merging revisions 1028 from trunk:
------------------------------------------------------------------------
    r1028 | michael | 2020-12-28 12:51:21 +0100 (Mon, 28 Dec 2020) | 1 line
    
    * Fix StringReplace not working on ? (bug ID 38224)
    ------------------------------------------------------------------------
2020-12-28 14:36:40 +00:00
michael
cf8c8652d4 * Merging revisions 1014 from trunk:
------------------------------------------------------------------------
    r1014 | michael | 2020-12-15 16:05:25 +0100 (Tue, 15 Dec 2020) | 1 line
    
    * Fix from Henrique Werlang to fix some specific cases where buffer position is not correctly observed/updated
    ------------------------------------------------------------------------
2020-12-15 15:06:40 +00:00
michael
81538babe2 * Merging revisions 941,942,950,951,952,953 from trunk:
------------------------------------------------------------------------
    r941 | svenbarth | 2020-11-13 16:02:27 +0100 (Fri, 13 Nov 2020) | 1 line
    
    * TStack<>.TrimExcess should override TCustomList<>.TrimExcess
    ------------------------------------------------------------------------
    r942 | svenbarth | 2020-11-15 12:26:08 +0100 (Sun, 15 Nov 2020) | 1 line
    
    * fix compilation of Tetris demo
    ------------------------------------------------------------------------
    r950 | michael | 2020-11-24 15:59:49 +0100 (Tue, 24 Nov 2020) | 1 line
    
    * Added rendercolumn, so columns can be disabled
    ------------------------------------------------------------------------
    r951 | michael | 2020-11-25 12:15:19 +0100 (Wed, 25 Nov 2020) | 1 line
    
    * Add Focus and ReplaceClasses/AddRemoveClasses
    ------------------------------------------------------------------------
    r952 | michael | 2020-11-27 09:41:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Make creation of data-tags optional
    ------------------------------------------------------------------------
    r953 | michael | 2020-11-27 17:12:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Correct options objects
    ------------------------------------------------------------------------
2020-11-27 16:34:51 +00:00
michael
79e245988b * Merging revisions 944 from trunk:
------------------------------------------------------------------------
    r944 | michael | 2020-11-16 16:29:21 +0100 (Mon, 16 Nov 2020) | 1 line
    
    * Assigned instead of <>Nil
    ------------------------------------------------------------------------
2020-11-16 15:29:54 +00:00
mattias
541735fe84 rtl: added overload TryStrToInt64 with int64, TryStrToQWord with QWord, TryStrToUInt64 with UInt64 2020-11-13 11:18:47 +00:00
mattias
46053a8ce5 rtl: removed obsolete widechar declaration 2020-11-12 23:42:33 +00:00
michael
07d4e4a9fe * Allow seconds to be empty 2020-11-05 08:51:34 +00:00
mattias
25cd5e607a rtl: added TStrings.ToObjectArray and TStrings.ToStringArray 2020-10-29 22:05:26 +00:00
michael
d51ccfbc13 * Fixed buggy support for + between long strings 2020-10-23 10:34:17 +00:00
michael
cff01fce48 * Patch from Bruno Fierens to take into account milliseconds in RFC3339 dates 2020-10-13 07:59:08 +00:00
michael
557a61a21a * Patch from Henrique Werlang to rework GetProperties so it is faster (bug ID 37850). 2020-10-06 11:24:53 +00:00
michael
69c9c7ce6d * Patch from Henrique Werlang to correct sort order in GetMethods 2020-10-06 08:21:06 +00:00
svenbarth
06c02531e0 * fix compilation, mode ObjFPC requires specialize keyword 2020-09-25 13:22:15 +00:00
michael
69da16c052 * Patch from Henrique Werlang to add TRttiDynArray (Bug ID 0037761) 2020-09-25 11:42:20 +00:00
michael
e3f828a8ef * Patch from Henrique Werlang to implement TValue.Empty 2020-09-25 11:25:01 +00:00
michael
3c0385af7a * TArray is in system unit (bug id 37795) 2020-09-25 11:23:16 +00:00
michael
85abc5e040 * Add RegisterClasses 2020-09-25 11:20:32 +00:00
michael
ea077cd836 * Add async fetch 2020-09-22 18:52:06 +00:00
michael
2fdece6eab * Patch from Henrique Werlang to move TArray (bug ID 37759) 2020-09-16 19:19:49 +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
a005bf16c0 * Add AddEventListener with raw event handler to tjswindow 2020-09-10 06:52:58 +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
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
mattias
6fb1ce581f rtl: moved TTypeKind to unit system, fpc compatibility, needed by GetTypeKind 2020-08-30 12:05:03 +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
b91651683c * SPlit eventemitter, often encountered in browser code 2020-08-27 12:09:51 +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
4be82217cd * Some fixes after tests with TSTrings 2020-08-14 09:34:44 +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
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