<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/core/src/widget/operation, 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>Nit fixes.</title>
<updated>2025-02-22T04:39:59+00:00</updated>
<author>
<name>Andrew Baldwin</name>
<email>andrew@boldfriend.org</email>
</author>
<published>2025-02-22T04:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7916a9c2272a3d6d89e7545b33e2991657ad5990'/>
<id>7916a9c2272a3d6d89e7545b33e2991657ad5990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Add missing dot in `unfocus` operation docs</title>
<updated>2025-02-11T19:48:00+00:00</updated>
<author>
<name>Héctor</name>
<email>hector0193@gmail.com</email>
</author>
<published>2025-02-11T19:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d91e426dab666acbdcd99627910541c0ab4d6ce6'/>
<id>d91e426dab666acbdcd99627910541c0ab4d6ce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unfocus operation</title>
<updated>2025-02-11T14:47:08+00:00</updated>
<author>
<name>edwloef</name>
<email>edwin.frank.loeffler@gmail.com</email>
</author>
<published>2025-02-11T14:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b80c23fd9423a8ce4a168779ec753970311be50f'/>
<id>b80c23fd9423a8ce4a168779ec753970311be50f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Draft `iced_test` crate and test `todos` example</title>
<updated>2024-12-10T03:51:08+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-12-03T21:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d09d5d45ae4697eef277dfe30756b91c7d802a94'/>
<id>d09d5d45ae4697eef277dfe30756b91c7d802a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `scroll_by` operation for `scrollable`</title>
<updated>2024-09-10T20:09:03+00:00</updated>
<author>
<name>lufte</name>
<email>javier@lufte.net</email>
</author>
<published>2024-05-10T21:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=e102e89c6ade6fa5bb9a716a1d836a636dcf2918'/>
<id>e102e89c6ade6fa5bb9a716a1d836a636dcf2918</id>
<content type='text'>
`scroll_by` allows scrolling an absolute offset
that is applied to the current scrolling position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`scroll_by` allows scrolling an absolute offset
that is applied to the current scrolling position.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `operation::chain` to `then`</title>
<updated>2024-08-14T23:30:24+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-14T23:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=515772c9f8eeaa318bad52fd04caba4da69b075e'/>
<id>515772c9f8eeaa318bad52fd04caba4da69b075e</id>
<content type='text'>
... and make `focus_*` operations generic over
the output type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and make `focus_*` operations generic over
the output type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `black_box` and `chain` in `widget::operation`</title>
<updated>2024-08-07T23:25:00+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-07T23:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=422568dee49fa6b814ae0131a3f88d4ae2be243b'/>
<id>422568dee49fa6b814ae0131a3f88d4ae2be243b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `clippy::semicolon_if_nothing_returned`</title>
<updated>2023-09-20T02:11:52+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-09-20T02:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=34f07b60273d6cfe13834af54cd0e24d34569387'/>
<id>34f07b60273d6cfe13834af54cd0e24d34569387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
