<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx, branch v2.17.26</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.26</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.26'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-11-29T22:32:32Z</updated>
<entry>
<title>Remove config of grok server port (#2900).</title>
<updated>2024-11-29T22:32:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-28T18:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=db53687617961f5ae0c68d630472f2d9d927b4d4'/>
<id>urn:sha1:db53687617961f5ae0c68d630472f2d9d927b4d4</id>
<content type='text'>
The server now always uses port 80.
</content>
</entry>
<entry>
<title>Tweak minimum size of GTK3 spin controls.</title>
<updated>2024-11-28T21:13:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-28T21:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ed3f2e750c92f8508bb98a531d7f8d7af9857f19'/>
<id>urn:sha1:ed3f2e750c92f8508bb98a531d7f8d7af9857f19</id>
<content type='text'>
On at least Fedora 41 they are still too narrow in e.g. the reel editor
of the editor.
</content>
</entry>
<entry>
<title>Remove beta-grade warning in the Disk Writer.</title>
<updated>2024-11-26T23:51:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-26T23:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e017c800b6c563a005d1851154f8ac268382eb3b'/>
<id>urn:sha1:e017c800b6c563a005d1851154f8ac268382eb3b</id>
<content type='text'>
I hope I don't live to regret this.
</content>
</entry>
<entry>
<title>Remove unwanted credit.</title>
<updated>2024-11-24T15:08:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-24T15:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7aa8d5a45b8a10c3c826fe361a095d2f07021f8d'/>
<id>urn:sha1:7aa8d5a45b8a10c3c826fe361a095d2f07021f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated zh_CN translation from Kahn Li.</title>
<updated>2024-11-20T22:45:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-20T22:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=037b08052a894be0435437545283a02b9913b51f'/>
<id>urn:sha1:037b08052a894be0435437545283a02b9913b51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into v2.17.x</title>
<updated>2024-11-20T22:13:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-20T22:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=89a7c0c5ea6205c4f19be9c7e3186b4d7ad1e44c'/>
<id>urn:sha1:89a7c0c5ea6205c4f19be9c7e3186b4d7ad1e44c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multi-selection of content.</title>
<updated>2024-11-17T13:46:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-17T13:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d51d330f78f11160509a764060ecc17a731e97cf'/>
<id>urn:sha1:d51d330f78f11160509a764060ecc17a731e97cf</id>
<content type='text'>
In order to add ellipsizing of text we're using this "mode" of wxListCtrl where
`OnGetItemAttr` is called to get information about an item.  This was intended
to support very long lists, so that the whole list does not have to be given
to wxListCtrl.

However, in this mode, multiple selections (e.g. shift-click) are just not
reported.  There's a 13-year-old wxWidgets bug to fix this:

https://github.com/wxWidgets/wxWidgets/issues/4541

and there is mentioned the workaround applied here - listen to the focused
event.  We have to delay it because on macOS (at least) the selection state
is not updated until after the focused event.
</content>
</entry>
<entry>
<title>Fix "multiple" button alignment on macOS.</title>
<updated>2024-11-17T13:37:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-17T13:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4a57f54fe4f0039439c54a86d175859764c70578'/>
<id>urn:sha1:4a57f54fe4f0039439c54a86d175859764c70578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated nl_NL translation from Rob van Nieuwkerk.</title>
<updated>2024-11-13T00:15:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-13T00:15:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d99ea8ebeb258afd297bebd22c2db2fe2bf17a7d'/>
<id>urn:sha1:d99ea8ebeb258afd297bebd22c2db2fe2bf17a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a better colour for the name examples in dark UIs (#2888).</title>
<updated>2024-11-10T23:57:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-10T23:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3e64eb0078015558aef03cc87f9d52fc8940e602'/>
<id>urn:sha1:3e64eb0078015558aef03cc87f9d52fc8940e602</id>
<content type='text'>
</content>
</entry>
</feed>
