summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2024-01-03Bump libdcp for better diagnostics of bad/large J2K frames (#2680).2698-verifyCarl Hetherington
2024-01-03Limit number of warnings / errors shown after verification.Carl Hetherington
With the recent changes to warn for each frame that has bad J2K or is [nearly] too big, you can get a lot more warnings/errors.
2024-01-02Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-02Observe CPL changing, so that (e.g.) Make KDM button becomes sensitiveCarl Hetherington
when selecting a screen and then choosing a CPL by browsing the filesystem (when there was no CPL previously selected).
2024-01-02Cleanup: whitespace.Carl Hetherington
2024-01-02Cleanup: auto.Carl Hetherington
2024-01-02Happy new year.Carl Hetherington
2024-01-02Fix crash due to player_video().first becoming null sometime betweenCarl Hetherington
it being passed into the method and then being re-read via another call to player_video().
2023-12-31Add a little gap between player buttons and the position slider.Carl Hetherington
2023-12-31Cleanup: use some auto.Carl Hetherington
2023-12-31Try to clarify player "dual" mode in the configuration.Carl Hetherington
2023-12-24Add stubs for fa_IR (Farsi/Persian).v2.16.71Carl Hetherington
2023-12-19Fix bits missed from previous commit.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
2023-09-21Supporters update.v2.16.65Carl Hetherington