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