8 Commits

Author SHA1 Message Date
6c205d476b
feat(framework): add general utilities
- `addrToHex` - formats an address as a hexadecimal sring
- `constAddrToHex` - const variant of `addrToHex`
2026-01-21 16:37:03 -05:00
6fd6df90c8
feat(framework): add overridable hooks to TUWidgetLayoutViewBase
- `onParentDisconnect` -> called after the containing widget is destroyed and disconnected from its parent
- `afterWidgetCreated` -> called after the view's widget is (re)created
2026-01-21 16:37:03 -05:00
db0477b80b
fix(framework): ensure that widgets are recreated and reparented after the owning view is closed 2026-01-21 16:37:03 -05:00
06c0a4ad6f
refactor(framework): clean up TU_WidgetLayoutView inline funcs (they're not useful) 2026-01-21 16:37:03 -05:00
557b2f1808
fix(framework): update TULayoutStorage class definition 2026-01-21 16:37:03 -05:00
f13f0662e2
fix(framwork): fix method ordering for AC_Manager and AC_Toolbar 2026-01-21 16:36:57 -05:00
958b566751
feat(framework): add TUWidgetLayoutViewBase template class to make implementing TULayoutView easier 2026-01-21 16:36:12 -05:00
848c0e1c81
refactor(framework): restructure header files 2026-01-21 16:36:03 -05:00