Commit Graph

6 Commits

Author SHA1 Message Date
Brackyt
1d357629d7 feat: bug fixes and optimizations
- fix double-free
- safe int/float parse
- grid division guard
- list string allocations
- label vector reserve
- skip second layout pass for hstack/vstack
2026-01-28 23:54:54 +01:00
Brackyt
b02617a1ce feat: add valign and halign to stack elements 2026-01-28 23:32:04 +01:00
Brackyt
c6cfaa38af fix(cppcheck): clang format 2026-01-27 23:51:18 +01:00
Brackyt
e6b3ecc519 feat: Enhance ThemeEngine and apply new theming to SettingsActivity
- Improve ThemeManager with Children property support and safe integer parsing.
- Refactor SettingsActivity to use new theme elements.
- Update BasicElements and LayoutElements for better rendering.
2026-01-27 23:49:16 +01:00
Brackyt
f6469c48ba fix: reset clang correctly 2026-01-25 17:48:57 +01:00
Brackyt
e16ce04cdc refactor: Enhance Bitmap handling and introduce ThemeEngine
## Summary

- Refactored Bitmap class to improve memory management and streamline methods.
- Introduced ThemeEngine with foundational classes for UI elements, layout management, and theme parsing.
- Added support for dynamic themes and improved rendering capabilities in the HomeActivity and settings screens.

This update lays the groundwork for a more flexible theming system, allowing for easier customization and management of UI elements across the application.
2026-01-25 01:39:08 +01:00