summaryrefslogtreecommitdiff
path: root/ui/preview.h
AgeCommit message (Collapse)Author
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
This fixes a cases where trying to dynamic_cast to one of these interfaces fails for types defined in libraries, since the linker just copies the full definition into the library because it can, and then breaks the inheritance tree.
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-01-28Format All FilesKyleMiles
2019-03-20Add in progress UI API headersRusty Wagner