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
...
*
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
*
Fix code block merging with previous spans in `markdown` widget
Héctor Ramón Jiménez
2025-01-30
1
-1
/
+10
*
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
2025-01-28
1
-52
/
+31
*
Implement `scale` support for `image` widget
Héctor Ramón Jiménez
2025-01-27
1
-2
/
+15
*
Fix `update` passing wrong `Tree` to content in `pop` widget
Héctor Ramón Jiménez
2025-01-26
1
-1
/
+8
*
Merge pull request #2741 from edwloef/click-kind-derive
Héctor
2025-01-26
1
-1
/
+1
|
\
|
*
derive partialeq and eq for mouse::click::Kind
edwloef
2025-01-22
1
-1
/
+1
*
|
Merge pull request #2751 from iced-rs/feature/pop-widget
Héctor
2025-01-26
3
-1
/
+250
|
\
\
|
*
|
Implement `pop` widget :tada:
Héctor Ramón Jiménez
2025-01-26
3
-1
/
+250
*
|
|
Fix `Image` not respecting `viewport` bounds
Héctor Ramón Jiménez
2025-01-26
1
-2
/
+6
|
/
/
*
|
Add `warning` style for `progress_bar`
Héctor Ramón Jiménez
2025-01-24
1
-0
/
+7
*
|
Fix missing reactive rendering logic for `vertical_slider`
Héctor Ramón Jiménez
2025-01-24
1
-15
/
+24
*
|
Implement support for vertical `ProgressBar`
Héctor Ramón Jiménez
2025-01-24
1
-25
/
+62
*
|
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
1
-2
/
+162
|
/
*
fix: parsing of nested markdown lists without empty line
Jinderamarak
2025-01-15
1
-1
/
+10
*
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+1
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
2
-3
/
+3
*
Merge pull request #2607 from DavidAguilo/palette_warning
Héctor
2025-01-06
1
-0
/
+15
|
\
|
*
Add `warning` style for `button`
Héctor Ramón Jiménez
2025-01-06
1
-0
/
+15
*
|
Rename `*_disabled` to `is_*_disabled` in `scrollable`
Héctor Ramón Jiménez
2025-01-06
1
-8
/
+8
*
|
Simplify `scrollable` disabled styling calculation
Héctor Ramón Jiménez
2025-01-06
1
-24
/
+11
*
|
Migrate scrollbar disabled style status to iced 0.13.
dtzxporter
2025-01-06
1
-14
/
+65
|
/
*
Merge pull request #2698 from iced-rs/feature/test-crate
Héctor
2024-12-17
5
-7
/
+26
|
\
|
*
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
5
-7
/
+26
*
|
Emit pane_grid::DragEvent::Canceled within deadband
mtkennerly
2024-12-07
1
-0
/
+4
|
/
*
Merge pull request #2675 from chrismanning/tooltip-hover-render
Héctor
2024-12-06
1
-0
/
+3
|
\
|
*
Request redraw in `tooltip` when `State` changes
Héctor Ramón Jiménez
2024-12-06
1
-1
/
+2
|
*
Request redraw in tooltip widget when cursor is hovering
Chris Manning
2024-11-24
1
-0
/
+2
*
|
Fix `widget::button` format
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+1
[prev]
[next]