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
/
src
/
lib.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `delay` for `pop` widget :tada:
Héctor Ramón Jiménez
2025-02-19
1
-2
/
+2
*
Fix broken link in `Function` documentation
Héctor Ramón Jiménez
2025-02-11
1
-1
/
+1
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
1
-55
/
+52
*
Make `with` take a `Copy` prefix
Héctor Ramón Jiménez
2025-02-11
1
-2
/
+2
*
Fix typo in `with!` documentation
Héctor Ramón Jiménez
2025-02-11
1
-1
/
+1
*
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
2025-02-11
1
-0
/
+60
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
1
-0
/
+9
*
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-1
/
+1
*
Draft `input_method` support
KENZ
2025-02-02
1
-0
/
+2
*
Enable `animation` module for Wasm target
Héctor Ramón Jiménez
2025-01-29
1
-2
/
+0
*
Make `animation` module only available in native
Héctor Ramón Jiménez
2025-01-27
1
-0
/
+2
*
Draft basic `Animation` API in `iced_core`
Héctor Ramón Jiménez
2025-01-27
1
-0
/
+2
*
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
2024-12-14
1
-0
/
+2
*
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
1
-0
/
+1
*
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-0
/
+1
*
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2024-07-12
1
-1
/
+1
*
Simplify image rotation API and its internals
Héctor Ramón Jiménez
2024-05-02
1
-1
/
+1
*
Add `Image` rotation support
Héctor Ramón Jiménez
2024-05-02
1
-0
/
+2
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
1
-7
/
+0
*
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2024-04-01
1
-2
/
+0
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-0
/
+2
*
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
2024-02-02
1
-0
/
+2
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+3
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+2
*
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
2024-01-16
1
-0
/
+2
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+0
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
1
-4
/
+1
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
1
-0
/
+2
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-0
/
+2
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-1
/
+1
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+24
*
|
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-0
/
+2
*
|
Introduce `Weight` enum to `font`
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+1
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-1
/
+1
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-0
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-1
/
+1
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-5
/
+12
*
Add `html_logo_url` to `iced_core` and `iced_lazy`
Héctor Ramón Jiménez
2022-05-02
1
-0
/
+3
*
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
2022-05-02
1
-1
/
+1
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-2
/
+2
*
Rename `image` module to `content_fit` in `iced_core`
Héctor Ramón Jiménez
2022-02-16
1
-2
/
+2
*
Add support for `ContentFit` for `Image`
Emi Simpson
2022-02-16
1
-0
/
+2
*
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
2022-01-28
1
-0
/
+1
*
Change GitHub namespace to new org for all files
LordRatte
2022-01-03
1
-4
/
+4
*
Merge `iced_core::text` with `iced_native::text`
Héctor Ramón Jiménez
2021-11-04
1
-1
/
+0
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-2
/
+2
[next]