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
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
18
-75
/
+82
2023-09-08
Use `Radians` as a number directly in `gradient` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Add access to bounds/content bounds from a scrollable viewport. (#2072)
Nick
1
-0
/
+10
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-34
/
+23
2023-09-03
Support automatic style type casting for Buttons.
Nick
1
-2
/
+2
2023-08-26
Fix `clippy` lints for Rust 1.72
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
2
-8
/
+12
2023-08-05
ensure no paste with alt
Casper Rogild Storm
1
-1
/
+3
2023-08-03
Remove unnecessary comment in `image::viewer`
Héctor Ramón Jiménez
1
-1
/
+0
2023-08-03
fix: Check cursor in bounds when scrolling image::Viewer
Malcolm Ramsay
1
-1
/
+2
2023-08-02
Bump version of `iced_widget` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-31
Update widget/src/combo_box.rs
Casper Rogild Storm
1
-1
/
+1
2023-07-31
cycle combobox with keybinds
Casper Rogild Storm
1
-9
/
+34
2023-07-29
Bump version of `iced_widget` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-29
Fix `Tooltip` overlay position inside `Scrollable`
Héctor Ramón Jiménez
1
-18
/
+16
2023-07-28
Enable all features for `iced_widget` in `docs.rs`
Héctor Ramón Jiménez
1
-0
/
+4
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
2
-3
/
+10
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
7
-9
/
+116
2023-07-26
Rename `on_selection` to `on_option_hovered` in `combo_box`
Héctor Ramón Jiménez
1
-6
/
+6
2023-07-26
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
3
-13
/
+53
2023-07-26
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
2
-2
/
+5
2023-07-26
Add `Viewport` to `on_event` for `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+3
2023-07-26
Swap unwrap_or_else to unwrap_or_default
Joao Freitas
1
-2
/
+2
2023-07-26
Add ComboBox widget
Joao Freitas
3
-0
/
+737
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
23
-2
/
+57
2023-07-13
Restart animation when regaining focus
Cory Forsstrom
1
-0
/
+3
2023-07-13
Dont blink input cursor when window loses focus
Cory Forsstrom
1
-8
/
+31
2023-07-13
Avoid redundant `max` in `absolute_offset_reversed`
Héctor Ramón Jiménez
1
-4
/
+2
2023-07-13
Introduce `absolute_offset_reversed` to `scrollable::Viewport`
Héctor Ramón Jiménez
1
-58
/
+17
2023-07-12
Expose methods to change viewport alignment
Cory Forsstrom
1
-1
/
+58
2023-07-12
Remove unnecessary cursor unavailability logic in `scrollable`
Héctor Ramón Jiménez
1
-22
/
+12
2023-07-12
Rename `absolute_from_start` to `translation` in `scrollable`
Héctor Ramón Jiménez
1
-3
/
+3
2023-07-12
Disambiguate `offset` from `translation` in `scrollable`
Héctor Ramón Jiménez
1
-37
/
+40
2023-07-12
Increase type-safety of `alignment` in `scrollable`
Héctor Ramón Jiménez
1
-63
/
+37
2023-07-12
Remove public fields from `Viewport`
Héctor Ramón Jiménez
1
-31
/
+3
2023-07-12
Remove useless conversions in `widget::tooltip`
Héctor Ramón Jiménez
1
-15
/
+17
2023-07-12
Use overlay for `Tooltip` widget
Cory Forsstrom
1
-97
/
+160
2023-07-09
fix: request redraw in component overlay
Nick Senger
1
-0
/
+4
2023-07-06
Remove useless conversion in `widget::pane_grid`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-06
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
1
-24
/
+34
2023-07-06
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
1
-13
/
+5
2023-07-06
Call `in_edge` only when `picked_pane.is_some()`
Héctor Ramón Jiménez
1
-19
/
+21
2023-07-06
Reuse code
Joao Freitas
1
-35
/
+22
2023-07-06
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
3
-99
/
+281
2023-07-04
Add alignment to Viewport
Cory Forsstrom
1
-1
/
+27
2023-07-04
Make viewport bounds public
Cory Forsstrom
1
-2
/
+4
2023-07-04
Add scrollable alignment option
Cory Forsstrom
1
-8
/
+101
[next]