summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2023-01-16Add set_recipient_file().Carl Hetherington
2023-01-16Cleanup: use auto.Carl Hetherington
2023-01-16Limit the size of the recipient file name in the screen dialog.Carl Hetherington
2023-01-16Manually call selection_changed() after removing a screen (#2418).Carl Hetherington
This is called by the signal handler on Linux but not on Windows, for some reason.
2023-01-16Bump libdcp to version which checks for empty interop subtitle assets.Carl Hetherington
2023-01-16Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-01-16Use wx_ptr more.Carl Hetherington
2023-01-16It seems wrong to Destroy() these widgets as I think the parent will do it.Carl Hetherington
2023-01-16Make reset() safer if the new throws.Carl Hetherington
2023-01-15Tell user what just happened if they get either of the disk writer ↵Carl Hetherington
confirmations wrong (#2417).
2023-01-15Handle translation correctly for the warning about wiping a drive (#2415).Carl Hetherington
2023-01-15Handle translation correctly for the initial "beta-grade" warning in the ↵Carl Hetherington
disk writer (#2415).
2023-01-15Cleanup: 0 -> nullptr.Carl Hetherington
2023-01-15pot/merge.Carl Hetherington
2023-01-15Use wx_ptr for the splash screen.Carl Hetherington
2023-01-15Use wx_ptr some more.Carl Hetherington
2023-01-15Fix reset() to use rvalue references.Carl Hetherington
2023-01-14Use wx_ptr for AutoCropDialogCarl Hetherington
2023-01-14Add reset() to wx_ptr and allow it to be null.Carl Hetherington
2023-01-14Use some more wx_ptr.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Bump libdcp to fix font ID bug in the combiner (#2402).Carl Hetherington
2023-01-14Use ScopeGuard more.Carl Hetherington
2023-01-14Add options for where the add files dialog starts (#2413).Carl Hetherington
2023-01-14Add bind() to Choice.Carl Hetherington
2023-01-14Allow optional override of the initial path taken from the key.Carl Hetherington
2023-01-14Use FileDialog for adding content files.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2023-01-13Trim spaces from entries to certificate download pages.Carl Hetherington
2023-01-13Give a better error when entering a bad Dolby/Doremi serial number.Carl Hetherington
2023-01-07Add DirDialog.Carl Hetherington
2023-01-04Supporters update.v2.16.39Carl Hetherington
2023-01-04Also use FileDialog for adding certificates to screens.Carl Hetherington
2023-01-04Add FileDialog (wrapping wxFileDialog); currently it sets up the initial ↵Carl Hetherington
path nicely.
2023-01-03Generalise add_files_path to initial_paths().Carl Hetherington
2023-01-03Supporters update.Carl Hetherington
2023-01-01Happy new year!Carl Hetherington
2022-12-22Add Marek Dudzik as a tester.Carl Hetherington
2022-12-20Supporters update.Carl Hetherington
2022-12-16Make sure main picture active area values are even (#2392).Carl Hetherington
2022-12-13More header trimming.Carl Hetherington
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-12-11Extract named_channel.hCarl Hetherington
2022-12-10Extract crop.hCarl Hetherington
2022-12-10Move some methods out of util.{cc,h}Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-12-05Use the same default folder for add DCP as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington
2022-12-05Use the same default folder for add folder as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington