summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-02Pass around JPEG2000 data as a shared_ptr and hence avoid a copyCarl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2020-11-02Re-allow audio channel 15 to be mapped so that users can addCarl Hetherington
2020-10-28Add some comments.Carl Hetherington
2020-10-28Prevent import of directories as DCPs if they do not have anCarl Hetherington
2020-10-27Add uninstaller for the .pkg part of the disk writer on macOS (#1740).Carl Hetherington
2020-10-26Catch more errors when non-CPLs are loaded as CPLs.Carl Hetherington
2020-10-24White space tweak.Carl Hetherington
2020-10-23Fix some label alignments.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl 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