<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch alignment</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=alignment</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=alignment'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-09-29T20:15:56Z</updated>
<entry>
<title>Remove some Linux hacks that I can't see the point of any more.</title>
<updated>2020-09-29T20:15:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-29T20:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=66f66acc99d6de49a038735a2d3236c7a8ceedd3'/>
<id>urn:sha1:66f66acc99d6de49a038735a2d3236c7a8ceedd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Go back to add_to_cairo_context rather than show_in_cairo_context.</title>
<updated>2020-09-27T20:50:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T20:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=72c3a5f0f32f553a1f8abee2494f31d29b976383'/>
<id>urn:sha1:72c3a5f0f32f553a1f8abee2494f31d29b976383</id>
<content type='text'>
On Linux, at least, doing

add_to_cairo_context()
fill()
add_to_cairo_context()
stroke()

gives a nicer output than

show_in_cairo_context()

It's not clear exactly what the difference is, but the anti aliasing
looks better and the font outlines basically look smoother.

May help with #1815.
</content>
</entry>
<entry>
<title>Fixes for new libdcp with multiple content versions.</title>
<updated>2020-09-27T19:18:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T19:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c78e9f0d5e802e1bb020694870357ef271217628'/>
<id>urn:sha1:c78e9f0d5e802e1bb020694870357ef271217628</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing tags_path() for Windows and macOS.</title>
<updated>2020-09-27T18:06:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T18:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cfef8499db2ddb5ba6f54b83e2b68c129745e00a'/>
<id>urn:sha1:cfef8499db2ddb5ba6f54b83e2b68c129745e00a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert some of the Linux stuff from a few commits ago.</title>
<updated>2020-09-27T18:05:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T18:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b5a88d757874fc7b7fecb15447c52fb40930e2ca'/>
<id>urn:sha1:b5a88d757874fc7b7fecb15447c52fb40930e2ca</id>
<content type='text'>
This fixes startup from the source tree.
</content>
</entry>
<entry>
<title>Adapt for new libdcp (fixing large compiler resource requirements).</title>
<updated>2020-09-27T17:35:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T17:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5fc2718c509231ead7304bc9bb18a2c7c83f7c5d'/>
<id>urn:sha1:5fc2718c509231ead7304bc9bb18a2c7c83f7c5d</id>
<content type='text'>
Also adjust Linux resource-finding code to juse look for stuff
relative to the executable's location.
</content>
</entry>
<entry>
<title>Add NamedChannel and use it to hide the never-used channels</title>
<updated>2020-09-25T20:51:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-25T20:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ba9fb85168d004d7643dc02f911fd173a136758b'/>
<id>urn:sha1:ba9fb85168d004d7643dc02f911fd173a136758b</id>
<content type='text'>
when mapping into a DCP.
</content>
</entry>
<entry>
<title>Fix crash now that some audio channels are definitely unused.</title>
<updated>2020-09-23T20:34:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-23T18:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5932cc8c99ff9704deab0eb309101ed00c4f570d'/>
<id>urn:sha1:5932cc8c99ff9704deab0eb309101ed00c4f570d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Undefine Status that somebody decided to put in the global namespace.</title>
<updated>2020-09-23T20:34:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-23T15:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=27e5d372e8ca10ad0c1fd189f9dc76eb14d7a3ca'/>
<id>urn:sha1:27e5d372e8ca10ad0c1fd189f9dc76eb14d7a3ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing #include.</title>
<updated>2020-09-23T15:19:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-23T15:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=52e4de12b069f6bc3a290f902c7db37eedfa5098'/>
<id>urn:sha1:52e4de12b069f6bc3a290f902c7db37eedfa5098</id>
<content type='text'>
</content>
</entry>
</feed>
