summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
3 daysWhite 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
2026-05-23Fix failure to update CCAP when seeking to an empty place (#3163).Carl Hetherington
I don't know why the condition to clear the display included _tracks.empty() but it seems wrong.
2026-05-23Compress an if.Carl Hetherington
2026-05-17Supporters update.Carl Hetherington
2026-05-17Use some dcp::filesystem.Carl Hetherington
2026-05-17Updated zh_CN translation from 刘汉源.Carl Hetherington
2026-05-11Supporters update.v2.18.40Carl Hetherington
2026-05-10Supporters update.Carl Hetherington
2026-05-10Add some missing initialisation of std::atomic.Carl Hetherington
Contrary to cppreference.com in C++11 this is still necessary. It was causing an intermittent test failure on macOS when Player::_video_container_size was not initialized so sometimes _black_image would not be created.
2026-05-09Updated ja_JP translation from 林雅成.Carl Hetherington
2026-05-09Tweak DCP video panel layout, especially for macOS.Carl Hetherington
On Tahoe the 2K/4K dropdown was always ellipsized.
2026-05-07Use std::atomic rather than boost::atomic.Carl Hetherington
It's in C++11.
2026-04-24Supporters update.Carl Hetherington
2026-04-23Supporters update.Carl Hetherington
2026-04-22Tweak to fr_FR translation from Théo Lalanne.Carl Hetherington
2026-04-22Updated fr_FR translation from Théo Lalanne.Carl Hetherington
2026-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-04-21pot/merge.Carl Hetherington
2026-04-21Fix verification message.Carl Hetherington
2026-04-20pot/merge.Carl Hetherington
2026-04-16Fix sensitivity of playback controls on startup.Carl Hetherington
2026-04-16Fix some confusing use of period in a timecode (#3148).Carl Hetherington
I think it should just be colons all the way.
2026-04-16White space: wx_util.{cc,h}Carl Hetherington
2026-04-13Fix message.v2.18.38Carl Hetherington