Markus Gans
|
129384d416
|
Version 0.4.0
|
2017-11-04 07:03:53 +01:00 |
Markus Gans
|
aa4caf4fcb
|
Bug: The window example called a callback method after child data was deleted
|
2017-11-03 22:57:40 +01:00 |
Markus Gans
|
19c8dd50a9
|
Move fonts into the root directory
|
2017-11-02 16:05:34 +01:00 |
Markus Gans
|
3a36ca3dbd
|
Only <final/final.h> can now be directly integrated in programs
|
2017-10-31 00:41:59 +01:00 |
Markus Gans
|
686283cb01
|
Add a standardized close confirmation dialog
|
2017-10-30 20:56:00 +01:00 |
Markus Gans
|
b0b44582e8
|
Fix scrollview functionality with new inheritance structure
|
2017-10-30 20:29:00 +01:00 |
Markus Gans
|
9b47e5c980
|
Add a standardized cb_exitApp callback method to FApplication
|
2017-10-29 18:27:38 +01:00 |
Markus Gans
|
7caeb02217
|
Adaptation of the inheritance diagrams in the header files
|
2017-10-29 14:27:50 +01:00 |
Markus Gans
|
3746dac885
|
FWidget now inherits directly from FObject
|
2017-10-27 23:28:37 +02:00 |
Markus Gans
|
d1f2de254d
|
A FListView tree branch can now be expand and collapsed with a single click
|
2017-10-23 16:16:06 +02:00 |
Markus Gans
|
4d955bc204
|
Optimized Color palette
|
2017-10-19 23:20:04 +02:00 |
Markus Gans
|
b11e37a921
|
Expand or collapse a tree element with a double-click
|
2017-10-18 23:07:15 +02:00 |
Markus Gans
|
1cb6a5f73d
|
FObject double free prevention of fc::empty_string
|
2017-10-15 23:22:13 +02:00 |
Markus Gans
|
2e506a1367
|
First implementation of a tree view in the FListView class
|
2017-10-14 22:20:19 +02:00 |
Markus Gans
|
9e0b6f8b53
|
Fixed a bug in the FObject check of parent objects
|
2017-10-14 20:21:44 +02:00 |
Markus Gans
|
0277abcbdb
|
DECSCUSR - Set Cursor Style support for VTE >= 0.40.0 and gnome-terminal >= 3.16
|
2017-10-06 12:19:39 +02:00 |
Markus Gans
|
975212bac0
|
mouse support for coordinates > 255 and copyright informations
|
2017-10-02 10:01:58 +02:00 |
Markus Gans
|
b9f6a6bee6
|
Stream and assignment operator support for FLineEdit
|
2017-09-21 07:22:08 +02:00 |
Markus Gans
|
b3e9a0bba1
|
New data type FStringList introduced
|
2017-09-20 16:56:20 +02:00 |
Markus Gans
|
a6c30bb2b5
|
Stream and assignment operator support for FLabel
|
2017-09-20 05:44:41 +02:00 |
Markus Gans
|
b41411e764
|
Streaming support for FString
|
2017-09-20 02:51:17 +02:00 |
Markus Gans
|
fc113795b4
|
The command line help text is now available in all applications
|
2017-09-19 06:18:03 +02:00 |
Markus Gans
|
82f1b7e44c
|
std::scanf used now fields with width limit
|
2017-09-18 00:10:14 +02:00 |
Markus Gans
|
28f3de0971
|
All include files were moved to a separate director
|
2017-09-17 21:32:46 +02:00 |
Markus Gans
|
4df0418aee
|
FObject has received the iterator child access methods begin() and end()
|
2017-09-17 01:50:41 +02:00 |
Markus Gans
|
0e4ba28544
|
Fix byte access in data type char_data
|
2017-09-15 01:31:02 +02:00 |
Markus Gans
|
0ce3868e74
|
Fix handling of negative numbers in FString::toLong()
|
2017-09-11 22:50:07 +02:00 |
Markus Gans
|
dc3c5d19e4
|
Some code improvements
|
2017-09-11 03:06:02 +02:00 |
Markus Gans
|
1cd1e521c3
|
Wrong UTF-8 string length fixed when attaching to FString
|
2017-09-09 22:03:17 +02:00 |
Markus Gans
|
f941da79e7
|
Type definition exported into a separate header file
|
2017-09-07 23:35:24 +02:00 |
Markus Gans
|
5a077e73c4
|
Fixes wrong maximum line width in FListView
|
2017-09-03 18:32:43 +02:00 |
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
|
37e4f7e222
|
Screen characters got a union structure for a faster attribute compare operation
|
2017-08-20 17:30:30 +02:00 |
Markus Gans
|
48e737818c
|
Some code changes for GCC 7
|
2017-08-11 10:50:39 +02:00 |
Markus Gans
|
55070bfc39
|
Advanced streaming functionality for FTermBuffer and FVTerm::print()
|
2017-08-06 17:02:19 +02:00 |
Markus Gans
|
ba17c529ff
|
New methods to set and get FListViewItem and FListView text for a column
|
2017-08-01 00:56:12 +02:00 |
Markus Gans
|
0240d782ca
|
Possibility for a FListView column to set the alignment
|
2017-07-28 22:18:42 +02:00 |
Markus Gans
|
30515db9ec
|
Check an object with isInstanceOf(...) whether it is an instance of a specified class
|
2017-07-23 01:19:59 +02:00 |
Markus Gans
|
d8c41b879d
|
New Widget class FListView to allow a multi-column data view
|
2017-07-18 23:50:51 +02:00 |
Markus Gans
|
a998706e5e
|
New class FTermBuffer to buffer terminal outputs
|
2017-07-12 01:16:57 +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
|
ddb1c884e4
|
Move the dragScroll enumeration into the fc namespace
|
2017-06-18 19:36:22 +02:00 |
Markus Gans
|
b1d323ef76
|
New method FObject::isWidget()
|
2017-06-11 17:47:50 +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
|
b4b95f7b45
|
Recalculate the horizontal FListBox scroll bar size on lazy conversion
|
2017-05-20 22:43:55 +02:00 |
Markus Gans
|
baea344b3c
|
FListBox: Import of data from a container via "lazy conversion" during item print
|
2017-05-19 22:47:13 +02:00 |
Markus Gans
|
b3505af040
|
FListBox: Import of data from a container via "lazy conversion" during item print
|
2017-05-19 22:16:50 +02:00 |
Markus Gans
|
ca7ba6ae7e
|
Data import from a standard container in FListBox
|
2017-04-23 18:54:46 +02:00 |
Markus Gans
|
90fa4b0391
|
FString allocates no new memory if the size sufficient
|
2017-04-17 22:50: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
|
cb2e2e2045
|
Open/NetBSD (wscons): Alt key generate Esc prefix
|
2017-04-14 23:55:44 +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
|
0a581cb58b
|
Change cursor style on a FreeBSD console
|
2017-04-06 01:31:21 +02:00 |
Markus Gans
|
7f134ccada
|
New Method setInsertCursorStyle()
|
2017-04-05 22:25:20 +02:00 |
Markus Gans
|
6b5f033b7b
|
Replace non-printable chars for Tera Term and Cygwin
|
2017-04-05 00:30:52 +02:00 |
Markus Gans
|
8de22dc903
|
Avoid non-printable ASCII codes < 0x1c on FreeBSD
|
2017-04-02 21:32:48 +02:00 |
Markus Gans
|
09eb75c14b
|
Remap meta key to left alt on FreeBSD console
|
2017-04-02 13:31:00 +02:00 |
Markus Gans
|
0e5b1dfebd
|
Remap meta key to left alt on FreeBSD console
|
2017-04-02 13:30:23 +02:00 |
Markus Gans
|
bcfa7fb731
|
termcap "me" does not reset the alternate character set
|
2017-03-30 00:46:52 +02:00 |
Markus Gans
|
d5b2c9dc99
|
Improved alternate character set for FreeBSD console
|
2017-03-28 08:50:37 +02:00 |
Markus Gans
|
48b2e6a816
|
compiles now under FreeBSD
|
2017-03-26 20:40:04 +02:00 |
Markus Gans
|
ef5ca7d5f8
|
Add the "mouse" example
|
2017-03-19 17:18:07 +01: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
|
4107227119
|
on-demand scroll bars for FButtonGroup
|
2017-03-12 00:29:56 +01:00 |
Markus Gans
|
56df867ef7
|
Improve input cursor positioning in FScrollView
|
2017-03-08 23:48:30 +01:00 |
Markus Gans
|
bd06df8987
|
Corrected swapped top and left offset variables in the class FVTerm
|
2017-02-25 15:18:29 +01:00 |
Markus Gans
|
34961037f8
|
Fixes incorrect return value of FString::toString()
|
2017-02-24 23:31:56 +01:00 |
Markus Gans
|
7c11ba1707
|
FListBox saves data pointer in FListBoxItems
|
2017-02-24 00:30:07 +01:00 |
Markus Gans
|
b35d225ff5
|
FButtonGroup now inherits from FScrollView
|
2017-02-20 00:00:53 +01:00 |
Markus Gans
|
3f8ed6e78e
|
Allows a window to have more than one FScrollView widget
|
2017-02-18 23:37:10 +01:00 |
Markus Gans
|
09021d9c0a
|
Check of the termcap capability U8
|
2017-02-07 17:15:01 +01:00 |
Markus Gans
|
36bba82e9f
|
Allow to change the focus out from FScrollView
|
2017-01-28 22:03:15 +01:00 |
Markus Gans
|
59189160fd
|
FScrollView now scrolls automatically to the focused widget
|
2017-01-26 00:31:07 +01:00 |
Markus Gans
|
51b1d18a84
|
FScrollView now allows client widget
|
2017-01-22 23:04:40 +01:00 |
Markus Gans
|
5cb7b77f4e
|
Virtual window gets a preprocessing handler
|
2017-01-15 19:48:27 +01:00 |
Markus Gans
|
49e36e5203
|
Add scrollTo and scrollBy methods to FScrollView
|
2017-01-07 22:09:09 +01:00 |
Markus Gans
|
99ff28cbbe
|
Add FScrollView arrow keys support
|
2017-01-03 19:02:04 +01:00 |
Markus Gans
|
87ca58b898
|
FScrollView now has on-demand scroll bars
|
2017-01-03 05:19:44 +01:00 |
Markus Gans
|
b2e4a59f54
|
FScrollView provides a scrollable viewport to change area
|
2017-01-02 08:07:46 +01:00 |
Markus Gans
|
628bec0b29
|
Reduce public methods in FVTerm
|
2016-12-28 16:29:49 +01:00 |
Markus Gans
|
2c8d58f803
|
Avoid non-working tab-moves on Linux terminals with PC or VT100 encoding
|
2016-12-27 23:03:32 +01:00 |
Markus Gans
|
386e91563a
|
Add the ability to stream text into a widget's virtual window with print() or *this
|
2016-12-26 01:15:32 +01:00 |
Markus Gans
|
f67537fba4
|
Correct gpm detection in configure script
|
2016-12-22 12:27:11 +01:00 |
Markus Gans
|
c4a8886da2
|
VTerm marks printed characters for a correct determination of unchanged characters
|
2016-12-22 02:02:40 +01:00 |
Markus Gans
|
b9f3be782f
|
Skipping the print of characters without changes
|
2016-12-18 23:34:11 +01:00 |
Markus Gans
|
fedb5f64f3
|
Reduce the character output by using character erase and character repeat
|
2016-12-15 23:11:34 +01:00 |
Markus Gans
|
e4284615db
|
Accelerates text line drawing by clear with CSI sequences
|
2016-12-11 16:42:50 +01:00 |
Markus Gans
|
b10cf800bd
|
Restore window titl only if it could be read before
|
2016-11-29 00:23:45 +01:00 |
Markus Gans
|
4012cdb7b0
|
Version 0.3.0
|
2016-11-27 19:16:52 +01:00 |
Markus Gans
|
4da63ebcac
|
Improvements for ansi terminal emulators
|
2016-11-27 00:41:34 +01:00 |
Markus Gans
|
8beed7b330
|
Add the opti-move test program
|
2016-11-26 15:18:44 +01:00 |
Markus Gans
|
5530c99d22
|
Increase speed on cygwin terminals
|
2016-11-20 21:15:43 +01:00 |