<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/gl_video_view.cc, branch cleanups</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cleanups</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cleanups'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-11-13T23:56:37Z</updated>
<entry>
<title>Missing include.</title>
<updated>2021-11-13T23:56:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-13T23:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bdcc8d8487a08c8895ab7edf2e65a734e0e10863'/>
<id>urn:sha1:bdcc8d8487a08c8895ab7edf2e65a734e0e10863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Account for DPI scale factors when calculating some sizes (#2118).</title>
<updated>2021-11-13T23:26:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-11T21:15:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f22d1efccfda7ea8694e3e4c40f319b065a59788'/>
<id>urn:sha1:f22d1efccfda7ea8694e3e4c40f319b065a59788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix position of content outline (#2108).</title>
<updated>2021-10-25T08:31:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-25T08:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f12e2c1809dd0bb7b53b32b5d70c2aea02f1fe56'/>
<id>urn:sha1:f12e2c1809dd0bb7b53b32b5d70c2aea02f1fe56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace some raw arrays with std::vectors.</title>
<updated>2021-10-11T18:13:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-11T17:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=44b69f2d9affb048c3d166e3a62bf3462dd5c8b5'/>
<id>urn:sha1:44b69f2d9affb048c3d166e3a62bf3462dd5c8b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always call ::draw() even when we have no image.</title>
<updated>2021-10-03T19:46:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-03T19:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6324b792da5d1e99425185ab92f3de0c6b81c3dd'/>
<id>urn:sha1:6324b792da5d1e99425185ab92f3de0c6b81c3dd</id>
<content type='text'>
Otherwise the screen doesn't get cleared properly when no film is
loaded.
</content>
</entry>
<entry>
<title>Remove unused parameters.</title>
<updated>2021-10-03T19:45:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-03T19:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1b6b469e927de081367b9cf861f0a551ee43422b'/>
<id>urn:sha1:1b6b469e927de081367b9cf861f0a551ee43422b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix subtitle positioning and centering of the DCP frame in the window.</title>
<updated>2021-10-01T19:10:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-01T19:10:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7b52f6a8b192e14e6fca763d4be63b6b31bf4661'/>
<id>urn:sha1:7b52f6a8b192e14e6fca763d4be63b6b31bf4661</id>
<content type='text'>
Also tidy up a bit with the Rectangle class.
</content>
</entry>
<entry>
<title>Change glLineWidth from 2.0 -&gt; 1.0.</title>
<updated>2021-09-30T22:37:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-30T22:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c73a5213590cb50a0df8d19a1030d6625a954112'/>
<id>urn:sha1:c73a5213590cb50a0df8d19a1030d6625a954112</id>
<content type='text'>
Apparently a line width of greater than 1.0 is not allowed
in some versions of OpenGL.
</content>
</entry>
<entry>
<title>Missing check_gl_error() calls.</title>
<updated>2021-09-30T22:37:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-30T22:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=63474f980b36b0b845f86b048965314a571a419e'/>
<id>urn:sha1:63474f980b36b0b845f86b048965314a571a419e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only support GLVideoView when building with wxWidgets &gt;= 3.1.0.</title>
<updated>2021-09-29T22:49:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-29T10:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a855b3030e511c130992dec8894e0d96fc811d97'/>
<id>urn:sha1:a855b3030e511c130992dec8894e0d96fc811d97</id>
<content type='text'>
</content>
</entry>
</feed>
