<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets/clock, branch v1.19.5</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>update copyright year to 2018</title>
<updated>2018-01-09T19:13:45+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-09T19:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=5b1061937c746c70a23d24e9a038465452b18bf8'/>
<id>5b1061937c746c70a23d24e9a038465452b18bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WidthOfScreen and HeightOfScreen implementation</title>
<updated>2017-12-17T11:22:49+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-07T00:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=10b38211e032738593dfe71176289c275956b476'/>
<id>10b38211e032738593dfe71176289c275956b476</id>
<content type='text'>
This commit reverts:

https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e

And it applies an alternative to fix the deprecated functions:

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-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: disconnect one more signal handler on destroy</title>
<updated>2017-11-14T08:26:19+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-11-14T08:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f751ec74a3184fd60061ecff1bfc9992605f57b4'/>
<id>f751ec74a3184fd60061ecff1bfc9992605f57b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clock: don't check variables that can never be &lt; 0 for &lt; 0</title>
<updated>2017-11-10T03:07:09+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-11-10T02:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f7f9625da0417471dba802dd465ca1fefdc62c33'/>
<id>f7f9625da0417471dba802dd465ca1fefdc62c33</id>
<content type='text'>
check them for = 0 instead. Found by cppcheck
http://man7.org/linux/man-pages/man3/strftime.3.html
This always returns 0 or a positive number of bytes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
check them for = 0 instead. Found by cppcheck
http://man7.org/linux/man-pages/man3/strftime.3.html
This always returns 0 or a positive number of bytes
</pre>
</div>
</content>
</entry>
<entry>
<title>clock:disconnect signal handlers on destroy</title>
<updated>2017-08-23T03:33:39+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-08-23T03:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=2dbcb02ab02f99d423f99aea92f3e234475f3bb0'/>
<id>2dbcb02ab02f99d423f99aea92f3e234475f3bb0</id>
<content type='text'>
Don't just check for the clock's existance and return if it has been destroyed, disconnect them entirely when the clock is destroyed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't just check for the clock's existance and return if it has been destroyed, disconnect them entirely when the clock is destroyed
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:</title>
<updated>2017-08-22T06:16:22+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-14T01:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=57d3c8f702887516504c54c398d40e7343e93138'/>
<id>57d3c8f702887516504c54c398d40e7343e93138</id>
<content type='text'>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
gdk_screen_get_monitor_at_point
</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
gdk_screen_get_monitor_at_point
</pre>
</div>
</content>
</entry>
<entry>
<title>Clock: fix removal warnings when in-process applet removed</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-08-04T06:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=a90b7f0e96fbc3e1fdc00dd02d69e00a867836a2'/>
<id>a90b7f0e96fbc3e1fdc00dd02d69e00a867836a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: stop segfault on removing applet when built in-process</title>
<updated>2017-08-13T18:37:24+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-07-26T05:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=177273085cda821163bcbfd67693ec0f19f94ff7'/>
<id>177273085cda821163bcbfd67693ec0f19f94ff7</id>
<content type='text'>
This works, but does leave part of it in RAM until the panel is restarted.
No change in out-of-process builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works, but does leave part of it in RAM until the panel is restarted.
No change in out-of-process builds
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_width/height</title>
<updated>2017-08-13T18:34:57+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-07T18:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e'/>
<id>7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e</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_n_monitors</title>
<updated>2017-08-03T22:30:53+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-03T22:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=eb275151c64ee9c528e9f85f27e56e56e45af3ad'/>
<id>eb275151c64ee9c528e9f85f27e56e56e45af3ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
