summaryrefslogtreecommitdiff
path: root/src/wx/metadata_dialog.cc
AgeCommit message (Expand)Author
2025-12-17Refactor EditableList to take a new pair of functors for new/edit operations.Carl Hetherington
2025-05-08Return std::string rather than wxString from Choice::get_data().Carl Hetherington
2024-10-06Fix crash on Windows (#2874).v2.17.22Carl Hetherington
2024-09-03Fix missing i18n markup.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-22Rename Choice::add to Choice::add_entry.Carl Hetherington
2024-01-05Add new "territory type" so that INT-T{D,L} can be chosen (#2704).Carl Hetherington
2023-08-09Fix some missed includes of the old boost bind header.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-04-12Default to 14fL luminance in the GUI.Carl Hetherington
2022-11-29Extract RegionSubtagWidget.Carl Hetherington
2022-11-24Extract RegionSubtagDialog to its own files.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-10-11Hack to fix wxChoice heights on KDE (#2343).Carl Hetherington
2022-09-01Fix two more badly-adapted instantiations of EditableList and makeCarl Hetherington
2022-08-28Display the rating agency name rather than the URL (if we have it).Carl Hetherington
2022-08-28Give some more space for ratings.Carl Hetherington
2022-08-28Use the same code for both Interop and SMPTE ratings controls.Carl Hetherington
2022-08-08Use wxNO_UNSAFE_WXSTRING_CONV and fix a bug it reveals.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2021-11-22Don't allow luminance metadata below 0.1 in the GUI (part of #2130).Carl Hetherington
2021-08-04Allow specifying and writing sign language video language metadata (#2062).v2.15.157Carl Hetherington
2021-05-30Fix crash when enabling luminance in SMPTE metadata.Carl Hetherington
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-04-04Move chain to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Move some ISDCF flags to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Use studio and facility from Interop/SMPTE metadata rather than ISDCF.Carl Hetherington
2021-04-04Use release territory from Interop/SMPTE metadata instead of ISDCF metadata d...Carl Hetherington
2021-04-04Inherit SMPTEMetadataDialog from a base class.Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington
2020-09-08Use wxString for EditableListColumn.Carl Hetherington
2020-06-08Add a bunch of SetFocus calls.Carl Hetherington
2020-06-08Improve look of DCP metadata dialogue on scaling (#1762).Carl Hetherington
2019-12-15Support content version metadata (#782).Carl Hetherington
2019-05-10Add namespace to fix OS X build.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington