Age | Commit message (Collapse) | Author |
|
|
|
horizontally.
* These type of options should actually be set in a global
fpGUI Configure application - so it affects all fpGUI based apps,
and more importantly, is user selectable. Added to my todo list. :-)
|
|
clicked.
|
|
clicked.
|
|
* All .po files are now ready for translation.
* Also updated the readme file - still referencing old file prefixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|