Commit Graph

1172 Commits

Author SHA1 Message Date
Markus Gans 795ebcdea8 Added bug_report.md and feature_request.md 2021-05-16 18:37:28 +02:00
Markus Gans eacc857143 Added SECURITY.md 2021-05-15 12:29:58 +02:00
Markus Gans 7462c60cfd Prevent duplicate widget in the close widget list 2021-05-13 13:17:03 +02:00
Markus Gans af5ec304d8 Added Code of Conduct 2021-05-11 23:50:57 +02:00
Markus Gans 5f761199a7 Added Contributing.md 2021-05-09 21:05:53 +02:00
Markus Gans f5b4537223 More const references 2021-05-09 21:03:59 +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 8ab4c02f42 SonarCloud Analysis Workaround 2021-05-03 00:20:16 +02:00
Markus Gans 3cf1ae0134 Bugfix for sending multiple SIGWINCH signals from gnome-terminal under Wayland 2021-05-02 23:50:00 +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 9ba7fc6178 Code optimization at widget focus 2021-04-27 11:51:53 +02:00
Markus Gans 8d54e1c11f Fixed mutex deadlock in FLogger 2021-04-24 17:00:28 +02:00
Markus Gans 38df8e2db2 Fixes the detection of the terminal size after a SIGWINCH signal 2021-04-21 23:46:45 +02:00
Markus Gans 4c3b5b6737 Decoupling the FWidget and FWindow classes from FVTerm 2021-04-18 15:05:55 +02:00
Markus Gans 8a7ce330a3 Better support for kitty terminals 2021-04-11 21:00:06 +02:00
Markus Gans d5ec54dcfd Minor code improvements 2021-04-05 21:20:02 +02:00
Markus Gans 865e78d9de Small code improvements 2021-03-31 23:03:05 +02:00
Markus Gans 5a6644de98 argv is now stored internally as a std::vector container 2021-03-31 13:49:25 +02:00
Markus Gans 4acca85a13 Treeview example iterator 2021-03-30 23:26:06 +02:00
Markus Gans 9df509dd3b No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
Markus Gans 597f9e772b New method FWidget::initLayout() for setting widget layouts after terminal initialization 2021-03-28 23:19:01 +02:00
Markus Gans 0e7488f646 little code improvement 2021-03-18 18:42:21 +01:00
Markus Gans 7ae9f38229 Cygwin build fix 2021-03-15 18:03:48 +01:00
Markus Gans 6deb262dd7 Preparation of error handling in FTerm::putstring 2021-03-15 09:41:14 +01: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 f048d846da development release 0.7.2 2021-02-28 14:23:14 +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 48a67c4eab Some string pointer fixes 2021-02-22 20:29:49 +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 a1107f96c7 Merge branch 'main' of https://github.com/gansm/finalcut into main 2021-02-09 22:23:19 +01:00
Markus Gans baa0c60c79 Added support for combined unicode characters 2021-02-09 22:01:21 +01:00
Markus Gans 5b789e4110 Fixed: build with gcc < 5.5 - std::hash<FKey> 2021-01-20 01:32:39 +01:00
Markus Gans fc7be67f2a Fixed: build with gcc < 5.5 - std::hash<FKey> 2021-01-01 03:46:43 +01:00
Markus Gans eb61e6fec0 Add some #includes 2020-12-31 23:22:22 +01:00
Markus Gans b2de303cfc Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
Markus Gans 783f58bc4b .travis.yml 2020-12-06 02:45:21 +01:00
Markus Gans 4146b20028 Small fixes 2020-12-06 02:11:54 +01:00
Markus Gans 47cb79a7f0 Small fixes 2020-12-05 23:54:40 +01:00
Markus Gans c4b799d98f Fixed: build with gcc < 5.5 2020-12-05 21:24:09 +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 7868a0dee9 Use of default destructors 2020-11-24 21:06:39 +01:00
Markus Gans 25f2abe175 Bug fix for the FMouseControl unit test 2020-11-18 23:57:31 +01:00
Markus Gans ae1fdecb40 The terminal update rate is now limited to 60 Hz 2020-11-18 22:10:09 +01:00