Commit Graph

262 Commits

Author SHA1 Message Date
Nicolas H ea7f53be41 Ajout de getindex, setindex & setmark pour le Listview 2021-07-06 17:26:44 +00:00
Markus Gans 45110c5b21 Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02:00
Markus Gans 7170fc846c Fix release build 2021-06-19 23:25:36 +02:00
Markus Gans 9931f75a51 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
Markus Gans c4376bae3e localtime to localtime_r 2021-06-16 21:55:11 +02:00
Markus Gans 85ae1612fd Converted the internal timer from timeval to std::chrono::time_point<system_clock> 2021-06-16 15:42:46 +02:00
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 95c0717589 Using std::string for the attribute buffer 2021-05-24 21:13:10 +02:00
Markus Gans d12875682d Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
Markus Gans d5ec54dcfd Minor code improvements 2021-04-05 21:20:02 +02:00
Markus Gans 4acca85a13 Treeview example iterator 2021-03-30 23:26:06 +02:00
Markus Gans 9df509dd3b No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
Markus Gans 597f9e772b New method FWidget::initLayout() for setting widget layouts after terminal initialization 2021-03-28 23:19:01 +02:00
Markus Gans d4f629f183 One unit test was commented out 2021-03-10 10:07:32 +01:00
Markus Gans 465fd9510a Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
Markus Gans baa0c60c79 Added support for combined unicode characters 2021-02-09 22:01:21 +01:00
Markus Gans 5b789e4110 Fixed: build with gcc < 5.5 - std::hash<FKey> 2021-01-20 01:32:39 +01:00
Markus Gans eb61e6fec0 Add some #includes 2020-12-31 23:22:22 +01:00
Markus Gans b2de303cfc Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
Markus Gans 4146b20028 Small fixes 2020-12-06 02:11:54 +01:00
Markus Gans 47cb79a7f0 Small fixes 2020-12-05 23:54:40 +01:00
Markus Gans c4b799d98f Fixed: build with gcc < 5.5 2020-12-05 21:24:09 +01:00
Markus Gans 4517038521 Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
Markus Gans 7868a0dee9 Use of default destructors 2020-11-24 21:06:39 +01:00
Markus Gans ae1fdecb40 The terminal update rate is now limited to 60 Hz 2020-11-18 22:10:09 +01:00
Markus Gans b28cf8b9c1 Bugfix: The cursor position was not changed anymore if there was no change to the content 2020-11-14 20:59:26 +01:00
Markus Gans 1d3522f35b Elimination of unnecessary terminal flushes 2020-11-04 16:19:02 +01:00
Markus Gans 63672a28d5 Use FIONREAD to get the number of characters available for reading on stdin 2020-11-03 13:05:01 +01:00
Markus Gans 396985f594 Non-blocking reading before timeout after keystroke 2020-11-02 22:17:07 +01:00
Markus Gans 0ee09aad2c Now FINAL CUT queues keyboard and mouse input to speed up the processing of widget events 2020-11-01 20:11:36 +01:00
Markus Gans 98f9cd5718 Replace pointers with references 2020-10-25 01:21:45 +02:00
Markus Gans b69f3fc5d8 FWidget::show() optimized 2020-10-20 16:52:25 +02:00
Markus Gans 3c467c9c07 Optimize the terminal output speed 2020-10-19 23:38:12 +02:00
Markus Gans 4f49d9ffaa FVTerm improvements 2020-10-14 23:43:34 +02:00
Markus Gans 2c9778698e Small improvements 2020-10-14 17:31:52 +02:00
Markus Gans 3c46dad798 FString optimization 2020-10-13 12:55:28 +02:00
Markus Gans 12ec2b0574 Refactoring of some methods 2020-10-11 22:50:08 +02:00
Markus Gans 396cda69e8 Solaris build fix 2020-10-11 09:14:52 +02:00
Markus Gans 73e587b9c2 Add some includes 2020-10-08 16:46:14 +02:00
Markus Gans 97f1dea7b8 Add some includes 2020-10-08 16:28:29 +02:00
Markus Gans 9f1bd87151 Minor changes 2020-10-08 12:09:48 +02:00
Markus Gans e74dccf481 Screen reports (like Secondary DA) are now read directly 2020-10-08 05:55:32 +02:00
Markus Gans adccd6ae3b Now hides the input cursor when a widget gets hidden 2020-10-05 04:24:14 +02:00
Markus Gans fb8baf8c5c Fixed a few minor bugs 2020-10-04 02:55:15 +02:00
Markus Gans a821030333 Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
Markus Gans b15a665729 unit test for the FData 2020-09-25 06:16:32 +02:00
Markus Gans 3d9f621258 std::clog now streams everything to the FLogger object 2020-09-25 00:48:58 +02:00
Markus Gans 44d6d8cdb9 Fixes minor bugs 2020-09-20 14:11:35 +02:00
Markus Gans ff2e29b246 FData optimization 2020-09-18 22:40:51 +02:00