summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-30Remove now-unnecessary --target-macos-arm64v2.17.15Carl Hetherington
2024-03-30Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-29Fix crash introduced in previous commit.Carl Hetherington
2024-03-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-29Fix lack of video rotation in some cases (#2971).Carl Hetherington
2024-03-29Fix video scaling when the video needs rotation (#2791).Carl Hetherington
2024-03-29Add VideoContent::rotate_size().Carl Hetherington
2024-03-27Bump libdcp for libcxml build fix.v2.17.14Carl Hetherington
2024-03-25Hack to local build script to use environment if ~/build if present.Carl Hetherington
2024-03-23Fix detection of SSE, removing unnecessary --target-macos-arm64.Carl Hetherington
2024-03-23pangommconfig.h is not included by pangomm.h on some platforms.Carl Hetherington
2024-03-22Bump libdcp for new asdcplib version.Carl Hetherington
2024-03-20Bump libdcp with corresponding merge to previous.Carl Hetherington
2024-03-20Merge tag 'v2.16.79' into v2.17.xCarl Hetherington
2024-03-20Replace std::random_shuffle (removed in C++17).Carl Hetherington
2024-03-20Use C++17 when building for (new) macOS.Carl Hetherington
2024-03-20Allow building with C++17 and updated libxml++/pangomm/cairomm.Carl Hetherington
2024-03-20Cleanup: clarify some namespace use.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2024-03-20Tidy up and fix assertion failure when selecting a CPL from the menu.v2.16.79Carl Hetherington
2024-03-20Fix failing tests.Carl Hetherington
2024-03-19The private test repo got some v2.18.x updates.Carl Hetherington
2024-03-19Bump libdcp for SMPTE timecode parsing fix and better handling of unexpected ...Carl Hetherington
2024-03-18Improve formatting of FAILED_READ errors.Carl Hetherington
2024-03-18Log job errors as errors during verify.Carl Hetherington
2024-03-17Add PlaylistEditorRestrictedMenus option, similar to PlayerRestrictedMenus.Carl Hetherington
2024-03-17Tidy and fix up the playlist editor menu on macOS.Carl Hetherington
2024-03-17Fix run script for playlist editor on macOS.Carl Hetherington
2024-03-17Supporters update.Carl Hetherington
2024-03-16Add dark-mode link icon.Carl Hetherington
2024-03-16Fix link icon width on macOS.Carl Hetherington
2024-03-15Remove some more unnecessary copying for macOS command line.Carl Hetherington
2024-03-15Get prefs icons from the source tree on when starting from the macOS console.Carl Hetherington
2024-03-15Replace use of sprintf with snprintf.Carl Hetherington
2024-03-15A couple of macOS development notes.Carl Hetherington
2024-03-13Fix build on RPM systems.v2.17.13Carl Hetherington
2024-03-13Fix warning on macOS.Carl Hetherington
2024-03-12Merge branch '2678-reel-break' into v2.17.xCarl Hetherington
2024-03-12Add new interface for setting reel breaks (#2678).2678-reel-breakCarl Hetherington
2024-03-12Tweak SpinCtrl width for GTK3 to work with Mint's theme.Carl Hetherington
2024-03-12Extract snap subdivision to a constant.Carl Hetherington
2024-03-12Extract timeline content colours to a header.Carl Hetherington
2024-03-12Add validity check to Timecode.Carl Hetherington
2024-03-12Add operator<= for HMSF.Carl Hetherington
2024-03-12Add custom reels option to Film.Carl Hetherington
2024-03-12Remove reel type / length controls from DCP panel.Carl Hetherington
2024-03-12Use std::vector and emplace_back(), lengthen variable name.Carl Hetherington
2024-03-12Split out TimelineView from ContentTimelineView.Carl Hetherington
2024-03-12Rename TimelineTextContentView -> ContentTimelineTextView.Carl Hetherington
2024-03-12Rename TimelineVideoContentView -> ContentTimelineVideoView.Carl Hetherington