<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gtk+.git, branch frame-clock-debugging</title>
<subtitle>gitlab.gnome.org: GNOME/gtk.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/'/>
<entry>
<title>textview: Don't validate during snapshot</title>
<updated>2023-02-21T20:04:30+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-21T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=49e93f6ee43586c3f2abf9eddc192a026c093ef8'/>
<id>49e93f6ee43586c3f2abf9eddc192a026c093ef8</id>
<content type='text'>
Do it during size_allocate, and go back there
if needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do it during size_allocate, and go back there
if needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>widget: Warn for invalidation during paint</title>
<updated>2023-02-21T20:04:30+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-21T18:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=4ec2234537337814c6f970510192a3d597b39344'/>
<id>4ec2234537337814c6f970510192a3d597b39344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frameclock: Add a debug helper</title>
<updated>2023-02-21T20:04:30+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-21T18:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=5a3755b2337b4961814193ba7de958ff31cd55ae'/>
<id>5a3755b2337b4961814193ba7de958ff31cd55ae</id>
<content type='text'>
Begin able to query the current phase
is useful for debugging purposes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Begin able to query the current phase
is useful for debugging purposes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Spanish translation</title>
<updated>2023-02-21T11:07:49+00:00</updated>
<author>
<name>Daniel</name>
<email>daniel.mustieles@gmail.com</email>
</author>
<published>2023-02-21T11:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=cad5771a662cc17266b70828e394425c0ad94a97'/>
<id>cad5771a662cc17266b70828e394425c0ad94a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into 'main'</title>
<updated>2023-02-20T21:30:05+00:00</updated>
<author>
<name>Emmanuele Bassi</name>
<email>ebassi@gmail.com</email>
</author>
<published>2023-02-20T21:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=378f1421f0a290d753eea672fb49a2545c3788c8'/>
<id>378f1421f0a290d753eea672fb49a2545c3788c8</id>
<content type='text'>
button: Remove nullable annotation for new_from_icon_name()

Closes #5606

See merge request GNOME/gtk!5544</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
button: Remove nullable annotation for new_from_icon_name()

Closes #5606

See merge request GNOME/gtk!5544</pre>
</div>
</content>
</entry>
<entry>
<title>button: Remove nullable annotation for new_from_icon_name()</title>
<updated>2023-02-20T19:33:42+00:00</updated>
<author>
<name>Philipp Hörist</name>
<email>philipp@hoerist.com</email>
</author>
<published>2023-02-20T19:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=a209a73c69c23e6060428cee95f20e1f9b7e5a71'/>
<id>a209a73c69c23e6060428cee95f20e1f9b7e5a71</id>
<content type='text'>
This makes it more consistent with set_icon_name() which
does also not accept NULL.

Fixes #5606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it more consistent with set_icon_name() which
does also not accept NULL.

Fixes #5606
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'builder-tool-child-properties' into 'main'</title>
<updated>2023-02-20T13:12:27+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-20T13:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=624458df9dd8d1cfc6af212916a608a7216dbdbd'/>
<id>624458df9dd8d1cfc6af212916a608a7216dbdbd</id>
<content type='text'>
gtk4-builder-tool: Prefer child properties

Closes #5609

See merge request GNOME/gtk!5543</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk4-builder-tool: Prefer child properties

Closes #5609

See merge request GNOME/gtk!5543</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'matthiasc/for-main' into 'main'</title>
<updated>2023-02-20T13:04:33+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-20T13:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=fbfbaa484dd2b5300e608ad9a609014e456ae603'/>
<id>fbfbaa484dd2b5300e608ad9a609014e456ae603</id>
<content type='text'>
filechooser: Fix paned limits

See merge request GNOME/gtk!5542</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filechooser: Fix paned limits

See merge request GNOME/gtk!5542</pre>
</div>
</content>
</entry>
<entry>
<title>gtk4-builder-tool: Prefer child properties</title>
<updated>2023-02-20T02:48:56+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2023-02-20T02:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=3de10847b95268e51a3fea05174c3982f8c0da8a'/>
<id>3de10847b95268e51a3fea05174c3982f8c0da8a</id>
<content type='text'>
Rewrite &lt;child&gt; elements to use child properties
where that is easily possible.

Fixes: #5609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite &lt;child&gt; elements to use child properties
where that is easily possible.

Fixes: #5609
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Indonesian translation</title>
<updated>2023-02-20T01:20:48+00:00</updated>
<author>
<name>Kukuh Syafaat</name>
<email>kukuhsyafaat@gnome.org</email>
</author>
<published>2023-02-20T01:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=8be601da4fc66cc0bb5cc7d50061b216c3ede8cf'/>
<id>8be601da4fc66cc0bb5cc7d50061b216c3ede8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
