<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-screenshot, branch 1.20</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>move appdata to metainfo directory</title>
<updated>2019-01-10T09:15:58+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-01-10T09:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=a18324570b5274a988a66724a48a83ac119e2934'/>
<id>a18324570b5274a988a66724a48a83ac119e2934</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-utils/issues/188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-utils/issues/188
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T16:06:31+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T19:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=2165616a83855afbb1c9b69c736de2e7c7dfbdf8'/>
<id>2165616a83855afbb1c9b69c736de2e7c7dfbdf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add screenshot support for HiDPI displays</title>
<updated>2018-01-27T19:35:00+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-01-27T19:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=eefa2051484bc4c7317ecff88f9329926ce401a9'/>
<id>eefa2051484bc4c7317ecff88f9329926ce401a9</id>
<content type='text'>
* Pointer coordinates needed scaling to show up in the correct location.
* Window borders needed scaling to avoid a memory overflow when redrawing it.
* Monitor dimensions needed scaling to show the correct size, as well as support for multi-monitor masking.

Monitor masking is when you have multiple monitors with different sizes, and take a screenshot of the entire desktop.
I am not currently able to test this last feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Pointer coordinates needed scaling to show up in the correct location.
* Window borders needed scaling to avoid a memory overflow when redrawing it.
* Monitor dimensions needed scaling to show the correct size, as well as support for multi-monitor masking.

Monitor masking is when you have multiple monitors with different sizes, and take a screenshot of the entire desktop.
I am not currently able to test this last feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: added New button (#184)</title>
<updated>2018-01-15T20:10:05+00:00</updated>
<author>
<name>Thiago Bighetti</name>
<email>thiago@bighetti.com</email>
</author>
<published>2018-01-15T20:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d10215e69d9cc2831bb94d399a0b3c3674cb6c2c'/>
<id>d10215e69d9cc2831bb94d399a0b3c3674cb6c2c</id>
<content type='text'>
* mate-screenshot: added New button
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mate-screenshot: added New button
</pre>
</div>
</content>
</entry>
<entry>
<title>screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ‘read’:</title>
<updated>2018-01-04T01:32:05+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-04T01:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=0167ba40cdab5e75ba14653d7d0a5afef5ee53c6'/>
<id>0167ba40cdab5e75ba14653d7d0a5afef5ee53c6</id>
<content type='text'>
ignoring return value declared with attribute warn_unused_result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ignoring return value declared with attribute warn_unused_result
</pre>
</div>
</content>
</entry>
<entry>
<title>WidthOfScreen and HeightOfScreen implementation</title>
<updated>2017-12-20T23:38:02+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-20T23:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b1ed030f7d7271147fec4c4ab6429d7fd16e0711'/>
<id>b1ed030f7d7271147fec4c4ab6429d7fd16e0711</id>
<content type='text'>
This commit reverts:

https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2
https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5

And it applies an alternative to fix the deprecated functions:

gkd_screen_width
gdk_screen_height

gdk_screen_get_width
gdk_screen_get_height
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reverts:

https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2
https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5

And it applies an alternative to fix the deprecated functions:

gkd_screen_width
gdk_screen_height

gdk_screen_get_width
gdk_screen_get_height
</pre>
</div>
</content>
</entry>
<entry>
<title>screenshot: remove some unused code</title>
<updated>2017-10-12T09:51:46+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-12T09:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5bc0484ea03b7a45739358d3b01d298ddf3a916f'/>
<id>5bc0484ea03b7a45739358d3b01d298ddf3a916f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>screenshot: don't get window title as it's not used later</title>
<updated>2017-10-12T09:39:18+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-12T09:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b0a9d1377e0f99b3c2a496a12e6973a60ba9e384'/>
<id>b0a9d1377e0f99b3c2a496a12e6973a60ba9e384</id>
<content type='text'>
it's useless since https://github.com/mate-desktop/mate-utils/commit/8f060cfddeedc196cf8689ffc670a80cbe5698c6

fixes https://github.com/mate-desktop/mate-utils/issues/165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's useless since https://github.com/mate-desktop/mate-utils/commit/8f060cfddeedc196cf8689ffc670a80cbe5698c6

fixes https://github.com/mate-desktop/mate-utils/issues/165
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_active_window</title>
<updated>2017-08-29T19:59:03+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-25T13:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=9a5f07e008367db8676586551e71357443a2aa21'/>
<id>9a5f07e008367db8676586551e71357443a2aa21</id>
<content type='text'>
make new function taken from:

https://git.gnome.org/browse/gtk+/commit/?id=6b9e481e38571f73237f6b8a38cb4bc6987bc4ca

with little changes adapted to work in screenshot-utils.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make new function taken from:

https://git.gnome.org/browse/gtk+/commit/?id=6b9e481e38571f73237f6b8a38cb4bc6987bc4ca

with little changes adapted to work in screenshot-utils.c
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:</title>
<updated>2017-08-21T15:47:54+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-21T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=0f6161518c8666bc931b2ae18ddb57b8aa0ac067'/>
<id>0f6161518c8666bc931b2ae18ddb57b8aa0ac067</id>
<content type='text'>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
</pre>
</div>
</content>
</entry>
</feed>
