[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Form editor: Support for the new WebForm Font class.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
eaeb4ace by Benoît Minisini at 2025-08-31T00:18:58+02:00
Form editor: Support for the new WebForm Font class.

[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Support for the new WebForm Font class.
* NEW: Form editor: The backward-compatible property conversion is now done in the family classes.

- - - - -
33aa9e8e by Benoît Minisini at 2025-08-31T00:23:43+02:00
Font: The string representation now follows the IDE convention. WebControl: The Font property now takes and return a Font object.

[GB.WEB.GUI]
* NEW: Font: The string representation now follows the IDE convention.
* NEW: WebControl: The Font property now takes and return a Font object.
* BUG: WebControl: The Font 'Normal' property is correctly taken into account.

- - - - -


11 changed files:

- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Family/CFamily.class
- app/src/gambas3/.src/Family/Form/CFamilyForm.class
- app/src/gambas3/.src/Family/WebForm/FWebFontChooser.class
- comp/src/gb.web.gui/.src/Paint/Font.class → comp/src/gb.web.gui/.src/Font.class
- comp/src/gb.web.gui/.src/Paint/PaintDriver_WebDrawingArea.class
- comp/src/gb.web.gui/.src/Test/FTestDrawingArea.class
- comp/src/gb.web.gui/.src/Test/FTestDrawingArea.webform
- comp/src/gb.web.gui/.src/WebControl.class
- comp/src/gb.web.gui/.src/WebControlStyle.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3261a9617a34ad6d6825981fff443b0052806564...33aa9e8e792ee6dd14530a92f7df2c02c3a83dd4

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3261a9617a34ad6d6825981fff443b0052806564...33aa9e8e792ee6dd14530a92f7df2c02c3a83dd4
You're receiving this email because of your account on gitlab.com.