<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-settings-daemon/plugins/mouse, branch mate-settings-daemon-1.8.2</title>
<subtitle>MATE settings daemon</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/'/>
<entry>
<title>Add Middle Click Emulation to mouse manager</title>
<updated>2014-01-06T20:19:02+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-01-05T18:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=4bf46e59572e90f91f6cafe8a98141e35703d12a'/>
<id>4bf46e59572e90f91f6cafe8a98141e35703d12a</id>
<content type='text'>
This change depens on gsettings key in mate-desktop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change depens on gsettings key in mate-desktop.
</pre>
</div>
</content>
</entry>
<entry>
<title>mouse: Add GTK3 support</title>
<updated>2013-07-31T11:05:04+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-07-31T11:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=1ea44b2183142bb183fdb2a56d5ddf02e72cc8e2'/>
<id>1ea44b2183142bb183fdb2a56d5ddf02e72cc8e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mouse] remove deprecated gdk_drawable_get_size &amp; gdk_drawable_get_screen</title>
<updated>2012-12-22T01:36:29+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-12-22T01:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=d58a3b0f224b999e8812242e3e93091cf077a59d'/>
<id>d58a3b0f224b999e8812242e3e93091cf077a59d</id>
<content type='text'>
Since we now require GTK 2.24, we can directly use
gdk_window_get_width(), gdk_window_get_height(), and gdk_window_get_screen()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now require GTK 2.24, we can directly use
gdk_window_get_width(), gdk_window_get_height(), and gdk_window_get_screen()
</pre>
</div>
</content>
</entry>
<entry>
<title>[mouse] Don't switch mouse buttons for XTest devices</title>
<updated>2012-12-15T05:04:12+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-12-15T01:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=753cac019e70eb345fd9d7445f5ed3d3adc146c4'/>
<id>753cac019e70eb345fd9d7445f5ed3d3adc146c4</id>
<content type='text'>
Fix fake events generated by applications being the wrong button.

https://bugzilla.gnome.org/show_bug.cgi?id=627084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix fake events generated by applications being the wrong button.

https://bugzilla.gnome.org/show_bug.cgi?id=627084
</pre>
</div>
</content>
</entry>
<entry>
<title>[plugins] Fix some deprecations (GTK2/GTK3)</title>
<updated>2012-12-15T00:28:07+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-12-15T00:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=221c4df4581638c818b37dc4f8ca20fd48122d3f'/>
<id>221c4df4581638c818b37dc4f8ca20fd48122d3f</id>
<content type='text'>
a11y-keyboard: gtk_dialog_set_has_separator(), deprecated in GTK+ 2.22

common|mouse: prefix GDK key constants with _KEY (GTK3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a11y-keyboard: gtk_dialog_set_has_separator(), deprecated in GTK+ 2.22

common|mouse: prefix GDK key constants with _KEY (GTK3)
</pre>
</div>
</content>
</entry>
<entry>
<title>[mouse] Replace Gdk drawing with Cairo (GTK3)</title>
<updated>2012-12-15T00:13:53+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-12-15T00:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=7d37bfdb82681fc8dc27ec80e1df388fe31c0e04'/>
<id>7d37bfdb82681fc8dc27ec80e1df388fe31c0e04</id>
<content type='text'>
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1c1677dcfd55eb7e1f6a20435af466331ec2a911
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1c1677dcfd55eb7e1f6a20435af466331ec2a911
</pre>
</div>
</content>
</entry>
<entry>
<title>[plugins] cleanup macro magic in plugin.h</title>
<updated>2012-12-06T16:48:25+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-12-05T00:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=6e182dc5cdb3451a4ec4bd443b1159df318541c8'/>
<id>6e182dc5cdb3451a4ec4bd443b1159df318541c8</id>
<content type='text'>
And instead, use glib macros (since 2.14)

http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=0dda56c4462e070dabdab68092b6574b5e894181
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And instead, use glib macros (since 2.14)

http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=0dda56c4462e070dabdab68092b6574b5e894181
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect FSF address</title>
<updated>2012-10-12T19:18:12+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2012-10-12T19:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=c55e5b68619dd45a002b939d8fffeaf45bf8d206'/>
<id>c55e5b68619dd45a002b939d8fffeaf45bf8d206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate to gsettings</title>
<updated>2012-10-01T20:58:54+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2012-10-01T20:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8'/>
<id>d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gsd to msd complete rename patch by NiceandGently; file rename commit</title>
<updated>2012-02-22T04:14:01+00:00</updated>
<author>
<name>haxar</name>
<email>grezski@gmail.com</email>
</author>
<published>2012-02-22T04:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=e46b4adef5c6c6805b3ca6dbfbe99a4299252514'/>
<id>e46b4adef5c6c6805b3ca6dbfbe99a4299252514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
