| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-18 | Fix ambiguity for old mac builds.old-mac | Carl Hetherington | |
| 2025-07-16 | Suspend change signals when settings lengths of selection (#3064). | Carl Hetherington | |
| 2025-07-16 | Squash change signals with the same property and type. | Carl Hetherington | |
| There's a bit of an assumption here that handlers don't need to be told multiple times about the same change (to different pieces of content) but that seems reasonable. | |||
| 2025-07-16 | Remove unused content pointer from change signals. | Carl Hetherington | |
| 2025-07-15 | Examine multiple single files in one go. | Carl Hetherington | |
| 2025-07-15 | Change Film::examine_and_add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Change Film::maybe_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 | Don't process unnecessary video frame rate changes. | Carl Hetherington | |
| This inadvertently fixes a bug where multiple pieces of caption content would be added to the project sequentially, but then immediately re-arranged to be at the same time. | |||
| 2025-07-15 | Change ExamineContentJob to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | White space: examine_content_job.{cc,h} | Carl Hetherington | |
| 2025-07-15 | Tidy up a comment. | Carl Hetherington | |
| 2025-07-15 | Add Playlist::add_at_end() taking a vector of content. | Carl Hetherington | |
| 2025-07-15 | White space: playlist.{cc,h} | Carl Hetherington | |
| 2025-07-13 | White space: screens_panel.{cc,h} | Carl Hetherington | |
| 2025-07-13 | White space: dcp_subtitle_decoder.{cc,h} | Carl Hetherington | |
| 2025-07-13 | White space: audio_mapping_view.cc | Carl Hetherington | |
| 2025-07-13 | White space: auto_crop_dialog.{cc,h}, export_video_file_dialog.{cc,h}, ↵ | Carl Hetherington | |
| time_calculation_test.cc | |||
| 2025-07-12 | Remove unnecessary fuzzy. | Carl Hetherington | |
| 2025-07-11 | Don't try to add unused fonts to the DCP (#3059). | Carl Hetherington | |
| With interop there can be only one font, and we need to make sure it's not one that isn't even being used. | |||
| 2025-07-11 | Supporters update. | Carl Hetherington | |
| 2025-07-11 | Updated nl_NL translation from Rob van Nieuwkerk. | 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 | Add SPL::set(). | Carl Hetherington | |
| 2025-07-10 | Cleanup: using ordering. | Carl Hetherington | |
| 2025-07-10 | Replace SPL::operator[] with get(). | Carl Hetherington | |
| 2025-07-10 | Extract ratio setup UI to a separate class. | Carl Hetherington | |
| 2025-07-10 | Allow audio processors to pass through HI/VI/DBox etc (#3020). | Carl Hetherington | |
| Previously you couldn't map these things if you were using a processor. | |||
| 2025-07-10 | Remove unnecessary make_silent() calls. | Carl Hetherington | |
| The AudioBuffers constructor silences everything. | |||
| 2025-07-10 | Rename audio_output_names() -> audio_output_channel_names(). | Carl Hetherington | |
| 2025-07-10 | Mention audio processor in the audio matrix. | Carl Hetherington | |
| 2025-07-10 | White space: audio_processor.{cc,h} | Carl Hetherington | |
| 2025-07-10 | White space: mid_side_decoder.{cc,h} | Carl Hetherington | |
| 2025-07-10 | Merge branch 'compose-to-fmt-take2' | cah | |
| This removes all uses of String::compose, replacing them with fmt and updating the i18n strings where required. | |||
| 2025-07-10 | Add another #undef of ERROR. | Carl Hetherington | |
| 2025-07-10 | Add an extra include for Arch. | Carl Hetherington | |
| 2025-07-10 | Remove Ole Laursen credit. | Carl Hetherington | |
| 2025-07-10 | Remove compose.hpp | 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 | Add missing #includes. | Carl Hetherington | |
| 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 | Tweak formatting. | Carl Hetherington | |
| 2025-07-10 | Fix incorrect placeholders. | Carl Hetherington | |
| 2025-07-10 | Convert some paths to string. | Carl Hetherington | |
| 2025-07-10 | Add some includes of fmt/format.h. | Carl Hetherington | |
| 2025-07-10 | Use newer libraries for Rocky 10. | Carl Hetherington | |
| 2025-07-09 | Add copy_to_drive_job.cc to i18n list, and pot/merge. | Carl Hetherington | |
| 2025-07-08 | Fix cut-off subtitle shadows. | Carl Hetherington | |
