..
arrayutils.pas
* Start of array utils
2020-12-11 16:48:44 +00:00
browserconsole.pas
* Fix for escaping too much HTML, issue #39203
2021-12-21 14:32:57 +01:00
class2pas.pas
* Small cosmetic change
2020-05-16 11:54:20 +00:00
classes.pas
* Avoid infinite loop in tparser.alphanum. Fix issue #39227
2022-07-11 08:58:04 +02:00
contnrs.pas
* Convert array of jsvalue to array of const where appropriate
2021-05-08 15:35:32 +00:00
dateutils.pas
* Fix some compiler warnings
2022-07-10 11:48:44 +02:00
generics.collections.pas
Fixed the quick sort implementation.
2022-05-04 15:26:01 +00:00
generics.defaults.pas
* TArray is in system unit (bug id 37795)
2020-09-25 11:23:16 +00:00
generics.strings.pas
rtl: started generic TList
2019-08-26 13:44:05 +00:00
hotreloadclient.pas
rtl: less hints
2018-05-01 22:20:40 +00:00
js.pas
rtl: added TJSObjectClass
2022-07-13 17:58:56 +02:00
libjquery.pas
* Fix overload of on_
2022-05-28 14:54:08 +02:00
math.pas
* Sign can accept nativeint. Fix issue #39211
2022-02-02 15:51:32 +01:00
node.events.pas
* SPlit eventemitter, often encountered in browser code
2020-08-27 12:09:51 +00:00
nodejs.pas
* Cannot assigne line ending
2022-03-29 16:37:32 +02:00
objpas.pas
* Make RTL package like any other
2017-12-28 10:01:55 +00:00
p2jsres.pp
rtl: less hints
2022-03-30 14:39:33 +02:00
pas2js_rtl.lpk
* Undo last patch, too much committed
2019-09-13 09:48:21 +00:00
pas2js_rtl.pas
rtl: fixed pas2js_rtl.lpk building with -Tbrowser
2018-12-23 13:10:58 +00:00
README.txt
* Make RTL package like any other
2017-12-28 10:01:55 +00:00
rstranslate.pp
* Copyright header added
2019-07-15 13:14:26 +00:00
Rtl.BrowserLoadHelper.pas
* Fix compiler warning
2022-07-10 11:48:44 +02:00
Rtl.HTMLActions.pas
IHTMLClient interface
2022-06-22 16:56:19 +02:00
Rtl.HTMLEventNames.pas
* Rename to be more consistent
2022-05-01 16:40:58 +02:00
Rtl.HTMLUtils.pas
* Add IHTMLClient, formatHTMLTime
2022-06-22 16:15:09 +02:00
Rtl.ScriptLoader.pas
* Add dynamic unit loader and demo
2019-04-12 20:38:40 +00:00
Rtl.TemplateLoader.pas
* Handler reject when doing fetch, register form lowercase
2022-06-13 09:54:57 +02:00
Rtl.UnitLoader.pas
* Add dynamic unit loader and demo
2019-04-12 20:38:40 +00:00
rtlconsts.pas
* Resource string encoding
2022-04-11 13:59:44 +02:00
rtti.pas
Fixed IsOrdinal from TValue.
2022-05-04 14:07:00 +00:00
simplelinkedlist.pas
* Needed for classes unit
2019-07-07 18:38:55 +00:00
strutils.pas
* Fix compiler warnings
2022-05-01 16:40:58 +02:00
system.pas
All changes in RTTI I have made.
2022-01-29 09:55:59 +00:00
sysutils.pas
* Add secsperhour. Fix issue #39226
2022-06-23 07:45:07 +02:00
timer.pas
+ Timer component by warleyalex
2018-06-30 16:31:32 +00:00
types.pas
* Dummy THandle type
2022-03-21 22:46:55 +01:00
typinfo.pas
Typeinfo of external classes.
2022-02-06 13:42:35 +00:00
web.pas
* Move message definition, must be available in web workers as well
2022-07-10 11:48:44 +02:00
webassembly.pas
+ added method TJSWebAssemblyMemory.grow
2022-07-09 02:45:09 +03:00
webaudio.pas
* Correct options objects
2020-11-27 16:12:43 +00:00
webbluetooth.pas
rtl: clean up
2019-04-11 10:50:49 +00:00
webgl.pas
rtl: clean up
2019-02-26 17:45:43 +00:00
weborworker.pas
* Move message definition, must be available in web workers as well
2022-07-10 11:48:44 +02:00
webrouter.pp
* Allow to use the default route
2022-06-15 10:28:01 +02:00
webrtc.pas
* WEBRTC classes
2020-03-23 13:51:28 +00:00
websvg.pas
* Websvg generated from web SVG IDL
2019-02-17 16:38:51 +00:00
webutils.pas
* Deprecated
2022-05-01 16:40:58 +02:00
webworker.pas
* DedicatedWorkerGlobalScope
2022-07-10 11:48:44 +02:00