summaryrefslogtreecommitdiff
path: root/ui/metadatachoicedialog.h
AgeCommit message (Collapse)Author
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item.
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-06-23Proper no-selection state for MetadataChoiceDialogkat
2023-05-22export MetadataChoiceDialog symbols for pluginskat
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.
2023-01-23Warning cleanupRusty Wagner
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat