Commit Graph

774 Commits

Author SHA1 Message Date
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
Gitea
891e9f9785 * updated 2021-09-06 19:32:27 +00:00
Michaël Van Canneyt
abadbf5753 * Updated ref 2021-09-06 21:23:22 +02:00
Michaël Van Canneyt
15ae0cae0a * Updated compiler ref 2021-09-01 22:47:38 +02: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
Michaël Van Canneyt
1adc178690 * Add websocket example 2021-09-01 11:36:43 +02:00
Henrique Gottardi Werlang
208bd1c1ab Ignore Delphi temporary files. 2021-08-11 08:03:18 -03:00
mattias
6546d8318e clean up compiler-old 2021-08-09 20:40:53 +02:00
mattias
762fb66d6b readme: clean up 2021-08-09 18:56:27 +02:00
Michaël Van Canneyt
8a2a2006c0 Merge branch 'master' of gitlab.com:freepascal.org/fpc/pas2js 2021-08-09 17:20:11 +02:00
Michaël Van Canneyt
0dc6701ead * Ignore some build leftovers 2021-08-09 17:20:01 +02:00
Michaël Van Canneyt
029d96f2ea * submodule instructions 2021-08-09 17:18:13 +02:00
Michaël Van Canneyt
abde787799 * Convert to markdown 2021-08-09 17:07:21 +02:00
Michaël Van Canneyt
284c0431c5 * Rename to use markdown 2021-08-09 17:00:51 +02:00
Michaël Van Canneyt
43ddddf852 * Compiler submodule 2021-08-09 16:59:44 +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
Michaël Van Canneyt
9b47b08b15 * Prepare for git modules 2021-07-26 11:36:44 +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
dd1c06d5b5 * Additional tests for classes/sysutils, based on bugreports 2021-05-12 19:00:32 +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