Markus Gans
|
60009d8f4b
|
clear() and remove() were added to FListView
|
2020-02-02 22:34:27 +01:00 |
Markus Gans
|
dedc1f3410
|
New Widget class FSpinBox to provide spin boxes
|
2019-11-16 15:16:44 +01:00 |
Markus Gans
|
7499f424dc
|
Compile fix for some architectures
|
2019-10-14 01:44:24 +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
|
5257beb73a
|
Small cleanups
|
2019-08-06 23:45:28 +02:00 |
Markus Gans
|
7f206e88f0
|
Using namespace aliases finalcut::fc in some exemple programs
|
2019-04-26 21:06:04 +02: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 |
Markus Gans
|
838ba23c46
|
Integration of an output filter to replace missing characters
|
2019-01-03 07:36:18 +01:00 |
Markus Gans
|
719e9b0586
|
Use the override specifier
|
2018-12-31 06:18:39 +01:00 |
Markus Gans
|
0d1f6a5e51
|
Cygwin compiled fix for C++11
|
2018-12-30 04:24:46 +01:00 |
Markus Gans
|
250c04cefd
|
Small data type changes
|
2018-12-28 22:57:43 +01:00 |
Markus Gans
|
9a694ab267
|
New event FUserEvent for user-defined events
|
2018-12-24 18:11:16 +01:00 |
Markus Gans
|
f3bdc3b410
|
Use of smart pointers
|
2018-12-19 22:04:02 +01:00 |
Markus Gans
|
cef13611d1
|
Use of the C++11 auto specifier in the program code
|
2018-12-15 00:50:09 +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
|
3953dc19fa
|
FListViewItem now provides checkable list view items
|
2018-11-18 01:15:38 +01:00 |
Markus Gans
|
e40a233d64
|
FColor fix
|
2018-11-13 02:51:41 +01: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
|
d5e345ab68
|
Reduce the use of the new operators in the examples
|
2018-10-03 22:23:55 +02:00 |
Markus Gans
|
4ad8335556
|
Stricter use of the keyword virtual
|
2018-09-24 04:02:35 +02:00 |
Markus Gans
|
b0039e78c4
|
The entire library source code is now encapsulated under the namespace finalcut
|
2018-09-20 23:59:01 +02:00 |
Markus Gans
|
d1083b6a95
|
Refactoring of some functions
|
2018-02-04 19:42:30 +01:00 |
Markus Gans
|
91023e3a76
|
Small array optimizations
|
2018-01-17 21:11:26 +01:00 |
Markus Gans
|
129384d416
|
Version 0.4.0
|
2017-11-04 07:03:53 +01:00 |
Markus Gans
|
3a36ca3dbd
|
Only <final/final.h> can now be directly integrated in programs
|
2017-10-31 00:41:59 +01:00 |
Markus Gans
|
686283cb01
|
Add a standardized close confirmation dialog
|
2017-10-30 20:56:00 +01:00 |
Markus Gans
|
9b47e5c980
|
Add a standardized cb_exitApp callback method to FApplication
|
2017-10-29 18:27:38 +01:00 |
Markus Gans
|
1cb6a5f73d
|
FObject double free prevention of fc::empty_string
|
2017-10-15 23:22:13 +02:00 |
Markus Gans
|
af2caf8fcf
|
Minor tree view improvements
|
2017-10-15 15:27:36 +02:00 |
Markus Gans
|
2e506a1367
|
First implementation of a tree view in the FListView class
|
2017-10-14 22:20:19 +02:00 |
Markus Gans
|
b3e9a0bba1
|
New data type FStringList introduced
|
2017-09-20 16:56:20 +02:00 |
Markus Gans
|
fc113795b4
|
The command line help text is now available in all applications
|
2017-09-19 06:18:03 +02:00 |
Markus Gans
|
28f3de0971
|
All include files were moved to a separate director
|
2017-09-17 21:32:46 +02:00 |
Markus Gans
|
ab26baa47c
|
All include files were moved to a separate directory
|
2017-09-17 21:30:04 +02:00 |