summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_choice.cc
AgeCommit message (Expand)Author
2025-06-17Add new Choice::add_entry() variant.Carl Hetherington
2025-05-08Fix crash when using get_data() on new, empty choices.Carl Hetherington
2025-05-08Return std::string rather than wxString from Choice::get_data().Carl Hetherington
2024-09-03Add Choice::size().Carl Hetherington
2024-09-03Add some convenience methods to the Choice class.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-22Add Choice::set_entries().Carl Hetherington
2024-04-22Rename Choice::add to Choice::add_entry.Carl Hetherington
2024-01-05Add Choice::set_by_data().Carl Hetherington
2023-03-03Add Choice::add() with a client string.Carl Hetherington
2023-03-03Add Choice::get_data().Carl Hetherington
2022-10-11Hack to fix wxChoice heights on KDE (#2343).Carl Hetherington