| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-15 | Change Film::examine_and_add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Change Film::add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Change ExamineContentJob to take a vector of content. | Carl Hetherington | |
| 2025-07-10 | Respect playlist's requested player crop. | Carl Hetherington | |
| 2025-07-10 | Allow specification of player crop in playlist. | Carl Hetherington | |
| 2025-07-10 | Rename film_changed() and move some stuff into it. | Carl Hetherington | |
| 2025-07-10 | Replace SPL::operator[] with get(). | Carl Hetherington | |
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-07-10 | Fix incorrect placeholders. | Carl Hetherington | |
| 2025-07-10 | Convert some paths to string. | Carl Hetherington | |
| 2025-07-09 | Add copy_to_drive_job.cc to i18n list, and pot/merge. | Carl Hetherington | |
| 2025-07-07 | Load a DCP containing a file passed to the player (#3057). | Carl Hetherington | |
| 2025-07-07 | Cleanup: use a boost::filesystem::path | Carl Hetherington | |
| 2025-07-04 | Go back to the old way of handling KDM timing. | Carl Hetherington | |
| Once again the KDM gets its timezone from the cinema. | |||
| 2025-07-03 | Add all DCP CPLs to the content list, and write CPL ID to SPLs instead of ↵ | Carl Hetherington | |
| digest (#3040). | |||
| 2025-07-03 | Cleanup: use make_shared. | Carl Hetherington | |
| 2025-07-03 | Hack some window sizes for Fedora (#3055). | Carl Hetherington | |
| 2025-06-21 | White space: dcpomatic_playlist.cc | Carl Hetherington | |
| 2025-06-17 | Support cropping of content on playback (#3041). | Carl Hetherington | |
| This is to allow, for example, pillarboxed 1.78:1 DCPs to be played nicely on 1.78:1 projectors. DCP-o-matic can now crop the pillarboxing before display, rather than putting the pillarboxed 1.85:1 onto a 1.78:1 monitor, thereby adding letterboxing. | |||
| 2025-06-17 | Pass Ratio around as an object rather than a pointer. | Carl Hetherington | |
| 2025-06-17 | Cleanup: use an enum class. | Carl Hetherington | |
| 2025-06-14 | Catch possible exceptions in destructor. | Carl Hetherington | |
| There was a report of the player crashing with std::terminate coming from ~DOMFrame(). | |||
| 2025-06-13 | Might as well always allow problem reporting. | Carl Hetherington | |
| 2025-06-11 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2025-06-08 | Updated ru_RU translation from Евгений Дац. | Carl Hetherington | |
| 2025-05-27 | Move i18n setup into 3 separate platform files. | Carl Hetherington | |
| 2025-05-27 | Header sorting. | Carl Hetherington | |
| 2025-05-27 | Put wx::report_problem() in a dcpomatic namespace. | Carl Hetherington | |
| 2025-05-26 | Remove functors for choosing pixel format output from make_image(). | Carl Hetherington | |
| 2025-05-26 | Tweak comment formatting. | Carl Hetherington | |
| 2025-05-12 | Cleanup: coalesce an if. | Carl Hetherington | |
| 2025-05-09 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-05-08 | pot/merge. | Carl Hetherington | |
| 2025-05-08 | Add PKL editing to the editor (#3024). | Carl Hetherington | |
| 2025-05-06 | Add a menu bar to the verifier (#3031). | Carl Hetherington | |
| Otherwise on macOS it looks a bit odd now it defaults to full-screen | |||
| 2025-05-06 | Updated zh_CN translation from 刘汉源 | Carl Hetherington | |
| 2025-05-06 | Cleanup: whitespace. | Carl Hetherington | |
| 2025-05-03 | Fix bad format string (#3022). | Carl Hetherington | |
| 2025-04-13 | Standardise on translating the DoM "Film" (i.e. project) to Projekt in de_DE. | Carl Hetherington | |
| 2025-04-13 | Updated de_DE translation from David Lankes. | Carl Hetherington | |
| 2025-04-13 | Don't bind a shared_ptr<PlayerVideo> to ImageChanged (#3013). | Carl Hetherington | |
| Otherwise if the GUI is busy when the emissions build up, each one holds a reference to a potentially large image. This caused enormous memory use when playing a DCP and verifying it at the same time. | |||
| 2025-04-07 | Work around failure to open maximised on Ubuntu 24.04 (#3010). | Carl Hetherington | |
| 2025-03-26 | Just maximise the verifier on startup (#3004). | Carl Hetherington | |
| 2025-03-22 | Fix menu sensitivity. | Carl Hetherington | |
| Broken in e1c43614ad31ce276b923f9b1d280ad0c102c4b1 | |||
| 2025-03-22 | Remove before appending to try and reduce flicker on Windows. | Carl Hetherington | |
| 2025-03-22 | Allow taller server log windows. | Carl Hetherington | |
| 2025-03-22 | Fix bad server log truncation on Windows. | Carl Hetherington | |
| 2025-03-22 | Tidy up layout of server GUI. | Carl Hetherington | |
| 2025-03-22 | Make the Socket connect() call a little friendlier. | Carl Hetherington | |
| This avoids some boilerplate. | |||
