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
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
3
-7
/
+44
2024-07-19
Fix `text::State` downcast in some widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
1
-0
/
+12
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
4
-87
/
+162
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
4
-19
/
+83
2024-07-13
Remove `Vector::UNIT` constant
Héctor Ramón Jiménez
1
-3
/
+0
2024-07-13
Add `default` and `base` stylings to `text` widget
Héctor Ramón Jiménez
1
-0
/
+12
2024-07-13
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
1
-12
/
+2
2024-07-12
Add directional `border::Radius` helpers
Héctor Ramón Jiménez
2
-22
/
+64
2024-07-12
Improve `Border` ergonomics
Héctor Ramón Jiménez
2
-45
/
+141
2024-07-12
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2
-41
/
+63
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2
-56
/
+2
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
3
-7
/
+111
2024-07-11
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
1
-2
/
+34
2024-07-11
Add some built-in text styles for each `Palette` color
Héctor Ramón Jiménez
1
-0
/
+28
2024-07-08
add SelectAll to TextEditor
PgBiel
1
-0
/
+2
2024-06-30
doc: fix "Reconciles" typo
Vlad-Stefan Harbuz
2
-4
/
+4
2024-06-29
doc: clarify Quad border alignment
Vlad-Stefan Harbuz
1
-1
/
+1
2024-06-20
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
1
-3
/
+0
2024-06-18
Implement `std::fmt::Display` for `iced::Radians` (#2446)
SolidStateDj
1
-0
/
+7
2024-06-14
Remove `parent` from `PlatformSpecific` window settings
Héctor Ramón Jiménez
2
-8
/
+0
2024-06-14
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
2
-37
/
+0
2024-06-14
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
1
-2
/
+2
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
8
-123
/
+53
2024-06-11
Remove `core::program` module leftover
Héctor Ramón Jiménez
1
-1
/
+0
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
2
-21
/
+1
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-0
/
+24
2024-05-27
Update outdated `README`s of subcrates
Héctor Ramón Jiménez
1
-12
/
+0
2024-05-10
Add `SpecificWith` variant to `window::Position`
Héctor Ramón Jiménez
1
-1
/
+7
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
3
-0
/
+4
2024-05-03
Add `spin` mode to `ferris` example :crab:
Héctor Ramón Jiménez
2
-1
/
+32
2024-05-03
Fix `Image::bounds` when rotation present in `iced_graphics`
Héctor Ramón Jiménez
3
-14
/
+31
2024-05-02
Create `ferris` example to showcase `ContentFit` and `Rotation`
Héctor Ramón Jiménez
3
-1
/
+63
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
10
-33
/
+101
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
5
-0
/
+47
2024-05-01
Fix documentation link in `image::Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-01
Make `image::Id` actually opaque
Héctor Ramón Jiménez
1
-22
/
+38
2024-05-01
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
1
-21
/
+47
2024-05-01
Use `Bytes` as the `Container` of `ImageBuffer`
Héctor Ramón Jiménez
1
-53
/
+38
2024-05-01
Utilize bytes::Bytes for images
Bajix
2
-56
/
+7
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
3
-2
/
+3
2024-04-25
Implement `Stack` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
3
-14
/
+6
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+12
2024-04-07
Pick best contrast between black/white in `theme::palette`
Héctor Ramón Jiménez
1
-8
/
+16
2024-04-07
Use `Lch` to choose white text when not readable in `theme::palette`
Héctor Ramón Jiménez
1
-2
/
+6
2024-04-07
Revert "Merge pull request #2376 from Davidster/fix_palette_readable_color_co...
Héctor Ramón Jiménez
1
-10
/
+2
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2
-7
/
+3
2024-04-07
add stronger guarantee of readability/contrast for palette background/text co...
David Huculak
1
-2
/
+10
[next]