Commit Graph

1065 Commits

Author SHA1 Message Date
Markus Gans a924eeafb4 Update Travis CI compiler version 2019-10-20 22:47:12 +02:00
Markus Gans d9f7985b40 Update Travis CI compiler version 2019-10-20 22:39:53 +02:00
Markus Gans dae345fbac Update Travis CI compiler version 2019-10-20 22:25:13 +02:00
Markus Gans 5e79e0a1fa Update Travis CI compiler version 2019-10-20 22:15:22 +02:00
Markus Gans 5ceee8b4c8 New method setInputType() in FLineEdit that allows to obscure password entries 2019-10-20 20:06:33 +02:00
Markus Gans 58c775c252
Merge pull request #41 from gansm/master
merge
2019-10-17 02:01:36 +02:00
Markus Gans 5e4a71dc0d Version 0.6.0 2019-10-17 01:13:18 +02:00
Markus Gans 7499f424dc Compile fix for some architectures 2019-10-14 01:44:24 +02:00
Markus Gans 762b232fd0 More code cleanups 2019-10-08 04:50:43 +02:00
Markus Gans b0080b00cf More code cleanups 2019-10-08 04:37:19 +02:00
Markus Gans 937654710b Code cleaning 2019-10-06 22:35:00 +02:00
Markus Gans 66ff1ba208 Small fixes 2019-10-06 00:36:58 +02:00
Markus Gans a279a0981a Internal redesign of the callback call 2019-10-05 23:20:07 +02:00
Markus Gans 298755a0fe Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
Markus Gans 6b9336d6c1 Streaming into an FTextView() object 2019-09-29 22:28:58 +02:00
Markus Gans bccdbbd3ad
Merge pull request #39 from gansm/master
merge
2019-09-28 06:23:05 +02:00
Markus Gans 8c67f64db4 Support for displaying full-width characters 2019-09-28 03:13:06 +02:00
Markus Gans e15f1a344a Minor code changes 2019-09-09 19:13:38 +02:00
Markus Gans bc3afa6235 Remove #pragma pack() directive lines 2019-09-08 02:04:24 +02:00
Markus Gans 81e00a22d3 Outsourcing the initialization data to a separate struct 2019-09-06 08:21:10 +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 9a40890026 More use of direct initializations 2019-08-25 22:21:01 +02:00
Markus Gans 37ed970319 More use of direct initializations 2019-08-25 22:16:00 +02:00
Markus Gans 43de8d6150 add missing override 2019-08-18 21:46:38 +02:00
Markus Gans 8c90cd2a4c Fixes print() << FPoint() behavior in FScrollView 2019-08-18 21:36:10 +02:00
Markus Gans 248cf8a0ba Update VTerm information only in case of changes 2019-08-18 21:35:36 +02:00
Markus Gans ad2766e706 Solved problem detecting terminal size on quick changes 2019-08-18 02:04:44 +02:00
Markus Gans 4075e6e1ed Update .bettercodehub.yml 2019-08-11 22:32:46 +02:00
Markus Gans bda1582659 Update .bettercodehub.yml 2019-08-11 22:26:11 +02:00
Markus Gans 6b3e0135c7 Update .bettercodehub.yml 2019-08-11 22:18:30 +02:00
Markus Gans 4165772265 Update .bettercodehub.yml 2019-08-11 22:16:50 +02:00
Markus Gans 924d69225f Update .bettercodehub.yml 2019-08-11 22:12:51 +02:00
Markus Gans dec830a0d8 Update .bettercodehub.yml 2019-08-11 22:06:48 +02:00
Markus Gans 258b2489a3 Update .bettercodehub.yml 2019-08-11 22:04:01 +02:00
Markus Gans 5f7f2116f7 Update .bettercodehub.yml 2019-08-11 21:59:56 +02:00
Markus Gans 3bd3819a1a Update .bettercodehub.yml 2019-08-11 21:51:20 +02:00
Markus Gans 44e157e493 Converts getHotkeyPos() for sharing into a non-member function 2019-08-11 20:07:39 +02:00
Markus Gans 5a43a018cf FRect has now got a scaleBy() method 2019-08-11 18:15:57 +02:00
Markus Gans bd81fdb069 set OpenBSD pitch and duration of the system speaker 2019-08-10 20:14:44 +02:00
Markus Gans 5bd46e32ec Add Codecov 2019-08-09 06:48:39 +02:00
Markus Gans 3c5c2aa69e Fixes the Cygwin build 2019-08-07 11:47:03 +02:00
Markus Gans 5257beb73a Small cleanups 2019-08-06 23:45:28 +02:00
Markus Gans 77b76b7a2a Reduce the number of interface parameters 2019-08-04 23:38:47 +02:00
Markus Gans aac2231898 remove debug output from code 2019-08-01 00:28:36 +02:00
Markus Gans 0e12be93cc Unit test for the move assignment operator and move constructor in FPoint, FSize and FRect 2019-07-31 23:57:35 +02:00
Markus Gans 92c120b79e The FTermFreeBSD unit test has been extended 2019-07-29 15:52:23 +02:00
Markus Gans 0ba913a23e small fixes 2019-07-29 02:34:58 +02:00
Markus Gans 8026f64754 Add compile flag for the coverity scan test 2019-07-28 23:48:14 +02:00
Markus Gans f78aba0395 Add unit test for the FTermFreeBSD class 2019-07-28 23:12:01 +02:00