<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Debugger/WatchWindow.cpp, 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 an unnecessary sizer from the watch window</title>
<updated>2015-02-26T14:58:38+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-02-26T14:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d50c56c2e4ceb957f76d39b1fa0bd638109b5481'/>
<id>d50c56c2e4ceb957f76d39b1fa0bd638109b5481</id>
<content type='text'>
The AUI manager already has the grid in place. Setting the sizer isn't needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AUI manager already has the grid in place. Setting the sizer isn't needed.
</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>DolphinWX: Eliminate most usages of event tables in the debugger.</title>
<updated>2014-11-06T04:03:06+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-11-06T03:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee22d091a0058eb12acad673bfc4e7346a195484'/>
<id>ee22d091a0058eb12acad673bfc4e7346a195484</id>
<content type='text'>
Moves things over to Bind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves things over to Bind.
</pre>
</div>
</content>
</entry>
<entry>
<title>Breakpoints and watches are now loaded and saved on start/stop.</title>
<updated>2014-10-26T03:56:03+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-24T13:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8d2931cf1803234ced2429a6bf5dbb8b934e9f38'/>
<id>8d2931cf1803234ced2429a6bf5dbb8b934e9f38</id>
<content type='text'>
Saved Breakpoints and watches per game in the game ini.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saved Breakpoints and watches per game in the game ini.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Load/Save function for 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-24T11:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b73130af77e4a978e7837a0e40431af768d2f34c'/>
<id>b73130af77e4a978e7837a0e40431af768d2f34c</id>
<content type='text'>
Made the floating windows toolbars dockable.
Scaled down the breakpoint toolbar icons to 16x16.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made the floating windows toolbars dockable.
Scaled down the breakpoint toolbar icons to 16x16.
</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 a RAM Watch window to the debugger</title>
<updated>2014-10-26T03:56:02+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2014-10-19T10:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=613cae613a8c2ac34dd823f875ac4a6a0059db38'/>
<id>613cae613a8c2ac34dd823f875ac4a6a0059db38</id>
<content type='text'>
Conflicts:
	Source/Core/Core/HW/Memmap.cpp
	Source/Core/Core/HW/Memmap.h
	Source/Core/DolphinWX/Debugger/CodeWindow.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Source/Core/Core/HW/Memmap.cpp
	Source/Core/Core/HW/Memmap.h
	Source/Core/DolphinWX/Debugger/CodeWindow.h
</pre>
</div>
</content>
</entry>
</feed>
