<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-screenshot/src/screenshot-utils.c, branch fix-save-location</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-24T21:38:06+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T16:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=988e071b6bb8c358f44fa4f243af38db260c4888'/>
<id>988e071b6bb8c358f44fa4f243af38db260c4888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright to 2021</title>
<updated>2021-06-25T15:58:34+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-25T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=a389798a0ced24dfa1e164888878059f6bdf2457'/>
<id>a389798a0ced24dfa1e164888878059f6bdf2457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GNU GPL 2 license notice without post box, after copyright notice</title>
<updated>2020-12-07T10:11:59+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-11-27T18:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=930e1e9881e8aa3191899e82d3cc613fa12b9dc8'/>
<id>930e1e9881e8aa3191899e82d3cc613fa12b9dc8</id>
<content type='text'>
- Use always the same code snippet for including the top-level config.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use always the same code snippet for including the top-level config.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variables</title>
<updated>2019-05-07T14:56:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-05-03T10:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=8ef9f0668c383b117b7f2ae6ddacb7dd38c1a543'/>
<id>8ef9f0668c383b117b7f2ae6ddacb7dd38c1a543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>screenshot: replace deprecated gdk_flush</title>
<updated>2018-09-23T14:32:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-09-14T08:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=fec8113ff4b73ebb752704d446d90b3502ba175d'/>
<id>fec8113ff4b73ebb752704d446d90b3502ba175d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>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>
</feed>
