cg2121
|
750c016161
|
frontend, libobs: Add OBSProperties OBSPtr type
We no longer have to manually destroy obs_properties_t.
|
2026-05-06 17:27:36 -04:00 |
|
cg2121
|
d7cce79d7e
|
frontend: Use static_cast when casting from void pointers
Using static_cast is preferred here, as it is safer to use than
reinterpret_cast.
|
2025-05-05 20:47:10 -04:00 |
|
cg2121
|
4e8b131509
|
frontend: Use OBSBasic::Get() in all places
This reduces duplicated code when getting the OBSBasic context.
|
2025-02-05 15:15:52 -05:00 |
|
PatTheMav
|
e1fade1fc6
|
frontend: Split Qt UI autoconfig implementations into single files
|
2025-01-08 17:33:13 +01:00 |
|
PatTheMav
|
c792be35a1
|
frontend: Prepare Qt UI autoconfig wizards for splits
|
2025-01-08 17:33:13 +01:00 |
|