| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | White space: various. | Carl Hetherington | |
| 2026-07-08 | Fix crash on closing projects (#3170) (GH#43). | Carl Hetherington | |
| 2026-07-08 | Include trimming. | Carl Hetherington | |
| 2026-07-01 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2026-07-01 | pot/merge. | Carl Hetherington | |
| 2026-06-30 | Fix name on request from Steven Song. | Carl Hetherington | |
| 2026-06-29 | Supporters update. | Carl Hetherington | |
| 2026-06-29 | Don't offer to use bitmapped DCP subtitle for closed captions (#2998). | Carl Hetherington | |
| 2026-06-29 | Include / using tidy. | Carl Hetherington | |
| 2026-06-28 | Compress some ifs. | Carl Hetherington | |
| 2026-06-28 | White space: text_panel.{cc,h} | Carl Hetherington | |
| 2026-06-28 | Basic .srt export (#3142). | Carl Hetherington | |
| 2026-06-27 | Use new SubtitleFormat enum instead of dcp::Standard. | Carl Hetherington | |
| 2026-06-27 | Compress an if. | Carl Hetherington | |
| 2026-06-26 | Rename 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-21 | Supporters update. | Carl Hetherington | |
| 2026-06-20 | Updated ru_RU translation from Евгений Дац. | Carl Hetherington | |
| 2026-06-18 | Updated ja_JP translation from 林雅成 | Carl Hetherington | |
| 2026-06-02 | Supporters update.v2.18.43 | Carl Hetherington | |
| 2026-06-01 | Supporters update. | Carl Hetherington | |
| 2026-06-01 | Add Marco Ville credit. | Carl Hetherington | |
| 2026-05-26 | Use --developer to find bitmaps from the source tree instead of --enable-debug. | Carl Hetherington | |
| 2026-05-24 | Supporters update.v2.18.42 | Carl Hetherington | |
| 2026-05-24 | Fix 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-24 | Keep 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-24 | Compress an if. | Carl Hetherington | |
| 2026-05-24 | Delete some copy construction. | Carl Hetherington | |
| 2026-05-23 | Fix 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-23 | Compress an if. | Carl Hetherington | |
| 2026-05-17 | Supporters update. | Carl Hetherington | |
| 2026-05-17 | Use some dcp::filesystem. | Carl Hetherington | |
| 2026-05-17 | Updated zh_CN translation from 刘汉源. | Carl Hetherington | |
| 2026-05-11 | Supporters update.v2.18.40 | Carl Hetherington | |
| 2026-05-10 | Supporters update. | Carl Hetherington | |
| 2026-05-10 | Add 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-09 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 2026-05-09 | Tweak DCP video panel layout, especially for macOS. | Carl Hetherington | |
| On Tahoe the 2K/4K dropdown was always ellipsized. | |||
| 2026-05-07 | Use std::atomic rather than boost::atomic. | Carl Hetherington | |
| It's in C++11. | |||
| 2026-04-24 | Supporters update. | Carl Hetherington | |
| 2026-04-23 | Supporters update. | Carl Hetherington | |
| 2026-04-22 | Tweak to fr_FR translation from Théo Lalanne. | Carl Hetherington | |
| 2026-04-22 | Updated fr_FR translation from Théo Lalanne. | Carl Hetherington | |
| 2026-04-21 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2026-04-21 | pot/merge. | Carl Hetherington | |
| 2026-04-21 | Fix verification message. | Carl Hetherington | |
| 2026-04-20 | pot/merge. | Carl Hetherington | |
| 2026-04-16 | Fix sensitivity of playback controls on startup. | Carl Hetherington | |
| 2026-04-16 | Fix some confusing use of period in a timecode (#3148). | Carl Hetherington | |
| I think it should just be colons all the way. | |||
| 2026-04-16 | White space: wx_util.{cc,h} | Carl Hetherington | |
| 2026-04-13 | Fix message.v2.18.38 | Carl Hetherington | |
