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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-24
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
1
-0
/
+1
2024-07-24
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
1
-5
/
+2
2024-07-21
Introduce `markdown::Settings`
Héctor Ramón Jiménez
1
-1
/
+5
2024-07-21
Use `url` for `markdown` links
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-21
Use `open::that_in_background` in `markdown` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2
-1
/
+7
2024-07-20
Make `container::Style` API more consistent
Héctor Ramón Jiménez
1
-2
/
+3
2024-07-18
Fix newlines in `highlighter` and `markdown` example
Héctor Ramón Jiménez
1
-0
/
+1
2024-07-18
Return proper `theme` in `markdown` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-18
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
2
-218
/
+10
2024-07-18
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
1
-7
/
+4
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
4
-125
/
+337
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
2
-0
/
+184
2024-07-16
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
1
-8
/
+6
2024-07-12
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
1
-6
/
+8
2024-07-12
Improve `Border` ergonomics
Héctor Ramón Jiménez
2
-18
/
+26
2024-07-12
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2
-6
/
+6
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
44
-269
/
+239
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
37
-210
/
+134
2024-07-11
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
1
-31
/
+30
2024-07-11
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
2
-28
/
+16
2024-07-09
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
7
-56
/
+57
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
3
-60
/
+58
2024-06-20
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
5
-8
/
+10
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
36
-72
/
+81
2024-06-16
Rename `Step` to `Screen` in `tour` example
Héctor Ramón Jiménez
1
-51
/
+51
2024-06-16
Flatten state in `tour` example
Héctor Ramón Jiménez
1
-339
/
+261
2024-06-16
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Use all themes in `multi_window` example
Héctor Ramón Jiménez
1
-5
/
+1
2024-06-14
Simplify `WindowOpened` message handler in `multi_window` example
Héctor Ramón Jiménez
1
-6
/
+5
2024-06-14
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
2
-86
/
+75
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
16
-106
/
+102
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-12
/
+5
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
7
-17
/
+14
2024-05-27
Link to the `latest` branch in examples' `README`
Héctor Ramón Jiménez
1
-4
/
+2
2024-05-22
Fix compilation of `integration` example in `release` mode
Héctor Ramón Jiménez
1
-0
/
+2
2024-05-18
Remove redundant default `chrono` feature in `clock` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-18
Simplify `clock` example a bit
Héctor Ramón Jiménez
1
-12
/
+12
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
11
-22
/
+27
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
3
-309
/
+308
2024-05-06
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-03
Improve layout of `ferris` example :crab:
Héctor Ramón Jiménez
1
-16
/
+16
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-17
/
+28
2024-05-03
Auto-focus `text_input` in `websocket` example
Héctor Ramón Jiménez
1
-2
/
+7
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
33
-314
/
+145
2024-05-03
Add `spin` mode to `ferris` example :crab:
Héctor Ramón Jiménez
2
-15
/
+55
2024-05-03
Fix `clock` example doesn't get the correct local time under unix system
Skygrango
2
-16
/
+13
2024-05-03
Fix `Image::bounds` when rotation present in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-02
Create `ferris` example to showcase `ContentFit` and `Rotation`
Héctor Ramón Jiménez
2
-0
/
+171
2024-05-01
Make `image::Id` actually opaque
Héctor Ramón Jiménez
2
-2
/
+2
[next]