Commit Graph

529 Commits

Author SHA1 Message Date
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 d71ca6f028 Last minor changes 2020-11-07 21:51:55 +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 d9003af7a1 Call of TIOCLINUX only in the Linux console 2020-11-02 23:24:14 +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 a4a3d93203 Repair terminal update skipping 2020-10-22 03:14:14 +02:00
Markus Gans 531eb22182 Increased the keyboard interval from 13.3 Hz to 30 Hz 2020-10-21 00:58:22 +02:00
Markus Gans 3c467c9c07 Optimize the terminal output speed 2020-10-19 23:38:12 +02:00
Markus Gans 6a8459c52b Fixes unit test segfault 2020-10-17 17:34:10 +02:00
Markus Gans 396cda69e8 Solaris build fix 2020-10-11 09:14:52 +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 a821030333 Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
Markus Gans 722be333df Additions to the documentation 2020-09-27 20:43:53 +02:00
Markus Gans 72bcce87b7 Limit for the number of FObject child objects 2020-09-26 19:06:49 +02:00
Markus Gans 4478948bc7 FData improvements 2020-09-26 01:59:58 +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 a69d38fb1e Bugfix: empty FString() + wchar_t 2020-09-23 23:18:48 +02:00
Markus Gans d10e2888ac Bugfix in FDialog::setSize() 2020-09-22 01:04:36 +02:00
Markus Gans 5092244b81 FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02:00
Markus Gans ff555baf3b Fixes a problem with mouse input in Cygwin in non-blocking read mode 2020-09-11 00:08:22 +02:00
Markus Gans 51105e7db2 Speed up the reaction time of the gpm mouse 2020-09-08 23:22:52 +02:00
Markus Gans fdd7ff98ec Adding Windows Terminal detection 2020-08-30 22:47:24 +02:00
Markus Gans 5574104dd9 Fixes high CPU load 2020-08-15 23:42:29 +02:00
Markus Gans 6d72168ca4 New callback backend was implemented 2020-08-11 23:04:46 +02:00
Markus Gans 07127634fd Method name changes 2020-07-19 14:15:02 +02:00
Markus Gans 53ba96504f New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
Markus Gans 219ac28fb7 Add a document that describes how to create user themes 2020-07-06 19:32:01 +02:00
Markus Gans ccb7eeb3c6 New widget FBusyIndicator 2020-06-11 21:38:33 +02:00
Markus Gans 0ff67da077 Parameter to specify a logging file 2020-06-07 18:21:59 +02:00
Markus Gans c1b2699e53 Simplification of FMouse::createMouseObject() 2020-06-06 22:22:01 +02:00
Markus Gans 3d2a0c6dd2 Lazy terminal initialization on show() 2020-06-06 21:10:06 +02:00
Markus Gans f76a9d2114 Added FApplication::setDarkTheme() and FApplication::setDefaultTheme() 2020-05-30 23:02:53 +02:00
Markus Gans 1f1c6053a7 Adding a dark theme 2020-05-29 00:27:25 +02:00
Markus Gans df672dfd73 With FColorPalette you can now create your own color palette themes 2020-05-28 01:02:53 +02:00
Markus Gans a0e1115ff6 Added FApplication::processExternalUserEvent() 2020-05-26 21:55:22 +02:00
Markus Gans 45ddbd88d3 With FWidgetColors you can now create your own widget color themes 2020-05-26 21:37:39 +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 f20e036a9e Fixed event queue in FApplication 2020-05-21 14:53:51 +02:00
Markus Gans 5a60794b85 More direct access to the static FTerm functions 2020-05-16 22:24:36 +02:00
Markus Gans 923822ca25 New class FLogger for logging 2020-05-13 23:47:14 +02:00
Markus Gans deccb4b74c Moving all termcap functions into FTermcap 2020-05-02 04:56:12 +02:00
Markus Gans 4840978273 Static code for the special built-in key sequences 2020-04-29 00:37:29 +02:00
Markus Gans 1c3c687878 Adding the missing method getClientSize() 2020-04-28 01:46:26 +02:00
Markus Gans 7d4de8e46f Improved event handling code 2020-04-15 23:17:42 +02:00