summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
10 hoursFix layout of Interop/SMPTE option on macOS.HEADmainCarl Hetherington
47 hoursUse consistent colours for peaks in the audio panel and the waveform plot.Carl Hetherington
47 hoursWhite space: audio_panel.{cc,h}Carl Hetherington
48 hoursSupporters update.Carl Hetherington
2026-08-23Supporters update.Carl Hetherington
2026-08-22pot/merge.Carl Hetherington
2026-08-15Set up sensitivity for optional audio sample rate control correctly.Carl Hetherington
2026-08-11Supporters/subscribers update.v2.18.47Carl Hetherington
2026-08-11Adjust management of whether reel boundaries are editable.Carl Hetherington
Before we would assume all custom boundaries are editable, but now they include required boundaries that can't be altered or removed.
2026-08-11Set reel type correctly when they are not all offered.Carl Hetherington
2026-08-10Remove unnecessary and broken set of reel type.Carl Hetherington
2026-08-07Prevent adding obviously-bad email addresses.Carl Hetherington
2026-08-07Fix incorrect double-% in the UI.Carl Hetherington
2026-08-07White space: cinema_dialog.{cc,h}Carl Hetherington
2026-08-07Include/using trimming.Carl Hetherington
2026-08-01Supporters update.v2.18.46Carl Hetherington
2026-07-29pot/merge to get some more translator hints.Carl Hetherington
2026-07-29de_DE update from Roger Siegenthaler.Carl Hetherington
2026-07-29Clarify some translations.Carl Hetherington
2026-07-29White space: system_information_dialog.ccCarl Hetherington
2026-07-29Using trimming.Carl Hetherington
2026-07-28fa_IR update from Soleyman Rahmani.Carl Hetherington
2026-07-26Supporters update.v2.18.45Carl Hetherington
2026-07-21White space: various.Carl Hetherington
2026-07-08Fix crash on closing projects (#3170) (GH#43).Carl Hetherington
2026-07-08Include trimming.Carl Hetherington
2026-07-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-07-01pot/merge.Carl Hetherington
2026-06-30Fix name on request from Steven Song.Carl Hetherington
2026-06-29Supporters update.Carl Hetherington
2026-06-29Don't offer to use bitmapped DCP subtitle for closed captions (#2998).Carl Hetherington
2026-06-29Include / using tidy.Carl Hetherington
2026-06-28Compress some ifs.Carl Hetherington
2026-06-28White space: text_panel.{cc,h}Carl Hetherington
2026-06-28Basic .srt export (#3142).Carl Hetherington
2026-06-27Use new SubtitleFormat enum instead of dcp::Standard.Carl Hetherington
2026-06-27Compress an if.Carl Hetherington
2026-06-26Rename all fonts that we load.Carl Hetherington
This seems to be the only chance we have of making Pango-via-FontConfig definitely choose the font that we want. There was a case https://dcpomatic.com/forum/viewtopic.php?t=3015 where a user specified Arial Rounded MT Bold but ended up with a substitution. I tried loading an Arial Rounded, and then FontConfig chose that even when we asked for Arial Rounded MT Bold. Maybe it's because both fonts were marked as having "Book" weight ... I don't know. It seems like the easiest way to get what we want here is to try to subvert FontConfig's selection logic by giving everything we load a different family name. If only we could just load a font and tell Pango to use it ... but it seems like we can't have nice things.
2026-06-21Supporters update.Carl Hetherington
2026-06-20Updated ru_RU translation from Евгений Дац.Carl Hetherington
2026-06-18Updated ja_JP translation from 林雅成Carl Hetherington
2026-06-02Supporters update.v2.18.43Carl Hetherington
2026-06-01Supporters update.Carl Hetherington
2026-06-01Add Marco Ville credit.Carl Hetherington
2026-05-26Use --developer to find bitmaps from the source tree instead of --enable-debug.Carl Hetherington
2026-05-24Supporters update.v2.18.42Carl Hetherington
2026-05-24Fix sync when the audio stream takes a while to start up (#3144).Carl Hetherington
Previously we would sync audio and video before starting up the stream. Any time that the stream took to get going would then be an error in video/audio sync. This time is about 400ms with the Apple Studio Display (connected via Thunderbolt) and so there would be a very bad sync error there.
2026-05-24Keep our own copy of the audio stream time.Carl Hetherington
Looking at the RtAudio code it is not safe to access this value from multiple threads, and RtAudio updates it from the audio callback thread.
2026-05-24Compress an if.Carl Hetherington
2026-05-24Delete some copy construction.Carl Hetherington