summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2023-06-16Slightly improve a crash when content goes away.Carl Hetherington
2023-06-16Fix crash when pressing Ctrl+T with no content (#2563).Carl Hetherington
2023-06-16Defend against divide by 0.Carl Hetherington
2023-06-16Improve some tooltips (#2560).Carl Hetherington
2023-06-06Fix player audio, almost totally broken by a stupid mistakev2.16.59Carl Hetherington
in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences.
2023-06-05Supporters update.v2.16.58Carl Hetherington
2023-06-05Give filler subtitle reels <LoadFont> nodes in SMPTE (#2547).Carl Hetherington
2023-05-29Supporters update.v2.16.57Carl Hetherington
2023-05-29Focus the "make DCP/OK" button in the hints dialog (#2539).Carl Hetherington
2023-05-28Supporters update.Carl Hetherington
2023-05-18Cleanup: replace some list with vector.Carl Hetherington
2023-05-15Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2023-05-15Patrons update.Carl Hetherington
2023-05-13Supporters update.Carl Hetherington
2023-05-13Fix typos in errors.Carl Hetherington
2023-05-12Handle fonts for ccaps coming from DCP content (#2525).Carl Hetherington
Not dealing with them calls all sort of chaos as described in the bug report.
2023-05-10Fix uninitialised variable caught by the macOS compiler.Carl Hetherington
2023-04-25Don't use wx_ptr for the splash screen.Carl Hetherington
Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then tries to destroy them we get a use-after-free.
2023-04-25Cleanup: remove some unnecessary includes.Carl Hetherington
2023-04-22Add some missing replacements.Carl Hetherington
2023-04-21Supporters update.v2.16.54Carl Hetherington
2023-04-21Bump libdcp to 1.8.67.Carl Hetherington
2023-04-12Default to 14fL luminance in the GUI.Carl Hetherington
2023-04-11Supporters update.v2.16.53Carl Hetherington
2023-04-09Support loading of certificate chains for trusted devices.Carl Hetherington
2023-04-08Improve thumbprint dialog; disallow thumbprint editing and make OK only ↵Carl Hetherington
sensitive when a certificate is there.
2023-04-06Write MainSoundConfiguration tags with hyphens for unused channels (#2501).Carl Hetherington
2023-04-05Fix scrollbars when using zoom in the timeline.Carl Hetherington
2023-04-05Remove incorrect GC translation.Carl Hetherington
This appears not to be necessary, and if present it messes up the scrollbars so that scrolling fully right shows a big empty space at the end of the timeline items.
2023-04-05More zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-04-02Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-03-30Supporters update.v2.16.51Carl Hetherington
2023-03-30Add + and - as zoom shortcuts in the timeline.Carl Hetherington
2023-03-29pot/merge.Carl Hetherington
2023-03-29Some zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-03-29pot/merge.Carl Hetherington
2023-03-27zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-03-27pot/merge.Carl Hetherington
2023-03-27Fix markup in fr_FR translation causing missing text in disk writer (#2492).v2.16.50Carl Hetherington
2023-03-25Supporters update.Carl Hetherington
2023-03-16Don't show an error when cancelling subtitle analysis.Carl Hetherington
2023-03-16Cleanup: move variable assignment that happens in every branch.Carl Hetherington
2023-03-12Updated zh_CN translation from Danbo Song.Carl Hetherington
2023-03-07Fix missing scrollbar in the audio tab on macOS/Windows (#2480).v2.16.47Carl Hetherington
2023-03-07Cleanup: use layout() wrapper.Carl Hetherington
2023-03-05Fix small DCP standard choice (#2475).Carl Hetherington
2023-03-03Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45Carl Hetherington
I'm far from convinced about the point/sense of all these "profiles" (rather than just implementing or at least tolerating the standard) but lots of people are having problems with "QC" processes failing their DCPs with complaints related to MCASubDescriptors. It seems to make sense to have an option to turn them off - at least for now, until either the "QC" situation settles down or any bugs in DCP-o-matic are found and fixed.
2023-03-03Add Choice::add() with a client string.Carl Hetherington
2023-03-03Add Choice::get_data().Carl Hetherington
2023-03-03Tidy up a little with a lambda.Carl Hetherington