summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-30New hogweed version.windows-wx3.1Carl Hetherington
2021-08-30New libicu version.Carl Hetherington
2021-08-30New nettle version.Carl Hetherington
2021-08-29Fix paths for wxWidgets 3.1Carl Hetherington
2021-08-29Make sure wxWidgets headers are included before any Windows ones.Carl Hetherington
Otherwise we get build failures (about converting between wchar_t and char) with wxWidgets 3.1.
2021-08-24Updated it_IT translation from Riccardo Mantani.Carl Hetherington
2021-08-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-08-21Add Uwe Dittes as translator.Carl Hetherington
2021-08-20Updated it_IT translation from Riccardo Mantani.v2.15.158Carl Hetherington
2021-08-20pot/merge.Carl Hetherington
2021-08-20Fix typo if -> of (thanks to Uwe Dittes)Carl Hetherington
2021-08-20Updated de_DE translation from Uwe Dittes.Carl Hetherington
2021-08-19Tweak key shortcuts table appearance.Carl Hetherington
2021-08-19Fix TOC in HTML version of manual.Carl Hetherington
2021-08-17Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-08-17Add comments for shortcuts and extract them for the manual (#2073).Carl Hetherington
2021-08-17Add defaults for facility, studio, chain, distributor (#2075).Carl Hetherington
2021-08-17Rename update -> setup_sensitivity().Carl Hetherington
2021-08-17Add some keyboard shortcuts to the manual (#2073).Carl Hetherington
2021-08-17Only warn about lots of frame drops in the player (#2069).Carl Hetherington
2021-08-16Give markers dialog a close button (#2070).Carl Hetherington
2021-08-13Missing override qualifiers.Carl Hetherington
2021-08-13Some missing override statements.Carl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-08-12Rename ProRes export format to MOV / ProRes (#2067).Carl Hetherington
2021-08-12Missed test/data update.Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-08-12Add missing verification description.Carl Hetherington
2021-08-12C++11 tidying.Carl Hetherington
2021-08-12White space.Carl Hetherington
2021-08-12Add comment.Carl Hetherington
2021-08-12Don't write empty <Text> nodes in subtitles/closed captions.Carl Hetherington
2021-08-10Missing full stop.Carl Hetherington
2021-08-04Allow specifying and writing sign language video language metadata (#2062).v2.15.157Carl Hetherington
2021-08-03Fix build with newer FFmpeg.Carl Hetherington
2021-08-03Some const-correctness.Carl Hetherington
2021-08-01Bump libsub for SubRip tag parsing fix.Carl Hetherington
2021-08-01Do all text -> HTML conversion for subtitles in the same place.Carl Hetherington
Previously we would convert > to &gt; then the ampersand to &amp; resulting in &amp;gt;
2021-07-24Fix old mac (single-arch) build.Carl Hetherington
2021-07-24Add a comment.Carl Hetherington
2021-07-16Fix build with older boost.Carl Hetherington
2021-07-15Fix use-own-dirpicker build.v2.15.156Carl Hetherington
2021-07-15Bump libdcp for channel assignment fix (#2062).Carl Hetherington
2021-07-15C++11 tidying.Carl Hetherington
2021-07-14dcpomatic2_disk_writer needs cap_sys_admin otherwise umount fails.Carl Hetherington
2021-07-14Fix compile warning.Carl Hetherington
2021-07-13Add label for sign language track.Carl Hetherington
2021-07-09C++11 tidying.Carl Hetherington
2021-07-09Fix strange layout problems with the content sub panels (#2059).Carl Hetherington
It seems that if Layout() is called on a sizer inside a wxScrolledWindow when that window is scrolled, things go wrong. Work around this by wrapping calls to Layout().