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
*
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
*
Fix `markdown` import in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
1
-2
/
+1
*
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
1
-0
/
+5
*
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
2024-07-18
1
-2
/
+2
*
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
2024-07-17
1
-4
/
+35
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
2024-07-11
1
-0
/
+35
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-3
/
+4
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-13
/
+7
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
1
-23
/
+494
|
\
[next]