| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-04 | Fix linux build broken by arm64 changes.v2.15.114 | Carl Hetherington | |
| 2021-01-04 | Fix libssh re-linking error (it ended up linked as @rpath/libssh.4.dylib)v2.15.113 | Carl Hetherington | |
| 2021-01-04 | Check that pango/cairo stuff is created successfully. | Carl Hetherington | |
| 2021-01-04 | Fix macOS image construction stuff for the 64-bit only, 10.9-or-higher world. | Carl Hetherington | |
| Now we can build: - arm64/x86_64 universal builds against 11.0 - x86_64 thin builds against 10.9 Which means no more support for 32-bit macOS (which I think excludes macs made in 2011 or earlier) or for 10.8 (Mountain Lion) or earlier (released in 2012 and possibly end-of-lifed in October 2015). | |||
| 2021-01-04 | Add the option com.apple.security.cs.allow-dyld-environment-variables. | Carl Hetherington | |
| Without this the use of @executable_path in links to .dylibs causes problems, perhaps only when linking against the 11.0 SDK. | |||
| 2021-01-04 | Copy some more .dylibs that are required by the updated osx-environment. | Carl Hetherington | |
| 2021-01-04 | Support for arm64 macOS builds. | Carl Hetherington | |
| 2021-01-04 | Hide macOS OpenGL deprecation. | Carl Hetherington | |
| 2021-01-04 | When building against macOS SDK 11.0 we need an explicit link with bz2. | Carl Hetherington | |
| 2021-01-04 | Update dependencies for arm64 builds. | Carl Hetherington | |
| 2021-01-04 | Remove support for macOS 32-bit builds. | Carl Hetherington | |
| 2021-01-01 | Happy new year. | Carl Hetherington | |
| 2020-12-26 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2020-12-23 | pot/merge. | Carl Hetherington | |
| 2020-12-23 | Various tweaks to fix playback at the end of a film (#1858). | Carl Hetherington | |
| The most questionable change here is probably how SimpleVideoView::display_next_frame no longer re-schedules itself if the call to get_next_frame returned AGAIN; it seems wrong to do that when FilmViewer::idle_handler() also reschedules itself when display_next_frame() returns AGAIN. | |||
| 2020-12-22 | Fix error when cancelling load of a trusted device certificate. | Carl Hetherington | |
| 2020-12-22 | Accept serial numbers with A prefix entered by user. | Carl Hetherington | |
| 2020-12-22 | Fix Christie certificate download when first try fails. | Carl Hetherington | |
| 2020-12-22 | Pass fonts from content around as FontData. | Carl Hetherington | |
| i.e. as a block of memory rather than a file. Also, get the fonts from the decoder rather than the content. Together, these changes allow us to use fonts from SMPTE DCPs added as content. Before, fonts would be messed up in those cases (#1885). | |||
| 2020-12-22 | Add FontData class. | Carl Hetherington | |
| 2020-12-22 | Catch exceptions better during hints thread. | Carl Hetherington | |
| 2020-12-22 | Fix crash on working out hints for content with subtitles. | Carl Hetherington | |
| Probably introduced in cadca6e4f8c1d844f1b5fb9375023e627c674fa9 | |||
| 2020-12-22 | Confirm removal of cinemas and screens. | Carl Hetherington | |
| 2020-12-21 | Fix alignment of some labels. | Carl Hetherington | |
| 2020-12-21 | Select newly-added cinemas. | Carl Hetherington | |
| 2020-12-15 | Tweak config comment. | Carl Hetherington | |
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-12-10 | Fix macOS build. | Carl Hetherington | |
| 2020-12-08 | In a DCP with any subs/ccaps, make sure every reel has them (#1340). | Carl Hetherington | |
| 2020-12-08 | Factor out empty_text_asset() method. | Carl Hetherington | |
| 2020-12-08 | Add partially-working resources copying script for macOS testing. | Carl Hetherington | |
| 2020-12-08 | Assorted macOS layout tweaks. | Carl Hetherington | |
| 2020-12-08 | Shrink some big buttons. | Carl Hetherington | |
| 2020-12-08 | Tidy up alignment of play controls on macOS. | Carl Hetherington | |
| 2020-12-08 | Fix crop control alignment on macOS (#1864). | Carl Hetherington | |
| 2020-12-08 | Fix old osx-environment path. | Carl Hetherington | |
| 2020-12-08 | Fix test build on macOS. | Carl Hetherington | |
| 2020-12-08 | Write subtitles and closed captions to a test DCP in the hints thread, | Carl Hetherington | |
| then check the result for Bv2.1 violations (part of #1800). | |||
| 2020-12-08 | Make Writer take an output DCP path rather than getting it from the | Carl Hetherington | |
| film itself. | |||
| 2020-12-08 | Make Writer tolerate a nullptr Job. | Carl Hetherington | |
| 2020-12-08 | Use a weak_ptr<Film> in ReelWriter. | Carl Hetherington | |
| 2020-12-08 | Use a weak_ptr<Film> in Writer. | Carl Hetherington | |
| 2020-12-08 | Add get_process_id() | Carl Hetherington | |
| 2020-12-08 | Split create_reel() up into some separate bits. | Carl Hetherington | |
| 2020-12-07 | Add WeakFilm and WeakConstFilm and use them a bit. | Carl Hetherington | |
| 2020-12-06 | Remove a pointless parameter that the callee can calculate. | Carl Hetherington | |
| 2020-12-06 | Add some hints for violations of SMPTE Bv2.1 with subtitles and closed | Carl Hetherington | |
| captions. | |||
| 2020-12-05 | Fix transcode finish time estimations when re-encoding a DCP (#1863). | Carl Hetherington | |
| 2020-12-05 | Remove redundant check. | Carl Hetherington | |
| 2020-12-04 | Bump CLOSED_CAPTION_LENGTH to 32 as per SMPTE Bv2.1. | Carl Hetherington | |
