<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets/clock, branch mate-panel-1.9.3</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>clock: Use lists instead of arrays</title>
<updated>2014-11-22T11:19:05+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-11-20T10:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f464fc13b1ce4c96807628f54a752a719d64ac66'/>
<id>f464fc13b1ce4c96807628f54a752a719d64ac66</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-panel/pull/258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-panel/pull/258
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: Dont use deprecated rsvg_pixbuf_from_file_at_size</title>
<updated>2014-05-18T10:22:36+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-05-18T10:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e964b756355ad5e66a0166d9ca218bdde2054f6d'/>
<id>e964b756355ad5e66a0166d9ca218bdde2054f6d</id>
<content type='text'>
This required to copy some code from GTK3 source to make it working with GTK2 too

Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This required to copy some code from GTK3 source to make it working with GTK2 too

Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove/comment unused variables</title>
<updated>2014-05-17T00:47:48+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-05-17T00:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=98ba11cbc32a561198f5f29b5ea069bd31347fe0'/>
<id>98ba11cbc32a561198f5f29b5ea069bd31347fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for glib &lt; 2.36</title>
<updated>2014-05-16T19:47:47+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-05-16T19:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=4534d11d0f99bc0f232f32db48aa87571f61a03c'/>
<id>4534d11d0f99bc0f232f32db48aa87571f61a03c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_list_store_insert_with_values also for gtk2</title>
<updated>2014-05-16T16:03:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-05-16T15:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e45b1b7953ca9e636c5e7c4cd1797fe4710861d3'/>
<id>e45b1b7953ca9e636c5e7c4cd1797fe4710861d3</id>
<content type='text'>
It was introduced in gtk+-2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was introduced in gtk+-2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use about dialog from libmate-desktop</title>
<updated>2014-04-26T12:12:03+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-04-26T12:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c12158d5ac51aee5c857f06104d8803213cd42fd'/>
<id>c12158d5ac51aee5c857f06104d8803213cd42fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transient_parent_xid is not used</title>
<updated>2014-02-21T19:43:25+00:00</updated>
<author>
<name>Denis Gorodnichev</name>
<email>denis.gorodnichev@gmail.com</email>
</author>
<published>2014-02-21T19:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d1920da2d961deca7052f8b4e508c7621895de71'/>
<id>d1920da2d961deca7052f8b4e508c7621895de71</id>
<content type='text'>
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
transient_parent_xid is not used but can cause problem: applet widget have not window until realized
</pre>
</div>
</content>
</entry>
<entry>
<title>help: Avoid file collision with gnome-panel</title>
<updated>2014-02-09T15:19:03+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-09T14:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=83a76222ea1e8af8d928b9ad41d7349256d0e7c3'/>
<id>83a76222ea1e8af8d928b9ad41d7349256d0e7c3</id>
<content type='text'>
Also correct help uri for applets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also correct help uri for applets.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: Do not try to get width/height of non-existing GdkPixbuf</title>
<updated>2014-01-23T09:14:57+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-01-23T09:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=0dd85b49acf5b6076a66288ab6f2bf856c34c38e'/>
<id>0dd85b49acf5b6076a66288ab6f2bf856c34c38e</id>
<content type='text'>
https://git.gnome.org/browse/gnome-panel/commit/applets/clock?id=4729df0cda021c27b76be072023dbee082e49e47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://git.gnome.org/browse/gnome-panel/commit/applets/clock?id=4729df0cda021c27b76be072023dbee082e49e47
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_widget_get_preferred_size with GTK3</title>
<updated>2014-01-23T08:55:12+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-01-23T08:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=3ffbaa0104c762931e50e33a8ab877384f46127f'/>
<id>3ffbaa0104c762931e50e33a8ab877384f46127f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
