New in version 1.3.0
-
Added
- Custom shader programs.
- Texture activation to be used in custom shader programs.
- Control transformations in matrix property handler form.
- BorderWidth property in IForm which is used for customizing form border and caption area.
- Form's input control to handle unhandled input and customize form borders and header area.
- More form properties which could help customize it.
-
Removed
- System key events and notifications.
-
Fixed
- Form Builder error on closing with active property or event editor.
-
Improved
- MainMenu and StatusBar height is now can be changed in Form Builder.
- Framework build speed.
Migration from previous version
Instead of removed system key events and notifications use regular one. For example instead of OnSysKeyDown
use OnKeyDown
.