summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2023-12-16Remove reference checkboxes from video/audio/text tabs.Carl Hetherington
2023-12-16Add Version File dialog.Carl Hetherington
2023-12-16Add set().Carl Hetherington
2023-12-16Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
It should be allowed to not have any grok stuff in the config file, and we should generally call it grok rather than GPU in case other non-grok GPU stuff arrives in the future.
2023-12-16Cleanup: whitespace / coding style.Carl Hetherington
2023-12-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-12-16Add missing copyright banner.Carl Hetherington
2023-12-16Remove C++17-ism.Carl Hetherington
2023-12-16Copy-edit GUI strings.Carl Hetherington
2023-12-16Check for errors when calling the GPU lister.Carl Hetherington
2023-12-16Only build grok for Ubuntu 22.04.Carl Hetherington
2023-12-16Move grok headers into src/wx/grokCarl Hetherington
2023-12-16Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵Carl Hetherington
via his tool "grok".
2023-12-16Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
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