index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls
Héctor Ramón
2024-08-24
1
-5
/
+17
|
\
|
*
Add compact variant for pane grid controls
mtkennerly
2024-08-22
1
-5
/
+17
*
|
Make `RichText` generic over data structure
Héctor Ramón Jiménez
2024-08-22
1
-9
/
+9
|
/
*
Fix cursor passthrough in `Stack` during `draw`
Héctor Ramón Jiménez
2024-08-14
1
-13
/
+15
*
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
2024-08-12
2
-7
/
+3
*
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
2
-3
/
+7
*
Merge pull request #2547 from meithecatte/do-not-segfault
Héctor Ramón
2024-08-12
1
-1
/
+1
|
\
|
*
Fix `integration` example
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+1
*
|
Merge pull request #2536 from meithecatte/editor-clipping
Héctor Ramón
2024-08-12
1
-8
/
+11
|
\
\
|
|
/
|
/
|
|
*
Focus `text_editor` at start-up in `editor` example
Héctor Ramón Jiménez
2024-08-12
1
-8
/
+11
*
|
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-2
/
+2
*
|
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
2024-08-06
1
-3
/
+4
*
|
Invert Earth's rotation in `solar_system` example
Héctor Ramón Jiménez
2024-08-04
1
-1
/
+1
*
|
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-12
/
+3
*
|
Increase Earth's spin a bit in `solar_system` example
Héctor Ramón Jiménez
2024-08-04
1
-1
/
+1
*
|
Remove unnecessary `with_save` calls in `solar_system` example
Héctor Ramón Jiménez
2024-08-04
1
-25
/
+21
*
|
Showcase `canvas` image support in `solar_system` example
Héctor Ramón Jiménez
2024-08-04
5
-23
/
+41
*
|
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
2024-08-03
1
-19
/
+29
|
/
*
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
2024-07-30
1
-4
/
+7
*
Simplify `highlight` method for `text_editor` widget
Héctor Ramón Jiménez
2024-07-28
2
-21
/
+10
*
Enable Markdown highlighting in `markdown` example
Héctor Ramón Jiménez
2024-07-28
2
-19
/
+18
*
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
2024-07-24
1
-0
/
+1
*
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
2024-07-24
1
-5
/
+2
*
Introduce `markdown::Settings`
Héctor Ramón Jiménez
2024-07-21
1
-1
/
+5
*
Use `url` for `markdown` links
Héctor Ramón Jiménez
2024-07-21
1
-2
/
+2
*
Use `open::that_in_background` in `markdown` example
Héctor Ramón Jiménez
2024-07-21
1
-1
/
+1
*
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2024-07-21
2
-1
/
+7
*
Make `container::Style` API more consistent
Héctor Ramón Jiménez
2024-07-20
1
-2
/
+3
*
Fix newlines in `highlighter` and `markdown` example
Héctor Ramón Jiménez
2024-07-18
1
-0
/
+1
*
Return proper `theme` in `markdown` example
Héctor Ramón Jiménez
2024-07-18
1
-1
/
+1
*
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
2
-218
/
+10
*
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
2024-07-18
1
-7
/
+4
*
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
2024-07-18
4
-125
/
+337
*
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
2024-07-17
2
-0
/
+184
*
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
2024-07-16
1
-8
/
+6
*
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
2024-07-12
1
-6
/
+8
*
Improve `Border` ergonomics
Héctor Ramón Jiménez
2024-07-12
2
-18
/
+26
*
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2024-07-12
2
-6
/
+6
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
44
-269
/
+239
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
37
-210
/
+134
*
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-31
/
+30
*
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
2024-07-11
2
-28
/
+16
*
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
7
-56
/
+57
*
Hide `Subscription` internals
Héctor Ramón Jiménez
2024-07-05
3
-60
/
+58
*
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
2024-06-20
5
-8
/
+10
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
36
-72
/
+81
*
Rename `Step` to `Screen` in `tour` example
Héctor Ramón Jiménez
2024-06-16
1
-51
/
+51
*
Flatten state in `tour` example
Héctor Ramón Jiménez
2024-06-16
1
-339
/
+261
*
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
2024-06-16
1
-1
/
+1
*
Use all themes in `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-5
/
+1
[next]