Commit Graph

622 Commits

Author SHA1 Message Date
Michaël Van Canneyt
eb52f60dde * Inserted and then deleted records are removed from changelist 2021-10-05 13:57:02 +02:00
Michaël Van Canneyt
37cc921e52 * off 2021-10-04 18:09:24 +02:00
mattias
1feacc66d2 rtl: less anonymous arrays 2021-09-21 12:24:31 +02:00
mattias
103f8ce03a typeinfo: updated comments, that Module, Attributes and Params can be nil 2021-09-21 12:24:06 +02:00
Michaël Van Canneyt
bd6bc41f7f * Fix streaming of chars outside ASCII range 2021-09-12 11:21:09 +02:00
Michaël Van Canneyt
eaf7f8b282 * Correct ReadString to be delphi compatible: count is number of characters, not bytes 2021-09-11 19:09:26 +02:00
Michaël Van Canneyt
b1ebb09f79 * Undo &type 2021-09-06 21:47:14 +02:00
Henrique Gottardi Werlang
8eb6e78e43 Adicionado mais algumas classes de controle de arquivos. 2021-09-06 19:40:39 +00:00
Henrique Gottardi Werlang
e61df9571c Istype no TValue.
Ajustado type cast com problemas.
2021-09-06 19:37:48 +00:00
Henrique Gottardi Werlang
6a2412fd97 Permitindo retornar um objeto de Date no AsJSValue do TField. 2021-09-06 19:35:37 +00:00
Michaël Van Canneyt
1717e6043e * LogGetElementErrors is virtual 2021-09-01 22:26:28 +02:00
Michaël Van Canneyt
7afdff00de * Scrollintoview 2021-09-01 22:25:53 +02:00
Michaël Van Canneyt
5dd3334858 * Fix formatfloat issue for certain precisions 2021-09-01 22:25:23 +02:00
Henrique Gottardi Werlang
745d566ae5 Make do TValue igual ao do Delphi. 2021-08-09 14:54:14 +00:00
Michaël Van Canneyt
74d6b0e9f4 * Fix error in calclookupvalue 2021-08-09 16:35:42 +02:00
michael
96d5ad47f8 * Enable TDatasource.Enabled 2021-07-22 05:49:35 +00:00
michael
7d544eafc0 * Fix SkipValue for string values 2021-06-21 11:39:43 +00:00
michael
5a942fb610 * Patch from Henrique Werlang to fix setting correct state when modifying data 2021-06-11 14:10:19 +00:00
michael
5fef7a40d0 * Empty string cannot be number 2021-06-11 05:33:16 +00:00
michael
fb7dbfabe5 * GetAttributes from Henrique Werlang. Issue ID 38955 2021-06-03 12:48:23 +00:00
mattias
adb8e064c1 rtti: added TRttiType.GetQualifiedName, issue 38917, from henrique 2021-05-21 11:41:48 +00:00
michael
b44be85b81 * Add and use TValueSign 2021-05-21 08:56:41 +00:00
michael
51c84408d7 * TJSHTMLDivElement, patch from Henrique Werlang (Issue ID 38913) 2021-05-20 15:11:49 +00:00
michael
aa84856ad8 * RequestIdleCallback (patch from Henrique) 2021-05-20 14:03:35 +00:00
michael
8482033b45 * Fix bug 38911, finally 2021-05-20 14:00:36 +00:00
michael
1be0755593 * Undo last change, wrong compiler used 2021-05-17 10:03:32 +00:00
michael
73ff2aa7a0 * Char no longer equal to widechar? 2021-05-17 09:46:22 +00:00
michael
270126b868 * Alternate quicksort from FPC (issue ID 38871) 2021-05-12 18:57:44 +00:00
michael
aa33897aa3 * Convert array of jsvalue to array of const where appropriate 2021-05-08 15:35:32 +00:00
michael
18900ad5a3 * Add correct constructor 2021-05-08 14:41:57 +00:00
michael
8391404494 * Fix %m formatting in format 2021-05-08 14:40:48 +00:00
michael
15c584548a * Fix issue ID, property wrongly defined in TJSHTMLLabel 2021-05-07 05:56:28 +00:00
michael
a12207ccc3 * Patch from Wagner Landgraf to fix order of params in StartsStr/EndsStr (Issue ID 38853) 2021-05-04 12:46:46 +00:00
mattias
f50e3b21a8 rtl: simplified TObject.MethodName 2021-05-04 08:55:17 +00:00
michael
e95f3a7f26 * Patch from Wagner Landgraf to add GetTypeName function (Issue ID 38850) 2021-05-04 08:54:03 +00:00
mattias
8b952f5578 rtl: added TValue.Cast/FromOrdinal/FromArray, issue 38825, from Henrique Gottardi Werlang 2021-04-30 09:30:45 +00:00
mattias
37fe291187 rtl: added TRttiInstanceType, issue 38824, from Henrique Gottardi Werlang 2021-04-30 09:22:05 +00:00
mattias
a3b1d0b22a rtl: fixed TRttiMethod.LoadParameters flags, issue 38823, from Henrique Gottardi Werlang 2021-04-30 09:19:57 +00:00
mattias
0dd3a997c1 rtl: reuse existing rtticontext, still not Delphi compatible, issue 38812, from Henrique Gottardi Werlang 2021-04-30 09:17:33 +00:00
michael
e36441b661 * Added overloaded constructor so omitting argument will not cause problems 2021-04-28 12:32:03 +00:00
michael
cbcc6c63b8 * Add range check to trystrtoint 2021-04-28 09:35:19 +00:00
mattias
dd8c294f2b fixed trystrtoint checking bounds 2021-04-28 09:20:10 +00:00
mattias
173ddc874b rtl: added TRttiMethod.GetIsAsyncCall, issue 38803, from henrique 2021-04-26 21:06:10 +00:00
mattias
0e5b285b1d rtl: added rtti TProcedureFlag pfSafeCall and pfAsync 2021-04-24 12:08:19 +00:00
michael
0d67dd9e56 * | is special char for regexp 2021-04-22 07:05:01 +00:00
mattias
8ee8c55c49 rtl: fixed TValue.Empty setting FData, issue 38776 2021-04-19 20:40:48 +00:00
michael
0f656ddf5f * Add comparer version of dictionary 2021-04-14 10:38:27 +00:00
michael
b892a8a8bf * TBlobField.DisplayValue 2021-04-13 19:11:36 +00:00
michael
f4f8234b1f * Publish OnRecordResolved, OnLoadFail 2021-04-13 19:11:06 +00:00
michael
e7c06bcde4 * Use TBoolStrs for Boolean.ToString helper 2021-04-13 07:23:33 +00:00