<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/native/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>Create `iced_widget` subcrate and re-organize the whole codebase</title>
<updated>2023-03-04T04:37:11+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-03-04T04:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=3a0d34c0240f4421737a6a08761f99d6f8140d02'/>
<id>3a0d34c0240f4421737a6a08761f99d6f8140d02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling</title>
<updated>2023-01-09T18:23:35+00:00</updated>
<author>
<name>Héctor Ramón</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-01-09T18:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7ccd87c36b54e0d53f65f5774f140a0528ae4504'/>
<id>7ccd87c36b54e0d53f65f5774f140a0528ae4504</id>
<content type='text'>
[Feature] Multidirectional scrolling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature] Multidirectional scrolling</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `RelativeOffset` type in `scrollable`</title>
<updated>2023-01-08T19:07:11+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-01-08T19:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=624a4ada7981eb05c0b50cafa7e9545ad8347cb5'/>
<id>624a4ada7981eb05c0b50cafa7e9545ad8347cb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make count fields pub</title>
<updated>2023-01-04T17:50:56+00:00</updated>
<author>
<name>Cory Forsstrom</name>
<email>cforsstrom18@gmail.com</email>
</author>
<published>2023-01-04T17:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b2c81c163d5cb17c3931db1a807c788b19f4b7c0'/>
<id>b2c81c163d5cb17c3931db1a807c788b19f4b7c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reworked Scrollable to account for lack of widget order guarantees.</title>
<updated>2022-12-30T02:29:15+00:00</updated>
<author>
<name>bungoboingo</name>
<email>shankern@protonmail.com</email>
</author>
<published>2022-12-25T05:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=9f85e0c721927f1e3bd195a998ec7a80ec0e7455'/>
<id>9f85e0c721927f1e3bd195a998ec7a80ec0e7455</id>
<content type='text'>
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multidirectional scrolling capabilities to the existing Scrollable.</title>
<updated>2022-12-29T18:21:23+00:00</updated>
<author>
<name>Bingus</name>
<email>shankern@protonmail.com</email>
</author>
<published>2022-11-19T18:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d91f4f6aa74d0693179a02167d626efa3ac4c20b'/>
<id>d91f4f6aa74d0693179a02167d626efa3ac4c20b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1526 from mtkennerly/feature/find-focused</title>
<updated>2022-11-13T23:47:28+00:00</updated>
<author>
<name>Héctor Ramón</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-13T23:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=23364bc4a2adb0c9c3be6449d7226784783c4abc'/>
<id>23364bc4a2adb0c9c3be6449d7226784783c4abc</id>
<content type='text'>
Add widget operation to find currently focused widget</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add widget operation to find currently focused widget</pre>
</div>
</content>
</entry>
<entry>
<title>Add text input operations</title>
<updated>2022-11-11T16:43:36+00:00</updated>
<author>
<name>Cory Forsstrom</name>
<email>cforsstrom18@gmail.com</email>
</author>
<published>2022-11-11T16:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c4bca3f2af7ae9b2c8dfc3af48ab73dad852ed34'/>
<id>c4bca3f2af7ae9b2c8dfc3af48ab73dad852ed34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add widget operation to find currently focused widget</title>
<updated>2022-11-11T01:15:35+00:00</updated>
<author>
<name>mtkennerly</name>
<email>mtkennerly@gmail.com</email>
</author>
<published>2022-11-11T01:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=e56c45470c9a00e31d92e4e7d4b1cb1894d4de7d'/>
<id>e56c45470c9a00e31d92e4e7d4b1cb1894d4de7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation in `operation::focusable`</title>
<updated>2022-08-05T04:01:54+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-08-05T04:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ad5bd0970d7106a97d455a164a582ab1d0bff18b'/>
<id>ad5bd0970d7106a97d455a164a582ab1d0bff18b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
