summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2023-12-02Supporters update.v2.16.70Carl Hetherington
2023-11-30Support RtAudio >= 6.Carl Hetherington
There's an API break, mostly about removing the use of exceptions.
2023-11-29Allow 14 or 16 channels with ATMOS content, rather than forcing 14 (#2672).Carl Hetherington
2023-11-27Add Дима Агатов as a tester.Carl Hetherington
2023-11-27Supporters update.v2.16.69Carl Hetherington
2023-11-26Remove assumption that GDC serials always start with 'A' (apparently there ↵Carl Hetherington
are other prefixes too).
2023-11-24Fix debug assertion when adding a KDM.Carl Hetherington
2023-11-21Another Winodws build fix.v2.16.67Carl Hetherington
2023-11-20Fix class/struct confusion causing build error on macOS.Carl Hetherington
2023-11-20Fix build.Carl Hetherington
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2023-11-20Add a dialog to show which screens have potentially-problematicCarl Hetherington
certificate validity periods when making KDMs (#2645).
2023-11-19Supporters update.Carl Hetherington
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2023-11-11Move a IMB location to try_imb() and add a new IMS pattern (#2644).Carl Hetherington
2023-11-11Store last path for adding KDMs (#2348).Carl Hetherington
2023-11-11Add FileDialog::path().Carl Hetherington
2023-11-11Cleanup: stack-allocated dialogs.Carl Hetherington
2023-11-11Use DirDialog and fix initial path (#2348).Carl Hetherington
2023-11-11Move add_files_override_path to film_utilCarl Hetherington
2023-11-11Add comment.Carl Hetherington
2023-11-11Cleanup: stack-allocated dialogs.Carl Hetherington
2023-11-11Cleanup: auto.Carl Hetherington
2023-10-28Add some std::move.Carl Hetherington
2023-10-28Add some const& to uses of auto.Carl Hetherington
2023-10-28Make sure a dynamic_pointer_cast worked.Carl Hetherington
2023-10-28Use updated libdcp, including an optimisation for rgb-onto-xyz12.Carl Hetherington
2023-10-18Add button to show only checked screens in the KDM creator (#2624).Carl Hetherington
2023-10-18Fix crash when removing multiple cinemas caused by _selected_cinemas being ↵Carl Hetherington
changed as we read it (#2632).
2023-10-15Supporters update.v2.16.66Carl Hetherington
2023-10-15Supporters update.Carl Hetherington
2023-10-10Add new "copy markers from this DCP" option (#2628).Carl Hetherington
Also stop the "copy settings" options from doing this, as Carsten points out that it could be confusing and potentially very bad if you copy markers from an OV to an edited VF which then bring house lights up at the wrong time or whatever.
2023-10-10Rename copy_dcp_details_to_film -> copy_dcp_settings_to_film.Carl Hetherington
2023-10-09Supporters update.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems.
2023-10-05Fix flickering timeline drags on Windows (#2625).Carl Hetherington
2023-09-21Supporters update.v2.16.65Carl Hetherington
2023-09-20Fix example names in prefs (#2612).Carl Hetherington
2023-09-15Updated zh_CN translation from poppinzhang.Carl Hetherington
2023-09-14Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2023-09-14Supporters update.Carl Hetherington
2023-09-13Supporters update.v2.16.64Carl Hetherington
2023-09-12Update ISDCF name when DCP track changes.Carl Hetherington
2023-09-12Update DCP name when some text changes from subtitle to ccap.Carl Hetherington
2023-09-09Always call AddCatalog("wxstd") as it appears to be necessary toCarl Hetherington
get wxWidgets' translations to appear (at least on Windows) (#2606).
2023-09-07Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-09-05pot/merge.Carl Hetherington
2023-09-01Supporters update.v2.16.63Carl Hetherington
2023-09-01Supporters update.Carl Hetherington
2023-08-29Cleanup: use some more vector instead of list.Carl Hetherington