Markus Gans
|
a821030333
|
Replaces some C-style arrays with std::array
|
2020-10-04 00:59:21 +02:00 |
Markus Gans
|
61d88eb413
|
Move FChar comparison operators to ftypes.h
|
2020-09-29 04:16:07 +02:00 |
Markus Gans
|
722be333df
|
Additions to the documentation
|
2020-09-27 20:43:53 +02:00 |
Markus Gans
|
a69d38fb1e
|
Bugfix: empty FString() + wchar_t
|
2020-09-23 23:18:48 +02:00 |
Markus Gans
|
d10e2888ac
|
Bugfix in FDialog::setSize()
|
2020-09-22 01:04:36 +02:00 |
Markus Gans
|
44d6d8cdb9
|
Fixes minor bugs
|
2020-09-20 14:11:35 +02:00 |
Markus Gans
|
5092244b81
|
FDataPtr was replaced by the template class FData
|
2020-09-18 17:13:52 +02:00 |
Markus Gans
|
fdd7ff98ec
|
Adding Windows Terminal detection
|
2020-08-30 22:47:24 +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
|
6fef7a43a5
|
Activating the callback unit test
|
2020-08-11 23:38:56 +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 |
Markus Gans
|
53ba96504f
|
New data wrapper class FData and minor text changes
|
2020-07-08 21:32:47 +02:00 |
Markus Gans
|
219ac28fb7
|
Add a document that describes how to create user themes
|
2020-07-06 19:32:01 +02:00 |
Markus Gans
|
c64b17ac49
|
Add a "user event" chapter to the first steps document
|
2020-06-13 21:05:52 +02:00 |
Markus Gans
|
7749d28b92
|
Add a "user event" chapter to the first steps document
|
2020-06-13 20:35:27 +02:00 |
Markus Gans
|
ccb7eeb3c6
|
New widget FBusyIndicator
|
2020-06-11 21:38:33 +02:00 |
Markus Gans
|
3d2a0c6dd2
|
Lazy terminal initialization on show()
|
2020-06-06 21:10:06 +02:00 |
Markus Gans
|
8a153c6d45
|
Fixed pointer in flogger-test
|
2020-05-25 00:30:51 +02:00 |
Markus Gans
|
59830cbd05
|
Fixed memory leak in FString move assignment operator
|
2020-05-24 23:55:08 +02:00 |
Markus Gans
|
1c3c687878
|
Adding the missing method getClientSize()
|
2020-04-28 01:46:26 +02:00 |
Markus Gans
|
2b1774e578
|
More internal use of const char* strings
|
2020-04-24 00:34:26 +02:00 |
Markus Gans
|
136b57eac6
|
Correction of some virtual methods
|
2020-04-18 13:33:42 +02:00 |
Markus Gans
|
fd92d7f4d8
|
Update comments for the copy assignment operator
|
2020-04-15 23:44:08 +02:00 |
Markus Gans
|
3bb001677f
|
Several small code improvements
|
2020-04-13 12:40:11 +02:00 |
Markus Gans
|
53d2f04e77
|
Update asciinema link
|
2020-04-04 21:45:27 +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
|
a1b31179c2
|
Update asciinema link
|
2020-03-22 22:05:26 +01:00 |
Markus Gans
|
4c0404ac60
|
A small benchmakt test was added to the Rotozoomer example
|
2020-03-22 21:53:27 +01:00 |
Markus Gans
|
43bda37f71
|
Rename setTransShadow() to setColorOverlay()
|
2020-02-13 08:21:48 +01:00 |
Markus Gans
|
dd625e0822
|
Adding a tty check for stdin
|
2020-02-09 21:58:17 +01:00 |
Markus Gans
|
07a29910b7
|
Add application structure diagram
|
2020-02-08 21:31:21 +01:00 |
Markus Gans
|
b05513a8f8
|
Add screenshorts to the first steps document
|
2020-02-04 01:07:22 +01:00 |
Markus Gans
|
9221703a40
|
Add screenshorts to the first steps document
|
2020-02-04 00:09:06 +01:00 |
Markus Gans
|
06d65ed676
|
Fix metadata
|
2020-01-20 21:40:00 +01:00 |
Markus Gans
|
3e3076838f
|
markdown formatting
|
2020-01-14 20:27:19 +01:00 |
Markus Gans
|
815562173f
|
Replace bitmap in SVG with vector drawing
|
2020-01-14 00:42:48 +01:00 |
Markus Gans
|
bd20b9aa8c
|
svg: remove spaces from base64 code
|
2020-01-13 00:20:35 +01:00 |
Markus Gans
|
3183e376bb
|
Add a "widget layout" chapter to the first steps document
|
2020-01-12 20:10:34 +01:00 |
Markus Gans
|
c0b1dc5924
|
Add setCurrentItem() to the FComboBox widget class
|
2020-01-09 19:21:16 +01:00 |
Markus Gans
|
0ea63fa1c8
|
Illustrations to explain the widget layout
|
2020-01-03 22:00:42 +01:00 |
Markus Gans
|
926f9278bc
|
Illustrations to explain the widget layout
|
2020-01-03 01:36:01 +01:00 |
Markus Gans
|
fc1b9ebdf3
|
Small code improvements
|
2020-01-03 01:33:18 +01:00 |
Markus Gans
|
853799b4d6
|
Screenshots have been updated
|
2019-12-23 21:29:08 +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
|
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
|
b116fa5930
|
Newfont specialization for 8x16 and 9x16 pixel character
|
2019-11-03 23:34:47 +01:00 |