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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Add `is_focused` function that produces an `Operation` to get the focused sta...
Andrew Baldwin
1
-0
/
+5
2025-02-22
Add `weakest` and `strongest` to `Background` palette
Héctor Ramón Jiménez
6
-19
/
+33
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
17
-21
/
+23
2025-02-21
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+5
2025-02-21
Update to Rust 2024 and fix compiler errors
Héctor Ramón Jiménez
2
-6
/
+4
2025-02-20
Fix broken links in `Pop::delay` documentation
Héctor Ramón Jiménez
1
-0
/
+4
2025-02-19
Implement `delay` for `pop` widget :tada:
Héctor Ramón Jiménez
1
-9
/
+38
2025-02-19
Remove lifetime bound for `Text` in `markdown::paragraph`
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-18
Add `bounds` argument to `Component::operate`
Héctor Ramón Jiménez
1
-1
/
+4
2025-02-18
Fix `markdown` compilation when `highlighter` feature is disabled
Héctor Ramón Jiménez
1
-0
/
+1
2025-02-14
Fix `Component` not diffing when its state is recreated
Héctor Ramón Jiménez
1
-0
/
+3
2025-02-12
Fix `request_input_method` call in `text_input`
Héctor Ramón Jiménez
1
-15
/
+16
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
3
-24
/
+16
2025-02-12
Fix unneeded re-shaping during layout on `text_input` edit
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-12
Use default size for empty pre-edits
Héctor Ramón Jiménez
2
-12
/
+4
2025-02-11
Make `row` module public
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-09
Introduce additional color styles for `container`
Héctor Ramón Jiménez
1
-2
/
+38
2025-02-07
Fix scrolling offset of preedit window
KENZ
1
-1
/
+1
2025-02-06
Request redraw in image viewer update
Cory Forsstrom
1
-0
/
+5
2025-02-06
Do not pass text size to `Preedit::new`
rhysd
2
-3
/
+10
2025-02-06
Set correct text size for text in preedit window
rhysd
2
-5
/
+10
2025-02-05
Use `code_size` instead of `spacing` for `code_block` metrics
Héctor Ramón Jiménez
1
-4
/
+4
2025-02-05
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
1
-8
/
+20
2025-02-04
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
3
-21
/
+21
2025-02-04
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
1
-6
/
+22
2025-02-04
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
1
-13
/
+26
2025-02-04
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-04
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2
-42
/
+69
2025-02-05
Remove the placeholder text when IME is activated in text input
rhysd
1
-1
/
+7
2025-02-04
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
4
-212
/
+428
2025-02-04
Introduce `view_with` customizers in `markdown` module
Héctor Ramón Jiménez
1
-94
/
+186
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
35
-122
/
+86
2025-02-03
Handle pre-edits and commits only if `text_editor` is focused
Héctor Ramón Jiménez
1
-9
/
+10
2025-02-03
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
1
-4
/
+8
2025-02-03
Request redraws on `InputMethod` events
Héctor Ramón Jiménez
2
-1
/
+9
2025-02-03
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2
-14
/
+13
2025-02-03
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
1
-3
/
+11
2025-02-03
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2
-13
/
+27
2025-02-03
Clamp pre-edit inside viewport bounds
Héctor Ramón Jiménez
1
-3
/
+2
2025-02-03
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
2
-21
/
+13
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
9
-203
/
+186
2025-02-02
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
2
-19
/
+15
2025-02-02
Draft `input_method` support
KENZ
5
-8
/
+183
2025-02-02
Avoid sharing `State` when re-parsing `markdown` sections
Héctor Ramón Jiménez
1
-6
/
+8
2025-02-02
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
1
-11
/
+99
2025-02-02
Fix imprecise documentation in `Pop::on_show`
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-02
Add `on_resize` handler to `pop` widget :tada:
Héctor Ramón Jiménez
1
-8
/
+35
2025-02-01
Write documentation for `markdown::Content`
Héctor Ramón Jiménez
1
-1
/
+10
2025-02-01
Add `horizontal` helper to `scrollable`
Héctor Ramón Jiménez
1
-0
/
+5
2025-02-01
Revert automatic horizontal scroll in `scrollable`
Héctor Ramón Jiménez
1
-7
/
+1
[next]