<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-terminal, branch 1.26</title>
<subtitle>MATE terminal emulator application</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/'/>
<entry>
<title>terminal-window: Factor CSDs into geometry hints</title>
<updated>2024-02-18T13:14:57+00:00</updated>
<author>
<name>Brian Norris</name>
<email>briannorris@chromium.org</email>
</author>
<published>2024-02-16T00:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=62578331bfcbd1e4b8fd804676c737e7890bbd1f'/>
<id>62578331bfcbd1e4b8fd804676c737e7890bbd1f</id>
<content type='text'>
It seems Wayland-based window managers provide additional decorations
that we're not tracking in our "preferred size" computations. This means
every geometry update shrinks the window by a bit.

Factor in the allocated dimensions, not just the preferred ones.

Borrows some ideas from
https://bugzilla.gnome.org/show_bug.cgi?id=769898

I also drop a few unused values leftover from gnome-terminal.

Fixes #350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems Wayland-based window managers provide additional decorations
that we're not tracking in our "preferred size" computations. This means
every geometry update shrinks the window by a bit.

Factor in the allocated dimensions, not just the preferred ones.

Borrows some ideas from
https://bugzilla.gnome.org/show_bug.cgi?id=769898

I also drop a few unused values leftover from gnome-terminal.

Fixes #350
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: use ubuntu jammy as docker</title>
<updated>2024-02-18T13:14:37+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-18T02:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=44b230796268177ab00dc8d82b3b937d66f77bbb'/>
<id>44b230796268177ab00dc8d82b3b937d66f77bbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: fix warnings in German translations</title>
<updated>2023-09-17T12:00:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-09-17T12:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=ec18acc961a8169bf0c5b4c3764b8f0ec6f4a708'/>
<id>ec18acc961a8169bf0c5b4c3764b8f0ec6f4a708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.26.1</title>
<updated>2023-05-10T10:51:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-10T10:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=aa10a51f5c33b2ddbb7dc29c5f7277abad200967'/>
<id>aa10a51f5c33b2ddbb7dc29c5f7277abad200967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: pull from transifex</title>
<updated>2023-05-10T10:46:48+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-10T10:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=2e7a7be8f63f4b3b476d09342b15013deff9901b'/>
<id>2e7a7be8f63f4b3b476d09342b15013deff9901b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: migrate to new API</title>
<updated>2023-05-10T10:40:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-10T10:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=b7694d0ffb923b3025bfbeacdc076a6c5da5f080'/>
<id>b7694d0ffb923b3025bfbeacdc076a6c5da5f080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>meson build: drop desktop-file/appdata-file argument</title>
<updated>2023-05-10T10:27:57+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2022-02-19T20:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=98c5a98395bc2d1dd24bbe06f240b2e99ed0f244'/>
<id>98c5a98395bc2d1dd24bbe06f240b2e99ed0f244</id>
<content type='text'>
- fixes building with meson-0.62.0
- fixes https://github.com/mate-desktop/mate-terminal/issues/411
  look here for more details.

With meson-0.62.0 this deprecation warning will cause an error.
`DEPRECATION: i18n.merge_file does not take any positional arguments.
 This will become a hard error in the next Meson release.`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixes building with meson-0.62.0
- fixes https://github.com/mate-desktop/mate-terminal/issues/411
  look here for more details.

With meson-0.62.0 this deprecation warning will cause an error.
`DEPRECATION: i18n.merge_file does not take any positional arguments.
 This will become a hard error in the next Meson release.`
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GTK Style Class to context menu</title>
<updated>2023-01-16T11:20:01+00:00</updated>
<author>
<name>grover92000</name>
<email>96498785+grover92000@users.noreply.github.com</email>
</author>
<published>2023-01-12T16:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=3864ae2748282ca74c23fb311f3713a232f69fec'/>
<id>3864ae2748282ca74c23fb311f3713a232f69fec</id>
<content type='text'>
This fixes an issue when a monospace font is displayed instead of
a proper one in mate-terminal context (right-click) menu.

This fixes: https://github.com/mate-desktop/mate-terminal/issues/407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue when a monospace font is displayed instead of
a proper one in mate-terminal context (right-click) menu.

This fixes: https://github.com/mate-desktop/mate-terminal/issues/407
</pre>
</div>
</content>
</entry>
<entry>
<title>branch 1.26</title>
<updated>2021-09-16T16:00:19+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-09-16T16:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=1cfb4b00e90b3c000f3cf938d5c4feb282f94afd'/>
<id>1cfb4b00e90b3c000f3cf938d5c4feb282f94afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update transifex config</title>
<updated>2021-09-16T16:00:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-09-16T16:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=88f100e09e2fbc8918a9afe16885c950aee007e9'/>
<id>88f100e09e2fbc8918a9afe16885c950aee007e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
