michael
|
2ec9850679
|
* Renamed nodehttp to node.http
|
2020-02-23 13:05:06 +00:00 |
|
michael
|
f42303383d
|
* Use node.mod.pas naming schedule
|
2020-02-23 12:59:40 +00:00 |
|
michael
|
1532b6aac2
|
spi-device node module
|
2020-02-23 10:00:05 +00:00 |
|
michael
|
1fc88b7218
|
* Require returns object with Gpio member
|
2020-02-23 09:00:52 +00:00 |
|
michael
|
d5344582b0
|
* license added
|
2020-02-22 23:06:13 +00:00 |
|
michael
|
ddc5776e47
|
* license added
|
2020-02-22 23:04:23 +00:00 |
|
michael
|
c581dece39
|
* node onoff module for GPIO control on raspberry
|
2020-02-22 23:02:57 +00:00 |
|
michael
|
8032ea166e
|
* Node HTTP Server demo
|
2020-02-21 15:15:20 +00:00 |
|
michael
|
dddcdbb4d2
|
* Node command-line demos
|
2020-02-21 15:14:03 +00:00 |
|
michael
|
84b1c93a7d
|
* nodejs HTTP class
|
2020-02-21 15:13:16 +00:00 |
|
michael
|
8944471cc6
|
* ByteDynArray
|
2020-02-21 15:12:12 +00:00 |
|
michael
|
df2250da28
|
* Completed bugger, added events and timers
|
2020-02-21 15:11:29 +00:00 |
|
michael
|
482d7d0690
|
* IteratorResult & AsyncIterator
|
2020-02-21 15:10:56 +00:00 |
|
michael
|
e3db23ef42
|
* Patch from Silvio Clecio to implement cookie on TJSDocument (bug ID 0035357).
|
2020-02-09 18:13:07 +00:00 |
|
michael
|
b028be4ec2
|
* Fix bug 35558: Add SortList
|
2020-02-08 09:50:34 +00:00 |
|
michael
|
9840999646
|
* Patch from Sven Barth to implement TJSWindow.onresize (bug ID 36677)
|
2020-02-08 09:39:42 +00:00 |
|
michael
|
20646eb432
|
* Fix from Sven Barth for bug ID 36676 : TParser reads too many bytes in certain cases
|
2020-02-08 09:37:11 +00:00 |
|
michael
|
17896572b8
|
* Fix case of removeEventListener (bug ID 36567, patch by Sven Barth)
|
2020-01-14 21:54:46 +00:00 |
|
michael
|
ba11536829
|
* Add ResolveStatus to TResolveInfo
|
2019-12-06 14:02:10 +00:00 |
|
michael
|
5dfaca424e
|
* Fix origin property in TJSLocation
|
2019-11-19 23:01:38 +00:00 |
|
michael
|
9e2c77792d
|
* Fix EndsWith declaration
|
2019-11-11 12:00:38 +00:00 |
|
michael
|
223e553de3
|
* Initial version of fieldmap
|
2019-11-04 11:17:47 +00:00 |
|
michael
|
0bc30e88e8
|
* Correct getcurrentlocation
|
2019-11-02 17:33:45 +00:00 |
|
michael
|
7d531e888c
|
* Complete TJSPath2D, add ellipse
|
2019-11-02 17:33:28 +00:00 |
|
michael
|
551b7e9911
|
* Rework dataset resolve mechanism to use separate status
|
2019-11-02 17:32:55 +00:00 |
|
mattias
|
a16ec5bdc1
|
rtl: added tkExtClass
|
2019-10-30 11:56:41 +00:00 |
|
michael
|
d1f79594de
|
* Autofocus and disabled for select element
|
2019-10-30 09:01:05 +00:00 |
|
michael
|
5c3180aa62
|
* Add link to program sources
|
2019-10-30 09:00:41 +00:00 |
|
michael
|
0cb5864a1c
|
* List view properties
|
2019-10-30 09:00:10 +00:00 |
|
michael
|
4464a2d5af
|
* Remove unused units
|
2019-10-30 08:59:37 +00:00 |
|
michael
|
c1081c8573
|
* Introduce DA Data types
|
2019-10-30 08:58:58 +00:00 |
|
michael
|
6bd54e40f5
|
* Compile compileserver in 3.3.1
|
2019-10-29 12:52:41 +00:00 |
|
michael
|
ee357bfdff
|
* Add some styling
|
2019-10-28 09:31:55 +00:00 |
|
michael
|
717a4381b1
|
* Add escaping of specials ^ and $ to stringreplace
|
2019-10-27 17:11:33 +00:00 |
|
michael
|
2b0c7ffa88
|
* Add support for resources
|
2019-10-27 13:14:34 +00:00 |
|
michael
|
116614c42c
|
* Add EncodeHTMLEntities
|
2019-10-27 13:13:23 +00:00 |
|
michael
|
7a882c55b8
|
* Arraybuffer is a JSObject
|
2019-10-27 13:12:30 +00:00 |
|
michael
|
68eefbea8e
|
* Add Anchor and Template element classes
|
2019-10-27 13:12:09 +00:00 |
|
michael
|
10c84c0875
|
* Correct name of Buffer class
|
2019-10-27 13:11:48 +00:00 |
|
mattias
|
07c76c5111
|
rtl: fixed SetMethodProp normal function
|
2019-10-22 11:39:31 +00:00 |
|
mattias
|
c79684f8d9
|
rtl: MethodName: support callbacks with function reference
|
2019-10-21 17:05:49 +00:00 |
|
mattias
|
a72e7bf311
|
rtl: MethodName: support callbacks with function reference
|
2019-10-21 16:44:47 +00:00 |
|
mattias
|
b1c084790f
|
rtl: SetMethodProp: reuse callback if possible
|
2019-10-21 16:36:27 +00:00 |
|
michael
|
d7d47e1439
|
* Allow to log message on create, so event handler exceptions can be traced in debugger console
|
2019-10-18 08:01:02 +00:00 |
|
michael
|
848ea3e0bf
|
* Replace callbacks, split using regexp
|
2019-10-18 07:58:51 +00:00 |
|
michael
|
9a7c83dabf
|
Add TObjectDynArray
|
2019-10-18 07:58:21 +00:00 |
|
michael
|
6587b4df8e
|
* Some additions: window.postmessage, form.checkvalidity, overload for image constructor
|
2019-10-18 07:58:00 +00:00 |
|
michael
|
e2d6dad186
|
* Create js dir for chartjs
|
2019-10-10 12:59:53 +00:00 |
|
michael
|
5621ab1a1f
|
* Add array of separators overload
|
2019-10-04 21:32:36 +00:00 |
|
michael
|
1d588bea49
|
* Fix AM/PM for strtotime
|
2019-10-02 19:16:20 +00:00 |
|