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 |
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
|
28080abb3e
|
first steps documentation changes
|
2020-08-23 14:00:53 +02:00 |
Markus Gans
|
b9042d5a03
|
Small code and text changes
|
2020-08-23 00:32:41 +02:00 |
Markus Gans
|
2b33c1875a
|
Fix timeout problem in keyboard unit test
|
2020-08-16 02:01:47 +02:00 |
Markus Gans
|
b54d1c2f38
|
Fixed some minor bugs
|
2020-08-12 22:28:02 +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 |