Markus Gans
|
98f9cd5718
|
Replace pointers with references
|
2020-10-25 01:21:45 +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
|
3c46dad798
|
FString optimization
|
2020-10-13 12:55:28 +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
|
3d9f621258
|
std::clog now streams everything to the FLogger object
|
2020-09-25 00:48:58 +02:00 |
Markus Gans
|
b9042d5a03
|
Small code and text changes
|
2020-08-23 00:32:41 +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
|
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
|
ccb7eeb3c6
|
New widget FBusyIndicator
|
2020-06-11 21:38:33 +02:00 |
Markus Gans
|
0ff67da077
|
Parameter to specify a logging file
|
2020-06-07 18:21:59 +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
|
59830cbd05
|
Fixed memory leak in FString move assignment operator
|
2020-05-24 23:55:08 +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
|
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
|
d08dd8e9f4
|
Further small code improvements
|
2020-04-19 20:38:52 +02:00 |
Markus Gans
|
defc1714e4
|
CERT, OOP50-CPP: Avoids calling a virtual function from the constructor
|
2020-04-17 02:49:33 +02:00 |
Markus Gans
|
fd92d7f4d8
|
Update comments for the copy assignment operator
|
2020-04-15 23:44:08 +02:00 |
Markus Gans
|
9b654768aa
|
Several small code improvements
|
2020-04-15 00:28:18 +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
|
bb52b6fd7e
|
Correction of methods that were unnecessarily declared as virtual
|
2020-04-04 20:58:47 +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
|
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
|
74d8585561
|
New widget class FComboBox to provide a dropdown list with an input field
|
2019-12-16 11:14:24 +01:00 |
Markus Gans
|
b0080b00cf
|
More code cleanups
|
2019-10-08 04:37:19 +02:00 |
Markus Gans
|
a279a0981a
|
Internal redesign of the callback call
|
2019-10-05 23:20:07 +02:00 |
Markus Gans
|
8c67f64db4
|
Support for displaying full-width characters
|
2019-09-28 03:13:06 +02:00 |
Markus Gans
|
bc3afa6235
|
Remove #pragma pack() directive lines
|
2019-09-08 02:04:24 +02:00 |
Markus Gans
|
d1fedfec9f
|
Cygwin and Linux console do not use cp437 character encoding by default
|
2019-09-04 23:57:31 +02:00 |
Markus Gans
|
37ed970319
|
More use of direct initializations
|
2019-08-25 22:16:00 +02:00 |
Markus Gans
|
5257beb73a
|
Small cleanups
|
2019-08-06 23:45:28 +02:00 |
Markus Gans
|
ec502d208a
|
Add the reserve() method to FListBox to increase the capacity of the list
|
2019-04-27 00:38:15 +02:00 |
Markus Gans
|
7f206e88f0
|
Using namespace aliases finalcut::fc in some exemple programs
|
2019-04-26 21:06:04 +02:00 |
Markus Gans
|
2270f4cde5
|
Three new methods in FLineEdit
|
2019-02-24 00:25:36 +01:00 |
Markus Gans
|
a3e3cf22d8
|
Add a "dynamic layout" Chapter into the first steps document
|
2019-02-07 23:05:50 +01:00 |
Markus Gans
|
eeb32bd66e
|
More accurate interfaces through the strict use of FPoint() and FSize()
|
2019-01-21 03:42:18 +01:00 |