Markus Gans
|
adccd6ae3b
|
Now hides the input cursor when a widget gets hidden
|
2020-10-05 04:24:14 +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
|
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
|
44d6d8cdb9
|
Fixes minor bugs
|
2020-09-20 14:11:35 +02:00 |
Markus Gans
|
ff2e29b246
|
FData optimization
|
2020-09-18 22:40:51 +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 |
Markus Gans
|
51105e7db2
|
Speed up the reaction time of the gpm mouse
|
2020-09-08 23:22:52 +02:00 |
Markus Gans
|
28080abb3e
|
first steps documentation changes
|
2020-08-23 14:00:53 +02:00 |
Markus Gans
|
b9042d5a03
|
Small code and text changes
|
2020-08-23 00:32:41 +02:00 |
Markus Gans
|
2b33c1875a
|
Fix timeout problem in keyboard unit test
|
2020-08-16 02:01:47 +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
|
219ac28fb7
|
Add a document that describes how to create user themes
|
2020-07-06 19:32:01 +02:00 |
Markus Gans
|
7749d28b92
|
Add a "user event" chapter to the first steps document
|
2020-06-13 20:35:27 +02:00 |
Markus Gans
|
9845a022a3
|
Fixed some minor bugs
|
2020-06-11 23:00:18 +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
|
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
|
59830cbd05
|
Fixed memory leak in FString move assignment operator
|
2020-05-24 23:55:08 +02:00 |
Markus Gans
|
9e68344a2b
|
New class FStringStream
|
2020-05-24 02:15:43 +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
|
379c45efb5
|
A little more clean code
|
2020-05-14 01:22:45 +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
|
0de0676092
|
A few inline and const changes
|
2020-04-26 20:45:57 +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
|
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
|
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
|
7d4de8e46f
|
Improved event handling code
|
2020-04-15 23:17:42 +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
|
ac1ebfefad
|
minor fixes
|
2020-04-10 22:13:13 +02:00 |
Markus Gans
|
20c3cf218e
|
Dialogs can now be displayed without a border
|
2020-04-09 12:38:35 +02:00 |
Markus Gans
|
bb52b6fd7e
|
Correction of methods that were unnecessarily declared as virtual
|
2020-04-04 20:58:47 +02:00 |