summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2025-10-15Supporters update.v2.18.26Carl Hetherington
2025-10-13Fix incorrect use of raw_convert (should be locale_convert).Carl Hetherington
2025-10-11Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-10-10Improve the audio dialog title a bit.Carl Hetherington
2025-10-10Stop drawing random stuff below the y axis.Carl Hetherington
2025-10-10Fix the position of the X axis labels.Carl Hetherington
2025-10-10Pad more at the top of audio plots.Carl Hetherington
2025-10-10Rename y_origin -> y_pad.Carl Hetherington
2025-10-10Cleanup: use signals for seeking on audio graph clicks.Carl Hetherington
2025-10-10Fix comment.Carl Hetherington
2025-10-10Keep screen awake while playing on Windows (#3095).Carl Hetherington
2025-10-10White space: video_view.{cc,h}Carl Hetherington
2025-10-07pot/merge.Carl Hetherington
2025-10-05Updated zh_CN translation from 刘汉源Carl Hetherington
2025-10-03Supporters update.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.