summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2022-10-09fixup! fixup! Make CPL metadata writing optional.optional-cpl-metadataCarl Hetherington
2022-10-09fixup! Make CPL metadata writing optional.Carl Hetherington
2022-10-09Make CPL metadata writing optional.Carl Hetherington
2022-10-09Add get/set to CheckBox.Carl Hetherington
2022-10-05Support drag and drop onto the content list (#1220).v2.16.29Carl Hetherington
2022-10-05Add contains_assetmap()Carl Hetherington
2022-10-05Add a Cancel button to the LanguageTagDialog.Carl Hetherington
2022-10-05Make Enter confirm OK in the language tag dialog (#2345).Carl Hetherington
2022-10-04Tidy up the layout of the TemplatesDialog a bit.Carl Hetherington
2022-10-04Supporters update.Carl Hetherington
2022-10-04Fix wxWidgets assertion on opening the video filters selector.Carl Hetherington
2022-09-29Remove unused variable.Carl Hetherington
2022-09-28Replace directory with folder in some messages.Carl Hetherington
2022-09-27Add basic KDM information to the player (#2225).Carl Hetherington
2022-09-27Use EnumIndexedVector in ContentPanel.Carl Hetherington
2022-09-26Supporters update.v2.16.28Carl Hetherington
2022-09-21Supporters update.Carl Hetherington
2022-09-19Fix incorrect subtitle outline rectangle display when subtitlesCarl Hetherington
were analysed at non-zero offsets (#2336).
2022-09-16Fix black borders around the preview in some cases (#2331).Carl Hetherington
We need to round the container size to the nearest multiple of 2 so that cropping subsampled sources does not leave gaps. As far as I can see: - the direction that you round x in doesn't matter - it's better to round y up (if you calculate the error in the resulting ratio in each case).
2022-09-15Fix some spelling mistakes (mostly in comments).Carl Hetherington
2022-09-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-09-11Supporters update.v2.16.25Carl Hetherington
2022-09-10Trim some includes.Carl Hetherington
2022-09-08Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-09-06pot/merge.Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-09-03Updated sl_SI translation from Martin Srebotnjak.v2.16.24Carl Hetherington
2022-09-03Bump libdcp for better ContentKind support, and libsubCarl Hetherington
for fixes to \c tags in SSA files.
2022-09-01Fix two more badly-adapted instantiations of EditableList and makeCarl Hetherington
it harder to make similar errors in the future.
2022-08-31Fix incorrect ordering when adding cinemas.Carl Hetherington
2022-08-31Fix previous.Carl Hetherington
2022-08-30Refresh cinemas UI if the cinemas.xml file location is changed.Carl Hetherington
2022-08-30Fix error when exporting the cinemas file with overwrite.Carl Hetherington
2022-08-30Cleanup: white space.Carl Hetherington
2022-08-30Cleanup: autoCarl Hetherington
2022-08-30Handle failures to write cinemas.xml more nicely.Carl Hetherington
2022-08-30Cleanup: use some better variable names and ScopeGuards.Carl Hetherington
2022-08-29Supporters update.Carl Hetherington
2022-08-28Display the rating agency name rather than the URL (if we have it).Carl Hetherington
2022-08-28Give some more space for ratings.Carl Hetherington
2022-08-28Use the same code for both Interop and SMPTE ratings controls.Carl Hetherington
2022-08-28Fix missing buttons for ratings lists.Carl Hetherington
2022-08-26Cleanup: white space.Carl Hetherington
2022-08-26Updated hu_HU translation from Németh Áron.Carl Hetherington
2022-08-26Tweak position of existing translator in the list.Carl Hetherington
2022-08-26Template hu_HU translation.Carl Hetherington
2022-08-15Supporters update.Carl Hetherington
2022-08-13Supporters update.v2.16.20Carl Hetherington
2022-08-12Remove misleading comment.Carl Hetherington
Video levels are taken care of by the call to PlayerVideo::image() above, in the non-J2K case, and for J2K we're already in full range so there's no need to convert.
2022-08-12Put the OpenGL XYZ -> RGB gammas the right way round (#2294).Carl Hetherington
1/2.6 is the correction when converting to XYZ, not to RGB.