summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2021-03-12Use /dev/rdisk on macOS.Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-02-17Fix some wx3.1 assertions and some C++ tidying.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-15Coalesce player changes around KDM loading.Carl Hetherington
2021-02-09Coalesce player changes around CPL change.v2.15.127Carl Hetherington
2021-02-07Report boost::filesystem_error with more details.Carl Hetherington
2021-02-04Fix no subtitles/captions in the player after changing the CPL.Carl Hetherington
2021-02-04Some C++11 stuff.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-09More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-23pot/merge.Carl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-12-03Move a load of disk writing code to src/lib/ext.cc.Carl Hetherington
2020-11-29Better progress reporting during DCP validation (#1812).v2.15.108Carl Hetherington
2020-11-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-21pot/merge.Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
2020-11-18Make the default disk writer window wider.Carl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2020-10-27Add uninstaller for the .pkg part of the disk writer on macOS (#1740).Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-10-19Playlist editor: save configuration when it changes.Carl Hetherington
2020-10-19Playlist editor: update content list when configuration changes.Carl Hetherington
2020-10-19macOS build fix.Carl Hetherington
2020-10-19Tidy up and fix bitmap path finding in the playlist editor.Carl Hetherington
2020-10-18Fix typo.Carl Hetherington
2020-10-18Clarify some error messages on macOS (#1837).jenkinsCarl Hetherington
2020-10-17Fix failure to update player information when changing CPLs.Carl Hetherington
2020-10-13Fix Windows console apps to actually have a console.Carl Hetherington
2020-09-22Try to fix Windows debug build.Carl Hetherington
2020-09-20Add dcpomatic_combine tool (#1245).Carl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-09-13More fixes for wxWidgets 3.1.x.Carl Hetherington
2020-09-11Fixes for building with newer wxWidgets.Carl Hetherington
2020-09-05Updated cs_CZ translation from Tomáš Begeni.v2.15.101Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-08-25Try to clean up the mess of exporting subtitles when there isCarl Hetherington
2020-08-25Add option to export Interop subs with or without the font file / reference.Carl Hetherington
2020-08-25Rename export dialogue to export video.Carl Hetherington
2020-08-25Move subtitle export to its own dialogue.Carl Hetherington
2020-08-07Fix layout bug where the stuff in the content panel would be completelyCarl Hetherington
2020-08-07Use a much bigger block size when calling fwrite(). Each call to fwrite()Carl Hetherington