Commit Graph

37 Commits

Author SHA1 Message Date
f5b2618b92 KolibriOS.TerminateThread → ExitThread 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
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
07075c3f36 KolibriOS.TThreadInfo.Window/Client are TBox now 2020-09-17 18:40:57 +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
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
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
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
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
5b3e082e52 CRT cursor function param/result types made compatible to Console.obj documentation 2020-06-10 01:24:36 +03:00
0529e3bc2d Overloaded CRT.CursorHeight functions added 2020-06-10 01:24:36 +03:00
3ec3c581d2 CRT attribute procedures rewritten without use of Esc-sequences 2020-06-10 01:24:36 +03:00
fc1b62c43b CRT.ClrScr procedure added 2020-06-10 01:24:36 +03:00
9868828cc2 CRT unit made more compatible with Turbo/FreePascal one 2020-06-10 01:24:36 +03:00
f59ec2420a CRT unit bugfixes © 0CodErr 2020-06-10 01:24:36 +03:00
bf2e9bcc4b Units initialization/finalization support added 2020-06-10 01:24:07 +03:00
69fbd69abc CRT unit with colored console example added 2020-06-08 01:39:33 +03:00
7add2ddf38 Executable convertion moved out to a separate file, manual “Bin\convert.bat” added 2020-06-04 23:56:09 +03:00
a9f98b9894 Build RTL when not exist while compiling examples 2020-06-04 23:55:50 +03:00
956e9db0e8 Pet log output set to brief 2020-05-31 21:32:39 +03:00
a400afb119 KolibriOS unit improvements and bugfixes 2020-05-29 00:51:11 +03:00
206bf70447 DrawImageEx bugfix 2020-05-23 23:06:28 +03:00
f77ebd28fc KolibriOS unit formatted to the Borland/Embarcadero style, migrated to native Delphi types 2020-05-23 23:06:03 +03:00
c012f5134c Project tree simplified 2020-05-23 19:48:55 +03:00