Commit Graph

80 Commits

Author SHA1 Message Date
0fa5d17830 SDK preparation procedure reworked with init-for-IDE script 2021-01-18 23:52:16 +03:00
311e2d94a8 Build scripts bugfixes 2021-01-18 23:52:16 +03:00
133c1f6e02 Put DCU files into Bin\DCU subdirectory 2021-01-18 23:52:16 +03:00
6eabb2141b Build scripts moved to Tools subdirectory 2021-01-18 23:52:16 +03:00
7f456bc7ea Tools added 2021-01-18 23:52:16 +03:00
f5b2618b92 KolibriOS.TerminateThread → ExitThread 2021-01-18 23:52:16 +03:00
37ee57a6e3 User program templates renamed to MyXXXX 2021-01-18 23:52:16 +03:00
731fbb7c1b Console character map example added 2021-01-18 23:52:16 +03:00
24094ee87c KolibriOS error codes added 2021-01-18 23:52:16 +03:00
8d01247957 Little code cleanup and styling 2021-01-18 23:52:16 +03:00
66f8410294 KolibriOS window styles sorted by value, WS_NO_DRAW and WINDOW_BORDER_SIZE added 2021-01-18 23:52:16 +03:00
e4a5b1e0a6 Random function bugfix © 0CodErr 2021-01-18 23:52:16 +03:00
b52068a7f2 {$APPTYPE CONSOLE} support added 2021-01-18 23:52:16 +03:00
9888dd9095 Console API made closest to original one
Extended I/O procedures (CoreLite-like) removed, initial Read/ReadLn procedures added to System unit.
2021-01-18 23:52:16 +03:00
fb0f58f0d5 RTL version set equal to compiler version 2020-12-27 02:06:31 +03:00
07075c3f36 KolibriOS.TThreadInfo.Window/Client are TBox now 2020-09-17 18:40:57 +03:00
5481451551 Exit HelloGUI app using standard Break procedure call 2020-09-17 00:36:12 +03:00
73d3f78bdf Standard Pascal Write/WriteLn procedures added 2020-06-24 19:38:45 +03:00
700e45b364 Console interface made close to original one 2020-06-24 19:37:05 +03:00
a6dcaf154c Example programs bugfixes © 0CodErr 2020-06-24 16:24:49 +03:00
e397ace02c System.Random function bugfix 2020-06-24 16:23:19 +03:00
8fe7482d92 Changelog added 2020-06-24 03:40:32 +03:00
b5b65b3ef1 User program templates renamed 2020-06-24 03:17:28 +03:00
52e8a44318 Random functions added 2020-06-22 13:24:02 +03:00
733019e96b FPU support added 2020-06-22 01:01:08 +03:00
fcc3c349b8 System.UpCase procedure added 2020-06-22 01:00:52 +03:00
d9331d8235 Bugfixes © 0CodErr 2020-06-21 22:57:20 +03:00
577e04b0fa CRT console API made interfaced 2020-06-21 20:55:11 +03:00
6ff32000ac Echo example program added 2020-06-21 19:34:51 +03:00
c44fe51b0b CRT.Read/ReadLn procedures added 2020-06-21 03:17:25 +03:00
55bb2a8451 Minimal SysUtils unit added 2020-06-21 02:38:22 +03:00
51a55622bd CRT.KeyPressedFunc declaration bugfix 2020-06-21 00:25:21 +03:00
71d0ec4603 How to automate compiling KolibriOS applications from IDE 2020-06-20 23:28:58 +03:00
a6a40b11de Minimal Unicode compiler support 2020-06-20 23:28:58 +03:00
1d4bc29ce6 System.RTLVersion constant added 2020-06-20 23:28:58 +03:00
d608e7fc3a System.TVarRec reverted compatible with standard one 2020-06-20 23:28:58 +03:00
eb8499dff1 FAQ added 2020-06-20 23:28:58 +03:00
ea5ac0dff0 Readme significantly updated 2020-06-20 23:28:58 +03:00
975d36c3fd User program templates added 2020-06-20 23:28:16 +03:00
26b5b29b50 Contribution rules added 2020-06-18 18:18:04 +03:00
777db5d972 ConsoleColors example optimized 2020-06-12 12:05:43 +03:00
c0078559bb Don't close console window by default 2020-06-12 12:05:34 +03:00
7b632d7d69 Kolibri character types moved to System unit 2020-06-12 11:58:58 +03:00
c9b180ef16 System.TVarType improvement © 0CodErr 2020-06-10 01:45:20 +03:00
fe38ee81a1 CRT.Delay bugfix © 0CodErr 2020-06-10 01:45:20 +03:00
76b727ae20 CRT.SetTitle procedure added 2020-06-10 01:45:20 +03:00
d9cb4352b5 CRT.TextAttribute → TextAttr, for compatibility to original CRT 2020-06-10 01:45:20 +03:00
6f73b7be3f CRT.Write/WriteLn bugfix © 0CodErr 2020-06-10 01:45:20 +03:00
6ee928a133 CRT functions/procedures made safe with overloaded Write/WriteLn implementations 2020-06-10 01:45:07 +03:00
023d565b81 CRT.FontHeight function added 2020-06-10 01:24:36 +03:00