Commit Graph

349 Commits

Author SHA1 Message Date
Markus Gans cf37e826e9 Moving the test from Travis CI to GitHub Actions 2021-07-05 02:19:23 +02:00
Markus Gans 45110c5b21 Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02:00
Markus Gans 9931f75a51 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
Markus Gans 85ae1612fd Converted the internal timer from timeval to std::chrono::time_point<system_clock> 2021-06-16 15:42:46 +02:00
Markus Gans 2dc8d7f2d3 FTermDetection now has clean code by using FString instead of char* 2021-06-06 21:57:35 +02:00
Markus Gans e38d604544 Bug fixing in FString and FTermDetection 2021-06-06 00:07:39 +02:00
Markus Gans 7f9ba7464b FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +02:00
Markus Gans 95c0717589 Using std::string for the attribute buffer 2021-05-24 21:13:10 +02:00
Markus Gans f06ccc6495 Convert FOptiMove from char[] to std::string 2021-05-22 23:21:30 +02:00
Markus Gans d12875682d Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
Markus Gans 07f6bda1ba Prevent flickering when resizing terminals or redrawing the screen via ctrl-l 2021-05-04 20:36:41 +02:00
Markus Gans 24553aa7d0 Replace some std::bind with lambda functions 2021-05-01 18:58:37 +02:00
Markus Gans 0fefcd81c2 Fixes Linux console bug from February 20, 2021 2021-04-30 00:28:05 +02:00
Markus Gans 8a7ce330a3 Better support for kitty terminals 2021-04-11 21:00:06 +02:00
Markus Gans e6dfd73e7a Dynamic adjustment of the terminal refresh rate between 5 and 60 Hz 2021-03-15 01:37:25 +01:00
Markus Gans d4f629f183 One unit test was commented out 2021-03-10 10:07:32 +01:00
Markus Gans 465fd9510a Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
Markus Gans 73faadd852 Removing the termcap library from the header files so that FINAL CUT programs are not affected by the preprocessor #define macros 2021-02-28 13:21:21 +01:00
Markus Gans 59917ed126 Fixed the incorrect display on terminals without UTF-8 character encoding 2021-02-24 19:55:20 +01:00
Markus Gans a55b33977c Optimize terminal output buffer queue with differencing for strings, and control characters and control sequences 2021-02-20 11:29:52 +01:00
Markus Gans 28f41f5d6c FTermBuffer unit test now also runs on older Linux distributions without multicolored emojis 2021-02-10 21:09:21 +01:00
Markus Gans baa0c60c79 Added support for combined unicode characters 2021-02-09 22:01:21 +01:00
Markus Gans b2de303cfc Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
Markus Gans 4146b20028 Small fixes 2020-12-06 02:11:54 +01:00
Markus Gans 226663889b Improvement of the move semantics in FVTermPreprocessing 2020-12-03 23:20:33 +01:00
Markus Gans 4517038521 Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
Markus Gans 25f2abe175 Bug fix for the FMouseControl unit test 2020-11-18 23:57:31 +01:00
Markus Gans a0a65ee9fb unit test update 2020-11-14 21:48:46 +01:00
Markus Gans 24696ffcd1 FString unit test fix 2020-11-08 18:51:59 +01:00
Markus Gans d71ca6f028 Last minor changes 2020-11-07 21:51:55 +01:00
Markus Gans 0ee09aad2c Now FINAL CUT queues keyboard and mouse input to speed up the processing of widget events 2020-11-01 20:11:36 +01:00
Markus Gans 98f9cd5718 Replace pointers with references 2020-10-25 01:21:45 +02:00
Markus Gans 61eb8b8166 FVTerm code cleanup 2020-10-24 01:56:15 +02:00
Markus Gans 6a8459c52b Fixes unit test segfault 2020-10-17 17:34:10 +02:00
Markus Gans 97f1dea7b8 Add some includes 2020-10-08 16:28:29 +02:00
Markus Gans e74dccf481 Screen reports (like Secondary DA) are now read directly 2020-10-08 05:55:32 +02:00
Markus Gans a821030333 Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
Markus Gans 72bcce87b7 Limit for the number of FObject child objects 2020-09-26 19:06:49 +02:00
Markus Gans c1a2ef59e4 FData improvements 2020-09-26 02:09:34 +02:00
Markus Gans 4478948bc7 FData improvements 2020-09-26 01:59:58 +02:00
Markus Gans b15a665729 unit test for the FData 2020-09-25 06:16:32 +02:00
Markus Gans 3d9f621258 std::clog now streams everything to the FLogger object 2020-09-25 00:48:58 +02:00
Markus Gans a69d38fb1e Bugfix: empty FString() + wchar_t 2020-09-23 23:18:48 +02:00
Markus Gans d10e2888ac Bugfix in FDialog::setSize() 2020-09-22 01:04:36 +02:00
Markus Gans 44d6d8cdb9 Fixes minor bugs 2020-09-20 14:11:35 +02:00
Markus Gans 5092244b81 FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02:00
Markus Gans 51105e7db2 Speed up the reaction time of the gpm mouse 2020-09-08 23:22:52 +02:00
Markus Gans fdd7ff98ec Adding Windows Terminal detection 2020-08-30 22:47:24 +02:00
Markus Gans b9042d5a03 Small code and text changes 2020-08-23 00:32:41 +02:00
Markus Gans 2b33c1875a Fix timeout problem in keyboard unit test 2020-08-16 02:01:47 +02:00