<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/tools/dcpomatic.cc, branch davidpowers</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=davidpowers</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=davidpowers'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-05-18T20:21:33Z</updated>
<entry>
<title>Cleanup: replace some list with vector.</title>
<updated>2023-05-18T20:21:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-18T20:21:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9f125fddff88bf62d36381f9d3f09e5240b033d5'/>
<id>urn:sha1:9f125fddff88bf62d36381f9d3f09e5240b033d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use wx_ptr for the splash screen.</title>
<updated>2023-04-25T09:03:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-25T09:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=293f82daa07bbc357940e5dd214f7c534bab0a86'/>
<id>urn:sha1:293f82daa07bbc357940e5dd214f7c534bab0a86</id>
<content type='text'>
Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets
deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then
tries to destroy them we get a use-after-free.
</content>
</entry>
<entry>
<title>Fix crash if saving files during save/cancel/close (#2517).</title>
<updated>2023-04-18T19:04:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-18T19:04:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=17ede6c5aa05fdcad418d918e6f4ada66163a94e'/>
<id>urn:sha1:17ede6c5aa05fdcad418d918e6f4ada66163a94e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: longer variable name.</title>
<updated>2023-04-18T10:53:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-18T10:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6a2d9674cee32820b8f4b98e455b65d0072eef81'/>
<id>urn:sha1:6a2d9674cee32820b8f4b98e455b65d0072eef81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix subtitle font handling with in-memory fonts from SMPTE (#2509).</title>
<updated>2023-04-09T15:23:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-07T23:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1c73379ed8483dcf71c5ccfc459c2c22516a9aef'/>
<id>urn:sha1:1c73379ed8483dcf71c5ccfc459c2c22516a9aef</id>
<content type='text'>
Previously we would fail to make a font available if it came from
a SMPTE MXF.  In that case we have a memory buffer containing the
TTF/OTF file but no file; here we add a hack/workaround so that
in-memory font files can be used by FontConfig.
</content>
</entry>
<entry>
<title>Catch exceptions from some calls to write_metadata().</title>
<updated>2023-03-05T10:48:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-05T10:48:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=79f957a6f37276f71cf98d4fa1ae5e0ab3beb76d'/>
<id>urn:sha1:79f957a6f37276f71cf98d4fa1ae5e0ab3beb76d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: extract encrypt() call from Film::make_kdm().</title>
<updated>2023-02-11T21:26:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-28T23:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e18630852de1ac02c23c74cbe7643845b6f4bd17'/>
<id>urn:sha1:e18630852de1ac02c23c74cbe7643845b6f4bd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build fix for Windows.</title>
<updated>2023-01-17T06:46:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-17T06:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8459b5cfb0c8adeef176a34e5b301bc18471a80b'/>
<id>urn:sha1:8459b5cfb0c8adeef176a34e5b301bc18471a80b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap some wx_ptr for simple members/locals.</title>
<updated>2023-01-16T23:37:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-16T23:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f93696cefc00c8aee96871f06f6c2f3cbb930767'/>
<id>urn:sha1:f93696cefc00c8aee96871f06f6c2f3cbb930767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use wx_ptr more.</title>
<updated>2023-01-16T00:15:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-16T00:14:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fe851f2e6e57d3a8781ecc173089c19632c521e3'/>
<id>urn:sha1:fe851f2e6e57d3a8781ecc173089c19632c521e3</id>
<content type='text'>
</content>
</entry>
</feed>
