Markus Gans
|
5f7737bf64
|
Improve code readability through spaces between the operands and the operators
|
2017-08-27 09:50:30 +02:00 |
Markus Gans
|
3f8b9d774b
|
Rename fapp.{cpp,h} to fapplication.{cpp,h}
|
2017-08-24 00:47:35 +02:00 |
Markus Gans
|
c6dba0b4ac
|
Rename preprocessor macro names with leading underscore
|
2017-04-09 20:08:53 +02:00 |
Markus Gans
|
48b2e6a816
|
compiles now under FreeBSD
|
2017-03-26 20:40:04 +02:00 |
Markus Gans
|
05c61f1901
|
More constant character pointers
|
2017-03-17 22:59:06 +01:00 |
Markus Gans
|
7c11ba1707
|
FListBox saves data pointer in FListBoxItems
|
2017-02-24 00:30:07 +01:00 |
Markus Gans
|
b9f3be782f
|
Skipping the print of characters without changes
|
2016-12-18 23:34:11 +01:00 |
Markus Gans
|
125c4b961b
|
The use of xterm default colors now is configurable
|
2016-11-06 16:36:21 +01:00 |
Markus Gans
|
e66f00ea92
|
Determine xterm maximum number of colors via OSC 4
|
2016-11-05 23:12:05 +01:00 |
Markus Gans
|
75b452bf52
|
The class declaration now has a consistent order
|
2016-11-02 00:37:58 +01:00 |
Markus Gans
|
1613d5bb55
|
Refactor the VGA attribute controller access code
|
2016-10-17 08:44:38 +02:00 |
Markus Gans
|
b668f7011c
|
Separate the virtual terminal into a own class vterm
|
2016-10-11 04:57:36 +02:00 |
Markus Gans
|
605194b69e
|
input cursor is now controlled by the vterm
|
2016-10-06 23:15:09 +02:00 |
Markus Gans
|
c25ee14fe7
|
Move or resize a window with the arrow keys
|
2016-09-30 04:55:28 +02:00 |
Markus Gans
|
9475f34499
|
Replacing the widget position variables by FRect objects
|
2016-09-25 23:53:48 +02:00 |
Markus Gans
|
5606d66404
|
widget clearing updates now only non-covered characters
|
2016-08-06 21:43:39 +02:00 |
Markus Gans
|
9766ee4b6f
|
Better code readability: control structures (if/else, while, switch) are now separated by a blank line.
|
2016-07-09 00:01:59 +02:00 |
Markus Gans
|
71b5b16865
|
Add the new class FDialogListMenu to switch between dialog menus
|
2016-07-03 20:08:39 +02:00 |
Markus Gans
|
b21fe6a405
|
moving events into the class fc
|
2016-01-17 02:57:08 +01:00 |
Markus Gans
|
27d8b515f1
|
Some bug fixes
|
2015-12-20 23:27:33 +01:00 |
Markus Gans
|
2b3a7d3a4c
|
Fixed: calculator behavior for negative values in trigonometric functions
|
2015-10-17 05:13:14 +02:00 |
Markus Gans
|
70f5b545a5
|
Better support for monochrom terminals
|
2015-10-11 21:56:16 +02:00 |
Markus Gans
|
69e30eae49
|
Simplify default arguments
|
2015-09-27 16:45:28 +02:00 |
Markus Gans
|
2afa9907ac
|
Add an inheritance diagram in every class header
|
2015-09-25 21:37:19 +02:00 |
Markus Gans
|
9740350abd
|
Add macro _METHOD_CALLBACK and _FUNCTION_CALLBACK to simplify the use callback functions. The callback data pointer is now predefined with NULL as default argument.
|
2015-09-24 19:01:27 +02:00 |
Markus Gans
|
89f6d718f3
|
Some code optimizations
|
2015-09-20 05:44:50 +02:00 |
Markus Gans
|
58bd749463
|
Better contrast on 8 color terminals
|
2015-07-09 23:29:51 +02:00 |
Markus Gans
|
f282e3de3a
|
fc::Fkey_return -> fc::Fkey_enter
|
2015-07-03 20:33:54 +02:00 |
Markus Gans
|
f4f1629809
|
Class FButton: use the object timer for the click animation
|
2015-07-01 22:34:40 +02:00 |
Markus Gans
|
f9001e59de
|
Class FString: Add toFloat(), toDouble() and setNumber(...) for floating point values
|
2015-06-27 23:00:12 +02:00 |
Markus Gans
|
77c6fa4eee
|
Add fc::Fkey_erase for backspace
|
2015-06-22 17:03:50 +02:00 |
Markus Gans
|
c6518823c4
|
Improve trigonometric function zero-crossing
|
2015-06-22 02:01:50 +02:00 |
Markus Gans
|
e6ac1abda1
|
Add a simple calculator with trigonometric functions
|
2015-06-22 00:28:06 +02:00 |