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
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
3
-7
/
+47
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-1
/
+2
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
8
-104
/
+105
2023-05-26
Use approx for testing color operations
Héctor Ramón Jiménez
2
-11
/
+11
2023-05-26
Use `Srgb` and `Srgba` from `palette` directly
Héctor Ramón Jiménez
1
-15
/
+16
2023-05-25
Upgrade `palette` dependency
Clark Moody
2
-22
/
+22
2023-05-25
Introduce `window::Level` enum
Héctor Ramón Jiménez
2
-0
/
+21
2023-05-23
Extend border radius on relevant widgets
Casper Storm
3
-24
/
+25
2023-05-23
Make mouse::Button::Other take u16 instead of u8
bbb651
1
-1
/
+1
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2
-90
/
+63
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
7
-196
/
+144
2023-05-10
Increase default `LineHeight` to `Relative(1.3)`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-08
Export `Shaping` and `LineHeight` in `widget::text`
Héctor Ramón Jiménez
1
-12
/
+11
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
5
-5
/
+104
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
3
-26
/
+36
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
3
-2
/
+43
2023-04-28
Do not require `Copy` for text `StyleSheet::Style`
Ian Douglas Scott
1
-3
/
+3
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
3
-3
/
+3
2023-04-12
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
1
-0
/
+1
2023-04-05
Implement `PartialEq` and `Eq` for `image::Bytes`
Héctor Ramón Jiménez
1
-29
/
+9
2023-04-05
Group damage regions by area increase
Héctor Ramón Jiménez
1
-0
/
+14
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
3
-3
/
+65
2023-03-30
Introduce `font::Stretch`
Héctor Ramón Jiménez
1
-0
/
+19
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2
-5
/
+43
2023-03-14
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
2
-14
/
+4
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+115
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
36
-0
/
+4120
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
4
-0
/
+232
2023-02-27
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
1
-3
/
+0
2023-02-25
Bump version of `iced_core` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-25
Fix `Padding::fit` on irregular values for an axis
Héctor Ramón Jiménez
1
-4
/
+6
2023-02-24
Introduce `Weight` enum to `font`
Héctor Ramón Jiménez
2
-1
/
+17
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-32
/
+21
2023-02-24
Implement basic text caching in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+16
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
3
-3
/
+3
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
2
-22
/
+55
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
3
-4
/
+34
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
1
-0
/
+5
2023-01-14
Bump versions in `README`s
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2023-01-12
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
2
-2
/
+6
2023-01-08
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
1
-6
/
+0
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-8
/
+0
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2
-0
/
+14
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-1
/
+0
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2022-12-06
Remove unnecessary `clippy` directives in `Color`
Héctor Ramón Jiménez
1
-2
/
+0
[next]