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-06-20
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
1
-3
/
+0
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
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-1
/
+4
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
5
-17
/
+42
2024-04-02
Implement `IntoFragment` for `Fragment`
Héctor Ramón Jiménez
1
-0
/
+12
2024-04-02
Implement `IntoFragment` for `usize` and `isize`
Héctor Ramón Jiménez
1
-0
/
+2
2024-04-01
Rename `text::IntoContent` to `IntoFragment`
Héctor Ramón Jiménez
1
-40
/
+40
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
1
-3
/
+67
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
3
-6
/
+6
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
3
-9
/
+9
2024-03-30
Replace `xxhash-rust` with `rustc-hash`
Héctor Ramón Jiménez
2
-2
/
+2
2024-03-26
Propagate `advanced` feature to `iced_core`
Héctor Ramón Jiménez
1
-0
/
+1
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-46
/
+71
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
2
-34
/
+0
2024-03-23
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
2
-0
/
+34
2024-03-22
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
2
-0
/
+16
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
4
-22
/
+22
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2
-9
/
+32
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
3
-5
/
+10
2024-03-20
Introduce `auto-detect-theme` feature
Héctor Ramón Jiménez
2
-2
/
+29
2024-03-19
Try to find an `#iced` element by default on Wasm
Héctor Ramón Jiménez
1
-1
/
+11
[next]