summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2025-09-28Save and restore video waveform position/size.Carl Hetherington
2025-09-28Save and restore audio analysis window position/size.Carl Hetherington
2025-09-28Save and restore metrics of main DoM window.Carl Hetherington
2025-09-28Save window metrics in the config file (#1575).Carl Hetherington
Perhaps these should be in a separate GUI file, like how it's done for Films, but I can't really see a big advantage (and there already GUI-only details in there). In this commit we also save the hints dialog size/position and start it a bit larger (#2892).
2025-09-28Cleanup: remove unused variable.Carl Hetherington
2025-09-28Cleanup: join an if.Carl Hetherington
2025-09-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-09-28Fix macOS build.Carl Hetherington
2025-09-28Updated fr_FR translation from Dan Cohen.Carl Hetherington
2025-09-27Make the DCP (reels) timeline look a bit better in dark mode (#2980).Carl Hetherington
2025-09-27Draw markers better next to the position slider (#3005).Carl Hetherington
2025-09-27White space: markers_panel.{cc,h}Carl Hetherington
2025-09-26pot/merge.Carl Hetherington
2025-09-26Rename external to extended.Carl Hetherington
I think extended is right.
2025-09-26Updated fr_FR translation from Dan Cohen.Carl Hetherington
2025-09-23Supporters update.Carl Hetherington
2025-09-19Allow saving of verification reports as PDF (#1823).Carl Hetherington
2025-09-15Fix include.Carl Hetherington
2025-09-14Supporters update.v2.18.24Carl Hetherington
2025-09-07Add audio delay option to Config and player prefs.Carl Hetherington
2025-09-07Add SpinCtrl::bind().Carl Hetherington
2025-09-07Add SpinCtrl::get().Carl Hetherington
2025-09-07Allow passing min/max to SpinCtrl.Carl Hetherington
2025-09-06Cleanup: assume DCPOMATIC_SPIN_CTRL_WIDTH.Carl Hetherington
2025-09-05Supporters update.Carl Hetherington
2025-09-04Revert "Remove timing selection from DKDM dialog." (#3017).Carl Hetherington
This reverts commit ce01ccc1aa871d299ad96683055c4e06a355efb9. Turns out there are quite a few people and pieces of software who care about this.
2025-08-27pot/merge.Carl Hetherington
2025-08-26Supporters update.v2.18.23Carl Hetherington
2025-08-25Fix player crop in OpenGL mode.Carl Hetherington
Previously we changed the scaling of the texture, when instead we should only look at a subset of the texture.
2025-08-25Rename variable.Carl Hetherington
2025-08-25Cleanup: some east/west const.Carl Hetherington
2025-08-25Rename size -> out_size.Carl Hetherington
2025-08-25Fix incorrect display when cropping unoptimised video with the OpenGL ↵Carl Hetherington
renderer (#3075). Previously we wrongly tried to apply crop to videos in Optimisation::NONE, which are already cropped and {letter,pillar}boxed.
2025-08-25Cleanup: wrap glUniform* calls.Carl Hetherington
2025-08-25Cleanup: extract check_gl_error to gl_util.{cc,h}Carl Hetherington
2025-08-22Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-08-19Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-08-13pot/merge.v2.18.22Carl Hetherington
2025-08-13Supporters update.Carl Hetherington
2025-08-13Rename None -> DCI X'Y'Z' in menu.Carl Hetherington
Also suggested in #3066, it made no sense to say the source colourspace was "None" (a confusion between 'source colourspace' and 'what conversion should be applied').
2025-08-13Rename colour -> source colourspace.Carl Hetherington
It's longer but doesn't look too bad (on Linux at least) and helps clarify things. Suggested as part of #3066.
2025-08-12Replace AVPixelFormat parameter to PlayerVideo::image with a functor.Carl Hetherington
This was removed in df9b4676aba8b941f124b174393988cad21677e1 and surrounding commits, but it turns out we need it after all.
2025-07-18Fix ambiguity for old mac builds.v2.18.21Carl Hetherington
2025-07-17Fix build with older boost.Carl Hetherington
2025-07-16Suspend change signals when settings lengths of selection (#3064).Carl Hetherington
2025-07-16Remove unused content pointer from change signals.Carl Hetherington
2025-07-15Examine multiple single files in one go.Carl Hetherington
2025-07-15Change Film::examine_and_add_content to take a vector of content.Carl Hetherington
2025-07-15Change Film::add_content to take a vector of content.Carl Hetherington
2025-07-15Change ExamineContentJob to take a vector of content.Carl Hetherington