summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2026-03-20Add stub el_GR translation.Carl Hetherington
2026-02-15Add stub ja_JP translation.Carl Hetherington
2026-01-14There are no wxWidgets translations for ko it seems.v2.18.35Carl Hetherington
2026-01-11Add ko_KR translation stub.Carl Hetherington
2025-10-07Use macOS' own sqlite3 library (#3087).Carl Hetherington
2025-09-19Allow saving of verification reports as PDF (#1823).Carl Hetherington
2025-02-11Revert "Add stubs for Georgian (ka_KA) language support."Carl Hetherington
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a. I added this for somebody but no apparently translations were ever forthcoming, so remove it again.
2025-01-14Add missing SetRegView to get access to the 64-bit registry (#2933).Carl Hetherington
Otherwise since Uninstall.exe is 32-bit we get the WOW64 version, which does not contain the DCP-o-matic keys.
2025-01-14Tidy up some triple-quoted prints.Carl Hetherington
2025-01-14Add DisplayVersion to Windows uninstaller registry key (#2933).Carl Hetherington
2025-01-09Copy libfmt dylib into the macOS builds.Carl Hetherington
2025-01-09Fix missing DLL in Windows installer.Carl Hetherington
2024-10-14Install fa_IR wxWidgets translations.Carl Hetherington
2024-07-14Fix Windows installer script.Carl Hetherington
2024-06-23Add minimal player HTTP server (#2830).Carl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-06Remove use of f-strings in wscriptsCarl Hetherington
Various Linux build environments have a python that is too old.
2024-04-28Build .rc files on the fly.Carl Hetherington
2024-04-21Support variants in the build scripts.Carl Hetherington
2024-04-21Cleanup: remove unnecessary obj =Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-04-16Rename dcpomatic2_verify to dcpomatic2_verify_cli.Carl Hetherington
2024-03-22Bump libdcp for new asdcplib version.Carl Hetherington
2024-03-20Merge tag 'v2.16.79' into v2.17.xCarl Hetherington
2024-03-20Allow building with C++17 and updated libxml++/pangomm/cairomm.Carl Hetherington
2024-03-16Add dark-mode link icon.Carl Hetherington
2024-03-15Remove some more unnecessary copying for macOS command line.Carl Hetherington
2024-03-15Get prefs icons from the source tree on when starting from the macOS console.Carl Hetherington
2024-02-12Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-05Add com.apple.security.cs.allow-unsigned-executable-memory (#2735).Carl Hetherington
Tobi pointed out that the crashing thread crashes when trying to execute the first instruction in the page VM_ALLOCATE 119af0000-119af1000 [ 4K] r-x/rwx SM=PRV which is dynamically allocated with VM_ALLOCATE (as opposed to being a memory-mapped binary). Its protections (r-x/rwx) suggest that its being used for JIT, so this code isn't signed, so the process is killed by the hardened runtime. We suspect FFmpeg is doing some JIT but perhaps only on x86_64 (as I couldn't reproduce the crash on arm64).
2024-02-04Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-04Allow setting paths for a build with a workspace directory and a provided ↵Carl Hetherington
SDK, or the local default.
2024-02-04Detect arch in set_paths.sh.Carl Hetherington
2024-02-04Make set_paths.sh work on x86_64 and arm64.Carl Hetherington
2024-01-30Add yet more missing DLLs to the Windows installer.v2.17.11Carl Hetherington
2024-01-30Another missing libpangoft2-1.0-0 to Windows installer.Carl Hetherington
2024-01-30Add missing libbrotlidec to Windows installer.Carl Hetherington
2024-01-30Add missing boost library to macOS .dmg.Carl Hetherington
2024-01-28Bump FFmpeg to 6.1.v2.17.10Carl Hetherington
2024-01-28Update for new wxWidgets version on macOS.Carl Hetherington
2024-01-28Update for new mxe.Carl Hetherington
2024-01-28Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2024-01-02Remove tick/no_tick icons which I believe are no longer used.Carl Hetherington
They were added to the list in the playlist editor but seemingly not used.
2023-12-24Add stubs for fa_IR (Farsi/Persian).v2.16.71Carl Hetherington
2023-11-27Uninstall encode server link.Carl Hetherington
2023-11-27Add missing file=f so that all desktop shortcuts are uninstalled.Carl Hetherington
2023-11-27Set shell var context so that when uninstalling we look in the same place ↵Carl Hetherington
for shortcuts as when installing.
2023-11-27Cleanup: add start_menu_shortcut().Carl Hetherington
2023-11-27Extract some common parts of the uninstaller.Carl Hetherington
2023-11-27Fix installer with non-ASCII user names (#2668).Carl Hetherington