summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-20Fix warnings about placeholders from newer boost versions (1.74, or maybe ear...osx-warningsCarl Hetherington
2020-10-20Try to improve splitter behaviour when shrinking and then enlargingCarl Hetherington
2020-10-20Move the LimitedSplitter constructor into the .cc file.Carl Hetherington
2020-10-20Move contents of ContentPanel::first_shown into LimitedSplitter.Carl Hetherington
2020-10-20Move LimitedSplitter into the header file.Carl Hetherington
2020-10-19Playlist editor: try to make progress dialogue appear sooner when scanning co...Carl Hetherington
2020-10-19Playlist editor: save configuration when it changes.Carl Hetherington
2020-10-19Playlist editor: update content list when configuration changes.Carl Hetherington
2020-10-19macOS build fix.Carl Hetherington
2020-10-19Tidy up and fix bitmap path finding in the playlist editor.Carl Hetherington
2020-10-18Fix typo.Carl Hetherington
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