Supporters update.
[dcpomatic.git] / src / wx / content_menu.cc
2024-03-20 Carl HetheringtonTidy up and fix assertion failure when selecting a... v2.16.79
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2024-02-01 Carl HetheringtonFix error when opening the right-click content menu.
2024-01-16 Carl HetheringtonCleanup: remove some make_wx<> that aren't needed.
2024-01-11 Carl HetheringtonAttempt to rationalise menu IDs and avoid duplicates.
2023-11-24 Carl HetheringtonFix debug assertion when adding a KDM.
2023-11-11 Carl HetheringtonStore last path for adding KDMs (#2348).
2023-11-11 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-11-11 Carl HetheringtonUse DirDialog and fix initial path (#2348).
2023-11-11 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-11-11 Carl HetheringtonCleanup: auto.
2023-10-09 Carl HetheringtonAdd new "copy markers from this DCP" option (#2628).
2023-10-09 Carl HetheringtonRename copy_dcp_details_to_film -> copy_dcp_settings_to...
2023-04-25 Carl HetheringtonCleanup: remove some unnecessary includes.
2023-01-14 Carl HetheringtonUse wx_ptr for AutoCropDialog
2023-01-14 Carl HetheringtonUse some more wx_ptr.
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2022-12-09 Carl HetheringtonExtract constants.h
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-10-15 Carl HetheringtonMake the advanced content dialogue properly respect...
2022-10-15 Carl HetheringtonMake overridden subtitle language option respect OK...
2022-10-15 Carl HetheringtonMake video frame rate option respect OK/Cancel.
2022-10-15 Carl HetheringtonMake filters option respect OK/Cancel.
2022-10-15 Carl HetheringtonMake ignore video option respect OK/Cancel.
2022-10-14 Carl HetheringtonCleanup: use simpler ownership for FilmViewer.
2022-05-01 Carl HetheringtonExtract and improve code to find missing files (#1940).
2022-05-01 Carl HetheringtonC++11 / sorting cleanups.
2022-05-01 Carl HetheringtonMake sure that crop preview rectangle is properly hidde... merged-to-main
2022-04-30 Carl HetheringtonAnother macOS build fix.
2022-04-28 Carl HetheringtonRemove unused lambda capture.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-28 Carl HetheringtonTweak content menu ordering.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2021-02-07 Carl HetheringtonRemove erroneous wxFD_MULTIPLE flag.
2021-02-07 Carl HetheringtonC++ tidying.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-20 Carl HetheringtonTell the user when they load a KDM which will not do...
2020-05-17 Carl HetheringtonAdd a new "Advanced settings" dialog for content, acces...
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd code to copy the data and hook it up to a menu...
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-02-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-12 Carl HetheringtonTry to fix some warnings.
2018-12-12 Carl HetheringtonFix content properties (#1428).
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-08-13 Carl HetheringtonUse a radio item rather than a check item when selectin...
2018-07-21 Carl HetheringtonRevert "Remove join function; the code is long and...
2018-07-20 Carl HetheringtonRemove join function; the code is long and I don't...
2018-07-07 Carl HetheringtonGive better errors when incorrect KDMs are used (#1326).
2018-01-12 Carl HetheringtonSeparate readable error from technical detail in some...
2018-01-06 Carl HetheringtonCatch exceptions thrown when there are bad KDMs added...
2017-05-23 Carl HetheringtonFix find-missing-content.
2016-12-20 Carl HetheringtonAllow content factory to return multiple content.
2016-12-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-16 Carl HetheringtonIncrease maximum allowable KDM file size.
2016-11-23 Carl HetheringtonAttempt to fix crash on hitting enter in the crop contr...
2016-11-20 Carl HetheringtonContentMenu is never destroyed, so some bits can be...
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
2016-11-16 Carl HetheringtonCatch failures to read missing DCPs in various places.
2016-11-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-11-15 Carl HetheringtonFix 0-id menu item in the CPL menu which causes an...
2016-10-29 Carl HetheringtonFix crash on Repeat... option.
2016-10-17 Carl HetheringtonFix merge.
2016-10-14 Carl HetheringtonAdd KDMs after resolving asset references; don't complain
2016-10-11 Carl HetheringtonFix crash on opening content menu for DCPs that have...
2016-10-06 Carl HetheringtonMerge.
2016-10-06 Carl HetheringtonFix sensitivity of add-ov option in the content menu.
2016-10-06 Carl HetheringtonAdd menu option to select CPL.
2016-08-24 Carl HetheringtonAllow import of OV/VF DCPs (#906).
2016-06-30 Carl HetheringtonRe-examine joined content.
2016-06-30 Carl HetheringtonBig speed-up to content joining.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonSome use of BOOST_FOREACH.
2015-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-07-29 Carl HetheringtonFix find missing function for DCP content (#646).
2015-07-26 Carl HetheringtonDon't bother re-examining content if loading a KDM...
2015-07-26 Carl HetheringtonCatch exceptions when loading KDMs.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-17 Carl HetheringtonFinal tweaks and removal of Film::playlist().
2015-05-04 Carl Hetherington701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master...
2015-03-24 Carl HetheringtonHand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c...
2015-03-16 Carl HetheringtonHand-apply 33b76b675d747fd828aba91d9d857227cb8a8244...
2015-01-24 Carl HetheringtonHand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-03 Carl HetheringtonHand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd...
2014-10-25 Carl HetheringtonMerge master.
next