[lazarus] CVS Updates
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Aug 25 12:55:33 EDT 2003
Hi all,
Many graphic types were moved from graphtype.pp to graphics.pp (more VCL
compatible).
Minor updates:
- implemented "Build File" and "Run File"
You can now compile single pascal files (programs or units)
without creating a new project. I hope the config dialog is self
explanatory. The settings are saved directly into the pascal
source by IDE directives {%name param}.
- TPixmap now saves in xpm format. You need fpImage, which is
in the current fpc 1.0.10 from cvs and you must compile the
LCL with the -dUseFPImage option.
- LCL now sends pending OnResize events after InitializeWnd.
The event is sendt, when the clientrect changed, after the
Handle was created.
Mattias
More information about the Lazarus
mailing list