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
|
379c45efb5
|
A little more clean code
|
2020-05-14 01:22:45 +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
|
a90cd1ad55
|
const type qualifiers and list initialization
|
2020-05-02 00:07:35 +02:00 |
Markus Gans
|
0de0676092
|
A few inline and const changes
|
2020-04-26 20:45:57 +02:00 |
Markus Gans
|
159d086af4
|
macOS build fix
|
2020-04-25 02:32:33 +02:00 |
Markus Gans
|
2b1774e578
|
More internal use of const char* strings
|
2020-04-24 00:34:26 +02:00 |
Markus Gans
|
803e54d456
|
Further small code improvements
|
2020-04-20 01:01:20 +02:00 |
Markus Gans
|
d08dd8e9f4
|
Further small code improvements
|
2020-04-19 20:38:52 +02:00 |
Markus Gans
|
defc1714e4
|
CERT, OOP50-CPP: Avoids calling a virtual function from the constructor
|
2020-04-17 02:49:33 +02:00 |
Markus Gans
|
fd92d7f4d8
|
Update comments for the copy assignment operator
|
2020-04-15 23:44:08 +02:00 |
Markus Gans
|
7d4de8e46f
|
Improved event handling code
|
2020-04-15 23:17:42 +02:00 |
Markus Gans
|
9b654768aa
|
Several small code improvements
|
2020-04-15 00:28:18 +02:00 |
Markus Gans
|
90b389035e
|
Several small code improvements
|
2020-04-14 23:46:42 +02:00 |
Markus Gans
|
3bb001677f
|
Several small code improvements
|
2020-04-13 12:40:11 +02:00 |
Markus Gans
|
ac1ebfefad
|
minor fixes
|
2020-04-10 22:13:13 +02:00 |
Markus Gans
|
20c3cf218e
|
Dialogs can now be displayed without a border
|
2020-04-09 12:38:35 +02:00 |
Markus Gans
|
bb52b6fd7e
|
Correction of methods that were unnecessarily declared as virtual
|
2020-04-04 20:58:47 +02:00 |
Markus Gans
|
53f1059312
|
Minor bug fixes
|
2020-04-02 09:59:34 +02:00 |
Markus Gans
|
4c0404ac60
|
A small benchmakt test was added to the Rotozoomer example
|
2020-03-22 21:53:27 +01:00 |
Markus Gans
|
86ccd30eae
|
A rotozoomer example was added to demonstrate the drawing speed of FINAL CUT
|
2020-03-08 22:25:13 +01:00 |
Markus Gans
|
77638fcaa0
|
Fixes keyboard input buffer problem when opening a modal dialog
|
2020-03-07 21:32:18 +01:00 |
Markus Gans
|
925f106846
|
Unbuffered reading of keystrokes for better latency
|
2020-03-05 21:30:54 +01:00 |
Markus Gans
|
164487096c
|
Some small code improvements
|
2020-02-19 21:59:13 +01:00 |
Markus Gans
|
a33a9e1b6b
|
Printing FStyle object to change attributes
|
2020-02-16 00:01:36 +01:00 |
Markus Gans
|
43bda37f71
|
Rename setTransShadow() to setColorOverlay()
|
2020-02-13 08:21:48 +01:00 |
Markus Gans
|
60009d8f4b
|
clear() and remove() were added to FListView
|
2020-02-02 22:34:27 +01:00 |
Markus Gans
|
06d65ed676
|
Fix metadata
|
2020-01-20 21:40:00 +01:00 |
Markus Gans
|
fc1b9ebdf3
|
Small code improvements
|
2020-01-03 01:33:18 +01:00 |
Markus Gans
|
d126c4996a
|
Adding an ANSI X3.64 SGR optimizer
|
2019-12-31 06:32:51 +01:00 |
Markus Gans
|
23ddf5d6f2
|
Correction for height and width alignment in adjustSize()
|
2019-12-23 14:20:31 +01:00 |
Markus Gans
|
74d8585561
|
New widget class FComboBox to provide a dropdown list with an input field
|
2019-12-16 11:14:24 +01:00 |
Markus Gans
|
aacf27ff74
|
update .travis.yml dist: xenial
|
2019-11-19 02:46:01 +01:00 |
Markus Gans
|
8c434777bc
|
Revision of FString number input stream
|
2019-11-17 22:06:07 +01:00 |
Markus Gans
|
b3c367a168
|
Fixes the numerical streaming value for FLineEdit and FLabel
|
2019-11-16 19:10:08 +01:00 |
Markus Gans
|
dedc1f3410
|
New Widget class FSpinBox to provide spin boxes
|
2019-11-16 15:16:44 +01:00 |
Markus Gans
|
88d5c0d050
|
Improved display of the NewFont midline
|
2019-11-06 02:40:47 +01:00 |
Markus Gans
|
5ceee8b4c8
|
New method setInputType() in FLineEdit that allows to obscure password entries
|
2019-10-20 20:06:33 +02:00 |
Markus Gans
|
5e4a71dc0d
|
Version 0.6.0
|
2019-10-17 01:13:18 +02:00 |
Markus Gans
|
7499f424dc
|
Compile fix for some architectures
|
2019-10-14 01:44:24 +02:00 |
Markus Gans
|
b0080b00cf
|
More code cleanups
|
2019-10-08 04:37:19 +02:00 |
Markus Gans
|
a279a0981a
|
Internal redesign of the callback call
|
2019-10-05 23:20:07 +02:00 |
Markus Gans
|
298755a0fe
|
Replacing null-terminated wide strings with FString objects
|
2019-10-01 23:14:00 +02:00 |
Markus Gans
|
6b9336d6c1
|
Streaming into an FTextView() object
|
2019-09-29 22:28:58 +02:00 |
Markus Gans
|
8c67f64db4
|
Support for displaying full-width characters
|
2019-09-28 03:13:06 +02:00 |