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
2025-03-20
WIP: background image support
master
cel 🌸
3
-5
/
+82
2025-02-26
Improve contrast of light deviation in `palette`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-21
Nit fixes.
Andrew Baldwin
1
-5
/
+5
2025-02-21
Add `is_focused` function that produces an `Operation` to get the focused sta...
Andrew Baldwin
1
-0
/
+45
2025-02-22
Darken background of `Dark` theme
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-22
Improve `readable` fallback strategy in `palette`
Héctor Ramón Jiménez
1
-11
/
+20
2025-02-22
Tweak colors of `Light` and `Dark` themes
Héctor Ramón Jiménez
1
-3
/
+3
2025-02-22
Add `weakest` and `strongest` to `Background` palette
Héctor Ramón Jiménez
1
-5
/
+21
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
8
-15
/
+11
2025-02-21
Update to Rust 2024 and fix compiler errors
Héctor Ramón Jiménez
2
-3
/
+3
2025-02-19
Implement `delay` for `pop` widget :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
2
-32
/
+14
2025-02-11
Add missing dot in `unfocus` operation docs
Héctor
1
-1
/
+1
2025-02-11
Fix broken link in `Function` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Use `Function` trait in `Element::map` example
Héctor Ramón Jiménez
1
-2
/
+3
2025-02-11
add unfocus operation
edwloef
1
-0
/
+27
2025-02-11
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
1
-55
/
+52
2025-02-11
Make `with` take a `Copy` prefix
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-11
Fix typo in `with!` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
1
-0
/
+60
2025-02-09
Simplify `gallery` example a bit
Héctor Ramón Jiménez
1
-0
/
+12
2025-02-09
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
2
-6
/
+6
2025-02-06
Do not pass text size to `Preedit::new`
rhysd
1
-5
/
+2
2025-02-06
Set correct text size for text in preedit window
rhysd
1
-5
/
+12
2025-02-04
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
1
-0
/
+8
2025-02-04
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
1
-0
/
+9
2025-02-04
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
1
-0
/
+6
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
5
-15
/
+8
2025-02-03
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
1
-24
/
+40
2025-02-03
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
1
-7
/
+32
2025-02-03
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
1
-0
/
+12
2025-02-03
Fix typo in `core::Event` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-03
Fulfill `InputMethod` requests only during `RedrawRequested`
Héctor Ramón Jiménez
1
-0
/
+3
2025-02-03
Use `text::Span::new` in `window_manager`
Héctor Ramón Jiménez
1
-26
/
+18
2025-02-03
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2
-5
/
+59
2025-02-02
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
2
-4
/
+11
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
5
-62
/
+165
2025-02-02
Copy `winit` docs for `input_method::Event`
Héctor Ramón Jiménez
1
-12
/
+64
2025-02-02
Draft `input_method` support
KENZ
4
-1
/
+54
2025-01-29
Enable `animation` module for Wasm target
Héctor Ramón Jiménez
1
-2
/
+0
2025-01-28
Move cursor `Transformation` to `mouse::cursor` module
Andy Terra
2
-15
/
+16
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
2
-2
/
+41
2025-01-27
Implement `Mul<Transformation>` for `mouse::Click`
Andy Terra
1
-1
/
+16
2025-01-27
Implement `Mul<Transformation>` for `mouse::Cursor`
Andy Terra
1
-0
/
+14
2025-01-28
Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation`
Héctor Ramón Jiménez
1
-0
/
+20
2025-01-28
Rename `Animation::in_progress` to `is_animating`
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-27
Make `animation` module only available in native
Héctor Ramón Jiménez
1
-0
/
+2
2025-01-27
Fix broken intra-doc link in `animation`
Héctor Ramón Jiménez
1
-0
/
+2
2025-01-27
Implement `Animation::value`
Héctor Ramón Jiménez
1
-0
/
+5
2025-01-27
Draft basic `Animation` API in `iced_core`
Héctor Ramón Jiménez
3
-0
/
+112
[next]