<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel, branch master</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>panel-applet-frame-dbus: fix crash when applet is removed during background update</title>
<updated>2026-06-04T21:17:12+00:00</updated>
<author>
<name>Michael Mestnik</name>
<email>cheako+github_public@mikemestnik.net</email>
</author>
<published>2026-05-19T11:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c6e8d213b702d397363d7f9ada30fef52eafb91b'/>
<id>c6e8d213b702d397363d7f9ada30fef52eafb91b</id>
<content type='text'>
Cancel any pending background operation when the applet frame is
destroyed, and avoid accessing the frame in the callback if the
operation was cancelled or failed.

Fixes #1557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cancel any pending background operation when the applet frame is
destroyed, and avoid accessing the frame in the callback if the
operation was cancelled or failed.

Fixes #1557
</pre>
</div>
</content>
</entry>
<entry>
<title>wncklet: link against libX11 for window preview thumbnails</title>
<updated>2026-05-28T14:45:16+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-28T14:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=3172eaf2dfa1c00739b15c9d8a017762dfb9a82c'/>
<id>3172eaf2dfa1c00739b15c9d8a017762dfb9a82c</id>
<content type='text'>
The window-list preview code uses XGetWindowAttributes and
XGetWindowProperty to capture window decorations, but the wncklet
Makefile was missing the X11 linker flags, causing a build failure.

Fixes #1561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The window-list preview code uses XGetWindowAttributes and
XGetWindowProperty to capture window decorations, but the wncklet
Makefile was missing the X11 linker flags, causing a build failure.

Fixes #1561
</pre>
</div>
</content>
</entry>
<entry>
<title>window-list: fix HiDPI scaling for preview thumbnails</title>
<updated>2026-05-27T20:05:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-26T12:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=a91599c79100e9cf8d72b7389c84f8b86d83949c'/>
<id>a91599c79100e9cf8d72b7389c84f8b86d83949c</id>
<content type='text'>
Account for cairo device scale factor when scaling the captured pixbuf
to the thumbnail surface, so the entire window content is shown on HiDPI
displays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Account for cairo device scale factor when scaling the captured pixbuf
to the thumbnail surface, so the entire window content is shown on HiDPI
displays.
</pre>
</div>
</content>
</entry>
<entry>
<title>window-list: always capture fresh pixels for preview thumbnails</title>
<updated>2026-05-27T20:05:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-21T13:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=0e30a1da10ea012fa4c57401bebdada8b4d6d144'/>
<id>0e30a1da10ea012fa4c57401bebdada8b4d6d144</id>
<content type='text'>
Use gdk_pixbuf_get_from_window instead of gdk_cairo_set_source_window to
avoid stale window content in preview thumbnails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use gdk_pixbuf_get_from_window instead of gdk_cairo_set_source_window to
avoid stale window content in preview thumbnails.
</pre>
</div>
</content>
</entry>
<entry>
<title>window-list: show window decorations in preview thumbnails</title>
<updated>2026-05-27T20:05:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-21T12:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=49dbc93a46badea10f35336627abd8014d8a7ea8'/>
<id>49dbc93a46badea10f35336627abd8014d8a7ea8</id>
<content type='text'>
Capture the window manager frame instead of the client window so that
preview thumbnails include title bars and borders. Use
_NET_FRAME_EXTENTS to strip invisible resize borders from the captured
frame.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capture the window manager frame instead of the client window so that
preview thumbnails include title bars and borders. Use
_NET_FRAME_EXTENTS to strip invisible resize borders from the captured
frame.
</pre>
</div>
</content>
</entry>
<entry>
<title>applet clock: fix proportional fonts by font-feature tabular numbers</title>
<updated>2026-05-20T11:32:34+00:00</updated>
<author>
<name>2387skju</name>
<email>2387skju@users.noreply.github.com</email>
</author>
<published>2026-05-02T13:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=414d0f6d92aba6dedbe9d2ee1f5e1e3a78e9d355'/>
<id>414d0f6d92aba6dedbe9d2ee1f5e1e3a78e9d355</id>
<content type='text'>
Fixes #1338: The clock-time was jumping (and also the rest of the panel), due to different width of the digits.

The font must support this feature, otherwise this fix will not work:
Example: Font "Cantarell" OK ; Font "Quicksand" still buggy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1338: The clock-time was jumping (and also the rest of the panel), due to different width of the digits.

The font must support this feature, otherwise this fix will not work:
Example: Font "Cantarell" OK ; Font "Quicksand" still buggy.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: fix memory leaks in EDS event list handling</title>
<updated>2026-05-19T21:32:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-04-01T20:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bdc435fe61063547141b34ac6ebe9a404ccdfdb2'/>
<id>bdc435fe61063547141b34ac6ebe9a404ccdfdb2</id>
<content type='text'>
The calendar popup was not freeing the list of events returned by the
calendar client after populating the appointment and task views. This
caused unbounded memory growth every time the popup was opened.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The calendar popup was not freeing the list of events returned by the
calendar client after populating the appointment and task views. This
caused unbounded memory growth every time the popup was opened.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove empty po file</title>
<updated>2026-05-05T17:00:09+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-17T09:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=11ef3517eca7217c8ac6a2607ec06129063a4bf8'/>
<id>11ef3517eca7217c8ac6a2607ec06129063a4bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add translation coverage badge</title>
<updated>2026-05-05T17:00:09+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-09T19:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=d9c3bb620e23c106aa4643cbdcc9bfa6a0d57a87'/>
<id>d9c3bb620e23c106aa4643cbdcc9bfa6a0d57a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update pot files</title>
<updated>2026-05-05T17:00:09+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-03-31T13:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=eb176fa1a87d5e94bdb796598b75770e2f9fadd1'/>
<id>eb176fa1a87d5e94bdb796598b75770e2f9fadd1</id>
<content type='text'>
remove transifex configuration
remove "es_ES" as it is the same as "es" and prevent weblate usage
prevent po updates when generating pot files (weblate does that for us)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove transifex configuration
remove "es_ES" as it is the same as "es" and prevent weblate usage
prevent po updates when generating pot files (weblate does that for us)
</pre>
</div>
</content>
</entry>
</feed>
