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
/
src
/
helpers.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2025-02-04
1
-3
/
+3
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
1
-4
/
+8
*
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
1
-3
/
+3
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-11
/
+5
*
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
2025-02-03
1
-3
/
+11
*
Implement `pop` widget :tada:
Héctor Ramón Jiménez
2025-01-26
1
-1
/
+15
*
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
1
-2
/
+162
*
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
1
-2
/
+3
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-4
/
+4
*
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
2024-11-22
1
-2
/
+0
*
Implement `pin` widget
Héctor Ramón Jiménez
2024-11-22
1
-1
/
+35
*
Fix `hover` widget not redrawing when hovered
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+9
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-5
/
+5
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-24
/
+14
*
Write doc examples for `column` and `row`
Héctor Ramón Jiménez
2024-09-19
1
-4
/
+80
*
Write doc examples for `rich_text` widget
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+78
*
Show `tooltip` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+23
*
Show `toggler` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+32
*
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+32
*
Show `text_editor` example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+33
*
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-13
/
+33
*
Show `svg` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+18
*
Show `slider` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+60
*
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+21
*
Show `rule` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+32
*
Show `radio` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+58
*
Show `qr_code` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+23
*
Show `progress_bar` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+21
*
Show `pick_list` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+62
*
Show `pane_grid` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+53
*
Show `keyed_column` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+21
*
Show `image` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+19
*
Show `container` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-3
/
+23
*
Show `combo_box` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+56
*
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+32
*
Show `canvas` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+51
*
Add quick example to `widget::button` module
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+15
*
Add `label` method to `Toggler`
Héctor Ramón Jiménez
2024-09-11
1
-2
/
+1
*
Add disabled state and `on_toggle` handler to `Toggler`
Héctor Ramón Jiménez
2024-09-11
1
-2
/
+1
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+1
*
Make `RichText` generic over data structure
Héctor Ramón Jiménez
2024-08-22
1
-2
/
+3
*
Display top contents in `hover` widget when focused
Héctor Ramón Jiménez
2024-08-08
1
-4
/
+26
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-2
/
+2
*
Fix `hover` widget not relaying events when overlay is active
Héctor Ramón Jiménez
2024-08-05
1
-0
/
+1
*
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
2024-07-24
1
-3
/
+3
*
Fix `span` widget helper missing `Link` generic
Héctor Ramón Jiménez
2024-07-23
1
-2
/
+2
*
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2024-07-21
1
-3
/
+4
*
Use `from_iter` in `rich_text!` macro
Héctor Ramón Jiménez
2024-07-20
1
-1
/
+1
[next]