| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-03 | wip: hacksprocessor | Carl Hetherington | |
| 2025-10-23 | Add DCP-o-matic Processor tool. | Carl Hetherington | |
| 2025-10-23 | Remove log handling from Film. | Carl Hetherington | |
| It should be the main UI's responsibility to set up dcpomatic_log, maybe writing it to the film's directory if it wants to. | |||
| 2025-10-22 | Remove unused method. | Carl Hetherington | |
| 2025-10-20 | Fix crash when specifying negative crops in the player. | Carl Hetherington | |
| 2025-10-16 | Update log types when they might have changed. | Carl Hetherington | |
| 2025-10-10 | Add an audio graph option to the player (#3090). | Carl Hetherington | |
| 2025-10-10 | White space: dcpomatic_player.cc | Carl Hetherington | |
| 2025-10-10 | Keep screen awake while playing on Windows (#3095). | Carl Hetherington | |
| 2025-10-07 | pot/merge. | Carl Hetherington | |
| 2025-10-05 | Updated zh_CN translation from 刘汉源 | Carl Hetherington | |
| 2025-09-28 | Updated fr_FR translation from Dan Cohen. | Carl Hetherington | |
| 2025-09-26 | pot/merge. | Carl Hetherington | |
| 2025-09-26 | Updated fr_FR translation from Dan Cohen. | Carl Hetherington | |
| 2025-09-26 | Remove some duplicate includes. | Carl Hetherington | |
| 2025-09-24 | Sign DCPs when saving them out of the editor. | Carl Hetherington | |
| 2025-09-21 | Fix verifier window background colour on Windows (#3085). | Carl Hetherington | |
| 2025-09-19 | Allow saving of verification reports as PDF (#1823). | Carl Hetherington | |
| 2025-09-15 | Allow building with boost::process v2 (added in Ubuntu 25.10). | Carl Hetherington | |
| 2025-09-07 | Respect audio delay option in the player (#3083). | Carl Hetherington | |
| 2025-09-06 | Cleanup: assume DCPOMATIC_SPIN_CTRL_WIDTH. | Carl Hetherington | |
| 2025-08-27 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-08-27 | pot/merge. | Carl Hetherington | |
| 2025-08-27 | Add missing file to i18n gathering. | Carl Hetherington | |
| 2025-08-19 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-08-13 | pot/merge.v2.18.22 | Carl Hetherington | |
| 2025-08-12 | Replace AVPixelFormat parameter to PlayerVideo::image with a functor. | Carl Hetherington | |
| This was removed in df9b4676aba8b941f124b174393988cad21677e1 and surrounding commits, but it turns out we need it after all. | |||
| 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(). | |||
