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-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
2025-01-15
fix: parsing of nested markdown lists without empty line
Jinderamarak
1
-1
/
+10
2025-01-06
Fix consistency of import ordering
Héctor Ramón Jiménez
1
-2
/
+1
2025-01-06
chore: remove once_cell dependency
Tommy Volk
2
-3
/
+3
2025-01-06
Add `warning` style for `button`
Héctor Ramón Jiménez
1
-0
/
+15
2025-01-06
Rename `*_disabled` to `is_*_disabled` in `scrollable`
Héctor Ramón Jiménez
1
-8
/
+8
2025-01-06
Simplify `scrollable` disabled styling calculation
Héctor Ramón Jiménez
1
-24
/
+11
2025-01-06
Migrate scrollbar disabled style status to iced 0.13.
dtzxporter
1
-14
/
+65
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
5
-7
/
+26
2024-12-07
Emit pane_grid::DragEvent::Canceled within deadband
mtkennerly
1
-0
/
+4
2024-12-06
Request redraw in `tooltip` when `State` changes
Héctor Ramón Jiménez
1
-1
/
+2
2024-12-02
Fix `widget::button` format
Héctor Ramón Jiménez
1
-2
/
+1
2024-12-02
Call `OnPress::get` only when button is pressed
T-256
1
-2
/
+2
2024-12-02
Run `cargo fmt`
Héctor Ramón Jiménez
4
-12
/
+5
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
32
-91
/
+91
2024-11-24
Request redraw in tooltip widget when cursor is hovering
Chris Manning
1
-0
/
+2
2024-11-22
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
2
-8
/
+4
2024-11-22
Implement `pin` widget
Héctor Ramón Jiménez
3
-1
/
+310
2024-11-11
Fix docs of `Scrollable::with_direction` and `Scrollable::direction`
edwloef
1
-2
/
+2
2024-11-06
Fix event capturing order in `pane_grid`
Héctor Ramón Jiménez
1
-38
/
+41
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
8
-15
/
+14
2024-11-05
Fix `pick_list` not requesting a redraw when open
Héctor Ramón Jiménez
1
-8
/
+15
2024-11-05
Fix `text_editor` capturing mouse release events
Héctor Ramón Jiménez
1
-2
/
+4
[prev]
[next]