summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.cc
AgeCommit message (Expand)Author
2023-10-28Add some const& to uses of auto.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-01-27More stack-allocated Dialog objects.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-03-13Fix sensitivity of custom scaled edit button.Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington
2021-09-19Fix failure to reset state to "to fit DCP" properly (#2081).Carl Hetherington
2021-09-19Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} i...Carl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-07-09C++11 tidying.Carl Hetherington
2021-07-09Fix strange layout problems with the content sub panels (#2059).Carl Hetherington
2021-06-07Use "Colour" not "Colour conversion" as a label name.osx-alignmentCarl Hetherington
2021-06-07Fix link icons on macOS.Carl Hetherington
2021-05-31Tweak behaviour of crop link buttons (#2034).Carl Hetherington
2021-05-21Tweak crop icon for GTK2 builds (#1997).Carl Hetherington
2021-03-20Fix setting of fade in/out on multiple pieces of content at the same time (#1...Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-27Use enum class for VideoRange.Carl Hetherington
2021-01-15Tweak link icon width on macOS; looks right on Big Sur now.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-08Shrink some big buttons.Carl Hetherington
2020-12-08Fix crop control alignment on macOS (#1864).Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
2020-11-20Disable video range control for DCP content (#1821).Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-08-02Tweak link button width on GTK3.Carl Hetherington
2020-06-27Move video filters controls into advanced content dialogue (#1748).Carl Hetherington
2020-05-24Layout tweaks for GTK3.Carl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl Hetherington
2020-05-12Add crop left/right top/bottom link control.Carl Hetherington
2020-05-11Change video content scaling so that it either:Carl Hetherington
2020-05-11Reformat crop controls.Carl Hetherington
2020-02-29Allow changing colour conversion settings for multiple pieces of content at t...Carl Hetherington
2020-01-10Don't truncate active_video_frame_rate to an int otherwise setting fade on no...v2.15.41Carl Hetherington
2020-01-09Make the 'why not' messages for VF a bit clearer.Carl Hetherington
2019-10-31Set fade in/out using content frame rate rather than DCP rate (#1642).Carl Hetherington
2019-06-02Always hide reference note if it's empty.Carl Hetherington
2019-06-01Basics of allowing video parts of FFmpegContent to be disabled (#1355 and oth...Carl Hetherington
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May n...Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-01-11Put fade back into simple mode.v2.13.98Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-12Extend maximum crop to 4096 (#1401).Carl Hetherington
2018-10-20Remove erroneous empty gettext translations.Carl Hetherington