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
|
4c3b5b6737
|
Decoupling the FWidget and FWindow classes from FVTerm
|
2021-04-18 15:05:55 +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
|
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
|
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
|
7868a0dee9
|
Use of default destructors
|
2020-11-24 21:06:39 +01:00 |
|
Markus Gans
|
96f2f28f21
|
deprecated code removed
|
2020-11-08 12:17:05 +01:00 |
|
Markus Gans
|
2c9778698e
|
Small improvements
|
2020-10-14 17:31: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
|
fb8baf8c5c
|
Fixed a few minor bugs
|
2020-10-04 02:55:15 +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
|
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
|
c2894b6591
|
Fixed some minor bugs
|
2020-08-13 23:58:32 +02:00 |
|
Markus Gans
|
50fc6fdb63
|
Fixed some minor bugs
|
2020-08-13 00:34:39 +02:00 |
|
Markus Gans
|
b54d1c2f38
|
Fixed some minor bugs
|
2020-08-12 22:28:02 +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
|
ccb7eeb3c6
|
New widget FBusyIndicator
|
2020-06-11 21:38:33 +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
|
45ddbd88d3
|
With FWidgetColors you can now create your own widget color themes
|
2020-05-26 21:37:39 +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
|
1c3c687878
|
Adding the missing method getClientSize()
|
2020-04-28 01:46: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
|
fd92d7f4d8
|
Update comments for the copy assignment operator
|
2020-04-15 23:44:08 +02:00 |
|
Markus Gans
|
7d4de8e46f
|
Improved event handling code
|
2020-04-15 23:17:42 +02:00 |
|
Markus Gans
|
90b389035e
|
Several small code improvements
|
2020-04-14 23:46:42 +02:00 |
|
Markus Gans
|
3bb001677f
|
Several small code improvements
|
2020-04-13 12:40:11 +02:00 |
|
Markus Gans
|
20c3cf218e
|
Dialogs can now be displayed without a border
|
2020-04-09 12:38:35 +02:00 |
|
Markus Gans
|
925f106846
|
Unbuffered reading of keystrokes for better latency
|
2020-03-05 21:30:54 +01:00 |
|
Markus Gans
|
164487096c
|
Some small code improvements
|
2020-02-19 21:59:13 +01:00 |
|
Markus Gans
|
60009d8f4b
|
clear() and remove() were added to FListView
|
2020-02-02 22:34:27 +01:00 |
|
Markus Gans
|
06d65ed676
|
Fix metadata
|
2020-01-20 21:40:00 +01:00 |
|
Markus Gans
|
c0b1dc5924
|
Add setCurrentItem() to the FComboBox widget class
|
2020-01-09 19:21:16 +01:00 |
|
Markus Gans
|
3a391f5fe5
|
Better setSize() implementation in some widgets
|
2019-12-23 03:53:32 +01:00 |
|
Markus Gans
|
b7639f5301
|
Fixed the drawing of FLabel widget with the default size of 1×1 character
|
2019-12-20 19:36:18 +01:00 |
|