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-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
2023-06-29
Add touch support for toggler. (#1935)
Austin M. Reppert
1
-1
/
+3
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2
-4
/
+5
2023-06-27
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
1
-14
/
+6
2023-06-27
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
1
-18
/
+23
2023-06-27
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
1
-57
/
+48
2023-06-27
Make vertical scroll properties optional
Austin M. Reppert
1
-40
/
+90
2023-06-21
Update `ouroboros` dependency
Héctor Ramón Jiménez
2
-6
/
+2
2023-06-14
Make `overlay::Menu` publish messages on selection
Héctor Ramón Jiménez
2
-42
/
+42
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
3
-44
/
+58
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
3
-6
/
+21
2023-06-12
Only scroll w/ wheel if over scrollable
Cory Forsstrom
1
-0
/
+4
2023-06-08
Fix mouse interactions in `Scrollable`
Héctor Ramón Jiménez
1
-4
/
+24
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
15
-42
/
+38
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
32
-678
/
+523
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+11
2023-06-01
Fix `quad` glitch when rounding borders of a `Slider` rail
Héctor Ramón Jiménez
2
-10
/
+4
2023-06-01
only add border radius to the visible part
Casper Storm
2
-4
/
+10
2023-06-01
Add border_radius to slider rail
Casper Storm
2
-4
/
+4
2023-06-01
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
1
-0
/
+1
[next]