<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/widget/src, 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>Merge pull request #2812 from andymandias/text_input-is_focused</title>
<updated>2025-02-23T06:34:30+00:00</updated>
<author>
<name>Héctor</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-23T06:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=34314b3f576fdfffdd82968a685020d4dca47992'/>
<id>34314b3f576fdfffdd82968a685020d4dca47992</id>
<content type='text'>
`operation::focusable::is_focused` &amp; `text_input::is_focused`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`operation::focusable::is_focused` &amp; `text_input::is_focused`</pre>
</div>
</content>
</entry>
<entry>
<title>Add `is_focused` function that produces an `Operation` to get the focused state of a `focusable` by ID.</title>
<updated>2025-02-22T02:56:41+00:00</updated>
<author>
<name>Andrew Baldwin</name>
<email>andrew@boldfriend.org</email>
</author>
<published>2025-02-17T19:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=9cba92f57f5686f5295cb3430a3787aa3694a1fc'/>
<id>9cba92f57f5686f5295cb3430a3787aa3694a1fc</id>
<content type='text'>
Add `is_focused` function that produces a `Task` to get the focused state of a `text_input` by ID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `is_focused` function that produces a `Task` to get the focused state of a `text_input` by ID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `weakest` and `strongest` to `Background` palette</title>
<updated>2025-02-21T23:34:55+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T23:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=954f49d4d73d040ef9367800a662031cd92d9e09'/>
<id>954f49d4d73d040ef9367800a662031cd92d9e09</id>
<content type='text'>
... and tweak background shade generation logic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and tweak background shade generation logic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run `cargo fmt`</title>
<updated>2025-02-21T00:37:13+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T00:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=9ceb467e6e12129b42d67a4a1ff3cb21bc7daadd'/>
<id>9ceb467e6e12129b42d67a4a1ff3cb21bc7daadd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix new `clippy` lints</title>
<updated>2025-02-21T00:37:13+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T00:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=28caeccf22d163e9014b5ed26334b6085683a28b'/>
<id>28caeccf22d163e9014b5ed26334b6085683a28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Rust 2024 and fix compiler errors</title>
<updated>2025-02-21T00:37:13+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T00:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=67e489e382e98fc5d101b7892f1c7e44563d60f5'/>
<id>67e489e382e98fc5d101b7892f1c7e44563d60f5</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 links in `Pop::delay` documentation</title>
<updated>2025-02-20T03:03:14+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-20T03:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=81ca3d2a223d62fbb48b93dcea5409f6212605fa'/>
<id>81ca3d2a223d62fbb48b93dcea5409f6212605fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `delay` for `pop` widget :tada:</title>
<updated>2025-02-19T06:23:50+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-19T06:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ffc412d6b7f8009c783715c021fc36780f26db36'/>
<id>ffc412d6b7f8009c783715c021fc36780f26db36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lifetime bound for `Text` in `markdown::paragraph`</title>
<updated>2025-02-19T06:03:08+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-19T06:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=42f6018487e88eb3988e8650e51ba6e369327b64'/>
<id>42f6018487e88eb3988e8650e51ba6e369327b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `bounds` argument to `Component::operate`</title>
<updated>2025-02-18T03:50:08+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-01-20T23:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=51e44e036a5e2acf67caae4fc7265e6185f13d42'/>
<id>51e44e036a5e2acf67caae4fc7265e6185f13d42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
