| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-16 | Fix OpenGL crashes on macOS (#1899). | Carl Hetherington | |
| 2021-01-16 | Fix Linux build. | Carl Hetherington | |
| 2021-01-15 | Tweak link icon width on macOS; looks right on Big Sur now. | Carl Hetherington | |
| 2021-01-15 | Symlink openssl when testing. | Carl Hetherington | |
| 2021-01-15 | Fix basic errors in 1af2b2bef65b133c9f56cb64007adc0aebad59aa | Carl Hetherington | |
| 2021-01-15 | Fix deployment target for test scripts. | Carl Hetherington | |
| 2021-01-15 | Fix padding around preview in macOS dark mode (#1897). | Carl Hetherington | |
| 2021-01-15 | Different fix for assertion failures when right-aligning in horizontal ↵ | Carl Hetherington | |
| wxBoxSizers. | |||
| 2021-01-15 | Revert "wxWindows 3.1.x fixes for macOS." | Carl Hetherington | |
| This reverts commit 713ea4c65f88cfa2c7944ce6013963c2b1277d60. | |||
| 2021-01-14 | Fix scripts to run on macOS. | Carl Hetherington | |
| 2021-01-14 | wxWindows 3.1.x fixes for macOS. | Carl Hetherington | |
| 2021-01-14 | Bump libsub for new API. | Carl Hetherington | |
| 2021-01-14 | Try to mention ARM64 builds in the logs correctly. | Carl Hetherington | |
| 2021-01-13 | Fix for changes to libsub API. | Carl Hetherington | |
| 2021-01-11 | More c++ tidying. | Carl Hetherington | |
| 2021-01-09 | More c++ tidying. | Carl Hetherington | |
| 2021-01-09 | More c++ tidying. | Carl Hetherington | |
| 2021-01-08 | c++ tidying. | Carl Hetherington | |
| 2021-01-08 | New libcxml API. | Carl Hetherington | |
| 2021-01-08 | Fix test running on macOS. | Carl Hetherington | |
| 2021-01-08 | Remove optional c++11 stuff. | Carl Hetherington | |
| 2021-01-08 | Bump dependencies. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2021-01-07 | Relink different architectures in a nicer and safer way.v2.15.120 | Carl Hetherington | |
| 2021-01-07 | Try to fix previous commit.v2.15.119 | Carl Hetherington | |
| 2021-01-07 | Update lwext4 for build fix so that its arm64 library is relinkedv2.15.118 | Carl Hetherington | |
| correctly. Otherwise gatekeeper refuses to run DCP-o-matic. | |||
| 2021-01-05 | Seems over-complicated to use SDK-specific subdirectories.v2.15.117 | Carl Hetherington | |
| 2021-01-05 | Make a universal binary containing x86_64 for SDK 10.9 and arm64 for SDK 11.0.v2.15.116 | Carl Hetherington | |
| 2021-01-04 | Another linux build fix.v2.15.115 | Carl Hetherington | |
| 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 | |
