<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/InputConfigDiag.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Add flexibility to InputConfigDialog</title>
<updated>2016-11-28T13:26:27+00:00</updated>
<author>
<name>aldelaro5</name>
<email>aldelaro5@gmail.com</email>
</author>
<published>2016-11-18T07:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=00f680b8307a301bceb920aeb57e19b6ab02a0ca'/>
<id>00f680b8307a301bceb920aeb57e19b6ab02a0ca</id>
<content type='text'>
Removed the unecessary forced tabbed layout, removed the layout part of the constructor and remade some method in preparation for tabbed styled input dialog such as the new hotkey configuration one.  It breaks every inputconfigDialog, but this will get fixed in the next commits.

Also moved to a folder since there will be many more files created in the next commits so it gives better separation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the unecessary forced tabbed layout, removed the layout part of the constructor and remade some method in preparation for tabbed styled input dialog such as the new hotkey configuration one.  It breaks every inputconfigDialog, but this will get fixed in the next commits.

Also moved to a folder since there will be many more files created in the next commits so it gives better separation.
</pre>
</div>
</content>
</entry>
<entry>
<title>WX: HiDPI: InputConfigDiag</title>
<updated>2016-10-04T02:47:22+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-08-02T06:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ac404517a392d6eaf0e9c6d45ee8609e14897025'/>
<id>ac404517a392d6eaf0e9c6d45ee8609e14897025</id>
<content type='text'>
Slight redesign of Control Configuration sub-window since SL_LABELS can't be
used with DolphinSlider.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Slight redesign of Control Configuration sub-window since SL_LABELS can't be
used with DolphinSlider.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4010 from leoetlino/relative-input</title>
<updated>2016-10-03T10:26:04+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2016-10-03T10:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2db2e886206c1380bc86cfc5282096adf2e51272'/>
<id>2db2e886206c1380bc86cfc5282096adf2e51272</id>
<content type='text'>
Add relative input for the Wiimote IR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add relative input for the Wiimote IR</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4127 from jloehr/FixDialogClosingButtons</title>
<updated>2016-10-03T04:16:24+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2016-10-03T04:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5a8abb4f9338f7d75615fffba57fce096603b507'/>
<id>5a8abb4f9338f7d75615fffba57fce096603b507</id>
<content type='text'>
Fix dialog closing buttons</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix dialog closing buttons</pre>
</div>
</content>
</entry>
<entry>
<title>Add a recenter control for Wiimote IR relative input</title>
<updated>2016-09-24T13:57:47+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2016-07-17T12:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=149654df5a7db04315badc95354bab3ccd02964f'/>
<id>149654df5a7db04315badc95354bab3ccd02964f</id>
<content type='text'>
This adds a recenter control binding which allows recentering the
cursor when relative input is enabled.

(EnableSettingControl is renamed to avoid confusions.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a recenter control binding which allows recentering the
cursor when relative input is enabled.

(EnableSettingControl is renamed to avoid confusions.)
</pre>
</div>
</content>
</entry>
<entry>
<title>InputConfigDiag: Update GUI when config is reloaded</title>
<updated>2016-09-24T13:57:47+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2016-07-14T19:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1ad19f9371ce359bf43c61eca27bffb96a16cd09'/>
<id>1ad19f9371ce359bf43c61eca27bffb96a16cd09</id>
<content type='text'>
This makes the GUI show the settings that are loaded when the config
gets reloaded, instead of showing potentially outdated settings that
are not applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the GUI show the settings that are loaded when the config
gets reloaded, instead of showing potentially outdated settings that
are not applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable IR/deadzone when relative input is disabled</title>
<updated>2016-09-24T13:57:46+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2016-07-13T10:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2472db4355ff9dbb4c235a2820005c83a55b9a8e'/>
<id>2472db4355ff9dbb4c235a2820005c83a55b9a8e</id>
<content type='text'>
This changes InputConfigDiag to disable the Dead Zone field in the IR
group when relative input is disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes InputConfigDiag to disable the Dead Zone field in the IR
group when relative input is disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add relative input for the Wiimote IR</title>
<updated>2016-09-24T13:57:46+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2016-07-09T12:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5cf07fdfbf07bbf768f3ed02bc29b45713b08106'/>
<id>5cf07fdfbf07bbf768f3ed02bc29b45713b08106</id>
<content type='text'>
This adds an option to enable relative input for the Wiimote IR
as described in issue 9014.

Enabling it will result in the pointer not going back to the centre
and the inputs will control the direction, not the absolute position.

Also adds a Dead Zone setting which is really needed when relative
input is enabled to prevent the cursor from slowly drifting on
most controllers. (Note: the Deadzone setting has no effect when
relative input is disabled)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an option to enable relative input for the Wiimote IR
as described in issue 9014.

Enabling it will result in the pointer not going back to the centre
and the inputs will control the direction, not the absolute position.

Also adds a Dead Zone setting which is really needed when relative
input is enabled to prevent the cursor from slowly drifting on
most controllers. (Note: the Deadzone setting has no effect when
relative input is disabled)
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Input Config Dialogs to have only one 'Close' button</title>
<updated>2016-08-16T09:21:56+00:00</updated>
<author>
<name>Julian Löhr</name>
<email>julian.loehr@outlook.com</email>
</author>
<published>2016-08-16T00:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1951df97db5ed774845f494287576032ae7188a0'/>
<id>1951df97db5ed774845f494287576032ae7188a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>InputConfigDiag: Fix a segfault caused by missing check</title>
<updated>2016-08-15T09:31:14+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@innovatetechnologi.es</email>
</author>
<published>2016-08-15T09:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b59e9199192a0a15b44e415df7a21eff47f5661c'/>
<id>b59e9199192a0a15b44e415df7a21eff47f5661c</id>
<content type='text'>
The original code assumed that we would always find a button in
control_buttons. However, this is incorrect, since the iterator can and
will be control_buttons.end() if the button that triggered the iterate
code is not in control_buttons, which happens when it's in an
exclude list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original code assumed that we would always find a button in
control_buttons. However, this is incorrect, since the iterator can and
will be control_buttons.end() if the button that triggered the iterate
code is not in control_buttons, which happens when it's in an
exclude list.
</pre>
</div>
</content>
</entry>
</feed>
