summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.cc
AgeCommit message (Expand)Author
2022-05-01Make sure that crop preview rectangle is properly hidden when we close the au...main-oldCarl Hetherington
2022-04-28Use libdcp's warnings.hCarl Hetherington
2022-04-28Disable warnings around all wx includes.Carl Hetherington
2022-04-28Tidying.Carl Hetherington
2022-01-16Remove unused lambda capture.Carl Hetherington
2022-01-16Another macOS build fix with Rect.Carl Hetherington
2022-01-16Primitive auto-crop (#1477).Carl Hetherington
2022-01-15Tweak content menu ordering.Carl Hetherington
2022-01-04Remove DCP class and replace its functionality with a plain method in libdcp.Carl Hetherington
2021-12-25Extract and improve code to find missing files (#1940).Carl Hetherington
2021-12-25C++11 / sorting cleanups.Carl Hetherington
2021-02-07Remove erroneous wxFD_MULTIPLE flag.Carl Hetherington
2021-02-07C++ tidying.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-05-21Give 'wrong target' KDM errors in a dialogue box rather than in the job manag...Carl Hetherington
2020-05-20Tell the user when they load a KDM which will not do anything useful (part of...Carl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl Hetherington
2020-04-21Add code to copy the data and hook it up to a menu item.Carl Hetherington
2020-04-14DCPReadError -> ReadError in libdcp.Carl Hetherington
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2019-02-12Try to fix some warnings.Carl Hetherington
2018-12-12Fix content properties (#1428).Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-08-14Use a radio item rather than a check item when selecting CPL in the content m...Carl Hetherington
2018-07-21Revert "Remove join function; the code is long and I don't think anybody"Carl Hetherington
2018-07-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-06Catch exceptions thrown when there are bad KDMs added to imported DCPs (#1000).Carl Hetherington
2017-05-23Fix find-missing-content.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-12-16Increase maximum allowable KDM file size.Carl Hetherington
2016-11-23Attempt to fix crash on hitting enter in the crop control on Windows (#1009).Carl Hetherington
2016-11-20ContentMenu is never destroyed, so some bits can be removed.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-11-16Catch failures to read missing DCPs in various places.Carl Hetherington
2016-11-15Fix 0-id menu item in the CPL menu which causes an error on OS X (#1001).Carl Hetherington
2016-10-29Fix crash on Repeat... option.Carl Hetherington
2016-10-15Add KDMs after resolving asset references; don't complainCarl Hetherington
2016-10-11Fix crash on opening content menu for DCPs that have had incorrect KDMs added.Carl Hetherington
2016-10-06Fix sensitivity of add-ov option in the content menu.Carl Hetherington
2016-10-06Add menu option to select CPL.Carl Hetherington
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington
2016-06-30Re-examine joined content.Carl Hetherington
2016-06-30Big speed-up to content joining.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington