Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
framework itself.
This will be used by the File Dialog and Font Select dialog.
|
|
|
|
|
|
|
|
|
|
|
|
* Also added some new constants for future use.
|
|
|
|
'fpmake archive' and 'fpmake build' and 'fpmake install' now works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Finally we have user selectable fonts! :)
|
|
|
|
A reference to a default font or fixed font are now the same
throughout docview. If you change one, you change them all.
|
|
|
|
|
|
We never actually used the TfpgFont instances, so lets rather use
font descriptions instead. Less resources get used.
|
|
|
|
|
|
|
|
|
|
We should rather use the debug server for debugging, it works
much better.
|
|
|
|
|
|
|
|
* If you had a main form and a non-modal form, and the non-modal
opened a modal window, then the following happened in error:
- modal form could open behind non-modal for, treating main
form as parent.
- when modal form closed, it set main form active, instead of
non-modal form.
This is now fixed.
|
|
|
|
|
|
|
|
|
|
|
|
* This gives us a bit more flexibility regarding the menu looks.
|
|
|
|
This includes unicode text support.
|
|
|
|
|