Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Included iframe with help text in README.md. Ignore .res and .stat files. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8cbc8a2d3555946e28d04251cdf0bc96 |
User & Date: | Martijn 2019-03-23 06:53:34.905 |
Context
2019-03-23
| ||
08:40 | Fixed link. check-in: 48eed13b7f user: Martijn tags: trunk | |
06:53 | Included iframe with help text in README.md. Ignore .res and .stat files. check-in: 8cbc8a2d35 user: Martijn tags: trunk | |
2019-03-21
| ||
20:01 | Updated README, included links to binaries. Updated project files to Delphi 10.2 Tokyo. check-in: 277592fee5 user: Martijn tags: trunk | |
Changes
Changes to .fossil-settings/ignore-glob.
1 2 3 4 5 6 7 8 9 | *.~* *.bak */Thumbs.db *.dsk *.local *.identcache */__history/ out/ .hg* | > > | 1 2 3 4 5 6 7 8 9 10 11 | *.~* *.bak */Thumbs.db *.dsk *.res *.stat *.local *.identcache */__history/ out/ .hg* |
Changes to README.md.
︙ | ︙ | |||
18 19 20 21 22 23 24 | [GetFinalPathNameByHandle]: https://docs.microsoft.com/nl-nl/windows/desktop/api/fileapi/nf-fileapi-getfinalpathnamebyhandlew *** IsWorkstationLocked ------------------- | | > > | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | [GetFinalPathNameByHandle]: https://docs.microsoft.com/nl-nl/windows/desktop/api/fileapi/nf-fileapi-getfinalpathnamebyhandlew *** IsWorkstationLocked ------------------- Reports whether the workstation is locked, or waits for the given status. See its [help output] for more info: <iframe src="http://localhost:8080/raw?ci=trunk&filename=src/res/IsWorkstationLocked-help.txt" width="95%" height="270" style="border:none" onload="this.style.height=this.contentDocument.body.scrollHeight +'px';"></iframe> [Download here](/uv/IsWorkstationLocked.exe) (205.8 KB) [help output]: src/res/IsWorkstationLocked-help.txt *** |
︙ | ︙ |