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 #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
*
Fix imprecise documentation in `Pop::on_show`
Héctor Ramón Jiménez
2025-02-02
1
-1
/
+1
*
Add `on_resize` handler to `pop` widget :tada:
Héctor Ramón Jiménez
2025-02-02
2
-9
/
+36
*
Merge pull request #2769 from rotmh/patch-1
Héctor
2025-02-01
1
-0
/
+46
|
\
|
*
Add a flake for a dev shell
Rotem Horesh
2025-01-30
1
-0
/
+46
*
|
Write documentation for `markdown::Content`
Héctor Ramón Jiménez
2025-02-01
1
-1
/
+10
*
|
Add `horizontal` helper to `scrollable`
Héctor Ramón Jiménez
2025-02-01
1
-0
/
+5
*
|
Merge pull request #2776 from iced-rs/fix/markdown
Héctor
2025-02-01
11
-169
/
+548
|
\
\
|
|
/
|
/
|
|
*
Revert automatic horizontal scroll in `scrollable`
Héctor Ramón Jiménez
2025-02-01
1
-7
/
+1
|
*
Propagate mouse cursor movements in `stack`
Héctor Ramón Jiménez
2025-02-01
1
-1
/
+6
|
*
Fix event capturing in `rich_text`
Héctor Ramón Jiménez
2025-02-01
1
-2
/
+4
|
*
Fix `rich_text` reactive rendering when hovering links
Héctor Ramón Jiménez
2025-02-01
1
-61
/
+52
|
*
Split code blocks into multiple `rich_text` lines
Héctor Ramón Jiménez
2025-02-01
1
-10
/
+12
|
*
Cull out of bounds `rich_text` during `draw`
Héctor Ramón Jiménez
2025-02-01
1
-0
/
+4
|
*
Fix `viewport` when using nested `scrollable`s
Héctor Ramón Jiménez
2025-02-01
1
-6
/
+6
|
*
Discard `markdown::Highlighter` if language changes
Héctor Ramón Jiménez
2025-02-01
1
-0
/
+5
|
*
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
2025-01-31
2
-6
/
+6
|
*
Replace `println` with `log` calls in `markdown` module
Héctor Ramón Jiménez
2025-01-31
3
-3
/
+9
|
*
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
2025-01-31
3
-104
/
+264
|
*
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2025-01-31
3
-29
/
+168
|
*
Add `min_height` and `max_height` to `text_editor`
Héctor Ramón Jiménez
2025-01-30
1
-4
/
+26
|
*
Use `Into<Id>` for `scrollable::Id` arguments
Héctor Ramón Jiménez
2025-01-30
1
-8
/
+19
|
*
Avoid capturing mouse press when `text_editor` is unfocused
Héctor Ramón Jiménez
2025-01-30
1
-2
/
+4
[prev]
[next]