<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/editor, 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>Update all `examples` to Rust 2024</title>
<updated>2025-02-21T00:37:14+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T00:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=91af1c5ed65d75d9da62d29254460b5ed79f96eb'/>
<id>91af1c5ed65d75d9da62d29254460b5ed79f96eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `LineEnding` to `editor` and fix inconsistencies</title>
<updated>2025-01-28T05:23:38+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-01-28T05:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=87165ccd29f0e85a26774ec090d8400274c6d04e'/>
<id>87165ccd29f0e85a26774ec090d8400274c6d04e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helper functions for alignment to `widget` module</title>
<updated>2025-01-24T14:55:24+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-01-24T14:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f8337b8da7ff6bcf876b54d1c7dac460d2e03747'/>
<id>f8337b8da7ff6bcf876b54d1c7dac460d2e03747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `label` method to `Toggler`</title>
<updated>2024-09-10T22:22:39+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-09-10T22:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=6e4970c01a9e42621a0ded340dcdccb4204ab5d2'/>
<id>6e4970c01a9e42621a0ded340dcdccb4204ab5d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add disabled state and `on_toggle` handler to `Toggler`</title>
<updated>2024-09-10T22:22:13+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-09-10T22:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c741688b4c52dd2397880ca05b5f9a997d762246'/>
<id>c741688b4c52dd2397880ca05b5f9a997d762246</id>
<content type='text'>
Co-authored-by: Your Name here only &lt;krishnsundaram@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Your Name here only &lt;krishnsundaram@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `key_binding` in `editor` example</title>
<updated>2024-09-10T14:26:15+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2024-09-10T14:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=2829c12d358b0d362cd180f83b242dcb592ca797'/>
<id>2829c12d358b0d362cd180f83b242dcb592ca797</id>
<content type='text'>
Fixes #2573.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2573.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `text::Wrapping` support</title>
<updated>2024-09-04T19:26:47+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-09-04T19:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f98328f4f1ee58b6288e4f19d7475e7eeb9a7ba7'/>
<id>f98328f4f1ee58b6288e4f19d7475e7eeb9a7ba7</id>
<content type='text'>
Co-authored-by: Neeraj Jaiswal &lt;neerajj85@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Neeraj Jaiswal &lt;neerajj85@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Focus `text_editor` at start-up in `editor` example</title>
<updated>2024-08-12T00:55:49+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-12T00:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=373e887a5834dbf2272aeaea8f1820ee90698400'/>
<id>373e887a5834dbf2272aeaea8f1820ee90698400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify `highlight` method for `text_editor` widget</title>
<updated>2024-07-28T21:59:51+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-28T21:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=16212eaf52657ea47bba7add7deac378d0bf4b4a'/>
<id>16212eaf52657ea47bba7add7deac378d0bf4b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flesh out the `markdown` example a bit more</title>
<updated>2024-07-18T11:14:56+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-18T11:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=904704d7c1b006c850654dcf3bf9e856e23cb317'/>
<id>904704d7c1b006c850654dcf3bf9e856e23cb317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
