<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/wx_util.cc, branch debug-corruption</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=debug-corruption</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=debug-corruption'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-03-15T19:36:32Z</updated>
<entry>
<title>Get prefs icons from the source tree on when starting from the macOS console.</title>
<updated>2024-03-15T19:36:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-15T19:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b4488bd72fcbcc3fe393724c9f4c65697fa949b6'/>
<id>urn:sha1:b4488bd72fcbcc3fe393724c9f4c65697fa949b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: rename some methods in FilePickerCtrl and use boost::filesystem::path more.</title>
<updated>2024-01-16T20:33:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-15T23:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d464a939f9f851e835b2a4926fafd6eadaa183de'/>
<id>urn:sha1:d464a939f9f851e835b2a4926fafd6eadaa183de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always call AddCatalog("wxstd") as it appears to be necessary to</title>
<updated>2023-09-08T22:01:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-08T22:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=66d4fe52634fd8fb04dde0059d2018641ef3f541'/>
<id>urn:sha1:66d4fe52634fd8fb04dde0059d2018641ef3f541</id>
<content type='text'>
get wxWidgets' translations to appear (at least on Windows) (#2606).
</content>
</entry>
<entry>
<title>Fix uninitialised variable caught by the macOS compiler.</title>
<updated>2023-05-10T19:35:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-10T14:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b055d1aa3661ba9ec28d425e7692d0adccf02d2'/>
<id>urn:sha1:4b055d1aa3661ba9ec28d425e7692d0adccf02d2</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>Add indent option to wxGridBagSizer version of add_label_to_sizer</title>
<updated>2023-01-16T22:57:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-16T22:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ac9f0b8c968f5bffc60a49ffb71a7c7a248f4e32'/>
<id>urn:sha1:ac9f0b8c968f5bffc60a49ffb71a7c7a248f4e32</id>
<content type='text'>
Also remove the use of wxRIGHT as I don't think it was doing anything
before.
</content>
</entry>
<entry>
<title>Use wx_ptr for the splash screen.</title>
<updated>2023-01-15T00:25:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-15T00:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=963c7649da903b87637975e8c2d634da887d3109'/>
<id>urn:sha1:963c7649da903b87637975e8c2d634da887d3109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wx_ptr and use it instead of ScopeGuard in a lot of places.</title>
<updated>2023-01-14T21:06:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-14T21:06:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4e4968464eeef1956cb82392e1fc3b27a792ab89'/>
<id>urn:sha1:4e4968464eeef1956cb82392e1fc3b27a792ab89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ScopeGuard more.</title>
<updated>2023-01-14T00:23:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-14T00:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5800e1f2abecb709cbdc1408d1328f29cdbcb370'/>
<id>urn:sha1:5800e1f2abecb709cbdc1408d1328f29cdbcb370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract RegionSubtagWidget.</title>
<updated>2022-11-28T23:15:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-11-28T21:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=716f05c1301bc5cd811df687875cafaf0d37ffd2'/>
<id>urn:sha1:716f05c1301bc5cd811df687875cafaf0d37ffd2</id>
<content type='text'>
</content>
</entry>
</feed>
