<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/core/src/layout, branch master</title>
<subtitle>A cross-platform GUI library for Rust, inspired by Elm</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/'/>
<entry>
<title>Fix cross-axis compression in `layout::flex`</title>
<updated>2024-11-08T17:08:34+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-11-08T17:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=28ec6df8f0ebf96966bee61caf5a325695314b7a'/>
<id>28ec6df8f0ebf96966bee61caf5a325695314b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flex layout of `Fill` elements in a `Shrink` cross axis</title>
<updated>2024-09-21T19:14:54+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-09-21T19:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=1383c6a4f700ff246148c913000e9b9368ea9afc'/>
<id>1383c6a4f700ff246148c913000e9b9368ea9afc</id>
<content type='text'>
Instead of collapsing, the `Fill` elements will fill the
cross space allocated by the other `Shrink` elements present
in the container.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of collapsing, the `Fill` elements will fill the
cross space allocated by the other `Shrink` elements present
in the container.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `row::Wrapping` widget</title>
<updated>2024-08-06T01:22:44+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-06T01:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=6fbbc30f5cb1f699c61e064ed54fe428d96be7d3'/>
<id>6fbbc30f5cb1f699c61e064ed54fe428d96be7d3</id>
<content type='text'>
If you have a `Row`, simply call `Row::wrap` at
the end to turn it into a `Row` that will wrap its
contents.

The original alignment of the `Row` is preserved
per row wrapped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you have a `Row`, simply call `Row::wrap` at
the end to turn it into a `Row` that will wrap its
contents.

The original alignment of the `Row` is preserved
per row wrapped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove complex cross-axis layout logic from `Column` and `Row`</title>
<updated>2024-03-03T00:08:11+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-03T00:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=cbe4603579c6af55c35254257981e14cd4a67897'/>
<id>cbe4603579c6af55c35254257981e14cd4a67897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert `Renderer::Theme` to generic `Widget` type</title>
<updated>2024-01-21T16:56:01+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-21T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7a50e9e8fbb8d37e53a42c1dd5936b97463ead53'/>
<id>7a50e9e8fbb8d37e53a42c1dd5936b97463ead53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Loosen cross axis constraint for main axis fills in `flex` layout</title>
<updated>2024-01-11T05:11:36+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-11T05:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=fa53d9adbb0efbbe806a749476f83c04f756be75'/>
<id>fa53d9adbb0efbbe806a749476f83c04f756be75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `cross` calculation in `layout::flex`</title>
<updated>2024-01-10T09:01:50+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-09T06:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=88f8c343fa7d69203ab98bb7abc85fe002014422'/>
<id>88f8c343fa7d69203ab98bb7abc85fe002014422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken doc links in `layout::Node` API</title>
<updated>2024-01-10T09:01:50+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-09T06:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=025064c9e028ea65cc0c6ff236d42e9861efdda9'/>
<id>025064c9e028ea65cc0c6ff236d42e9861efdda9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce useful helpers in `layout` module</title>
<updated>2024-01-10T09:01:49+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-09T05:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d62bb8193c1c43f565fcc5c52293d564c91e215d'/>
<id>d62bb8193c1c43f565fcc5c52293d564c91e215d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `cross` axis calculation in `flex` layout</title>
<updated>2024-01-10T09:01:49+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-05T16:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=4bdd8a62791cfa4864d3d4cf1d5b19c6f227d537'/>
<id>4bdd8a62791cfa4864d3d4cf1d5b19c6f227d537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
