<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/HotkeyScheduler.cpp, branch 2606</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #14506 from adamscott/crop-that-screen</title>
<updated>2026-05-23T18:53:31+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2026-05-23T18:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d3217f65c3d033db9db79160e51c769175469098'/>
<id>d3217f65c3d033db9db79160e51c769175469098</id>
<content type='text'>
Add screen crop feature</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add screen crop feature</pre>
</div>
</content>
</entry>
<entry>
<title>VideoConfig: Rename StereoMode::TAB to StereoMode::TopAndBottom</title>
<updated>2026-04-24T18:19:11+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-23T19:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f67d80c7c1e442c058b502477b98bbecd14b4a47'/>
<id>f67d80c7c1e442c058b502477b98bbecd14b4a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoConfig: Rename StereoMode::SBS to StereoMode::SideBySide</title>
<updated>2026-04-23T19:32:26+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-23T19:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=655ee270e7358d3f179cb0cfabdb95fabdbaa4fc'/>
<id>655ee270e7358d3f179cb0cfabdb95fabdbaa4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HotkeyManager: Unabbreviate HK_TOGGLE_STEREO_TAB</title>
<updated>2026-04-23T19:32:26+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-23T19:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=59eef9d4d8e653549e87907f60cc3c559dab9f4f'/>
<id>59eef9d4d8e653549e87907f60cc3c559dab9f4f</id>
<content type='text'>
Rename HK_TOGGLE_STEREO_TAB to HK_TOGGLE_STEREO_TOP_AND_BOTTOM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename HK_TOGGLE_STEREO_TAB to HK_TOGGLE_STEREO_TOP_AND_BOTTOM.
</pre>
</div>
</content>
</entry>
<entry>
<title>HotkeyManager: Unabbreviate HK_TOGGLE_STEREO_SBS</title>
<updated>2026-04-23T19:32:26+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-23T19:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8b743dfe9c6e6d4003900987f25012974374d6bb'/>
<id>8b743dfe9c6e6d4003900987f25012974374d6bb</id>
<content type='text'>
Rename HK_TOGGLE_STEREO_SBS to HK_TOGGLE_STEREO_SIDE_BY_SIDE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename HK_TOGGLE_STEREO_SBS to HK_TOGGLE_STEREO_SIDE_BY_SIDE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add screen crop feature</title>
<updated>2026-04-18T17:08:41+00:00</updated>
<author>
<name>Adam Scott</name>
<email>ascott.ca@gmail.com</email>
</author>
<published>2026-03-24T18:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a5059cbca81c31fbbfceb2180b82eb59b0fe2fcb'/>
<id>a5059cbca81c31fbbfceb2180b82eb59b0fe2fcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports</title>
<updated>2026-01-25T15:12:15+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2026-01-23T20:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a14c88ba67a51b0a563a5fc800cd089e82ffacaf'/>
<id>a14c88ba67a51b0a563a5fc800cd089e82ffacaf</id>
<content type='text'>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved stereoscopic 3D settings</title>
<updated>2025-11-12T09:29:03+00:00</updated>
<author>
<name>AndrewGDX</name>
<email>andrewgdx@gmail.com</email>
</author>
<published>2025-11-10T12:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=113c86f1b4661c7e300d3867cd26ed26b2640f2a'/>
<id>113c86f1b4661c7e300d3867cd26ed26b2640f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Source: Remove redundant lambda parameter lists</title>
<updated>2025-06-14T08:19:31+00:00</updated>
<author>
<name>Dr. Dystopia</name>
<email>jonis9898@hotmail.com</email>
</author>
<published>2025-04-28T20:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ca8f9b672b3d8da3e2974802e89f6c6b6e23d99e'/>
<id>ca8f9b672b3d8da3e2974802e89f6c6b6e23d99e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Don't translate Wii Speak OSD string</title>
<updated>2025-05-22T14:51:28+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-05-22T14:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=260f0225a4587dc1779895684a5326dcf6e55991'/>
<id>260f0225a4587dc1779895684a5326dcf6e55991</id>
<content type='text'>
We have a general policy of not translating OSD strings due to the OSD
font not having good enough support for languages other than English.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a general policy of not translating OSD strings due to the OSD
font not having good enough support for languages other than English.
</pre>
</div>
</content>
</entry>
</feed>
