summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-18Clarify some error messages on macOS (#1837).jenkinsCarl Hetherington
2020-10-17Fix failure to update player information when changing CPLs.Carl Hetherington
2020-10-17Fix deadlock when changing CPL in the player (#1827).Carl Hetherington
2020-10-14Don't crash if the first packet in a stream has AV_NOPTS_VALUE;Carl Hetherington
2020-10-14Clear out _next_time when seeking, so out-of-date values don'tCarl Hetherington
2020-10-13Fix errors when over-reading a "large" amount from FileGroups onCarl Hetherington
2020-10-13Stop the Windows version of run_ffprobe manipulating the current working dire...Carl Hetherington
2020-10-13Stop run_ffprobe from changing the current working directory on Windows.Carl Hetherington
2020-10-13Fix Windows console apps to actually have a console.Carl Hetherington
2020-10-13Label vertical alignment fixes.Carl Hetherington
2020-10-12Make use of default_font_file().Carl Hetherington
2020-10-12Fix incorrect forward declaration of struct as class.Carl Hetherington
2020-10-06Fix assorted GTK3-related alignment problems.Carl Hetherington
2020-09-29Remove some Linux hacks that I can't see the point of any more.Carl Hetherington
2020-09-27Disable some more warnings.Carl Hetherington
2020-09-27Tweak trim-to-end behaviour and button label.Carl Hetherington
2020-09-27Fix playhead position after trim-up-to (#1847).Carl Hetherington
2020-09-27Go back to add_to_cairo_context rather than show_in_cairo_context.Carl Hetherington
2020-09-27Build fix.Carl Hetherington
2020-09-27Fixes for new libdcp with multiple content versions.Carl Hetherington
2020-09-27Use bitmap_path() method to find the splash screen image.Carl Hetherington
2020-09-27Add missing tags_path() for Windows and macOS.Carl Hetherington
2020-09-27Revert some of the Linux stuff from a few commits ago.Carl Hetherington
2020-09-27Adapt for new libdcp (fixing large compiler resource requirements).Carl Hetherington
2020-09-25Add NamedChannel and use it to hide the never-used channelsCarl Hetherington
2020-09-25Add missing try/catch to a call to getDeviceInfo.Carl Hetherington
2020-09-25Use the appropriate RtAudio exception (though I'm not sure if thisCarl Hetherington
2020-09-25Remove unnecessary explicit.Carl Hetherington
2020-09-23Fix crash now that some audio channels are definitely unused.Carl Hetherington
2020-09-23Undefine Status that somebody decided to put in the global namespace.Carl Hetherington
2020-09-23Missing #include.Carl Hetherington
2020-09-23Add audio language configuration and pass it to libdcp.Carl Hetherington
2020-09-23Build fixes.Carl Hetherington
2020-09-23Fix some vertical alignment.Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington
2020-09-23Adapt for changes to libdcp API.Carl Hetherington
2020-09-22Try to fix Windows debug build.Carl Hetherington
2020-09-21Fix --standard flag to dcpomatic2_cli (github #9).Carl Hetherington
2020-09-20Use sensitivity to disallow empty template names, rather thanCarl Hetherington
2020-09-20Add dcpomatic_combine tool (#1245).Carl Hetherington
2020-09-18DirPicker tweaks:Carl Hetherington
2020-09-14Don't allow creation of a new film with no name. Otherwise we tryCarl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-09-14Add xsd_path() and use it to fix access to .xsd files on Linux (#1830).Carl Hetherington
2020-09-13More fixes for wxWidgets 3.1.x.Carl Hetherington
2020-09-12Remove support for Windows XP.Carl Hetherington
2020-09-11Fixes for building with newer wxWidgets.Carl Hetherington
2020-09-10Fix assertion with wxWidgets 3.1.Carl Hetherington
2020-09-08Fix incorrect sense of title parameter.Carl Hetherington
2020-09-08Use wxString for EditableListColumn.Carl Hetherington