summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
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
2023-08-20Supporters update.v2.16.62Carl Hetherington
2023-08-19Supporters update.Carl Hetherington
2023-08-12Add missing GUI message.v2.16.61Carl Hetherington
2023-08-12Supporters update.Carl Hetherington
2023-08-12Prevent empty <LabelText> in <ContentVersion> (#2594).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-08-09Cleanup: use some better variable names and tidy ifs.Carl Hetherington
2023-08-09Cleanup: use nullptr.Carl Hetherington
2023-07-27Bump libdcp to one with some cleanups / header re-arrangement.Carl Hetherington
2023-07-24Add stubs for Georgian (ka_KA) language support.Carl Hetherington
2023-07-19Supporters update.v2.16.60Carl Hetherington
2023-07-19Updated zh_CN translation from Akivili Collindort.Carl Hetherington
2023-07-07Cleanup: member variable name standard.Carl Hetherington
2023-06-29Missing i18n markup.Carl Hetherington
2023-06-29Bump libdcp for changes to how hashes are handled.Carl Hetherington
2023-06-24Add config option to allow long ISDCF name parts.Carl Hetherington
2023-06-22Remove unnecessary config_changed() which will only result in ↵Carl Hetherington
setup_sensitivity() being called again.
2023-06-22No need to call setup_sensitivity() here as set_film() already does it.Carl Hetherington
2023-06-22set_film() no longer needs to be virtual.Carl Hetherington
2023-06-22Controls::set_film() calls setup_sensitivity() so there's no need for ↵Carl Hetherington
PlaylistControls::set_film() also to do it.
2023-06-20Add new(?) filename for some IMB certificates.Carl Hetherington
2023-06-20Cleanup: use a struct/pair rather than two separate lists.Carl Hetherington
2023-06-16Slightly improve a crash when content goes away.Carl Hetherington
2023-06-16Fix crash when pressing Ctrl+T with no content (#2563).Carl Hetherington
2023-06-16Defend against divide by 0.Carl Hetherington