Markus Gans
|
abd501b558
|
Add some bad allocation checks
|
2017-08-12 22:55:29 +02:00 |
Markus Gans
|
2a85f7e977
|
Some code improvements
|
2017-08-12 20:10:27 +02:00 |
Markus Gans
|
0240d782ca
|
Possibility for a FListView column to set the alignment
|
2017-07-28 22:18:42 +02:00 |
Markus Gans
|
b36fc80f51
|
Use more static const variables where it makes sense
|
2017-07-03 16:56:32 +02:00 |
Markus Gans
|
b0b5282c9a
|
FString::rtrim() and FString::left() now return an FString object with the correct character length
|
2017-06-26 23:35:34 +02:00 |
Markus Gans
|
526e193fb7
|
The focus and active flag is set centrally in FWidget
|
2017-06-05 16:11:25 +02:00 |
Markus Gans
|
a7a11083d5
|
FString allocates no new memory if the size sufficient
|
2017-04-17 22:49:42 +02:00 |
Markus Gans
|
0c3668573d
|
Speed up FString::setNumber() by using a decimal string lookup table
|
2017-04-17 01:03:14 +02:00 |
Markus Gans
|
09d6c2879d
|
Fix unsigned integer underflow in FString::_insert()
|
2017-04-15 19:32:43 +02:00 |
Markus Gans
|
2ec425480a
|
Enable xterm "metaSendsEscape" switch
|
2017-04-11 00:30:27 +02:00 |
Markus Gans
|
c6dba0b4ac
|
Rename preprocessor macro names with leading underscore
|
2017-04-09 20:08:53 +02:00 |
Markus Gans
|
7ead64f2b8
|
Looking in /etc/ttys for the type of terminal
|
2017-04-08 02:40:22 +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
|
06ec274d00
|
Corrects directly the input cursor position on window moving
|
2017-03-12 20:29:10 +01:00 |
Markus Gans
|
7ab1a6b353
|
Fixed bug in FString copy constructor
|
2017-03-12 01:26:08 +01:00 |
Markus Gans
|
56df867ef7
|
Improve input cursor positioning in FScrollView
|
2017-03-08 23:48:30 +01:00 |
Markus Gans
|
34961037f8
|
Fixes incorrect return value of FString::toString()
|
2017-02-24 23:31:56 +01:00 |
Markus Gans
|
b9f3be782f
|
Skipping the print of characters without changes
|
2016-12-18 23:34:11 +01:00 |
Markus Gans
|
082bbfbaa2
|
Improve tty settings
|
2016-11-20 18:26:15 +01:00 |
Markus Gans
|
04a483526f
|
Optimized input cursor positioning for terminals without hidden cursor
|
2016-11-12 22:59:48 +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
|
605194b69e
|
input cursor is now controlled by the vterm
|
2016-10-06 23:15:09 +02:00 |
Markus Gans
|
c43a7f9bad
|
The window size is now changeable with the mouse
|
2016-09-29 04:29:12 +02:00 |
Markus Gans
|
7d0cf3383e
|
Add a transparent example program + improve transparent shadow
|
2016-08-21 21:27:44 +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
|
0146ae9d99
|
Use nl_langinfo to determine the numeric thousands separator
|
2016-05-24 22:30:01 +02:00 |
Markus Gans
|
27d8b515f1
|
Some bug fixes
|
2015-12-20 23:27:33 +01:00 |
Markus Gans
|
6074c78516
|
More string types for FString relational operators
|
2015-12-18 21:47:19 +01:00 |
Markus Gans
|
ae62812335
|
Better handling of empty strings in FLineEdit and FButton + sub-menu example
|
2015-11-29 15:58:36 +01:00 |
Markus Gans
|
0c0453eb79
|
Add new classes FCheckMenuItem and FRadioMenuItem
|
2015-11-15 19:46:33 +01:00 |
Markus Gans
|
eb05f1c1ed
|
coding style
|
2015-10-10 04:01:22 +02:00 |
Markus Gans
|
e4ec5cb8ff
|
Improve compatibility with initialize_color + better TeraTerm support
|
2015-10-06 05:09:18 +02:00 |
Markus Gans
|
5f86dad265
|
Update README.md + FString code improvements
|
2015-10-05 01:01:45 +02:00 |
Markus Gans
|
3ca644669d
|
Some code improvements
|
2015-10-01 03:48:58 +02:00 |
Markus Gans
|
fa05774a13
|
Some code improvements
|
2015-09-30 22:39:02 +02:00 |
Markus Gans
|
2afa9907ac
|
Add an inheritance diagram in every class header
|
2015-09-25 21:37:19 +02:00 |
Markus Gans
|
d0e4b41bbc
|
Fixed a uninitialized value
|
2015-09-22 22:47:43 +02:00 |
Markus Gans
|
3e03f87a6c
|
Add the possibility to hide a virtual window
|
2015-09-22 22:12:31 +02:00 |
Markus Gans
|
a5197c6c64
|
Some code optimizations
|
2015-09-22 04:18:20 +02:00 |
Markus Gans
|
461882ac8e
|
Add comments
|
2015-09-20 12:27:17 +02:00 |
Markus Gans
|
89f6d718f3
|
Some code optimizations
|
2015-09-20 05:44:50 +02:00 |
Markus Gans
|
fea7624124
|
fixed compile error on 32-bit architectures
|
2015-09-18 21:38:26 +02:00 |
Markus Gans
|
35a50fdbd7
|
Class FString: More data types for the + operator
|
2015-07-18 21:26:27 +02:00 |
Markus Gans
|
ab324bb164
|
Class FString: typecast
|
2015-07-06 23:30:23 +02:00 |
Markus Gans
|
65626b98a2
|
Class FString: improve integer exception handling
|
2015-06-30 09:29:49 +02:00 |
Markus Gans
|
97cefa927f
|
Class FString: improve floating point exception handling
|
2015-06-30 00:25:36 +02:00 |
Markus Gans
|
21e9e0d397
|
Class FString: improve floating point exception handling
|
2015-06-30 00:21:50 +02:00 |
Markus Gans
|
e9a04bcf29
|
Class FString: add exception handling for toLong() and toULong()
|
2015-06-28 20:23:39 +02:00 |