<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Debugger/RegisterView.h, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Set copyright year to when a file was created</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30ebb2459eb97ba544547183854775df8460b475'/>
<id>30ebb2459eb97ba544547183854775df8460b475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers to GPLv2+</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-17T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8'/>
<id>cefcb0ace9d363b3679b4e93bcc9ec05f1e5f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Remove unnecessary includes</title>
<updated>2015-05-08T16:39:26+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-05-08T14:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a7e9aea7972c0a0af6fc7e9c4126ccda43118a0f'/>
<id>a7e9aea7972c0a0af6fc7e9c4126ccda43118a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Remove unnecessary forward declarations</title>
<updated>2015-04-28T21:32:38+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-04-28T21:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=88f7536d8138a9bafa3ef7f85ab43283c0918bd0'/>
<id>88f7536d8138a9bafa3ef7f85ab43283c0918bd0</id>
<content type='text'>
These are all fully defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are all fully defined
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Make some debugger functions/vars private</title>
<updated>2015-04-28T00:42:18+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-04-28T00:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=263e64e939a8261d856acc2794a8113376542d6a'/>
<id>263e64e939a8261d856acc2794a8113376542d6a</id>
<content type='text'>
Some classes expose things that aren't used outside of them (and in some cases, shouldn't be exposed).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some classes expose things that aren't used outside of them (and in some cases, shouldn't be exposed).
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Get rid of wxGrid-based casts in the debugger.</title>
<updated>2015-03-24T18:09:33+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-03-24T13:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5ada887f94b5a571446c65bd4f1e9298dd8e2fea'/>
<id>5ada887f94b5a571446c65bd4f1e9298dd8e2fea</id>
<content type='text'>
This technically also fixes a memory leak in WatchView.cpp, because the table setting was done such that the grid wouldn't take ownership of the table, which means said table wouldn't be deleted in the grid's destructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This technically also fixes a memory leak in WatchView.cpp, because the table setting was done such that the grid wouldn't take ownership of the table, which means said table wouldn't be deleted in the grid's destructor.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Remove unnecessary control IDs</title>
<updated>2015-02-24T13:31:52+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-02-24T13:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30c91a300377d7ddf86931acb655be78fa10b5ad'/>
<id>30c91a300377d7ddf86931acb655be78fa10b5ad</id>
<content type='text'>
These don't need to be specifically identified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These don't need to be specifically identified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a "Delete watch" context menu to the Watch window.</title>
<updated>2014-10-26T03:56:03+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-24T06:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b34e220086a79a0e6f1824d2f7c94894a90d2998'/>
<id>b34e220086a79a0e6f1824d2f7c94894a90d2998</id>
<content type='text'>
Added a "View memory" command to the context menu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a "View memory" command to the context menu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "Add to watch" context menu items to the Memory and Register windows.</title>
<updated>2014-10-26T03:56:02+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-23T13:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d0a3bb765088b8d6f923ef62aac4761de332a12f'/>
<id>d0a3bb765088b8d6f923ef62aac4761de332a12f</id>
<content type='text'>
Added "View memory" context menu item to the Register window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added "View memory" context menu item to the Register window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some of the MMU registers into the debugger Register window</title>
<updated>2014-10-12T09:03:29+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-12T09:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6d9990585c2c4995e5e168ea637eae09f3745c40'/>
<id>6d9990585c2c4995e5e168ea637eae09f3745c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
