summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
AgeCommit message (Collapse)Author
2025-05-08White space: video_panel.{cc,h}Carl Hetherington
2024-01-28Remove reference checkboxes from video/audio/text tabs.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-07-09C++11 tidying.Carl Hetherington
2021-05-31Tweak behaviour of crop link buttons (#2034).Carl Hetherington
Now if you change left and click "link" the right will follow it, and vice versa.
2020-06-27Move video filters controls into advanced content dialogue (#1748).Carl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl Hetherington
from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters...
2020-05-12Add crop left/right top/bottom link control.Carl Hetherington
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2020-05-11Reformat crop controls.Carl Hetherington
2019-06-01Basics of allowing video parts of FFmpegContent to be disabled (#1355 and ↵Carl Hetherington
others).
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-09-06Interface levels in audio tab.Carl Hetherington
2018-09-06Tweak crop layout.Carl Hetherington
2018-09-06Basic simple support for video panel.Carl Hetherington
2018-03-27Use a label rather than a tooltip to tell users why they can't refer to DCPs.Carl Hetherington
Tooltips don't seem to work on disabled widgets in Windows (at least).
2018-02-27Add a load of explicit keywords.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-09-16Front-end to set up referencing of DCPs.Carl Hetherington
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
2015-06-0221cb435ed5eb250a7f94887ddd75f6b367ea231f from master; better colour ↵Carl Hetherington
conversion selection.
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2014-10-25Merge master.Carl Hetherington
2014-10-24Add basics of colourspace conversion bypass (#266).Carl Hetherington
2014-09-30Basic video fade support.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-03-04Add support for no-scale of the input video.Carl Hetherington
Requested-by: Gérald Maruccia
2013-12-27Remove unused variable.Carl Hetherington
2013-11-14Add ratio control to multi-select.Carl Hetherington
2013-11-11Try to neaten things up; first wxChoice.Carl Hetherington
2013-11-11Pull more stuff into ContentWidget.Carl Hetherington
2013-11-11Basic multiple selection for cropping.Carl Hetherington
2013-08-17Various bits mostly related to colour conversions.Carl Hetherington
2013-08-16Very basics of colour conversion configuration.Carl Hetherington
2013-07-24Restore video content frame rate information.Carl Hetherington
2013-07-23Use wx 2.9 binding API.Carl Hetherington
2013-07-22Basic UI.Carl Hetherington
2013-07-20Hopefully sensitivity is a bit tidier.Carl Hetherington
2013-07-19Split video panel.Carl Hetherington