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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
2024-11-22
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
1
-2
/
+0
2024-11-22
Implement `pin` widget
Héctor Ramón Jiménez
1
-1
/
+35
2024-11-05
Fix `hover` widget not redrawing when hovered
Héctor Ramón Jiménez
1
-1
/
+9
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-5
/
+5
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-24
/
+14
2024-09-19
Write doc examples for `column` and `row`
Héctor Ramón Jiménez
1
-4
/
+80
2024-09-19
Write doc examples for `rich_text` widget
Héctor Ramón Jiménez
1
-0
/
+78
2024-09-19
Show `tooltip` doc example in multiple places
Héctor Ramón Jiménez
1
-2
/
+23
2024-09-19
Show `toggler` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+32
2024-09-19
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+32
2024-09-19
Show `text_editor` example in multiple places
Héctor Ramón Jiménez
1
-1
/
+33
2024-09-19
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
1
-13
/
+33
2024-09-19
Show `svg` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+18
2024-09-19
Show `slider` doc example in multiple places
Héctor Ramón Jiménez
1
-2
/
+60
2024-09-19
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+21
2024-09-19
Show `rule` doc example in multiple places
Héctor Ramón Jiménez
1
-2
/
+32
2024-09-19
Show `radio` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+58
2024-09-19
Show `qr_code` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+23
2024-09-19
Show `progress_bar` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+21
2024-09-19
Show `pick_list` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+62
2024-09-19
Show `pane_grid` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+53
2024-09-19
Show `keyed_column` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+21
2024-09-19
Show `image` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+19
2024-09-19
Show `container` doc example in multiple places
Héctor Ramón Jiménez
1
-3
/
+23
2024-09-19
Show `combo_box` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+56
2024-09-19
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
1
-2
/
+32
2024-09-19
Show `canvas` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+51
2024-09-19
Add quick example to `widget::button` module
Héctor Ramón Jiménez
1
-1
/
+15
2024-09-11
Add `label` method to `Toggler`
Héctor Ramón Jiménez
1
-2
/
+1
2024-09-11
Add disabled state and `on_toggle` handler to `Toggler`
Héctor Ramón Jiménez
1
-2
/
+1
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-22
Make `RichText` generic over data structure
Héctor Ramón Jiménez
1
-2
/
+3
2024-08-08
Display top contents in `hover` widget when focused
Héctor Ramón Jiménez
1
-4
/
+26
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-2
/
+2
2024-08-05
Fix `hover` widget not relaying events when overlay is active
Héctor Ramón Jiménez
1
-0
/
+1
2024-07-24
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
1
-3
/
+3
2024-07-23
Fix `span` widget helper missing `Link` generic
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
1
-3
/
+4
2024-07-20
Use `from_iter` in `rich_text!` macro
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-18
Fix `markdown` import in `iced_widget`
Héctor Ramón Jiménez
1
-2
/
+1
2024-07-18
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+5
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
1
-4
/
+35
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-11
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
1
-0
/
+35
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-3
/
+4
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-13
/
+7
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-2
/
+3
[next]