Commit Graph

779 Commits

Author SHA1 Message Date
Wolfgang Thaller 1f94f8c490 update multiversal 2020-03-08 17:32:59 +01:00
Wolfgang Thaller 6671b82624
Merge pull request #105 from DarwinNE/master
Try to fix garbage appearing when resizing window. Will need to be revisited to prevent extra redraws.
2020-03-02 22:49:02 +01:00
DarwinNE 1f19d619cf Try to fix garbage appearing when resizing window. Redraw is probably done a little bit too often. 2020-02-25 22:03:37 +01:00
Wolfgang Thaller cf75b4d9ba
Merge pull request #103 from DarwinNE/master
Implement escape sequence to change window title
2020-01-18 23:43:35 +00:00
DarwinNE 812831c24f Correct a missing header that would have made impossible to compile the code with Carbon. Remove commented out code. 2020-01-19 00:38:33 +01:00
DarwinNE 46a380b89a Implement suggestions from the code review of the pull request #103. 2020-01-18 00:33:55 +01:00
DarwinNE 9cb5603bbb Merge branch 'master' of https://github.com/autc04/Retro68 2020-01-16 00:12:46 +01:00
DarwinNE 5f30a05a34 Slightly better strategy to convert C strings to Pascal-style ones. 2020-01-16 00:11:56 +01:00
DarwinNE 9cf5c41ad7 Add a virtual function to the Console class so that it does not need to keep track of the window. 2020-01-16 00:01:26 +01:00
DarwinNE d40eacf12e Implement sequence to change the window name. 2020-01-14 22:46:05 +01:00
Wolfgang Thaller f962ac5ec2
Merge pull request #102 from DarwinNE/master
Add a limited degree of support for ANSI commands to the Console library
2020-01-13 20:45:44 +00:00
DarwinNE f4b2001325 Delete some leftover code. 2020-01-13 07:20:25 +01:00
DarwinNE 7a2f3df561 Tried to implement suggestions. 2020-01-13 00:20:40 +01:00
DarwinNE b901a50bce Correct the name CMakeLists.txt 2020-01-13 00:10:49 +01:00
DarwinNE 7b176b3d9b Merging and solving conflicts. 2020-01-12 22:20:26 +01:00
DarwinNE f6fa98c8dd Added CMakeList.txt 2020-01-12 22:17:44 +01:00
DarwinNE 75b54d3cc7 Add additional permissions in the license. 2020-01-12 22:13:01 +01:00
DarwinNE 66ced30304 IConsole replaces Console. 2020-01-12 22:09:04 +01:00
Wolfgang Thaller 8391611859 add Runtime Library Exception to Console library license 2020-01-12 18:22:39 +01:00
Wolfgang Thaller 13470b7a75 fix compile options for Console 2020-01-12 18:22:16 +01:00
DarwinNE 187b3af647 Implement close button. 2020-01-10 22:27:40 +01:00
DarwinNE 5102db592c Change the note in the readme.txt file 2020-01-09 22:43:46 +01:00
DarwinNE bcf635d5f9 Used a single array for attributed chars to simplify code as well as condensed bold style for the font, so to have a regular grid. 2020-01-09 22:39:08 +01:00
Wolfgang Thaller 1e6db87600 bison 3.5 compatibility (see #101) 2020-01-01 23:38:18 +01:00
DarwinNE 4524604aae Improved a few details. 2019-12-21 13:27:35 +01:00
DarwinNE 0df7517c16 Implement italic text, improve here and there. Add readme.txt, with list of supported ANSI commands. 2019-12-15 13:47:13 +01:00
DarwinNE 65a4adbb0d Add an improved console handling only ANSI commands for bold and underline text. 2019-12-14 17:59:13 +01:00
Wolfgang Thaller 584b626d13 fix double \n on stdin from console (#99) 2019-12-08 17:25:42 +01:00
Wolfgang Thaller e4b1ee0920 update/fix sample Makefile (see #98) 2019-12-07 15:24:48 +01:00
Wolfgang Thaller cb365fbabb README: typo 2019-11-15 01:22:20 +01:00
Wolfgang Thaller 23276c6cd8 cmake cleanup 2019-11-15 01:22:07 +01:00
Wolfgang Thaller 84ddd8b7a9 update multiversal 2019-11-15 01:21:59 +01:00
Wolfgang Thaller 338da2da21 document git submodules, check for submodules, fail if bison or boost not present 2019-11-13 23:23:28 +01:00
Wolfgang Thaller a50789d39a azure: enable building carbon 2019-11-12 00:09:01 +01:00
Wolfgang Thaller 3defbac788 don't put xcoff importlib entry 0 into pef stringtable 2019-11-12 00:09:01 +01:00
Wolfgang Thaller 809c9cd1a5 update multiversal 2019-11-12 00:09:00 +01:00
Wolfgang Thaller 4cc414dbd7 Carbon requires certain 'SIZE' flags to be set 2019-11-12 00:09:00 +01:00
Wolfgang Thaller 8516e91932 CMakeLists cleanup 2019-11-12 00:09:00 +01:00
Wolfgang Thaller 6fbfe6b68a don't refuse to build carbon support with multiversal interfaces 2019-11-12 00:08:46 +01:00
Wolfgang Thaller 7ea81a2ee6 don't require CMake 3.13 yet 2019-11-10 17:56:59 +01:00
Wolfgang Thaller a7b75dcecc fix comment 2019-11-10 17:40:23 +01:00
Wolfgang Thaller ba8abcedce update multiversal 2019-11-10 17:40:21 +01:00
Wolfgang Thaller b3ec14bf76 add SharedLibrary example 2019-11-09 20:20:07 +01:00
Wolfgang Thaller 7309f84f1a MakePEF: exported symbols 2019-11-09 20:20:07 +01:00
Wolfgang Thaller d48e1c4798 MakePEF: set weak flag on individual symbols 2019-11-09 20:20:07 +01:00
Wolfgang Thaller e56fc8b9c5 update multiversal 2019-10-03 00:27:24 +02:00
Wolfgang Thaller e602945033 LaunchAPPLServer: fix printer port 2019-10-03 00:26:35 +02:00
Wolfgang Thaller 37cb3b81e8 ConvertDiskImage: fix undefined behavior 2019-09-29 21:51:04 +02:00
Wolfgang Thaller 3d84d382ad fix for case-insensitive systems 2019-09-29 21:00:14 +02:00
Wolfgang Thaller 6c39d9121f run azure tests for macOS, clean up azure-pipelines.yml, remove disabled "Timeout" test case 2019-09-29 10:36:10 +02:00