Markus Gans
|
2a06915f1c
|
Use constexpr for fixed values
|
2018-12-26 23:41:49 +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
|
9ba1b77069
|
Easier handling of fc::SpecialCharacter
|
2018-12-06 02:28:24 +01:00 |
Markus Gans
|
3537152c28
|
Use delegated constructors and in-class default member initializers
|
2018-12-03 03:22:36 +01:00 |
Markus Gans
|
820ef81377
|
bad_alloc_str in now usable in the entire namespace finalcut
|
2018-11-22 21:51:32 +01:00 |
Markus Gans
|
98bff1e45b
|
Adding the capacity() method to the FString class
|
2018-10-27 00:13:31 +02:00 |
Markus Gans
|
96edb762c7
|
Building Fix for a negative value check for gcc < 4.8
|
2018-10-26 07:43:23 +02:00 |
Markus Gans
|
4fac4627cd
|
FString fix for 32-bit architectures
|
2018-10-15 01:51:09 +02:00 |
Markus Gans
|
de4be23a04
|
FString fix for 32-bit architectures
|
2018-10-15 01:34:57 +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
|
0b51df32b5
|
Move all termcap code into FTermcap
|
2018-10-08 04:14:20 +02:00 |
Markus Gans
|
19239df5d1
|
Remove more redundant program code from FString
|
2018-10-05 19:24:00 +02:00 |
Markus Gans
|
ca9bdad88a
|
Fix va_start format passing
|
2018-10-05 05:35:33 +02:00 |
Markus Gans
|
8e2c32ebdc
|
Remove redundant program code from FString
|
2018-10-05 05:15:54 +02:00 |
Markus Gans
|
f19b4811ae
|
Small optimizations
|
2018-10-02 01:03:44 +02:00 |
Markus Gans
|
8407a9d2b6
|
Extract FTerm data members into the data class FTermData
|
2018-10-01 22:27:54 +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
|
0029c41bad
|
Implement a ttytype test for the FTermDetection unit test
|
2018-09-16 19:33:40 +02:00 |
Markus Gans
|
0a5d5aa59c
|
Removes the deprecated keyword "register"
|
2018-09-12 22:51:15 +02:00 |
Markus Gans
|
4b82af367f
|
Fixed dereferenced null pointer
|
2018-05-27 23:06:49 +02:00 |
Markus Gans
|
0927e4e1fb
|
Move FreeBSD, NetBSD and OpenBSD functions to separate classes
|
2018-05-27 19:43:18 +02:00 |
Markus Gans
|
9fe0bc3241
|
Unit tests update
|
2018-03-21 00:16:55 +01:00 |
Markus Gans
|
8dd23d1673
|
Unit tests update
|
2018-03-21 00:02:43 +01:00 |
Markus Gans
|
61f2a4677c
|
Unit tests update
|
2018-03-14 00:53:28 +01:00 |
Markus Gans
|
9da31a7d7b
|
Unit tests for the FString class completed
|
2018-03-10 16:24:39 +01:00 |
Markus Gans
|
46c03bb7bb
|
Unit tests update
|
2018-03-10 13:17:57 +01:00 |
Markus Gans
|
16bbda2099
|
Unit tests update
|
2018-03-10 05:27:55 +01:00 |
Markus Gans
|
27cefbf99b
|
Unit tests update
|
2018-03-08 17:57:17 +01:00 |
Markus Gans
|
a0bf6bd00c
|
Unit tests update
|
2018-03-07 00:48:06 +01:00 |
Markus Gans
|
7f5dc3bfe2
|
Unit tests update
|
2018-03-05 22:26:44 +01:00 |
Markus Gans
|
d97f03027e
|
Unit tests update
|
2018-03-05 03:15:16 +01:00 |
Markus Gans
|
2459126924
|
Unit tests update
|
2018-03-05 00:25:05 +01:00 |
Markus Gans
|
f343945ff7
|
Unit tests update
|
2018-03-03 22:24:57 +01:00 |
Markus Gans
|
2bc3fe4dd1
|
Unit tests update
|
2018-03-02 00:02:54 +01:00 |
Markus Gans
|
b51d7a399c
|
Unit tests update
|
2018-03-01 01:05:32 +01:00 |
Markus Gans
|
f42175c8da
|
Unit tests update
|
2018-03-01 00:00:30 +01:00 |
Markus Gans
|
74629b9ffb
|
Unit tests update
|
2018-02-28 23:52:34 +01:00 |
Markus Gans
|
f89258fa84
|
libcppunit-dev
|
2018-02-25 21:49:04 +01:00 |
Markus Gans
|
a00f052e4d
|
First CppUnit tests implemented
|
2018-02-25 21:42:18 +01:00 |
Markus Gans
|
06bfb8bc64
|
Refactoring of secondary device attributes parsing
|
2018-01-02 20:38:45 +01:00 |
Markus Gans
|
fd5404ba57
|
Refactoring FButton::draw + Passing more strings by reference
|
2017-12-25 21:17:08 +01:00 |
Markus Gans
|
ec57ec6f74
|
The Final Cut now also compiles under Solaris
|
2017-12-17 01:06:53 +01:00 |
Markus Gans
|
1f8894b801
|
Refactoring FApplication::linuxModifierKeyCorrection and FVTerm::updateVTerm
|
2017-12-02 18:52:51 +01:00 |
Markus Gans
|
6be608ba57
|
Improved code alignment
|
2017-11-26 22:37:18 +01:00 |
Markus Gans
|
129384d416
|
Version 0.4.0
|
2017-11-04 07:03:53 +01:00 |
Markus Gans
|
19c8dd50a9
|
Move fonts into the root directory
|
2017-11-02 16:05:34 +01:00 |
Markus Gans
|
1cb6a5f73d
|
FObject double free prevention of fc::empty_string
|
2017-10-15 23:22:13 +02:00 |
Markus Gans
|
0277abcbdb
|
DECSCUSR - Set Cursor Style support for VTE >= 0.40.0 and gnome-terminal >= 3.16
|
2017-10-06 12:19:39 +02:00 |
Markus Gans
|
975212bac0
|
mouse support for coordinates > 255 and copyright informations
|
2017-10-02 10:01:58 +02:00 |
Markus Gans
|
b3e9a0bba1
|
New data type FStringList introduced
|
2017-09-20 16:56:20 +02:00 |