<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/themes/coco, branch mate-notification-daemon-1.10.2</title>
<subtitle>Daemon to displays passive pop-up notifications</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/'/>
<entry>
<title>Fix several incompatible pointer type warnings</title>
<updated>2015-07-24T14:00:34+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-07-24T13:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=1b3d922029e8acafd5bb5a5d3741cab5f1aed055'/>
<id>1b3d922029e8acafd5bb5a5d3741cab5f1aed055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all themes: don't crash on notifications from Rhythmbox</title>
<updated>2015-07-22T10:03:21+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-07-22T10:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=3e621bbb8931e819da11578767356901fd598db9'/>
<id>3e621bbb8931e819da11578767356901fd598db9</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-notification-daemon/issues/55
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-notification-daemon/issues/55
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Fix positioning notifications with long text</title>
<updated>2015-06-17T20:19:23+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-05-22T19:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=c8717310ca41b783f71c55ead7e57dcd9dc5625e'/>
<id>c8717310ca41b783f71c55ead7e57dcd9dc5625e</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/52
</pre>
</div>
</content>
</entry>
<entry>
<title>don't draw pie if timeout is zero</title>
<updated>2014-10-02T07:10:49+00:00</updated>
<author>
<name>Denis Gorodnichev</name>
<email>denis.gorodnichev@gmail.com</email>
</author>
<published>2014-10-01T13:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8ed79a30694b2249b6a9407d190a68f770c58e12'/>
<id>8ed79a30694b2249b6a9407d190a68f770c58e12</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/38
</pre>
</div>
</content>
</entry>
<entry>
<title>coco: Show actions box</title>
<updated>2014-10-01T06:42:17+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-10-01T06:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=562fd09cf6abbeb77101c5598c8321d24e9f7633'/>
<id>562fd09cf6abbeb77101c5598c8321d24e9f7633</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-notification-daemon/issues/37
</pre>
</div>
</content>
</entry>
<entry>
<title>Use g_object_unref in callback for both Gtk+ versions</title>
<updated>2014-07-03T15:49:01+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-03T15:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=0ca03319bc1a69638f76c914fb6b86d142e88829'/>
<id>0ca03319bc1a69638f76c914fb6b86d142e88829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup GTK_CHECK_VERSION and unify code where possible</title>
<updated>2014-07-03T15:47:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-03T14:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=3689698d12b93355a273e1aae1936ff9a74defd1'/>
<id>3689698d12b93355a273e1aae1936ff9a74defd1</id>
<content type='text'>
* Use GtkAllocation for both Gtk+ versions, added in 2.18
* Bump gdk-pixbuf required to 2.22 (release 2010)
* GDK_DISPLAY_XDISPLAY | Since always
* gdk_display_get_default | Since 2.22
* gdk_window_get_screen | Since 2.24
* gtk_widget_get_window | Since 2.14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use GtkAllocation for both Gtk+ versions, added in 2.18
* Bump gdk-pixbuf required to 2.22 (release 2010)
* GDK_DISPLAY_XDISPLAY | Since always
* gdk_display_get_default | Since 2.22
* gdk_window_get_screen | Since 2.24
* gtk_widget_get_window | Since 2.14
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_widget_get_visible for both Gtk+ versions</title>
<updated>2014-07-03T11:41:44+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-07-03T11:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=0db54b288c7eca478a13c33ccd3b202d6e3688f9'/>
<id>0db54b288c7eca478a13c33ccd3b202d6e3688f9</id>
<content type='text'>
Also fix a bug in add_notification_action in coco-theme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a bug in add_notification_action in coco-theme
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:mate-desktop/mate-notification-daemon</title>
<updated>2014-01-18T14:51:16+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-01-18T14:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=9af8d0b1003aaa525b736854219ed381e2a18fc6'/>
<id>9af8d0b1003aaa525b736854219ed381e2a18fc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coco: Add GTK3 support</title>
<updated>2014-01-18T14:50:43+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-01-18T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=1f24970a49ad76770739209116ed9fd412cb50be'/>
<id>1f24970a49ad76770739209116ed9fd412cb50be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
