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
|
7462c60cfd
|
Prevent duplicate widget in the close widget list
|
2021-05-13 13:17:03 +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
|
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
|
5a6644de98
|
argv is now stored internally as a std::vector container
|
2021-03-31 13:49:25 +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
|
e6dfd73e7a
|
Dynamic adjustment of the terminal refresh rate between 5 and 60 Hz
|
2021-03-15 01:37:25 +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
|
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
|
ae1fdecb40
|
The terminal update rate is now limited to 60 Hz
|
2020-11-18 22:10:09 +01:00 |
Markus Gans
|
b28cf8b9c1
|
Bugfix: The cursor position was not changed anymore if there was no change to the content
|
2020-11-14 20:59:26 +01:00 |
Markus Gans
|
d71ca6f028
|
Last minor changes
|
2020-11-07 21:51:55 +01:00 |
Markus Gans
|
1d3522f35b
|
Elimination of unnecessary terminal flushes
|
2020-11-04 16:19:02 +01:00 |
Markus Gans
|
63672a28d5
|
Use FIONREAD to get the number of characters available for reading on stdin
|
2020-11-03 13:05:01 +01:00 |
Markus Gans
|
d9003af7a1
|
Call of TIOCLINUX only in the Linux console
|
2020-11-02 23:24:14 +01:00 |
Markus Gans
|
396985f594
|
Non-blocking reading before timeout after keystroke
|
2020-11-02 22:17:07 +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
|
a4a3d93203
|
Repair terminal update skipping
|
2020-10-22 03:14:14 +02:00 |
Markus Gans
|
531eb22182
|
Increased the keyboard interval from 13.3 Hz to 30 Hz
|
2020-10-21 00:58:22 +02:00 |
Markus Gans
|
3c467c9c07
|
Optimize the terminal output speed
|
2020-10-19 23:38:12 +02:00 |
Markus Gans
|
6a8459c52b
|
Fixes unit test segfault
|
2020-10-17 17:34:10 +02:00 |
Markus Gans
|
396cda69e8
|
Solaris build fix
|
2020-10-11 09:14:52 +02:00 |
Markus Gans
|
e74dccf481
|
Screen reports (like Secondary DA) are now read directly
|
2020-10-08 05:55:32 +02:00 |
Markus Gans
|
adccd6ae3b
|
Now hides the input cursor when a widget gets hidden
|
2020-10-05 04:24:14 +02:00 |
Markus Gans
|
a821030333
|
Replaces some C-style arrays with std::array
|
2020-10-04 00:59:21 +02:00 |
Markus Gans
|
722be333df
|
Additions to the documentation
|
2020-09-27 20:43:53 +02:00 |
Markus Gans
|
72bcce87b7
|
Limit for the number of FObject child objects
|
2020-09-26 19:06:49 +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
|
5092244b81
|
FDataPtr was replaced by the template class FData
|
2020-09-18 17:13:52 +02:00 |
Markus Gans
|
ff555baf3b
|
Fixes a problem with mouse input in Cygwin in non-blocking read mode
|
2020-09-11 00:08:22 +02:00 |