<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-settings-daemon/plugins, branch v1.20.4</title>
<subtitle>MATE settings daemon</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/'/>
<entry>
<title>Make setting QT_SCALE_FACTOR optional.</title>
<updated>2018-05-31T09:13:56+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=bbbc9093b1a36426e067c73508cdf94ac8b8708b'/>
<id>bbbc9093b1a36426e067c73508cdf94ac8b8708b</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>Support background fallback on HiDPI</title>
<updated>2018-04-25T19:10:21+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-04-10T04:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=4efc6a4a96a5b991585df27a473348df9c7aa191'/>
<id>4efc6a4a96a5b991585df27a473348df9c7aa191</id>
<content type='text'>
This change is a super hacky way of supporting the fallback desktop background (without caja) on HiDPI displays. It does this by doing two things: using a new function that scales up the background surface; and by loading settings using an updated function that triggers a redraw.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is a super hacky way of supporting the fallback desktop background (without caja) on HiDPI displays. It does this by doing two things: using a new function that scales up the background surface; and by loading settings using an updated function that triggers a redraw.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent media-keys bindings from swallowing modifier keys</title>
<updated>2018-03-12T08:13:56+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-03-07T11:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=b5cb3e0c947013eef2339d382774d7143c43d4b0'/>
<id>b5cb3e0c947013eef2339d382774d7143c43d4b0</id>
<content type='text'>
This changes how the media-keys manager determines successful
key-bindings from KeyRelease to KeyPress so that it does not conflict
with third-party applications that want to use modifier keys as global
key-bindings. We've already done this change for general keybindings and
marco.

It also cleans up a bunch of deprectation warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes how the media-keys manager determines successful
key-bindings from KeyRelease to KeyPress so that it does not conflict
with third-party applications that want to use modifier keys as global
key-bindings. We've already done this change for general keybindings and
marco.

It also cleans up a bunch of deprectation warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Scale OSD size correctly on HiDPI displays (#212)</title>
<updated>2018-03-12T08:13:35+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=982a89bc39268101ca56cfecd3238ead6c9244b0'/>
<id>982a89bc39268101ca56cfecd3238ead6c9244b0</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>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T13:03:10+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T18:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=336743475664829a64d13bbd70a2c97a58375d0c'/>
<id>336743475664829a64d13bbd70a2c97a58375d0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>plugins: G_GNUC_UNUSED in unused but needed variables</title>
<updated>2018-01-09T18:05:42+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-09T18:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-settings-daemon/commit/?id=168b8ed3089742840d07bcf81a270498de568ceb'/>
<id>168b8ed3089742840d07bcf81a270498de568ceb</id>
<content type='text'>
Fixes build warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes build warnings
</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>
</feed>
