[lazarus] CVS Updates

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jun 17 09:04:42 EDT 2003


Hi all,

- External tools now works with short filenames. They are searched
  in the environment variable PATH.
- added bash script highlighter from Tom Lisjac
- implemented context format for diff
- fixed initial size of TEdit, TMaskEdit, TTrackBar
- added OnChangeBounds to TControl. This event is called immediately after
  the OnResize event, but also if the component was moved. The event is not
yet
  published.
- added handler lists to TControl for OnResize and OnChangeBounds. You can
  now associate an arbitrary number of methods with an OnResize,
OnChangeBounds
  event. The handler lists are much more efficient and simpler to use than
  poking in the message queues. They are also type safe at compile time.
- fixed TUpDown. It uses the ChangeBounds handler of the associated control
  to update its own bounds.
- TUpDown: can now also be aligned to the top and to the bottom of the
  associated control.
- LCL now uses streamed clientwith/height for child anchors. Needed for
theme
  and interface independent akRight,akBottom
- Moved TColorButton to dialogs.pp and added it to 'Misc' components


Mattias






More information about the Lazarus mailing list