summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-07Use dcp::ArrayData instead of custom struct.grokCarl Hetherington
2023-07-07Whitespace tweaks.Carl Hetherington
2023-07-07Move some stuff from grok_context.h to a .cc.Carl Hetherington
2023-07-07Const correctness.Carl Hetherington
2023-07-07We need to be able to read the config even if the GPU options are not in it.Carl Hetherington
2023-07-07Tweak some whitespace style.Carl Hetherington
2023-07-07Add GPL boilerplate.Carl Hetherington
2023-07-07Use our own DirPickerCtrl.Carl Hetherington
2023-07-07Use boost::filesystem::path for _gpu_binary_location.Carl Hetherington
2023-07-07Copy-edit some text very slightly.Carl Hetherington
2023-07-07Move some of gpu_config_panel.h to a .cc.Carl Hetherington
2023-07-07Rename some camelCase.Carl Hetherington
2023-07-07Rename some member variables.Carl Hetherington
2023-07-07Avoid using statements in headers.Carl Hetherington
2023-07-07Tweak whitespace in config.hCarl Hetherington
2023-07-07Run clang-format on the previous commit.Carl Hetherington
2023-07-07Run clang-tidy.Carl Hetherington
2023-07-07Run clang-format on Aaron's patch.Carl Hetherington
2023-07-07Patch from Aaron.Carl Hetherington
2023-07-07Cleanup: member variable name standard.Carl Hetherington
2023-07-02Fix crash if an exception is thrown before the splash screen is created.Carl Hetherington
2023-07-02Don't insert incorrect <Effect> nodes into metadata (#2581).Carl Hetherington
2023-06-30Don't write MainSoundConfiguration with 71 when we only have HI/VI (#2580).Carl Hetherington
2023-06-30Add channel_is_mapped().Carl Hetherington
2023-06-29Missing i18n markup.Carl Hetherington
2023-06-29Keep "correct" hashes in dcpomatic2_map rather than recalculating them (#2555).Carl Hetherington
2023-06-29Bump libdcp for changes to how hashes are handled.Carl Hetherington
2023-06-25Tolerate problems when reading the contents of DCPs.Carl Hetherington
2023-06-24Add config option to allow long ISDCF name parts.Carl Hetherington
2023-06-22Avoid virtual call to set_film() in constructor (#2571).Carl Hetherington
2023-06-22Remove unnecessary config_changed() which will only result in setup_sensitivi...Carl Hetherington
2023-06-22No need to call setup_sensitivity() here as set_film() already does it.Carl Hetherington
2023-06-22set_film() no longer needs to be virtual.Carl Hetherington
2023-06-22Controls::set_film() calls setup_sensitivity() so there's no need for Playlis...Carl Hetherington
2023-06-20Give a better error when map doesn't find an asset.Carl Hetherington
2023-06-20Add new(?) filename for some IMB certificates.Carl Hetherington
2023-06-20Cleanup: use a struct/pair rather than two separate lists.Carl Hetherington
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-13Cleanup: switch sense of if.Carl Hetherington
2023-06-12Fix failure to close verify progress window when finished.Carl Hetherington
2023-06-12Cleanup: swap some wx_ptrs for locals.Carl Hetherington
2023-06-09Cleanup: whitespace fix.Carl Hetherington
2023-06-09Don't call DOMFrame::start_job from a non-UI thread.Carl Hetherington
2023-06-06Fix player audio, almost totally broken by a stupid mistakev2.16.59Carl Hetherington
2023-06-05Supporters update.v2.16.58Carl Hetherington
2023-06-05Cope with bad DCPs better in the editor.Carl Hetherington
2023-06-05Fix sizing of editor's reel dialog.Carl Hetherington