| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-11 | Use case for property checks now that it's possible. | Carl Hetherington | |
| This would have prevented the bug fixed in 6bbf7dee. | |||
| 2025-05-11 | Fix failure to update scale fit/custom radio buttons. | Carl Hetherington | |
| 2025-05-08 | Fix missing update of controls when changing VF settings. | Carl Hetherington | |
| 2025-05-08 | White space: video_panel.{cc,h} | Carl Hetherington | |
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-05-16 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-05-11 | Fix link icon width again. | Carl Hetherington | |
| Seems to be different on wxWidgets 3.1.x vs 3.2.x. | |||
| 2024-03-20 | Merge tag 'v2.16.79' into v2.17.x | Carl Hetherington | |
| 2024-03-16 | Add dark-mode link icon. | Carl Hetherington | |
| 2024-03-16 | Fix link icon width on macOS. | Carl Hetherington | |
| 2024-02-22 | Merge tag 'v2.16.78' into v2.17.xv2.17.12 | Carl Hetherington | |
| 2024-02-21 | Make DCPExaminer::size() optional and deal with the consequences.v2.16.78 | Carl Hetherington | |
| This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775. | |||
| 2024-01-28 | Remove reference checkboxes from video/audio/text tabs. | Carl Hetherington | |
| 2023-10-28 | Add some const& to uses of auto. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-01-27 | More stack-allocated Dialog objects. | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-07-20 | Change bitmap_path to take a full name with extension. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-03-13 | Fix sensitivity of custom scaled edit button. | Carl Hetherington | |
| 2021-10-03 | Differentiate requested and actual crop. | Carl Hetherington | |
| This is so we limit cropping to what is possible considering chroma subsampling. | |||
| 2021-09-19 | Fix failure to reset state to "to fit DCP" properly (#2081). | Carl Hetherington | |
| 2021-09-19 | Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} ↵ | Carl Hetherington | |
| instead. ::SCALE was sort-of being used, as it was emitted during examination of video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE} replace its functionality as far as I can see). | |||
| 2021-08-12 | Fix flickering black square when selecting content on Windows (#1866). | Carl Hetherington | |
| 2021-07-09 | C++11 tidying. | Carl Hetherington | |
| 2021-07-09 | Fix strange layout problems with the content sub panels (#2059). | Carl Hetherington | |
| It seems that if Layout() is called on a sizer inside a wxScrolledWindow when that window is scrolled, things go wrong. Work around this by wrapping calls to Layout(). | |||
| 2021-06-07 | Use "Colour" not "Colour conversion" as a label name.osx-alignment | Carl Hetherington | |
| In English, at least, the excessive length of this label really screws up the layout. | |||
| 2021-06-07 | Fix link icons on macOS. | Carl Hetherington | |
| 2021-05-31 | Tweak behaviour of crop link buttons (#2034). | Carl Hetherington | |
| Now if you change left and click "link" the right will follow it, and vice versa. | |||
| 2021-05-21 | Tweak crop icon for GTK2 builds (#1997). | Carl Hetherington | |
| 2021-03-20 | Fix setting of fade in/out on multiple pieces of content at the same time ↵ | Carl Hetherington | |
| (#1934). | |||
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-27 | Use enum class for VideoRange. | Carl Hetherington | |
| 2021-01-15 | Tweak link icon width on macOS; looks right on Big Sur now. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-08 | Shrink some big buttons. | Carl Hetherington | |
| 2020-12-08 | Fix crop control alignment on macOS (#1864). | Carl Hetherington | |
| 2020-11-21 | Remove the "simple" UI (#1868). | Carl Hetherington | |
| It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see. | |||
| 2020-11-20 | Disable video range control for DCP content (#1821). | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-08-02 | Tweak link button width on GTK3. | Carl Hetherington | |
| 2020-06-27 | Move video filters controls into advanced content dialogue (#1748). | Carl Hetherington | |
| 2020-05-24 | Layout tweaks for GTK3. | Carl Hetherington | |
| 2020-05-18 | Add a new "Advanced settings" dialog for content, accessible | Carl 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-12 | Add crop left/right top/bottom link control. | Carl Hetherington | |
| 2020-05-11 | Change 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-11 | Reformat crop controls. | Carl Hetherington | |
| 2020-02-29 | Allow changing colour conversion settings for multiple pieces of content at ↵ | Carl Hetherington | |
| the same time (github #7). | |||
