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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge pull request #2796 from tarkah/feat/gallery-enhancements
Héctor
2025-02-09
10
-60
/
+225
|
\
\
\
\
|
*
|
|
|
Increase blurhash fade in duration and adjust easing in `gallery` example
Héctor Ramón Jiménez
2025-02-09
1
-2
/
+5
|
*
|
|
|
Create explicit `Thumbnail` struct in `gallery` example
Héctor Ramón Jiménez
2025-02-09
2
-45
/
+46
|
*
|
|
|
Simplify `gallery` example a bit
Héctor Ramón Jiménez
2025-02-09
3
-104
/
+115
|
*
|
|
|
Use `to_owned` instead of `to_string` in `gallery` example
Héctor Ramón Jiménez
2025-02-09
1
-1
/
+1
|
*
|
|
|
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
2025-02-09
6
-26
/
+23
|
*
|
|
|
Add blurhash to gallery
Cory Forsstrom
2025-02-06
4
-38
/
+191
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Introduce additional color styles for `container`
Héctor Ramón Jiménez
2025-02-09
1
-2
/
+38
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2795 from tarkah/fix/image-viewer-redraw
Héctor
2025-02-07
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Request redraw in image viewer update
Cory Forsstrom
2025-02-06
1
-0
/
+5
|
/
/
*
|
Merge pull request #2786 from iced-rs/customizable-markdown
Héctor
2025-02-05
16
-233
/
+877
|
\
\
|
*
|
Use `code_size` instead of `spacing` for `code_block` metrics
Héctor Ramón Jiménez
2025-02-05
1
-4
/
+4
|
*
|
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
2025-02-05
2
-17
/
+31
|
*
|
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2025-02-04
5
-23
/
+23
|
*
|
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
2025-02-04
9
-12
/
+93
|
*
|
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
2025-02-04
2
-17
/
+31
|
*
|
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
2025-02-04
2
-51
/
+104
|
*
|
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
6
-51
/
+87
|
*
|
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
9
-234
/
+588
|
*
|
Introduce `view_with` customizers in `markdown` module
Héctor Ramón Jiménez
2025-02-04
1
-94
/
+186
*
|
|
Merge pull request #2785 from rhysd/fix-placeholder-ime-pos
Héctor
2025-02-04
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove the placeholder text when IME is activated in text input
rhysd
2025-02-05
1
-1
/
+7
|
/
/
*
|
Merge pull request #2781 from iced-rs/event-by-reference
Héctor
2025-02-04
49
-155
/
+111
|
\
\
|
*
|
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
49
-155
/
+111
*
|
|
Merge pull request #2782 from edwloef/empty_meshes
Héctor
2025-02-04
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add debug assertions to `draw_mesh` in `wgpu` renderer
edwloef
2025-02-04
1
-0
/
+10
*
|
|
Update `Cargo.lock` dependencies
Héctor Ramón Jiménez
2025-02-04
1
-9
/
+9
*
|
|
Merge pull request #2777 from kenz-gelsoft/explore-input-method2
Héctor
2025-02-03
20
-168
/
+850
|
\
\
\
|
*
|
|
Handle pre-edits and commits only if `text_editor` is focused
Héctor Ramón Jiménez
2025-02-03
1
-9
/
+10
|
*
|
|
Merge branch 'master' into explore-input-method2
Héctor Ramón Jiménez
2025-02-03
5
-24
/
+68
|
|
\
|
|
|
*
|
|
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
2025-02-03
2
-28
/
+48
|
*
|
|
Request redraws on `InputMethod` events
Héctor Ramón Jiménez
2025-02-03
2
-1
/
+9
|
*
|
|
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
2
-4
/
+7
|
*
|
|
Use `text::Span::new` in `window_manager`
Héctor Ramón Jiménez
2025-02-03
2
-52
/
+27
|
*
|
|
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2025-02-03
5
-43
/
+181
|
*
|
|
Clamp pre-edit inside viewport bounds
Héctor Ramón Jiménez
2025-02-03
2
-14
/
+37
|
*
|
|
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
2025-02-03
3
-23
/
+17
|
*
|
|
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
2025-02-02
4
-9
/
+19
|
*
|
|
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
19
-470
/
+538
|
*
|
|
Copy `winit` docs for `input_method::Event`
Héctor Ramón Jiménez
2025-02-02
2
-13
/
+68
|
*
|
|
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
2025-02-02
3
-23
/
+17
|
*
|
|
Draft `input_method` support
KENZ
2025-02-02
13
-27
/
+420
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2783 from iced-rs/dependabot/cargo/openssl-0.10.70
Héctor
2025-02-03
1
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Bump openssl from 0.10.69 to 0.10.70
dependabot[bot]
2025-02-03
1
-4
/
+4
|
/
/
*
|
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2025-02-03
3
-21
/
+45
*
|
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
2025-02-03
2
-3
/
+23
|
/
*
Avoid sharing `State` when re-parsing `markdown` sections
Héctor Ramón Jiménez
2025-02-02
1
-6
/
+8
*
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
2025-02-02
4
-15
/
+103
*
Fix infinite runtime loop when queue redraws at a specific time
Héctor Ramón Jiménez
2025-02-02
2
-40
/
+62
[prev]
[next]