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-04
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2
-42
/
+69
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
2025-02-01
Propagate mouse cursor movements in `stack`
Héctor Ramón Jiménez
1
-1
/
+6
2025-02-01
Fix event capturing in `rich_text`
Héctor Ramón Jiménez
1
-2
/
+4
2025-02-01
Fix `rich_text` reactive rendering when hovering links
Héctor Ramón Jiménez
1
-61
/
+52
2025-02-01
Split code blocks into multiple `rich_text` lines
Héctor Ramón Jiménez
1
-10
/
+12
2025-02-01
Cull out of bounds `rich_text` during `draw`
Héctor Ramón Jiménez
1
-0
/
+4
2025-02-01
Fix `viewport` when using nested `scrollable`s
Héctor Ramón Jiménez
1
-6
/
+6
2025-02-01
Discard `markdown::Highlighter` if language changes
Héctor Ramón Jiménez
1
-0
/
+5
2025-01-31
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
1
-5
/
+5
2025-01-31
Replace `println` with `log` calls in `markdown` module
Héctor Ramón Jiménez
2
-3
/
+8
2025-01-31
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
1
-46
/
+129
2025-01-31
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
1
-17
/
+82
2025-01-30
Add `min_height` and `max_height` to `text_editor`
Héctor Ramón Jiménez
1
-4
/
+26
2025-01-30
Use `Into<Id>` for `scrollable::Id` arguments
Héctor Ramón Jiménez
1
-8
/
+19
2025-01-30
Avoid capturing mouse press when `text_editor` is unfocused
Héctor Ramón Jiménez
1
-2
/
+4
2025-01-30
Use `Into<Id>` for `container::Id` arguments
Héctor Ramón Jiménez
1
-3
/
+11
2025-01-30
Let `markdown::view` be `Shrink` when no code blocks exist
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-30
Make `spacing` configurable in `markdown::Settings`
Héctor Ramón Jiménez
1
-8
/
+27
2025-01-30
Fix code block merging with previous spans in `markdown` widget
Héctor Ramón Jiménez
1
-1
/
+10
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
1
-52
/
+31
2025-01-27
Implement `scale` support for `image` widget
Héctor Ramón Jiménez
1
-2
/
+15
2025-01-26
Fix `update` passing wrong `Tree` to content in `pop` widget
Héctor Ramón Jiménez
1
-1
/
+8
2025-01-26
Fix `Image` not respecting `viewport` bounds
Héctor Ramón Jiménez
1
-2
/
+6
2025-01-26
Implement `pop` widget :tada:
Héctor Ramón Jiménez
3
-1
/
+250
2025-01-24
Add `warning` style for `progress_bar`
Héctor Ramón Jiménez
1
-0
/
+7
2025-01-24
Fix missing reactive rendering logic for `vertical_slider`
Héctor Ramón Jiménez
1
-15
/
+24
2025-01-24
Implement support for vertical `ProgressBar`
Héctor Ramón Jiménez
1
-25
/
+62
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-2
/
+162
2025-01-22
derive partialeq and eq for mouse::click::Kind
edwloef
1
-1
/
+1
[next]