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
|
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
|
d5ec54dcfd
|
Minor code improvements
|
2021-04-05 21:20:02 +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
|
b2de303cfc
|
Refactoring to scaled enumerations
|
2020-12-31 20:45:10 +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
|
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
|
1d3522f35b
|
Elimination of unnecessary terminal flushes
|
2020-11-04 16:19:02 +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
|
b69f3fc5d8
|
FWidget::show() optimized
|
2020-10-20 16:52:25 +02:00 |
Markus Gans
|
3c467c9c07
|
Optimize the terminal output speed
|
2020-10-19 23:38:12 +02:00 |
Markus Gans
|
2c9778698e
|
Small improvements
|
2020-10-14 17:31:52 +02:00 |
Markus Gans
|
12ec2b0574
|
Refactoring of some methods
|
2020-10-11 22:50:08 +02:00 |
Markus Gans
|
97f1dea7b8
|
Add some includes
|
2020-10-08 16:28:29 +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
|
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
|
c2894b6591
|
Fixed some minor bugs
|
2020-08-13 23:58:32 +02:00 |
Markus Gans
|
6d72168ca4
|
New callback backend was implemented
|
2020-08-11 23:04:46 +02:00 |
Markus Gans
|
07127634fd
|
Method name changes
|
2020-07-19 14:15:02 +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
|
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
|
45ddbd88d3
|
With FWidgetColors you can now create your own widget color themes
|
2020-05-26 21:37:39 +02:00 |
Markus Gans
|
59830cbd05
|
Fixed memory leak in FString move assignment operator
|
2020-05-24 23:55:08 +02:00 |
Markus Gans
|
f20e036a9e
|
Fixed event queue in FApplication
|
2020-05-21 14:53:51 +02:00 |
Markus Gans
|
5a60794b85
|
More direct access to the static FTerm functions
|
2020-05-16 22:24:36 +02:00 |
Markus Gans
|
923822ca25
|
New class FLogger for logging
|
2020-05-13 23:47:14 +02:00 |
Markus Gans
|
a90cd1ad55
|
const type qualifiers and list initialization
|
2020-05-02 00:07:35 +02:00 |
Markus Gans
|
2b1774e578
|
More internal use of const char* strings
|
2020-04-24 00:34:26 +02:00 |
Markus Gans
|
803e54d456
|
Further small code improvements
|
2020-04-20 01:01:20 +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
|
7d4de8e46f
|
Improved event handling code
|
2020-04-15 23:17:42 +02:00 |
Markus Gans
|
3bb001677f
|
Several small code improvements
|
2020-04-13 12:40:11 +02:00 |
Markus Gans
|
4c0404ac60
|
A small benchmakt test was added to the Rotozoomer example
|
2020-03-22 21:53:27 +01:00 |
Markus Gans
|
77638fcaa0
|
Fixes keyboard input buffer problem when opening a modal dialog
|
2020-03-07 21:32:18 +01:00 |