Markus Gans
|
a279a0981a
|
Internal redesign of the callback call
|
2019-10-05 23:20:07 +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
|
69db7417ad
|
Removing public + protected data members from classes
|
2019-09-01 23:29:27 +02:00 |
|
Markus Gans
|
44e157e493
|
Converts getHotkeyPos() for sharing into a non-member function
|
2019-08-11 20:07:39 +02:00 |
|
Markus Gans
|
5257beb73a
|
Small cleanups
|
2019-08-06 23:45:28 +02:00 |
|
Markus Gans
|
eeb32bd66e
|
More accurate interfaces through the strict use of FPoint() and FSize()
|
2019-01-21 03:42:18 +01:00 |
|
Markus Gans
|
4dcc573be7
|
New class FSize for storing dimensions
|
2019-01-16 16:00:15 +01:00 |
|
Markus Gans
|
719e9b0586
|
Use the override specifier
|
2018-12-31 06:18:39 +01:00 |
|
Markus Gans
|
9a694ab267
|
New event FUserEvent for user-defined events
|
2018-12-24 18:11:16 +01:00 |
|
Markus Gans
|
6ce8c5cb27
|
Use nullptr instead of 0 to initialize a pointer values
|
2018-12-10 01:48:26 +01:00 |
|
Markus Gans
|
fe0c22abe4
|
Deactivate copy constructor and assignment operator with "= delete"
|
2018-12-09 22:04:55 +01:00 |
|
Markus Gans
|
3537152c28
|
Use delegated constructors and in-class default member initializers
|
2018-12-03 03:22:36 +01:00 |
|
Markus Gans
|
5a356664b2
|
The widget flags are now stored in a bit field
|
2018-11-04 23:00:06 +01:00 |
|
Markus Gans
|
5d134793cf
|
FTerm is now a data member of FVTerm
|
2018-10-29 00:45:45 +01:00 |
|
Markus Gans
|
e359d16417
|
Some code formatting
|
2018-10-24 00:16:45 +02:00 |
|
Markus Gans
|
540291b410
|
Moving static attributes from FApplication to FWidget
|
2018-10-21 21:06:52 +02:00 |
|
Markus Gans
|
cfc1c4ef25
|
change from int to std::size_t for width or height
|
2018-10-14 06:25:33 +02:00 |
|
Markus Gans
|
4ad8335556
|
Stricter use of the keyword virtual
|
2018-09-24 04:02:35 +02:00 |
|
Markus Gans
|
f00f5417b6
|
mv include src
|
2018-09-21 06:03:51 +02:00 |
|