summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-13fixup! Extract and fix closed text display logic (#2857).2857-capCarl Hetherington
2024-08-13Don't display duplicate times in the text view.Carl Hetherington
2024-08-13Extract and fix closed text display logic (#2857).Carl Hetherington
This was buggy, but here it is extracted, fixed and gains a basic test.
2024-08-13Add Butler::video_frames_in_buffer().Carl Hetherington
2024-08-13Tidy up some bits and pieces.Carl Hetherington
2024-08-09Cleanup: better document parameter.Carl Hetherington
2024-08-09Support RGBA with auto-crop.Carl Hetherington
2024-08-09Add hack to run script to make it work from a cdist tree.Carl Hetherington
2024-07-28Supporters update.v2.16.90Carl Hetherington
2024-07-28Fix build warning on macOS.Carl Hetherington
2024-07-27Limit number of verifier notes that are actually displayed (#2814).Carl Hetherington
2024-07-27Allow running player from cdist-built trees.Carl Hetherington
2024-07-27Optimisation: return notes by reference.Carl Hetherington
2024-07-27Don't clobber configured log types in the player.Carl Hetherington
2024-07-27Add missing setup for DEBUG_VIDEO_VIEW.Carl Hetherington
2024-07-27Cleanup: include and using sorting.Carl Hetherington
2024-07-27Fix build with RtAudio 6.Carl Hetherington
2024-07-26Add AudioBackend::device_output_channels().Carl Hetherington
2024-07-26Add AudioBackend::default_device_name().Carl Hetherington
2024-07-26Add AudioBackend::output_device_names().Carl Hetherington
2024-07-26Add AudioBackend::start_stream().Carl Hetherington
2024-07-26Add AudioBackend::abort_stream_if_running().Carl Hetherington
2024-07-26Signal the correct change when unsetting the sound output.Carl Hetherington
Otherwise we don't notice when the output is set back to whetever happens to be the default.
2024-07-26Stop instantiating RtAudio all over the placeCarl Hetherington
and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion.
2024-07-22Supporters update.Carl Hetherington
2024-07-20Add SLV as a channel type for the CLI.Carl Hetherington
2024-07-15Fix nag foreground colour in dark mode (#2848).Carl Hetherington
2024-07-15Remove file added for HTML rendering.Carl Hetherington
2024-07-15Tweak background colour of nag in dark mode.Carl Hetherington
2024-07-15Make nag text a little bigger.Carl Hetherington
2024-07-13Fix spacing of screens panel buttons.Carl Hetherington
Now they match the ones in the content panel.
2024-07-13Make the download certificate dialog wider on macOS.Carl Hetherington
Otherwise the labels for the tabs are all very truncated.
2024-07-13Download Barco certificates using SFTP instead of plain FTP (#2842).Carl Hetherington
2024-07-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-07-11pot/merge.Carl Hetherington
2024-07-09Supporters update.v2.16.89Carl Hetherington
2024-07-09Fix too-late setup of path encoding stuff.Carl Hetherington
2024-07-07Re-fix incorrect ArgFixer.v2.16.88Carl Hetherington
It needs to be in the front-end, not the kdm_cli() method, otherwise the tests break.
2024-07-07Remove double ArgFixer introduced in fefcccd5.Carl Hetherington
2024-07-06Supporters update.Carl Hetherington
2024-07-06Add some missing ArgFixers for Windows command lines (#2844).Carl Hetherington
2024-06-30Make DCPoMatic compatible with ICU >= 75Benjamin Radel
ICU >= 75 uses c++17 features and therefore requires compilation with -std=c++17. However, this causes some namespace issues in src/wx/file_picker_ctrl.cc and src/wx/film_name_location_dialog.cc between boost::optional, boost::filesystem and the corresponding names from the std lib. The patch fixes this namespace issues and adds a version check in wscript to enable compilation with c++17, if icu >= 75 is detected.
2024-06-27Bump libdcp for speculative fix for #2839.Carl Hetherington
2024-06-27Fix error when importing bad subtitle file (#2838).Carl Hetherington
The subtitle XML refers to a font with no corresponding <LoadFont>.
2024-06-19Missing include.v2.16.87Carl Hetherington
2024-06-19Supporters update.Carl Hetherington
2024-06-19Fix build with some older boosts.Carl Hetherington
2024-06-18Build tests on Ubuntu 24.04.Carl Hetherington
2024-06-18Fix "available space" count passed to snprintf (#2832).Carl Hetherington
This is wrong (too big) and it causes an abort in some snprintf checker on Ubuntu 24.04.
2024-06-18Supporters update.Carl Hetherington