Age | Commit message (Collapse) | Author |
|
A recent commit forced this change so it is consistent with fpGUI and
RTL usage of array property.
|
|
- TLayoutLine changed from a record type to a data class
- Implemented TLayoutLineList class instead of using a dynamic array
for TLayoutLine storage.
- Changed all related code to reference the object list correctly.
|
|
The CanvasFontManager unit has totally been reworked to use the native
TfpgFont class instead of TLogicalFont, TFontFace etc... The code is
a lot more simplified now and DocView can actually display content
but there are some width wrapping issues and AV's on changing topics.
This will be fixed next.
|
|
|
|
The positioning of images still used the OS/2 co-ordinate
system. This is now fixed.
|
|
|
|
|
|
|
|
lines at top and bottom of richview component are now painted even if
they are only partially visible. They don't suddenly disappear any more.
|
|
|