<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gtk+.git/examples, branch fix_tooltip_width</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>examples: Stop using gtk_widget_show/hide</title>
<updated>2022-12-13T18:46:02+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2022-11-29T11:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=b8962fcba7617a9c890d389a6e2c6346e7574966'/>
<id>b8962fcba7617a9c890d389a6e2c6346e7574966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate GtkDialog</title>
<updated>2022-10-29T19:27:53+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2022-10-29T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=9948053cd7e43e09cdcc3942c08d33fc6dc58c62'/>
<id>9948053cd7e43e09cdcc3942c08d33fc6dc58c62</id>
<content type='text'>
GtkDialog is too flexible in terms of UI (headerbars vs action bar,
etc), and has archaic APIs. It is time to retire it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkDialog is too flexible in terms of UI (headerbars vs action bar,
etc), and has archaic APIs. It is time to retire it.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Port to async dialog API</title>
<updated>2022-10-29T17:31:41+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2022-10-29T03:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=8bee62dd3695f3e07d3c0b487b38a5814ed6720a'/>
<id>8bee62dd3695f3e07d3c0b487b38a5814ed6720a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bloatpad: Stop using a combobox</title>
<updated>2022-10-22T02:03:17+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2022-10-22T02:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=6f3613a06f48e8aae8a28f75133fac86fd8e4167'/>
<id>6f3613a06f48e8aae8a28f75133fac86fd8e4167</id>
<content type='text'>
Replace GtkComboBoxText with GtkDropDown+GtkStringList.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace GtkComboBoxText with GtkDropDown+GtkStringList.
</pre>
</div>
</content>
</entry>
<entry>
<title>demos and examples: Ignore deprecations</title>
<updated>2022-10-11T21:18:21+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2022-10-08T01:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=6efb18330f10504b79eb1afe0e53fcaed501884c'/>
<id>6efb18330f10504b79eb1afe0e53fcaed501884c</id>
<content type='text'>
For now, just ignore deprecations. Eventually,
we will have to go through, drop demos that are
for wholly deprecated widgets, and update others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, just ignore deprecations. Eventually,
we will have to go through, drop demos that are
for wholly deprecated widgets, and update others.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Use textures over pixbufs</title>
<updated>2021-09-17T02:31:46+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@redhat.com</email>
</author>
<published>2021-09-17T02:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=0428d8ccd6049e4424e7cb657859d4b2ae6b816a'/>
<id>0428d8ccd6049e4424e7cb657859d4b2ae6b816a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple Javascript example</title>
<updated>2021-07-05T17:48:51+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2021-07-05T17:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=873f6ccfea38bcda8e0d4e42854b6bd4f4dbb46b'/>
<id>873f6ccfea38bcda8e0d4e42854b6bd4f4dbb46b</id>
<content type='text'>
This shows how to use a layout manager in a widget,
implemented in javascript. The example sets up the
environment for running from the toplevel dir, assuming
that the build dir is called 'build'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shows how to use a layout manager in a widget,
implemented in javascript. The example sets up the
environment for running from the toplevel dir, assuming
that the build dir is called 'build'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetics</title>
<updated>2021-07-03T13:10:27+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2021-07-03T13:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=7f2648a0131b71c364ac60286660e376ec97452e'/>
<id>7f2648a0131b71c364ac60286660e376ec97452e</id>
<content type='text'>
Amend LD_PRELOAD instead of replacing it, so you can just
point it at the right libgtk-4.so while running squares.py
from elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Amend LD_PRELOAD instead of replacing it, so you can just
point it at the right libgtk-4.so while running squares.py
from elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple python example</title>
<updated>2021-07-03T01:31:32+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2021-07-03T01:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=ed5b42071c26829024c0c4d4459e34548fb68957'/>
<id>ed5b42071c26829024c0c4d4459e34548fb68957</id>
<content type='text'>
This shows how to do custom drawing in a widget,
implemented in python. The example sets up the
environment for running from the toplevel dir,
assuming that the build dir is called 'build'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shows how to do custom drawing in a widget,
implemented in python. The example sets up the
environment for running from the toplevel dir,
assuming that the build dir is called 'build'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hello-world.c</title>
<updated>2021-06-29T12:01:37+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2021-06-29T12:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gtk+.git/commit/?id=bda75577831a61523b072a33dda72a4fd4a1cb8a'/>
<id>bda75577831a61523b072a33dda72a4fd4a1cb8a</id>
<content type='text'>
Simplify the code a bit and make the window
match the existing screenshot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the code a bit and make the window
match the existing screenshot.
</pre>
</div>
</content>
</entry>
</feed>
