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-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
2024-03-19
Fix redundant import in `window::redraw_request`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-17
Use `Program` API in `todos` example
Héctor Ramón Jiménez
1
-13
/
+16
2024-03-16
Show name of current `Theme` in `clock` example
Héctor Ramón Jiménez
1
-0
/
+24
2024-03-15
feat: added ferra
Casper Rogild Storm
2
-0
/
+21
2024-03-12
Use closures for `Text::style`
Héctor Ramón Jiménez
1
-53
/
+30
2024-03-09
Simplify documentation of `Element::map`
Héctor Ramón Jiménez
1
-46
/
+25
2024-03-09
fix some comments
rustrover
2
-2
/
+2
2024-03-08
Clarify docs of `Text::color_maybe`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-08
Rename `transparentize` to `scale_alpha`
Héctor Ramón Jiménez
3
-15
/
+21
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
1
-4
/
+31
2024-03-07
Sort `iced_core` dependencies
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
5
-8
/
+849
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-24
/
+15
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
3
-2
/
+23
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-17
/
+48
2024-03-03
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
1
-45
/
+22
2024-02-27
Fix `Column` and `Row` fluidity being overridden by `push`
Héctor Ramón Jiménez
1
-1
/
+10
2024-02-21
Add `From<u16>` and `From<i32>` for `border::Radius`
Héctor Ramón Jiménez
1
-1
/
+13
2024-02-20
Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-5
/
+5
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
1
-15
/
+14
2024-02-13
Add support for primary clipboard
Mattias Eriksson
1
-0
/
+12
2024-02-09
Update some dependencies
Wyatt Herkamp
1
-1
/
+1
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
2
-0
/
+8
2024-02-07
image::Bytes::PartialEq: use core::ptr::eq to speed up comparison
DoomDuck
1
-1
/
+3
2024-02-05
Add From<PathBuf> to Svg Handle
fogarecious
1
-0
/
+9
2024-02-03
Make `color!` macro const-friendly
Héctor Ramón Jiménez
1
-14
/
+9
2024-02-03
make color! macro expand hex as Color directly
Var Bhat
1
-1
/
+6
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
6
-6
/
+145
2024-02-02
Apply `Transform` scaling to text primitives
Héctor Ramón Jiménez
1
-0
/
+8
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
5
-60
/
+21
[next]