<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove DolphinWX</title>
<updated>2018-06-26T18:50:39+00:00</updated>
<author>
<name>spycrab</name>
<email>spycrab@users.noreply.github.com</email>
</author>
<published>2018-04-28T10:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=44b22c90df9c05d18a34667dc41e8d05af24683f'/>
<id>44b22c90df9c05d18a34667dc41e8d05af24683f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more seemingly unused debug UI strings</title>
<updated>2017-04-23T10:39:00+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-04-23T10:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8c2e5689ad26557297c1eeef9d00f60f967fc1ab'/>
<id>8c2e5689ad26557297c1eeef9d00f60f967fc1ab</id>
<content type='text'>
Same as 2052bb8 but for buttons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same as 2052bb8 but for buttons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify the way of setting game ID, title ID, revision</title>
<updated>2017-03-09T14:34:14+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-03-09T08:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ced1614cacab2adda6997091a8a3eebf6cf3334a'/>
<id>ced1614cacab2adda6997091a8a3eebf6cf3334a</id>
<content type='text'>
The existing code from ConfigManager, ES and MIOS is merged
into a new set of functions called SetRunningGameMetadata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing code from ConfigManager, ES and MIOS is merged
into a new set of functions called SetRunningGameMetadata.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove seemingly unused debug UI strings</title>
<updated>2017-01-14T21:34:49+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-01-14T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2052bb8bea7cd502b132be9652e30d46d468137d'/>
<id>2052bb8bea7cd502b132be9652e30d46d468137d</id>
<content type='text'>
wxChoice controls don't display any titles.

By the way, why is the file called DebuggerPanel.cpp
even though it implements the Video debug panel specifically?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wxChoice controls don't display any titles.

By the way, why is the file called DebuggerPanel.cpp
even though it implements the Video debug panel specifically?
</pre>
</div>
</content>
</entry>
<entry>
<title>TextureCacheBase: Eliminate static state</title>
<updated>2016-12-09T21:50:37+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-09-06T22:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=58a53951735aba77899ea8f8910a6b68dc52449a'/>
<id>58a53951735aba77899ea8f8910a6b68dc52449a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More debug text fixes</title>
<updated>2016-11-02T16:46:52+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2016-10-31T14:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3c6742f66f4a165edc0e6e03e132aed4cce29cec'/>
<id>3c6742f66f4a165edc0e6e03e132aed4cce29cec</id>
<content type='text'>
Also a few small non-debug text changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also a few small non-debug text changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>DiscIO/SConfig: Rename GetUniqueID to GetGameID</title>
<updated>2016-10-29T13:24:02+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2016-10-29T12:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1081497cad9c70c5b66552e20bbc00657a05f0e5'/>
<id>1081497cad9c70c5b66552e20bbc00657a05f0e5</id>
<content type='text'>
We call this "game ID" everywhere else, and it's not
actually completely unique.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We call this "game ID" everywhere else, and it's not
actually completely unique.
</pre>
</div>
</content>
</entry>
<entry>
<title>WX: HiDPI: FrameAUI / Debugger</title>
<updated>2016-10-04T02:47:22+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-10-03T07:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=27d295ec7e456240d97327b3c4351d3e168c479f'/>
<id>27d295ec7e456240d97327b3c4351d3e168c479f</id>
<content type='text'>
Changes:
  - MemoryWindow was cleaned up and gives more feedback on searches.

Some bugs were fixed as well:
  - A complex bug that allowed tearing off tabs and opening multiple
    copies of a debug panel which lead to segfaults
  - Another segfault related to right-click menus on code/memory views
    when those tools were floating in their own window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:
  - MemoryWindow was cleaned up and gives more feedback on searches.

Some bugs were fixed as well:
  - A complex bug that allowed tearing off tabs and opening multiple
    copies of a debug panel which lead to segfaults
  - Another segfault related to right-click menus on code/memory views
    when those tools were floating in their own window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat all the things. Have fun with merge conflicts.</title>
<updated>2016-06-24T08:43:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-24T08:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3570c7f03a2aa90aa634f96c0af1969af610f14d'/>
<id>3570c7f03a2aa90aa634f96c0af1969af610f14d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: rename TextureCache to TextureCacheBase</title>
<updated>2015-11-06T14:43:58+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-11-06T00:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=81d9cce70c5a41b2791ab9cd5e69d4732becc34d'/>
<id>81d9cce70c5a41b2791ab9cd5e69d4732becc34d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
