Commit Graph

56 Commits

Author SHA1 Message Date
36c2d5ee13 Stripped PE Dumper tool added 2021-01-19 00:10:31 +03:00
3317a0088d // Put all WinAPI definitions to single include file
Be independent from Delphi versions 7 and below, merge all imports (Delphi linker workaround).
2021-01-19 00:10:31 +03:00
f3b9eb0296 Less data section of SysInit and System units
HelloGUI program compiled by Delphi 7 now is 4858 bytes long instead of 8196 bytes before.
2021-01-19 00:08:38 +03:00
42bf5fb77e Image formats type definitions moved to KolibriOS unit 2021-01-18 23:52:16 +03:00
08306b3601 SysUtils helper types moved to System unit 2021-01-18 23:52:16 +03:00
d808aeb0f9 Unpacker support for LoadFile in KoW 2021-01-18 23:52:16 +03:00
fa788aeb37 Program exit code support in KoW 2021-01-18 23:52:16 +03:00
be915bb843 Debug board support in KoW 2021-01-18 23:52:16 +03:00
c1f730a0cb KolibriOS console window title using UTF-8 encoding 2021-01-18 23:52:16 +03:00
65ad809822 Build regular Windows programs using KoW {$IFNDEF Debug} 2021-01-18 23:52:16 +03:00
5f3fca1705 KoW for console applications added 2021-01-18 23:52:16 +03:00
305cd924f7 System.RTLVersion removed 2021-01-18 23:52:16 +03:00
8ea48f49ba CRT unit API made closest to original one
GotoXY/WhereXY coordinates start from 1, ClrEOL procedure added.
2021-01-18 23:52:16 +03:00
6a77197098 FastMM memory manager added, not tested
Based on FastMM2.
2021-01-18 23:52:16 +03:00
c4cef5c849 Memory manager support added 2021-01-18 23:52:16 +03:00
b012c3b855 Floating-point functions added
FWAIT opcodes removed as well, not needed for Pentium.
2021-01-18 23:52:16 +03:00
5343d74f97 Runtime error support added 2021-01-18 23:52:16 +03:00
0fa5d17830 SDK preparation procedure reworked with init-for-IDE script 2021-01-18 23:52:16 +03:00
6eabb2141b Build scripts moved to Tools subdirectory 2021-01-18 23:52:16 +03:00
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