<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-settings-daemon/plugins/xsettings, branch v1.22.1</title>
<subtitle>MATE settings daemon</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/'/>
<entry>
<title>xsettings: add setting to enable/disable primary paste from middlemouse</title>
<updated>2018-08-24T04:59:02+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-08-24T03:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=654d96e53b8fbfe2267420e4cf18e86a1c6091e8'/>
<id>654d96e53b8fbfe2267420e4cf18e86a1c6091e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xsettings: replace deprecated gdk_error_trap_push/pop</title>
<updated>2018-08-23T09:47:58+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-08-23T08:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=66b5931c274c0fadffeaecaa8e021e9b8e0e7761'/>
<id>66b5931c274c0fadffeaecaa8e021e9b8e0e7761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make setting QT_SCALE_FACTOR optional.</title>
<updated>2018-05-31T09:00:49+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-05-26T02:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=0034a564167dff8d5e487c9a3842a07cef4c9ede'/>
<id>0034a564167dff8d5e487c9a3842a07cef4c9ede</id>
<content type='text'>
When enabling org.mate.interface window-scaling-factor-qt-sync (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase.
When disabled, the user can then choose to control this env var elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enabling org.mate.interface window-scaling-factor-qt-sync (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase.
When disabled, the user can then choose to control this env var elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Scale OSD size correctly on HiDPI displays (#212)</title>
<updated>2018-02-12T18:13:28+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-02-12T18:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=705b5d1f887e3e280faa60368bb8e999a88715b6'/>
<id>705b5d1f887e3e280faa60368bb8e999a88715b6</id>
<content type='text'>
Also fix build warnings on xsettings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix build warnings on xsettings</pre>
</div>
</content>
</entry>
<entry>
<title>Load xsettings during initialization phase</title>
<updated>2018-02-06T16:19:42+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-02-05T20:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=daa7f5881476e1b09ee81ec21a4dd40180f69441'/>
<id>daa7f5881476e1b09ee81ec21a4dd40180f69441</id>
<content type='text'>
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HiDPI configuration in XSettings</title>
<updated>2018-02-06T16:19:21+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-02-01T05:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=16137a4d4c51fae1d577ea4c534af4a89f5c1558'/>
<id>16137a4d4c51fae1d577ea4c534af4a89f5c1558</id>
<content type='text'>
This change allows for Xft/Gdk settings to be changed dynamically for
the scaling factor and font DPI. It also has an optional auto-detection
algorithm for the most appropriate settings to use for different screen
sizes and resolutions. The auto-detect is re-triggered whenever the
screen size changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change allows for Xft/Gdk settings to be changed dynamically for
the scaling factor and font DPI. It also has an optional auto-detection
algorithm for the most appropriate settings to use for different screen
sizes and resolutions. The auto-detect is re-triggered whenever the
screen size changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for HiDPI displays (#208)</title>
<updated>2018-01-26T01:05:18+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-01-26T01:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=eaad50f7624c8946e57ca075f8b7e383b1715bcc'/>
<id>eaad50f7624c8946e57ca075f8b7e383b1715bcc</id>
<content type='text'>
* Support font size and mouse cursor auto-scaling for HiDPI displays

* Fix where DPI is getting scaled

* Remove ceil for scaled DPI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support font size and mouse cursor auto-scaling for HiDPI displays

* Fix where DPI is getting scaled

* Remove ceil for scaled DPI
</pre>
</div>
</content>
</entry>
<entry>
<title>xsettings: drop CanChangeAccels which won't work with GTK+3</title>
<updated>2018-01-09T01:16:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-05T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=c95fc236ddfe9203646f8229c85cecdec2825e0a'/>
<id>c95fc236ddfe9203646f8229c85cecdec2825e0a</id>
<content type='text'>
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4

closes https://github.com/mate-desktop/mate-desktop/issues/296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4

closes https://github.com/mate-desktop/mate-desktop/issues/296
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: big fonts by default with "org.mate.desktop.font-rendering.dpi"</title>
<updated>2017-12-02T14:58:23+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-02T00:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=788babedafaf59d8b7a36cb0ef3b0b1f0e5f732c'/>
<id>788babedafaf59d8b7a36cb0ef3b0b1f0e5f732c</id>
<content type='text'>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1517547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1517547
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk 3.22: avoid deprecated gdk_screen_get_width/height_mm</title>
<updated>2017-08-14T06:03:54+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-14T00:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=6c076109eb3c0e4c0f4f197c45bf8a5d87df0db1'/>
<id>6c076109eb3c0e4c0f4f197c45bf8a5d87df0db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
