summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2023-10-18fixup! Patch from Aaron Boxer adding initial support for GPU-powered J2K ↵Carl Hetherington
encoding via his tool "grok".
2023-10-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-10-16Cleanup: whitespace / coding style.Carl Hetherington
2023-10-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-10-16Add missing copyright banner.Carl Hetherington
2023-10-16Remove C++17-ism.Carl Hetherington
2023-10-16Copy-edit GUI strings.Carl Hetherington
2023-10-16Check for errors when calling the GPU lister.Carl Hetherington
2023-10-16Only build grok for Ubuntu 22.04.Carl Hetherington
2023-10-16Move grok headers into src/wx/grokCarl Hetherington
2023-10-16Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵Carl Hetherington
via his tool "grok".
2023-10-16Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
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