<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/content_menu.h, branch main</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=main</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2026-01-12T23:35:30Z</updated>
<entry>
<title>Add context menu option to verify DCPs from the main DoM (#2054).</title>
<updated>2026-01-12T23:35:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-01-12T23:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd0d98fefd7520752a603ff262aae293c50a917c'/>
<id>urn:sha1:dd0d98fefd7520752a603ff262aae293c50a917c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: content_menu.{cc,h}</title>
<updated>2026-01-12T23:30:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-01-10T23:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=152a1e6976b8188116cd1b819531e135c4c1663f'/>
<id>urn:sha1:152a1e6976b8188116cd1b819531e135c4c1663f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use non-modal ContentPropertiesDialog.</title>
<updated>2026-01-01T23:08:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-01-01T23:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a8025ae69b2fc6c6f191eefc119582fbdae0b50a'/>
<id>urn:sha1:a8025ae69b2fc6c6f191eefc119582fbdae0b50a</id>
<content type='text'>
This stops the really annoying behaviour where you drag it and the main
DoM frame shrinks (maybe only on Linux).
</content>
</entry>
<entry>
<title>Fix misunderstanding of wxDialog lifetime handling.</title>
<updated>2025-02-25T12:04:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-25T00:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6d3086dd78a35bdc179a6579e23f8b5816347dbf'/>
<id>urn:sha1:6d3086dd78a35bdc179a6579e23f8b5816347dbf</id>
<content type='text'>
Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39

wxDialog can be stack allocated if opened with ShowModal(), but not with
Show().  Go back to wx_ptr for those that are opened with Show().
</content>
</entry>
<entry>
<title>Remove unnecessary wx_ptr</title>
<updated>2025-02-09T16:29:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-09T01:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d0308d53dd9f4d036d8c5fe8023920fcdfd43f39'/>
<id>urn:sha1:d0308d53dd9f4d036d8c5fe8023920fcdfd43f39</id>
<content type='text'>
It was only ever used for wxDialog subclasses, which can be
stack-allocated.
</content>
</entry>
<entry>
<title>Add option to copy content settings from another project (#2808).</title>
<updated>2024-06-08T22:41:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-08T22:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41ec2d96e2012ebb766b6dd0c65f80be61584bfb'/>
<id>urn:sha1:41ec2d96e2012ebb766b6dd0c65f80be61584bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new "copy markers from this DCP" option (#2628).</title>
<updated>2023-10-09T23:05:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-09T23:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ba438ecd16207700ffd849820796b6f833beef21'/>
<id>urn:sha1:ba438ecd16207700ffd849820796b6f833beef21</id>
<content type='text'>
Also stop the "copy settings" options from doing this, as Carsten points
out that it could be confusing and potentially very bad if you copy
markers from an OV to an edited VF which then bring house lights up at
the wrong time or whatever.
</content>
</entry>
<entry>
<title>Use wx_ptr for AutoCropDialog</title>
<updated>2023-01-14T21:50:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-14T21:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=732ce79ef10c58c129a8b9822fad9955a97a153d'/>
<id>urn:sha1:732ce79ef10c58c129a8b9822fad9955a97a153d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use simpler ownership for FilmViewer.</title>
<updated>2022-10-14T09:41:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-11T23:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=449f383f13e5755c523db11f9adef53b58391025'/>
<id>urn:sha1:449f383f13e5755c523db11f9adef53b58391025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract and improve code to find missing files (#1940).</title>
<updated>2022-05-01T22:31:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-12-25T01:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=266e3f1b80d1263ff3cc8b3afaecd6ca1f88983b'/>
<id>urn:sha1:266e3f1b80d1263ff3cc8b3afaecd6ca1f88983b</id>
<content type='text'>
</content>
</entry>
</feed>
