<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-settings-daemon/plugins, branch v1.25.0</title>
<subtitle>MATE settings daemon</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/'/>
<entry>
<title>add G_GNUC_UNUSED in some unused parameters</title>
<updated>2020-08-15T12:10:03+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-08-10T12:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c'/>
<id>7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: Don't show UI for unavailable feature in the pref dialog</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-08-07T21:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=06664526f7f019d75785e194c65654449a72fe3c'/>
<id>06664526f7f019d75785e194c65654449a72fe3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: Don't create a dummy object if AT-SPI is not available</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-08-07T20:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=c685b957089beda464724eaa13d28c4d90b88453'/>
<id>c685b957089beda464724eaa13d28c4d90b88453</id>
<content type='text'>
Instead guard the caller to only use it if available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead guard the caller to only use it if available.
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard-atspi: Switch to a final type and reduce boilerplate</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-08-07T19:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=f04847a9904688db9ea50fe6bc8060258570b85d'/>
<id>f04847a9904688db9ea50fe6bc8060258570b85d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: capslock-beep: Try and detect non-buggy libatspi2</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-08-05T14:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=7fb8e162baf14c632fb863efe034f298b5d1d174'/>
<id>7fb8e162baf14c632fb863efe034f298b5d1d174</id>
<content type='text'>
Try and avoid the workaround for buggy libatspi2 if we can know the
version we're using has it fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try and avoid the workaround for buggy libatspi2 if we can know the
version we're using has it fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: capslock-beep: Don't ring on CapsLock itself</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-06-11T10:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=7c0d9fa87266156e3bb88a2f89386da17ea47a47'/>
<id>7c0d9fa87266156e3bb88a2f89386da17ea47a47</id>
<content type='text'>
Ringing when a locking modifier gets enabled/disabled is already taken
care of by the `togglekeys` settings, so don't provide redundant
functionality and allow better settings granularity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ringing when a locking modifier gets enabled/disabled is already taken
care of by the `togglekeys` settings, so don't provide redundant
functionality and allow better settings granularity.
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: Refactor in the hope the AT-SPI bug gets fixed</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-06-11T10:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=36ed52d622557ddf75466d6963b64db24dcd90e3'/>
<id>36ed52d622557ddf75466d6963b64db24dcd90e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y-keyboard: Add support for ringing the bell when CapsLock is active</title>
<updated>2020-08-08T21:24:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2020-06-10T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=24a04f3b71f18e37b655a5e717540a3dc3bef598'/>
<id>24a04f3b71f18e37b655a5e717540a3dc3bef598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msd-media-keys-manager: comparison of unsigned expression in '&lt; 0' is always false</title>
<updated>2020-07-17T07:19:27+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-07-15T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=660e7bb17310d4c35296ac227414bee28d3159ac'/>
<id>660e7bb17310d4c35296ac227414bee28d3159ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msd-a11y-keyboard-manager: implicit declaration of function 'd'</title>
<updated>2020-07-16T16:12:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-07-14T14:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=c8b22bdbd126244bb6b786b77ced50d6ef7ba96b'/>
<id>c8b22bdbd126244bb6b786b77ced50d6ef7ba96b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
