<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/slider/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>Re-export variants of `Length` and `alignment` types</title>
<updated>2024-07-12T16:12:34+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-12T16:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=76737351ea9e116291112b7d576d9ed4f6bb5c2a'/>
<id>76737351ea9e116291112b7d576d9ed4f6bb5c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce helper methods for alignment for all widgets</title>
<updated>2024-07-12T13:14:43+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-12T13:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f9dd5cbb099bbe44a57b6369be54a442363b7a8d'/>
<id>f9dd5cbb099bbe44a57b6369be54a442363b7a8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `iced` widget helper to display the iced logo :comet:</title>
<updated>2024-07-11T02:33:19+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-11T02:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=5e6c9eeb7e6f9ee985257853a140c19ec7ca1de0'/>
<id>5e6c9eeb7e6f9ee985257853a140c19ec7ca1de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ask for explicit `Length` in `center_*` methods</title>
<updated>2024-05-13T15:56:02+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-05-13T15:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=05f69f495e9b52e9a7d7bada420558d4c4f6730c'/>
<id>05f69f495e9b52e9a7d7bada420558d4c4f6730c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `center` widget helper</title>
<updated>2024-05-03T07:11:46+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-05-03T07:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=15057a05c118dafcb8cf90d4119e66caaa6026c5'/>
<id>15057a05c118dafcb8cf90d4119e66caaa6026c5</id>
<content type='text'>
... and also make `center_x` and `center_y` set
`width` and `height` to `Length::Fill`, respectively.

This targets the most common use case when centering
things and removes a bunch of boilerplate as a result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and also make `center_x` and `center_y` set
`width` and `height` to `Length::Fill`, respectively.

This targets the most common use case when centering
things and removes a bunch of boilerplate as a result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `Program` API</title>
<updated>2024-03-16T04:33:47+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-16T04:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c22269bff3085012d326a0df77bf27ad5bcb41b7'/>
<id>c22269bff3085012d326a0df77bf27ad5bcb41b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify `slider` example</title>
<updated>2024-01-31T20:56:55+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-01-31T20:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=468f6a461a6bed9b4aaa905005559f04f16755ef'/>
<id>468f6a461a6bed9b4aaa905005559f04f16755ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance `Slider` and `VerticalSlider` functionality</title>
<updated>2024-01-31T20:25:19+00:00</updated>
<author>
<name>Jonatan Pettersson</name>
<email>jonatan.pettersson@proton.me</email>
</author>
<published>2023-09-20T18:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=5e2b3d4a51be97c77124dcd60e5ee3bed1b19826'/>
<id>5e2b3d4a51be97c77124dcd60e5ee3bed1b19826</id>
<content type='text'>
* Add optional default behavior
  * Add a `default` field
  * Add a `default()` method to set the `default` field
  * A double-click, ctrl-click or command-click will set the slider to the default value
* Add optional fine-grained control
  * Add an optional `step_fine` field
  * Add a `step_fine()` method to set the `step_fine` field
  * Use `step_fine` in place of `step` while shift is pressed
* Add increment/decrement via up/down keys
* Update `Slider` and `VerticalSlider` examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add optional default behavior
  * Add a `default` field
  * Add a `default()` method to set the `default` field
  * A double-click, ctrl-click or command-click will set the slider to the default value
* Add optional fine-grained control
  * Add an optional `step_fine` field
  * Add a `step_fine()` method to set the `step_fine` field
  * Use `step_fine` in place of `step` while shift is pressed
* Add increment/decrement via up/down keys
* Update `Slider` and `VerticalSlider` examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `f32` in `Length::Units` and rename it to `Fixed`</title>
<updated>2023-02-17T14:40:17+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-02-04T11:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7b8b01f560569ae18d9337a31ba94f6c1c2ba0dd'/>
<id>7b8b01f560569ae18d9337a31ba94f6c1c2ba0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split vertical orientation into VerticalSlider</title>
<updated>2022-12-13T09:05:52+00:00</updated>
<author>
<name>Casper Storm</name>
<email>casper.storm@lich.io</email>
</author>
<published>2022-12-13T09:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=bb4161c1aec0a2a76de39ff2e5ed65f7acbad471'/>
<id>bb4161c1aec0a2a76de39ff2e5ed65f7acbad471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
