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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce additional color styles for `container`
Héctor Ramón Jiménez
2025-02-09
1
-2
/
+38
*
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
4
-170
/
+546
|
\
|
*
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
1
-8
/
+20
|
*
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2025-02-04
3
-21
/
+21
|
*
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-6
/
+22
|
*
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
2025-02-04
1
-13
/
+26
|
*
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-2
/
+2
|
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
2
-42
/
+69
|
*
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
4
-212
/
+428
|
*
Introduce `view_with` customizers in `markdown` module
Héctor Ramón Jiménez
2025-02-04
1
-94
/
+186
*
|
Remove the placeholder text when IME is activated in text input
rhysd
2025-02-05
1
-1
/
+7
|
/
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
35
-122
/
+86
*
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
3
-17
/
+24
|
\
|
*
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2025-02-03
2
-14
/
+13
|
*
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
2025-02-03
1
-3
/
+11
*
|
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
2025-02-03
1
-4
/
+8
*
|
Request redraws on `InputMethod` events
Héctor Ramón Jiménez
2025-02-03
2
-1
/
+9
*
|
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2025-02-03
2
-13
/
+27
*
|
Clamp pre-edit inside viewport bounds
Héctor Ramón Jiménez
2025-02-03
1
-3
/
+2
*
|
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
2025-02-03
2
-21
/
+13
*
|
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
9
-203
/
+186
*
|
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
2025-02-02
2
-19
/
+15
*
|
Draft `input_method` support
KENZ
2025-02-02
5
-8
/
+183
|
/
*
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
1
-11
/
+99
*
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
1
-8
/
+35
*
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
*
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
1
-5
/
+5
*
Replace `println` with `log` calls in `markdown` module
Héctor Ramón Jiménez
2025-01-31
2
-3
/
+8
*
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
2025-01-31
1
-46
/
+129
*
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2025-01-31
1
-17
/
+82
*
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
*
Use `Into<Id>` for `container::Id` arguments
Héctor Ramón Jiménez
2025-01-30
1
-3
/
+11
*
Let `markdown::view` be `Shrink` when no code blocks exist
Héctor Ramón Jiménez
2025-01-30
1
-1
/
+1
*
Make `spacing` configurable in `markdown::Settings`
Héctor Ramón Jiménez
2025-01-30
1
-8
/
+27
[next]