<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-media/mate-volume-control, branch master</title>
<subtitle>Media tools for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/'/>
<entry>
<title>fix memleaks</title>
<updated>2026-03-12T16:25:40+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-03-11T23:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=6a2bfa02b57d5b491a47ff7f4ecf820e9c80b3f2'/>
<id>6a2bfa02b57d5b491a47ff7f4ecf820e9c80b3f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add css class and set checked state</title>
<updated>2025-07-25T02:42:50+00:00</updated>
<author>
<name>luigifab</name>
<email>31816829+luigifab@users.noreply.github.com</email>
</author>
<published>2025-07-14T09:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=0ba60643bba094e1ec3f5913933231a50973148b'/>
<id>0ba60643bba094e1ec3f5913933231a50973148b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverse menu order</title>
<updated>2025-07-25T02:42:50+00:00</updated>
<author>
<name>luigifab</name>
<email>31816829+luigifab@users.noreply.github.com</email>
</author>
<published>2025-07-14T09:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=bdfc5ab390d75cdcf8de84e6aa954a3c02092436'/>
<id>bdfc5ab390d75cdcf8de84e6aa954a3c02092436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>meson: fix building wayland support</title>
<updated>2024-01-08T06:09:33+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-12-29T04:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=ab6288853fb70365e2752b360100f84e1b65af12'/>
<id>ab6288853fb70365e2752b360100f84e1b65af12</id>
<content type='text'>
*Checking for GDK_WINDOWING_WAYLAND breaks the wayland support when built with meson as it is not detected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Checking for GDK_WINDOWING_WAYLAND breaks the wayland support when built with meson as it is not detected
</pre>
</div>
</content>
</entry>
<entry>
<title>add meson build support</title>
<updated>2023-11-30T19:17:06+00:00</updated>
<author>
<name>zhuyaliang</name>
<email>15132211195@163.com</email>
</author>
<published>2023-10-26T12:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=7f45b836192f42d246fe9709205244e675adea0a'/>
<id>7f45b836192f42d246fe9709205244e675adea0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building with libxml 2.12.0</title>
<updated>2023-11-25T20:47:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-11-23T21:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=f4a3f423d378c2c4b16a22fa7382e7a94932dd57'/>
<id>f4a3f423d378c2c4b16a22fa7382e7a94932dd57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various instance checks</title>
<updated>2023-11-08T17:25:08+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-07T14:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=86271b3717f1aa499457b75caf1d44e0e64bda6b'/>
<id>86271b3717f1aa499457b75caf1d44e0e64bda6b</id>
<content type='text'>
The g_return*_if_fail() calls should use PREFIX_IS_TYPE_NAME [1], which
returns whether the given instance is of the right type, not
PREFIX_TYPE_NAME [2], which checks whether the given instance if of the
right type, warns if not, and returns the passed-in instance unchanged.

Using the wrong one means the returned value is the passed-in pointer,
and thus passes the g_return*_if_fail() whenever the pointer is
non-NULL, no matter whether it's of the right type or not.

A warning would still be emitted by g_type_check_instance_cast(), but
the execution wouldn't get short-circuited.

[1] calls g_type_check_instance_is_a()
[2] calls g_type_check_instance_cast()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The g_return*_if_fail() calls should use PREFIX_IS_TYPE_NAME [1], which
returns whether the given instance is of the right type, not
PREFIX_TYPE_NAME [2], which checks whether the given instance if of the
right type, warns if not, and returns the passed-in instance unchanged.

Using the wrong one means the returned value is the passed-in pointer,
and thus passes the g_return*_if_fail() whenever the pointer is
non-NULL, no matter whether it's of the right type or not.

A warning would still be emitted by g_type_check_instance_cast(), but
the execution wouldn't get short-circuited.

[1] calls g_type_check_instance_is_a()
[2] calls g_type_check_instance_cast()
</pre>
</div>
</content>
</entry>
<entry>
<title>applet: Do not override the process' text domain</title>
<updated>2023-10-05T09:54:26+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-10-03T09:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=0c06fb5f7caf8bcdbbf0dc54f856d9099081b0ba'/>
<id>0c06fb5f7caf8bcdbbf0dc54f856d9099081b0ba</id>
<content type='text'>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #203.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #203.
</pre>
</div>
</content>
</entry>
<entry>
<title>replace deprecated gtk_image_menu_item</title>
<updated>2023-10-04T08:54:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-10-02T16:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=cb6f36c8ca31e3b714b651c3c2358e8091fa2eae'/>
<id>cb6f36c8ca31e3b714b651c3c2358e8091fa2eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>in-process: enable scrolling on icon as in out of process builds</title>
<updated>2023-07-10T15:48:49+00:00</updated>
<author>
<name>Luke from DC</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-07-10T15:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=56800933d572091490dd686ef13df2ff04340309'/>
<id>56800933d572091490dd686ef13df2ff04340309</id>
<content type='text'>
* in-process: enable scrolling on icon as in out of process builds

- Use same code to catch scroll events in-process and out</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* in-process: enable scrolling on icon as in out of process builds

- Use same code to catch scroll events in-process and out</pre>
</div>
</content>
</entry>
</feed>
