311 Commits

Author SHA1 Message Date
Markus Gans
95c0717589 Using std::string for the attribute buffer 2021-05-24 21:13:10 +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
3cf1ae0134 Bugfix for sending multiple SIGWINCH signals from gnome-terminal under Wayland 2021-05-02 23:50:00 +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
d5ec54dcfd Minor code improvements 2021-04-05 21:20:02 +02:00
Markus Gans
6deb262dd7 Preparation of error handling in FTerm::putstring 2021-03-15 09:41:14 +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
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
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
47cb79a7f0 Small fixes 2020-12-05 23:54:40 +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
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
e0cc130074 FVTerm code cleanup 2020-10-23 01:07:59 +02:00
Markus Gans
6a8459c52b Fixes unit test segfault 2020-10-17 17:34:10 +02:00
Markus Gans
12ec2b0574 Refactoring of some methods 2020-10-11 22:50:08 +02:00
Markus Gans
73e587b9c2 Add some includes 2020-10-08 16:46:14 +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
3d9f621258 std::clog now streams everything to the FLogger object 2020-09-25 00:48:58 +02:00
Markus Gans
fdd7ff98ec Adding Windows Terminal detection 2020-08-30 22:47:24 +02:00
Markus Gans
d8b35dc1a7 More function declared as const 2020-07-12 17:00:16 +02:00
Markus Gans
361f0e6a14 More function declared as const 2020-07-12 15:25:21 +02:00
Markus Gans
53ba96504f New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
Markus Gans
219ac28fb7 Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
Markus Gans
c1b2699e53 Simplification of FMouse::createMouseObject() 2020-06-06 22:22:01 +02:00
Markus Gans
3d2a0c6dd2 Lazy terminal initialization on show() 2020-06-06 21:10:06 +02:00
Markus Gans
f76a9d2114 Added FApplication::setDarkTheme() and FApplication::setDefaultTheme() 2020-05-30 23:02:53 +02:00
Markus Gans
1f1c6053a7 Adding a dark theme 2020-05-29 00:27:25 +02:00
Markus Gans
df672dfd73 With FColorPalette you can now create your own color palette themes 2020-05-28 01:02:53 +02:00
Markus Gans
923822ca25 New class FLogger for logging 2020-05-13 23:47:14 +02:00
Markus Gans
deccb4b74c Moving all termcap functions into FTermcap 2020-05-02 04:56:12 +02:00
Markus Gans
a90cd1ad55 const type qualifiers and list initialization 2020-05-02 00:07:35 +02:00
Markus Gans
159d086af4 macOS build fix 2020-04-25 02:32:33 +02:00
Markus Gans
2b1774e578 More internal use of const char* strings 2020-04-24 00:34:26 +02:00
Markus Gans
d08dd8e9f4 Further small code improvements 2020-04-19 20:38:52 +02:00
Markus Gans
136b57eac6 Correction of some virtual methods 2020-04-18 13:33:42 +02:00
Markus Gans
6de04a3edd CWE-478: Addition of missing default case in the Switch statement 2020-04-17 10:53:47 +02:00
Markus Gans
3bb001677f Several small code improvements 2020-04-13 12:40:11 +02:00
Markus Gans
e5902a6ee6 New command line switch "--no-terminal-data-request" 2020-02-25 23:42:31 +01:00
Markus Gans
164487096c Some small code improvements 2020-02-19 21:59:13 +01:00
Markus Gans
dd625e0822 Adding a tty check for stdin 2020-02-09 21:58:17 +01:00
Markus Gans
b810b51e65 Fix in FListViewIterator 2020-02-05 08:57:13 +01:00
Markus Gans
60009d8f4b clear() and remove() were added to FListView 2020-02-02 22:34:27 +01:00