<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/video_panel.cc, branch foo</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=foo</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=foo'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-09-19T21:00:22Z</updated>
<entry>
<title>Fix failure to reset state to "to fit DCP" properly (#2081).</title>
<updated>2021-09-19T21:00:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-19T20:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0b34912d35e5a64a23b89055257d898f245ea6db'/>
<id>urn:sha1:0b34912d35e5a64a23b89055257d898f245ea6db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.</title>
<updated>2021-09-19T21:00:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-19T20:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8a3d5a7729e10a901132ff00efbd5d80e38b2455'/>
<id>urn:sha1:8a3d5a7729e10a901132ff00efbd5d80e38b2455</id>
<content type='text'>
::SCALE was sort-of being used, as it was emitted during examination of
video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE}
replace its functionality as far as I can see).
</content>
</entry>
<entry>
<title>Fix flickering black square when selecting content on Windows (#1866).</title>
<updated>2021-08-12T21:18:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-08-12T20:03:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=19e47294d1de485a12dccf2c25bec0c8144049e8'/>
<id>urn:sha1:19e47294d1de485a12dccf2c25bec0c8144049e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++11 tidying.</title>
<updated>2021-07-08T22:52:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-07-08T22:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5d838bc863a7569e68546026c109607fd5a94362'/>
<id>urn:sha1:5d838bc863a7569e68546026c109607fd5a94362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix strange layout problems with the content sub panels (#2059).</title>
<updated>2021-07-08T22:30:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-07-08T22:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab'/>
<id>urn:sha1:8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab</id>
<content type='text'>
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().
</content>
</entry>
<entry>
<title>Use "Colour" not "Colour conversion" as a label name.</title>
<updated>2021-06-06T22:48:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-06T22:15:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6693132ed6fb863fdff496f42028d25f55eb8bc4'/>
<id>urn:sha1:6693132ed6fb863fdff496f42028d25f55eb8bc4</id>
<content type='text'>
In English, at least, the excessive length of this label really
screws up the layout.
</content>
</entry>
<entry>
<title>Fix link icons on macOS.</title>
<updated>2021-06-06T22:48:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-06T22:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7bdffaa2ba415f43ffa49f67bf8f921e0b62f79c'/>
<id>urn:sha1:7bdffaa2ba415f43ffa49f67bf8f921e0b62f79c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak behaviour of crop link buttons (#2034).</title>
<updated>2021-05-30T22:44:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-05-30T22:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8a0ab373363c34daf5d926e951ee79fc422fdb3d'/>
<id>urn:sha1:8a0ab373363c34daf5d926e951ee79fc422fdb3d</id>
<content type='text'>
Now if you change left and click "link" the right will follow it,
and vice versa.
</content>
</entry>
<entry>
<title>Tweak crop icon for GTK2 builds (#1997).</title>
<updated>2021-05-20T23:25:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-05-20T18:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e22855578a329c5cb1b8f431f3f0b73d0d5fa611'/>
<id>urn:sha1:e22855578a329c5cb1b8f431f3f0b73d0d5fa611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix setting of fade in/out on multiple pieces of content at the same time (#1934).</title>
<updated>2021-03-20T09:31:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-20T09:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2b7db93970b37c9b21d4eff0c6d2955502ec7098'/>
<id>urn:sha1:2b7db93970b37c9b21d4eff0c6d2955502ec7098</id>
<content type='text'>
</content>
</entry>
</feed>
