32 Commits

Author SHA1 Message Date
Markus Gans
e38d604544 Bug fixing in FString and FTermDetection 2021-06-06 00:07:39 +02:00
Markus Gans
7f9ba7464b FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +02:00
Markus Gans
b2de303cfc Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
Markus Gans
24696ffcd1 FString unit test fix 2020-11-08 18:51:59 +01:00
Markus Gans
d71ca6f028 Last minor changes 2020-11-07 21:51:55 +01:00
Markus Gans
98f9cd5718 Replace pointers with references 2020-10-25 01:21:45 +02:00
Markus Gans
a69d38fb1e Bugfix: empty FString() + wchar_t 2020-09-23 23:18:48 +02:00
Markus Gans
b9042d5a03 Small code and text changes 2020-08-23 00:32:41 +02:00
Markus Gans
53ba96504f New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +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
159d086af4 macOS build fix 2020-04-25 02:32:33 +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
8c434777bc Revision of FString number input stream 2019-11-17 22:06:07 +01:00
Markus Gans
a279a0981a Internal redesign of the callback call 2019-10-05 23:20:07 +02:00
Markus Gans
6b9336d6c1 Streaming into an FTextView() object 2019-09-29 22:28:58 +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
7f206e88f0 Using namespace aliases finalcut::fc in some exemple programs 2019-04-26 21:06:04 +02:00
Markus Gans
3ad4652883 Replace redundant FString code with templates 2018-12-29 22:10:24 +01:00
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
9fc1910c18 strncpy boundary 2018-11-06 01:27:08 +01:00
Markus Gans
c96af1d3a2 Fix FString unit test 2018-10-29 01:06:11 +01:00
Markus Gans
98bff1e45b Adding the capacity() method to the FString class 2018-10-27 00:13:31 +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
9662c09618 empty string test fix 2018-10-05 06:19:52 +02:00
Markus Gans
8e2c32ebdc Remove redundant program code from FString 2018-10-05 05:15:54 +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
4df1aafcd0 Makefile modification 2018-09-21 07:06:18 +02:00