Markus Gans
|
4dcc573be7
|
New class FSize for storing dimensions
|
2019-01-16 16:00:15 +01:00 |
Markus Gans
|
72fab50cbf
|
Fix foptiattr-test
|
2019-01-03 08:31:48 +01:00 |
Markus Gans
|
838ba23c46
|
Integration of an output filter to replace missing characters
|
2019-01-03 07:36:18 +01:00 |
Markus Gans
|
3ad4652883
|
Replace redundant FString code with templates
|
2018-12-29 22:10:24 +01:00 |
Markus Gans
|
250c04cefd
|
Small data type changes
|
2018-12-28 22:57:43 +01:00 |
Markus Gans
|
2a06915f1c
|
Use constexpr for fixed values
|
2018-12-26 23:41:49 +01:00 |
Markus Gans
|
9a694ab267
|
New event FUserEvent for user-defined events
|
2018-12-24 18:11:16 +01:00 |
Markus Gans
|
ac9ed260f5
|
some fixes
|
2018-12-22 15:33:23 +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
|
7ef9b154b9
|
Better handling of the scrollbar maximum
|
2018-12-09 18:24:31 +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
|
4046f05a0c
|
Switched to the language standard C++11
|
2018-12-02 14:13:52 +01:00 |
Markus Gans
|
c15cb0ba24
|
memory management + handling environment variables with numbers
|
2018-11-24 23:43:09 +01:00 |
Markus Gans
|
6c4ba7af89
|
fkeyboard_test fix
|
2018-11-24 03:22:47 +01:00 |
Markus Gans
|
ca90fb64bd
|
Improved Sun Microsystems workstation console quirks
|
2018-11-24 02:59:56 +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
|
f6df9585f5
|
The integer type of FPoint and FRect changed from short to int
|
2018-11-21 22:15:14 +01:00 |
Markus Gans
|
1f64843fb6
|
New type FKey for key inputs
|
2018-11-21 20:07:08 +01:00 |
Markus Gans
|
3109189b1c
|
Remove testing line "return;"
|
2018-11-07 22:30:59 +01:00 |
Markus Gans
|
cd8e4f78ae
|
Use new type FColor for color values
|
2018-11-07 22:06:58 +01:00 |
Markus Gans
|
9fc1910c18
|
strncpy boundary
|
2018-11-06 01:27:08 +01:00 |
Markus Gans
|
70f3598b62
|
Moved FTerm debug access methods to FTermDebugData
|
2018-11-02 01:28:33 +01:00 |
Markus Gans
|
d35c3c0cdc
|
Setting the value can_change_color_palette in FTermcapQuirks
|
2018-10-29 21:12:03 +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
|
96edb762c7
|
Building Fix for a negative value check for gcc < 4.8
|
2018-10-26 07:43:23 +02:00 |
Markus Gans
|
c4e333bc8b
|
Fix the build on CentOS 6
|
2018-10-24 08:51:38 +02:00 |
Markus Gans
|
3678d52766
|
Small code fixes
|
2018-10-22 01:26:24 +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
|
fea78841b9
|
FKeyboard now uses references for keyboard buffer passing
|
2018-10-11 03:46:37 +02:00 |
Markus Gans
|
b854224eb5
|
Terminal detection for newer vte libraries (>= 0.53.0)
|
2018-10-09 16:04:21 +02:00 |
Markus Gans
|
0b51df32b5
|
Move all termcap code into FTermcap
|
2018-10-08 04:14:20 +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
|
c8abcce79a
|
dding a unit test for the FTermData class
|
2018-10-04 00:44:21 +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
|
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
|
851e3db49c
|
FListView now has the ability to sort by columns
|
2018-09-28 06:45:02 +02:00 |
Markus Gans
|
64c525fc79
|
Add time event processing unit test
|
2018-09-27 03:53:51 +02:00 |
Markus Gans
|
11ba43fa0f
|
Move time event processing from FApplication to FObject
|
2018-09-27 03:02:07 +02:00 |
Markus Gans
|
9671586be0
|
Build fix for non linux in FKeyboard::keyCorrection
|
2018-09-26 18:01:44 +02:00 |
Markus Gans
|
4ad8335556
|
Stricter use of the keyword virtual
|
2018-09-24 04:02:35 +02:00 |
Markus Gans
|
be7e8072fe
|
autoconf settings
|
2018-09-22 01:11:05 +02:00 |
Markus Gans
|
4df1aafcd0
|
Makefile modification
|
2018-09-21 07:06:18 +02:00 |
Markus Gans
|
a00f052e4d
|
First CppUnit tests implemented
|
2018-02-25 21:42:18 +01:00 |
Markus Gans
|
81e585e299
|
Add test directory
|
2018-02-24 19:37:20 +01:00 |
Markus Gans
|
ab26baa47c
|
All include files were moved to a separate directory
|
2017-09-17 21:30:04 +02:00 |